1 | [ May 29 21:15:59 Enabled. ] | ||
2 | [ May 29 21:15:59 Rereading configuration. ] | ||
3 | [ May 29 21:16:00 Rereading configuration. ] | ||
4 | [ May 29 21:16:04 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + single_node=true | ||
23 | + command=() | ||
24 | + true | ||
25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
27 | [ May 29 21:16:04 Method "start" exited with status 0. ] | ||
28 | Processing configuration file 'config.xml'. | ||
29 | There is no file 'config.xml', will use embedded config. | ||
30 | Logging trace to /var/tmp/clickhouse-server.log | ||
31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
32 | 2024.05.29 21:16:05.743146 [ 1 ] {} <Information> Application: Will watch for the process with pid 26882 | ||
33 | 2024.05.29 21:16:05.743670 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.05.29 21:16:05.981010 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 26882 | ||
35 | 2024.05.29 21:16:05.981777 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.05.29 21:16:05.984068 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.05.29 21:16:06.073119 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.05.29 21:16:06.115627 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.05.29 21:16:06.115685 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.05.29 21:16:06.115707 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.05.29 21:16:06.115784 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.05.29 21:16:06.116085 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.05.29 21:16:06.117581 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
44 | Processing configuration file 'config.xml'. | ||
45 | There is no file 'config.xml', will use embedded config. | ||
46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
47 | 2024.05.29 21:16:06.118046 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.05.29 21:16:06.118893 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
49 | 2024.05.29 21:16:06.118920 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
50 | 2024.05.29 21:16:06.118934 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.05.29 21:16:06.119097 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.05.29 21:16:06.120042 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.05.29 21:16:06.125250 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.05.29 21:16:06.126120 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.05.29 21:16:06.127421 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.05.29 21:16:06.127484 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.05.29 21:16:06.128977 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
58 | Processing configuration file 'config.xml'. | ||
59 | There is no file 'config.xml', will use embedded config. | ||
60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
61 | 2024.05.29 21:16:06.129256 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.05.29 21:16:06.133571 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.05.29 21:16:06.133937 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.05.29 21:16:06.135478 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.05.29 21:16:06.135830 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.05.29 21:16:06.136174 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.05.29 21:16:06.136516 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.05.29 21:16:06.137891 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.05.29 21:16:06.137917 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.05.29 21:16:06.137969 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.05.29 21:16:06.138063 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.05.29 21:16:06.156934 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.05.29 21:16:06.156968 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000160126 sec | ||
74 | 2024.05.29 21:16:06.157008 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.05.29 21:16:06.157023 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.05.29 21:16:06.158288 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.05.29 21:16:06.159341 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.05.29 21:16:06.159364 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.05.29 21:16:06.159395 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.05.29 21:16:06.159410 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.05.29 21:16:06.159422 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.05.29 21:16:06.159452 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.05.29 21:16:06.159464 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.05.29 21:16:06.159479 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.05.29 21:16:06.159511 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.05.29 21:16:06.159526 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.05.29 21:16:06.159541 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.05.29 21:16:06.159556 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.05.29 21:16:06.159588 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.05.29 21:16:06.159602 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.05.29 21:16:06.159617 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.05.29 21:16:06.159642 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.05.29 21:16:06.159656 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.05.29 21:16:06.196969 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.05.29 21:16:06.199864 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.05.29 21:16:06.199897 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4922e-05 sec | ||
97 | 2024.05.29 21:16:06.199914 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.05.29 21:16:06.199932 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.05.29 21:16:06.199959 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.05.29 21:16:06.200156 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.05.29 21:16:06.200211 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.05.29 21:16:06.200231 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.05.29 21:16:06.200249 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
104 | 2024.05.29 21:16:06.200265 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.05.29 21:16:06.264046 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
106 | 2024.05.29 21:16:06.836904 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
107 | 2024.05.29 21:16:06.836957 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.05.29 21:16:06.921912 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.05.29 21:16:06.922141 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.20 MiB | ||
110 | 2024.05.29 21:16:06.923021 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.197e-05 sec. | ||
111 | 2024.05.29 21:16:06.923347 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.05.29 21:16:06.923423 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.05.29 21:16:06.923473 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.05.29 21:16:06.923493 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.05.29 21:16:08.303109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.05.29 21:16:08.303375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.05.29 21:16:08.303445 [ 3 ] {} <Debug> HTTP-Session: 26641993-ed1c-433c-904e-54dbba76eacf Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
118 | 2024.05.29 21:16:08.303480 [ 3 ] {} <Debug> HTTP-Session: 26641993-ed1c-433c-904e-54dbba76eacf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.05.29 21:16:08.303540 [ 3 ] {} <Debug> HTTP-Session: 26641993-ed1c-433c-904e-54dbba76eacf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.05.29 21:16:08.303655 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.05.29 21:16:08.303689 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
122 | 2024.05.29 21:16:08.303763 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
123 | 2024.05.29 21:16:08.303856 [ 3 ] {} <Trace> HTTP-Session: 26641993-ed1c-433c-904e-54dbba76eacf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.05.29 21:16:08.305112 [ 3 ] {a3ff15cd-ebe4-42f6-b8df-4f8671d61a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.05.29 21:16:08.351459 [ 3 ] {a3ff15cd-ebe4-42f6-b8df-4f8671d61a6d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49374) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
126 | |||
127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
148 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.05.29 21:16:08.352454 [ 3 ] {a3ff15cd-ebe4-42f6-b8df-4f8671d61a6d} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
151 | |||
152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
173 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.05.29 21:16:08.356220 [ 3 ] {} <Debug> HTTP-Session: 26641993-ed1c-433c-904e-54dbba76eacf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.05.29 21:16:08.365560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.05.29 21:16:08.365645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.05.29 21:16:08.365676 [ 3 ] {} <Debug> HTTP-Session: 65b9b33e-5b27-4bc0-ab2e-5511c21cf5ea Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
179 | 2024.05.29 21:16:08.365703 [ 3 ] {} <Debug> HTTP-Session: 65b9b33e-5b27-4bc0-ab2e-5511c21cf5ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.05.29 21:16:08.365717 [ 3 ] {} <Debug> HTTP-Session: 65b9b33e-5b27-4bc0-ab2e-5511c21cf5ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.05.29 21:16:08.365767 [ 3 ] {} <Trace> HTTP-Session: 65b9b33e-5b27-4bc0-ab2e-5511c21cf5ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.05.29 21:16:08.366979 [ 3 ] {1ab85a4a-c92d-4271-9182-dc3bb7acf3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.05.29 21:16:08.367111 [ 3 ] {1ab85a4a-c92d-4271-9182-dc3bb7acf3ac} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.05.29 21:16:08.369348 [ 3 ] {1ab85a4a-c92d-4271-9182-dc3bb7acf3ac} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.05.29 21:16:08.372292 [ 3 ] {1ab85a4a-c92d-4271-9182-dc3bb7acf3ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.05.29 21:16:08.378660 [ 3 ] {1ab85a4a-c92d-4271-9182-dc3bb7acf3ac} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.05.29 21:16:08.378699 [ 3 ] {1ab85a4a-c92d-4271-9182-dc3bb7acf3ac} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.05.29 21:16:08.378722 [ 3 ] {} <Debug> HTTP-Session: 65b9b33e-5b27-4bc0-ab2e-5511c21cf5ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.05.29 21:16:08.381521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.05.29 21:16:08.381593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.05.29 21:16:08.381619 [ 3 ] {} <Debug> HTTP-Session: 412a4788-ebf7-4fd9-9cce-90d7405b818f Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
192 | 2024.05.29 21:16:08.381637 [ 3 ] {} <Debug> HTTP-Session: 412a4788-ebf7-4fd9-9cce-90d7405b818f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.05.29 21:16:08.381653 [ 3 ] {} <Debug> HTTP-Session: 412a4788-ebf7-4fd9-9cce-90d7405b818f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.05.29 21:16:08.381692 [ 3 ] {} <Trace> HTTP-Session: 412a4788-ebf7-4fd9-9cce-90d7405b818f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.05.29 21:16:08.381826 [ 3 ] {5f0eac94-ca4c-4d9f-9114-fa591e488c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.05.29 21:16:08.382134 [ 3 ] {5f0eac94-ca4c-4d9f-9114-fa591e488c26} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49374) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
197 | |||
198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
219 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.05.29 21:16:08.382268 [ 3 ] {5f0eac94-ca4c-4d9f-9114-fa591e488c26} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
222 | |||
223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
244 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.05.29 21:16:08.382418 [ 3 ] {} <Debug> HTTP-Session: 412a4788-ebf7-4fd9-9cce-90d7405b818f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.05.29 21:16:08.383142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.05.29 21:16:08.383202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.05.29 21:16:08.383220 [ 3 ] {} <Debug> HTTP-Session: 95db5697-6a2f-4e51-8b34-56058993093f Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
250 | 2024.05.29 21:16:08.383240 [ 3 ] {} <Debug> HTTP-Session: 95db5697-6a2f-4e51-8b34-56058993093f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.05.29 21:16:08.383257 [ 3 ] {} <Debug> HTTP-Session: 95db5697-6a2f-4e51-8b34-56058993093f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.05.29 21:16:08.383288 [ 3 ] {} <Trace> HTTP-Session: 95db5697-6a2f-4e51-8b34-56058993093f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.05.29 21:16:08.383462 [ 3 ] {da5005d5-ce2f-4ebd-87d6-aeb581e5d7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.05.29 21:16:08.383627 [ 3 ] {da5005d5-ce2f-4ebd-87d6-aeb581e5d7cb} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.05.29 21:16:08.383650 [ 3 ] {} <Debug> HTTP-Session: 95db5697-6a2f-4e51-8b34-56058993093f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.05.29 21:16:08.383786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.05.29 21:16:08.383839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.05.29 21:16:08.383863 [ 3 ] {} <Debug> HTTP-Session: f66eb1ff-1746-4828-8f66-62c601964bcb Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
259 | 2024.05.29 21:16:08.383879 [ 3 ] {} <Debug> HTTP-Session: f66eb1ff-1746-4828-8f66-62c601964bcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.05.29 21:16:08.383897 [ 3 ] {} <Debug> HTTP-Session: f66eb1ff-1746-4828-8f66-62c601964bcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.05.29 21:16:08.383930 [ 3 ] {} <Trace> HTTP-Session: f66eb1ff-1746-4828-8f66-62c601964bcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.05.29 21:16:08.384017 [ 3 ] {b8fcffc1-78cd-495b-b822-23069a67354a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.05.29 21:16:08.384080 [ 3 ] {b8fcffc1-78cd-495b-b822-23069a67354a} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.05.29 21:16:08.387579 [ 3 ] {b8fcffc1-78cd-495b-b822-23069a67354a} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.05.29 21:16:08.387609 [ 3 ] {b8fcffc1-78cd-495b-b822-23069a67354a} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.3322e-05 sec | ||
266 | 2024.05.29 21:16:08.387624 [ 3 ] {b8fcffc1-78cd-495b-b822-23069a67354a} <Trace> ReferentialDeps: No tables | ||
267 | 2024.05.29 21:16:08.387641 [ 3 ] {b8fcffc1-78cd-495b-b822-23069a67354a} <Trace> LoadingDeps: No tables | ||
268 | 2024.05.29 21:16:08.387663 [ 3 ] {b8fcffc1-78cd-495b-b822-23069a67354a} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.05.29 21:16:08.387793 [ 3 ] {b8fcffc1-78cd-495b-b822-23069a67354a} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.05.29 21:16:08.387816 [ 3 ] {} <Debug> HTTP-Session: f66eb1ff-1746-4828-8f66-62c601964bcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.05.29 21:16:08.387940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.05.29 21:16:08.387993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.05.29 21:16:08.388011 [ 3 ] {} <Debug> HTTP-Session: b45b7ec7-3d77-44aa-9184-20a83d32ab30 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
274 | 2024.05.29 21:16:08.388037 [ 3 ] {} <Debug> HTTP-Session: b45b7ec7-3d77-44aa-9184-20a83d32ab30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.05.29 21:16:08.388057 [ 3 ] {} <Debug> HTTP-Session: b45b7ec7-3d77-44aa-9184-20a83d32ab30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.05.29 21:16:08.388085 [ 3 ] {} <Trace> HTTP-Session: b45b7ec7-3d77-44aa-9184-20a83d32ab30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.05.29 21:16:08.388229 [ 3 ] {09383d61-a55e-4a90-98bc-bdb5814c112c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) /* The version table contains metadata about the `oximeter` database */ | ||
278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
279 | 2024.05.29 21:16:08.388276 [ 3 ] {09383d61-a55e-4a90-98bc-bdb5814c112c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.05.29 21:16:08.392825 [ 3 ] {09383d61-a55e-4a90-98bc-bdb5814c112c} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.05.29 21:16:08.404401 [ 3 ] {09383d61-a55e-4a90-98bc-bdb5814c112c} <Debug> oximeter.version (aac3330a-f9dc-498c-866f-f0a42d715fdf): Loading data parts | ||
282 | 2024.05.29 21:16:08.404822 [ 3 ] {09383d61-a55e-4a90-98bc-bdb5814c112c} <Debug> oximeter.version (aac3330a-f9dc-498c-866f-f0a42d715fdf): There are no data parts | ||
283 | 2024.05.29 21:16:08.417350 [ 3 ] {09383d61-a55e-4a90-98bc-bdb5814c112c} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.05.29 21:16:08.417377 [ 3 ] {} <Debug> HTTP-Session: b45b7ec7-3d77-44aa-9184-20a83d32ab30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.05.29 21:16:08.417523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.05.29 21:16:08.417581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.05.29 21:16:08.417606 [ 3 ] {} <Debug> HTTP-Session: 94b7c517-f8b9-46fc-9f4d-3df72757a3af Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
288 | 2024.05.29 21:16:08.417625 [ 3 ] {} <Debug> HTTP-Session: 94b7c517-f8b9-46fc-9f4d-3df72757a3af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.05.29 21:16:08.417644 [ 3 ] {} <Debug> HTTP-Session: 94b7c517-f8b9-46fc-9f4d-3df72757a3af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.05.29 21:16:08.417683 [ 3 ] {} <Trace> HTTP-Session: 94b7c517-f8b9-46fc-9f4d-3df72757a3af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.05.29 21:16:08.417889 [ 3 ] {92e94d8b-2e0a-4c59-b71d-eee4e03b45c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) /* The measurement tables contain all individual samples from each timeseries. | ||
292 | * | ||
293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
296 | * by all samples from the same timeseries. | ||
297 | * | ||
298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
299 | * and then uses that to index quickly into the measurements tables. | ||
300 | */ | ||
301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
302 | 2024.05.29 21:16:08.417952 [ 3 ] {92e94d8b-2e0a-4c59-b71d-eee4e03b45c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.05.29 21:16:08.425307 [ 3 ] {92e94d8b-2e0a-4c59-b71d-eee4e03b45c8} <Debug> oximeter.measurements_bool (60fa447a-e05a-4e49-b13d-a2ad3b28f237): Loading data parts | ||
304 | 2024.05.29 21:16:08.425478 [ 3 ] {92e94d8b-2e0a-4c59-b71d-eee4e03b45c8} <Debug> oximeter.measurements_bool (60fa447a-e05a-4e49-b13d-a2ad3b28f237): There are no data parts | ||
305 | 2024.05.29 21:16:08.428590 [ 3 ] {92e94d8b-2e0a-4c59-b71d-eee4e03b45c8} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.05.29 21:16:08.428620 [ 3 ] {} <Debug> HTTP-Session: 94b7c517-f8b9-46fc-9f4d-3df72757a3af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.05.29 21:16:08.428783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.05.29 21:16:08.428847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.05.29 21:16:08.428875 [ 3 ] {} <Debug> HTTP-Session: 8eb32c96-8292-45d0-8a53-e94f5703a405 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
310 | 2024.05.29 21:16:08.428894 [ 3 ] {} <Debug> HTTP-Session: 8eb32c96-8292-45d0-8a53-e94f5703a405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.05.29 21:16:08.428918 [ 3 ] {} <Debug> HTTP-Session: 8eb32c96-8292-45d0-8a53-e94f5703a405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.05.29 21:16:08.428955 [ 3 ] {} <Trace> HTTP-Session: 8eb32c96-8292-45d0-8a53-e94f5703a405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.05.29 21:16:08.429141 [ 3 ] {8bd490c1-81e7-40b5-822a-0019aa213c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.429193 [ 3 ] {8bd490c1-81e7-40b5-822a-0019aa213c90} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.05.29 21:16:08.431173 [ 3 ] {8bd490c1-81e7-40b5-822a-0019aa213c90} <Debug> oximeter.measurements_i8 (0711fa23-437d-4c72-ab38-35f4af092bd1): Loading data parts | ||
316 | 2024.05.29 21:16:08.431325 [ 3 ] {8bd490c1-81e7-40b5-822a-0019aa213c90} <Debug> oximeter.measurements_i8 (0711fa23-437d-4c72-ab38-35f4af092bd1): There are no data parts | ||
317 | 2024.05.29 21:16:08.432780 [ 3 ] {8bd490c1-81e7-40b5-822a-0019aa213c90} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.05.29 21:16:08.432816 [ 3 ] {} <Debug> HTTP-Session: 8eb32c96-8292-45d0-8a53-e94f5703a405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.05.29 21:16:08.432943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.05.29 21:16:08.432999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.05.29 21:16:08.433024 [ 3 ] {} <Debug> HTTP-Session: ed97ad15-7619-4192-a040-bb26f22f4ec5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
322 | 2024.05.29 21:16:08.433040 [ 3 ] {} <Debug> HTTP-Session: ed97ad15-7619-4192-a040-bb26f22f4ec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.05.29 21:16:08.433059 [ 3 ] {} <Debug> HTTP-Session: ed97ad15-7619-4192-a040-bb26f22f4ec5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.05.29 21:16:08.433097 [ 3 ] {} <Trace> HTTP-Session: ed97ad15-7619-4192-a040-bb26f22f4ec5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.05.29 21:16:08.433265 [ 3 ] {1a0265b2-618d-425c-9c27-3c295091351a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.433318 [ 3 ] {1a0265b2-618d-425c-9c27-3c295091351a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.05.29 21:16:08.434982 [ 3 ] {1a0265b2-618d-425c-9c27-3c295091351a} <Debug> oximeter.measurements_u8 (aaa919c4-7f36-465e-821e-234d6cbb0bee): Loading data parts | ||
328 | 2024.05.29 21:16:08.435144 [ 3 ] {1a0265b2-618d-425c-9c27-3c295091351a} <Debug> oximeter.measurements_u8 (aaa919c4-7f36-465e-821e-234d6cbb0bee): There are no data parts | ||
329 | 2024.05.29 21:16:08.436792 [ 3 ] {1a0265b2-618d-425c-9c27-3c295091351a} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.05.29 21:16:08.436818 [ 3 ] {} <Debug> HTTP-Session: ed97ad15-7619-4192-a040-bb26f22f4ec5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.05.29 21:16:08.436963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.05.29 21:16:08.437019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.05.29 21:16:08.437053 [ 3 ] {} <Debug> HTTP-Session: 7ea0f661-898d-4ced-97f8-e1d27a184d60 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
334 | 2024.05.29 21:16:08.437073 [ 3 ] {} <Debug> HTTP-Session: 7ea0f661-898d-4ced-97f8-e1d27a184d60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.05.29 21:16:08.437092 [ 3 ] {} <Debug> HTTP-Session: 7ea0f661-898d-4ced-97f8-e1d27a184d60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.05.29 21:16:08.437125 [ 3 ] {} <Trace> HTTP-Session: 7ea0f661-898d-4ced-97f8-e1d27a184d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.05.29 21:16:08.437307 [ 3 ] {3be34bce-0d1a-4da6-98c2-626adc72a789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.437390 [ 3 ] {3be34bce-0d1a-4da6-98c2-626adc72a789} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.05.29 21:16:08.439278 [ 3 ] {3be34bce-0d1a-4da6-98c2-626adc72a789} <Debug> oximeter.measurements_i16 (37cc6f82-dcfe-4b80-bca5-a624f1984420): Loading data parts | ||
340 | 2024.05.29 21:16:08.439434 [ 3 ] {3be34bce-0d1a-4da6-98c2-626adc72a789} <Debug> oximeter.measurements_i16 (37cc6f82-dcfe-4b80-bca5-a624f1984420): There are no data parts | ||
341 | 2024.05.29 21:16:08.441172 [ 3 ] {3be34bce-0d1a-4da6-98c2-626adc72a789} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.05.29 21:16:08.441204 [ 3 ] {} <Debug> HTTP-Session: 7ea0f661-898d-4ced-97f8-e1d27a184d60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.05.29 21:16:08.441328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.05.29 21:16:08.441380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.05.29 21:16:08.441402 [ 3 ] {} <Debug> HTTP-Session: 068f3563-91c4-4455-9744-5973c047041f Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
346 | 2024.05.29 21:16:08.441417 [ 3 ] {} <Debug> HTTP-Session: 068f3563-91c4-4455-9744-5973c047041f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.05.29 21:16:08.441432 [ 3 ] {} <Debug> HTTP-Session: 068f3563-91c4-4455-9744-5973c047041f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.05.29 21:16:08.441464 [ 3 ] {} <Trace> HTTP-Session: 068f3563-91c4-4455-9744-5973c047041f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.05.29 21:16:08.441640 [ 3 ] {de79f78b-8ce0-4bf6-a41e-ca5d6fc8694f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.441691 [ 3 ] {de79f78b-8ce0-4bf6-a41e-ca5d6fc8694f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.05.29 21:16:08.443183 [ 3 ] {de79f78b-8ce0-4bf6-a41e-ca5d6fc8694f} <Debug> oximeter.measurements_u16 (e63dc232-d75b-4763-b905-474fcfa3589c): Loading data parts | ||
352 | 2024.05.29 21:16:08.443333 [ 3 ] {de79f78b-8ce0-4bf6-a41e-ca5d6fc8694f} <Debug> oximeter.measurements_u16 (e63dc232-d75b-4763-b905-474fcfa3589c): There are no data parts | ||
353 | 2024.05.29 21:16:08.444751 [ 3 ] {de79f78b-8ce0-4bf6-a41e-ca5d6fc8694f} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.05.29 21:16:08.444791 [ 3 ] {} <Debug> HTTP-Session: 068f3563-91c4-4455-9744-5973c047041f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.05.29 21:16:08.445273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.05.29 21:16:08.445339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.05.29 21:16:08.445363 [ 3 ] {} <Debug> HTTP-Session: a5ea2e26-afc7-435c-9c25-58dd7a5b4a80 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
358 | 2024.05.29 21:16:08.445386 [ 3 ] {} <Debug> HTTP-Session: a5ea2e26-afc7-435c-9c25-58dd7a5b4a80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.05.29 21:16:08.445399 [ 3 ] {} <Debug> HTTP-Session: a5ea2e26-afc7-435c-9c25-58dd7a5b4a80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.05.29 21:16:08.445435 [ 3 ] {} <Trace> HTTP-Session: a5ea2e26-afc7-435c-9c25-58dd7a5b4a80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.05.29 21:16:08.445638 [ 3 ] {87f89dc0-8545-4f8d-a8b8-b2b5ed93e5ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.445688 [ 3 ] {87f89dc0-8545-4f8d-a8b8-b2b5ed93e5ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.05.29 21:16:08.449501 [ 3 ] {87f89dc0-8545-4f8d-a8b8-b2b5ed93e5ef} <Debug> oximeter.measurements_i32 (afe2dbbc-1a4f-478d-b1f1-3a13eb5a8df4): Loading data parts | ||
364 | 2024.05.29 21:16:08.449677 [ 3 ] {87f89dc0-8545-4f8d-a8b8-b2b5ed93e5ef} <Debug> oximeter.measurements_i32 (afe2dbbc-1a4f-478d-b1f1-3a13eb5a8df4): There are no data parts | ||
365 | 2024.05.29 21:16:08.451402 [ 3 ] {87f89dc0-8545-4f8d-a8b8-b2b5ed93e5ef} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.05.29 21:16:08.451441 [ 3 ] {} <Debug> HTTP-Session: a5ea2e26-afc7-435c-9c25-58dd7a5b4a80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.05.29 21:16:08.451588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.05.29 21:16:08.451664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.05.29 21:16:08.451702 [ 3 ] {} <Debug> HTTP-Session: bb9d45ef-2b4a-4d06-a7f2-a180bad88ab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
370 | 2024.05.29 21:16:08.451727 [ 3 ] {} <Debug> HTTP-Session: bb9d45ef-2b4a-4d06-a7f2-a180bad88ab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.05.29 21:16:08.451755 [ 3 ] {} <Debug> HTTP-Session: bb9d45ef-2b4a-4d06-a7f2-a180bad88ab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.05.29 21:16:08.451804 [ 3 ] {} <Trace> HTTP-Session: bb9d45ef-2b4a-4d06-a7f2-a180bad88ab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.05.29 21:16:08.452047 [ 3 ] {e44c4fe8-2f8b-4891-a1d9-304f317f44a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.452120 [ 3 ] {e44c4fe8-2f8b-4891-a1d9-304f317f44a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.05.29 21:16:08.454011 [ 3 ] {e44c4fe8-2f8b-4891-a1d9-304f317f44a6} <Debug> oximeter.measurements_u32 (5e6ddca0-ad1a-4790-a8f8-899237061a28): Loading data parts | ||
376 | 2024.05.29 21:16:08.454172 [ 3 ] {e44c4fe8-2f8b-4891-a1d9-304f317f44a6} <Debug> oximeter.measurements_u32 (5e6ddca0-ad1a-4790-a8f8-899237061a28): There are no data parts | ||
377 | 2024.05.29 21:16:08.455505 [ 3 ] {e44c4fe8-2f8b-4891-a1d9-304f317f44a6} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.05.29 21:16:08.455541 [ 3 ] {} <Debug> HTTP-Session: bb9d45ef-2b4a-4d06-a7f2-a180bad88ab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.05.29 21:16:08.455672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.05.29 21:16:08.455729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.05.29 21:16:08.455755 [ 3 ] {} <Debug> HTTP-Session: 2779b3f6-7889-4fbc-ab7c-8e04317c9841 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
382 | 2024.05.29 21:16:08.455778 [ 3 ] {} <Debug> HTTP-Session: 2779b3f6-7889-4fbc-ab7c-8e04317c9841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.05.29 21:16:08.455792 [ 3 ] {} <Debug> HTTP-Session: 2779b3f6-7889-4fbc-ab7c-8e04317c9841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.05.29 21:16:08.455828 [ 3 ] {} <Trace> HTTP-Session: 2779b3f6-7889-4fbc-ab7c-8e04317c9841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.05.29 21:16:08.456005 [ 3 ] {0a776eb3-f6d4-4d36-9eb0-bfe5e1ad900e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.456066 [ 3 ] {0a776eb3-f6d4-4d36-9eb0-bfe5e1ad900e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.05.29 21:16:08.457568 [ 3 ] {0a776eb3-f6d4-4d36-9eb0-bfe5e1ad900e} <Debug> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f): Loading data parts | ||
388 | 2024.05.29 21:16:08.457737 [ 3 ] {0a776eb3-f6d4-4d36-9eb0-bfe5e1ad900e} <Debug> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f): There are no data parts | ||
389 | 2024.05.29 21:16:08.459082 [ 3 ] {0a776eb3-f6d4-4d36-9eb0-bfe5e1ad900e} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.05.29 21:16:08.459117 [ 3 ] {} <Debug> HTTP-Session: 2779b3f6-7889-4fbc-ab7c-8e04317c9841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.05.29 21:16:08.459238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.05.29 21:16:08.459300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.05.29 21:16:08.459318 [ 3 ] {} <Debug> HTTP-Session: 4dd50083-3323-4ff6-acae-be5c14a81b08 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
394 | 2024.05.29 21:16:08.459348 [ 3 ] {} <Debug> HTTP-Session: 4dd50083-3323-4ff6-acae-be5c14a81b08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.05.29 21:16:08.459361 [ 3 ] {} <Debug> HTTP-Session: 4dd50083-3323-4ff6-acae-be5c14a81b08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.05.29 21:16:08.459397 [ 3 ] {} <Trace> HTTP-Session: 4dd50083-3323-4ff6-acae-be5c14a81b08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.05.29 21:16:08.459577 [ 3 ] {34b64e46-bc73-47cf-9d87-4f47592f08bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.459631 [ 3 ] {34b64e46-bc73-47cf-9d87-4f47592f08bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.05.29 21:16:08.461727 [ 3 ] {34b64e46-bc73-47cf-9d87-4f47592f08bf} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Loading data parts | ||
400 | 2024.05.29 21:16:08.461894 [ 3 ] {34b64e46-bc73-47cf-9d87-4f47592f08bf} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): There are no data parts | ||
401 | 2024.05.29 21:16:08.463070 [ 3 ] {34b64e46-bc73-47cf-9d87-4f47592f08bf} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.05.29 21:16:08.463105 [ 3 ] {} <Debug> HTTP-Session: 4dd50083-3323-4ff6-acae-be5c14a81b08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.05.29 21:16:08.463235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.05.29 21:16:08.463281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.05.29 21:16:08.463309 [ 3 ] {} <Debug> HTTP-Session: 6e2ee332-85bc-41f6-8304-81ff77d2d720 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
406 | 2024.05.29 21:16:08.463332 [ 3 ] {} <Debug> HTTP-Session: 6e2ee332-85bc-41f6-8304-81ff77d2d720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.05.29 21:16:08.463345 [ 3 ] {} <Debug> HTTP-Session: 6e2ee332-85bc-41f6-8304-81ff77d2d720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.05.29 21:16:08.463381 [ 3 ] {} <Trace> HTTP-Session: 6e2ee332-85bc-41f6-8304-81ff77d2d720 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.05.29 21:16:08.463557 [ 3 ] {9a1bc9a3-d947-441c-8620-4518f54362ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.463617 [ 3 ] {9a1bc9a3-d947-441c-8620-4518f54362ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.05.29 21:16:08.465268 [ 3 ] {9a1bc9a3-d947-441c-8620-4518f54362ec} <Debug> oximeter.measurements_f32 (02441214-c1c1-4f48-8e80-ba5bbd63964e): Loading data parts | ||
412 | 2024.05.29 21:16:08.465428 [ 3 ] {9a1bc9a3-d947-441c-8620-4518f54362ec} <Debug> oximeter.measurements_f32 (02441214-c1c1-4f48-8e80-ba5bbd63964e): There are no data parts | ||
413 | 2024.05.29 21:16:08.466720 [ 3 ] {9a1bc9a3-d947-441c-8620-4518f54362ec} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.05.29 21:16:08.466746 [ 3 ] {} <Debug> HTTP-Session: 6e2ee332-85bc-41f6-8304-81ff77d2d720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.05.29 21:16:08.466865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.05.29 21:16:08.466931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.05.29 21:16:08.466950 [ 3 ] {} <Debug> HTTP-Session: 68f57aef-6a14-4707-bec3-c937c0f6cffd Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
418 | 2024.05.29 21:16:08.466975 [ 3 ] {} <Debug> HTTP-Session: 68f57aef-6a14-4707-bec3-c937c0f6cffd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.05.29 21:16:08.466996 [ 3 ] {} <Debug> HTTP-Session: 68f57aef-6a14-4707-bec3-c937c0f6cffd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.05.29 21:16:08.467025 [ 3 ] {} <Trace> HTTP-Session: 68f57aef-6a14-4707-bec3-c937c0f6cffd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.05.29 21:16:08.467202 [ 3 ] {e70ae571-2720-494d-8f5f-0a5f4df19deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.467263 [ 3 ] {e70ae571-2720-494d-8f5f-0a5f4df19deb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.05.29 21:16:08.469160 [ 3 ] {e70ae571-2720-494d-8f5f-0a5f4df19deb} <Debug> oximeter.measurements_f64 (69a46af5-e426-4bb2-a451-36f1349adf2a): Loading data parts | ||
424 | 2024.05.29 21:16:08.469321 [ 3 ] {e70ae571-2720-494d-8f5f-0a5f4df19deb} <Debug> oximeter.measurements_f64 (69a46af5-e426-4bb2-a451-36f1349adf2a): There are no data parts | ||
425 | 2024.05.29 21:16:08.470474 [ 3 ] {e70ae571-2720-494d-8f5f-0a5f4df19deb} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.05.29 21:16:08.470511 [ 3 ] {} <Debug> HTTP-Session: 68f57aef-6a14-4707-bec3-c937c0f6cffd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.05.29 21:16:08.470643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.05.29 21:16:08.470699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.05.29 21:16:08.470718 [ 3 ] {} <Debug> HTTP-Session: 1ce74dab-2b40-451d-853a-7bd60eec8aeb Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
430 | 2024.05.29 21:16:08.470744 [ 3 ] {} <Debug> HTTP-Session: 1ce74dab-2b40-451d-853a-7bd60eec8aeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.05.29 21:16:08.470758 [ 3 ] {} <Debug> HTTP-Session: 1ce74dab-2b40-451d-853a-7bd60eec8aeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.05.29 21:16:08.470793 [ 3 ] {} <Trace> HTTP-Session: 1ce74dab-2b40-451d-853a-7bd60eec8aeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.05.29 21:16:08.470968 [ 3 ] {3670fd13-2693-4204-9e64-7fc7083fbea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.471029 [ 3 ] {3670fd13-2693-4204-9e64-7fc7083fbea7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.05.29 21:16:08.473689 [ 3 ] {3670fd13-2693-4204-9e64-7fc7083fbea7} <Debug> oximeter.measurements_string (54258360-9fc0-4b7e-816f-e4f5c48963c2): Loading data parts | ||
436 | 2024.05.29 21:16:08.473892 [ 3 ] {3670fd13-2693-4204-9e64-7fc7083fbea7} <Debug> oximeter.measurements_string (54258360-9fc0-4b7e-816f-e4f5c48963c2): There are no data parts | ||
437 | 2024.05.29 21:16:08.476224 [ 3 ] {3670fd13-2693-4204-9e64-7fc7083fbea7} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.05.29 21:16:08.476250 [ 3 ] {} <Debug> HTTP-Session: 1ce74dab-2b40-451d-853a-7bd60eec8aeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.05.29 21:16:08.476388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.05.29 21:16:08.476450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.05.29 21:16:08.476468 [ 3 ] {} <Debug> HTTP-Session: 4bcf279a-8425-497b-b241-ecf283c75916 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
442 | 2024.05.29 21:16:08.476491 [ 3 ] {} <Debug> HTTP-Session: 4bcf279a-8425-497b-b241-ecf283c75916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.05.29 21:16:08.476512 [ 3 ] {} <Debug> HTTP-Session: 4bcf279a-8425-497b-b241-ecf283c75916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.05.29 21:16:08.476540 [ 3 ] {} <Trace> HTTP-Session: 4bcf279a-8425-497b-b241-ecf283c75916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.05.29 21:16:08.476721 [ 3 ] {b465d550-8e7b-434d-a175-652872aae261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.476783 [ 3 ] {b465d550-8e7b-434d-a175-652872aae261} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.05.29 21:16:08.478790 [ 3 ] {b465d550-8e7b-434d-a175-652872aae261} <Debug> oximeter.measurements_bytes (5c6db2af-bdb8-4af6-b0ab-0f3b93788108): Loading data parts | ||
455 | 2024.05.29 21:16:08.478962 [ 3 ] {b465d550-8e7b-434d-a175-652872aae261} <Debug> oximeter.measurements_bytes (5c6db2af-bdb8-4af6-b0ab-0f3b93788108): There are no data parts | ||
456 | 2024.05.29 21:16:08.480166 [ 3 ] {b465d550-8e7b-434d-a175-652872aae261} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.05.29 21:16:08.480190 [ 3 ] {} <Debug> HTTP-Session: 4bcf279a-8425-497b-b241-ecf283c75916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.05.29 21:16:08.480329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.05.29 21:16:08.480388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.05.29 21:16:08.480408 [ 3 ] {} <Debug> HTTP-Session: c1621f71-215c-4b1f-8029-c9b7077346bd Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
461 | 2024.05.29 21:16:08.480432 [ 3 ] {} <Debug> HTTP-Session: c1621f71-215c-4b1f-8029-c9b7077346bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.05.29 21:16:08.480452 [ 3 ] {} <Debug> HTTP-Session: c1621f71-215c-4b1f-8029-c9b7077346bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.05.29 21:16:08.480481 [ 3 ] {} <Trace> HTTP-Session: c1621f71-215c-4b1f-8029-c9b7077346bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.05.29 21:16:08.480676 [ 3 ] {56d02fa6-3967-4672-9b30-a97abfa91730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.480733 [ 3 ] {56d02fa6-3967-4672-9b30-a97abfa91730} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.05.29 21:16:08.482240 [ 3 ] {56d02fa6-3967-4672-9b30-a97abfa91730} <Debug> oximeter.measurements_cumulativei64 (b8230020-1849-43db-8a19-a0bea4f0ad39): Loading data parts | ||
467 | 2024.05.29 21:16:08.482423 [ 3 ] {56d02fa6-3967-4672-9b30-a97abfa91730} <Debug> oximeter.measurements_cumulativei64 (b8230020-1849-43db-8a19-a0bea4f0ad39): There are no data parts | ||
468 | 2024.05.29 21:16:08.483702 [ 3 ] {56d02fa6-3967-4672-9b30-a97abfa91730} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.05.29 21:16:08.483739 [ 3 ] {} <Debug> HTTP-Session: c1621f71-215c-4b1f-8029-c9b7077346bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.05.29 21:16:08.483857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.05.29 21:16:08.483921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.05.29 21:16:08.483940 [ 3 ] {} <Debug> HTTP-Session: 7c595e1c-4693-486e-8cfa-cbb5baeff200 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
473 | 2024.05.29 21:16:08.483965 [ 3 ] {} <Debug> HTTP-Session: 7c595e1c-4693-486e-8cfa-cbb5baeff200 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.05.29 21:16:08.483978 [ 3 ] {} <Debug> HTTP-Session: 7c595e1c-4693-486e-8cfa-cbb5baeff200 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.05.29 21:16:08.484015 [ 3 ] {} <Trace> HTTP-Session: 7c595e1c-4693-486e-8cfa-cbb5baeff200 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.05.29 21:16:08.484202 [ 3 ] {723df70f-5356-4a4b-ad7e-af80599dd849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.484268 [ 3 ] {723df70f-5356-4a4b-ad7e-af80599dd849} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.05.29 21:16:08.485786 [ 3 ] {723df70f-5356-4a4b-ad7e-af80599dd849} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Loading data parts | ||
479 | 2024.05.29 21:16:08.485958 [ 3 ] {723df70f-5356-4a4b-ad7e-af80599dd849} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): There are no data parts | ||
480 | 2024.05.29 21:16:08.487301 [ 3 ] {723df70f-5356-4a4b-ad7e-af80599dd849} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.05.29 21:16:08.487326 [ 3 ] {} <Debug> HTTP-Session: 7c595e1c-4693-486e-8cfa-cbb5baeff200 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.05.29 21:16:08.487441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.05.29 21:16:08.487497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.05.29 21:16:08.487516 [ 3 ] {} <Debug> HTTP-Session: 79f6595c-02e9-4aed-b8db-271256e33d21 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
485 | 2024.05.29 21:16:08.487537 [ 3 ] {} <Debug> HTTP-Session: 79f6595c-02e9-4aed-b8db-271256e33d21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.05.29 21:16:08.487554 [ 3 ] {} <Debug> HTTP-Session: 79f6595c-02e9-4aed-b8db-271256e33d21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.05.29 21:16:08.487583 [ 3 ] {} <Trace> HTTP-Session: 79f6595c-02e9-4aed-b8db-271256e33d21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.05.29 21:16:08.487762 [ 3 ] {174b4caa-fbc9-4abb-accc-aa2aac659c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.487820 [ 3 ] {174b4caa-fbc9-4abb-accc-aa2aac659c9d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.05.29 21:16:08.489540 [ 3 ] {174b4caa-fbc9-4abb-accc-aa2aac659c9d} <Debug> oximeter.measurements_cumulativef32 (82c09732-8b59-492d-a5ca-460a28d4ca31): Loading data parts | ||
491 | 2024.05.29 21:16:08.489703 [ 3 ] {174b4caa-fbc9-4abb-accc-aa2aac659c9d} <Debug> oximeter.measurements_cumulativef32 (82c09732-8b59-492d-a5ca-460a28d4ca31): There are no data parts | ||
492 | 2024.05.29 21:16:08.491185 [ 3 ] {174b4caa-fbc9-4abb-accc-aa2aac659c9d} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.05.29 21:16:08.491218 [ 3 ] {} <Debug> HTTP-Session: 79f6595c-02e9-4aed-b8db-271256e33d21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.05.29 21:16:08.491342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.05.29 21:16:08.491395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.05.29 21:16:08.491419 [ 3 ] {} <Debug> HTTP-Session: 543e3a51-3879-4974-b6b0-ce7b76857130 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
497 | 2024.05.29 21:16:08.491439 [ 3 ] {} <Debug> HTTP-Session: 543e3a51-3879-4974-b6b0-ce7b76857130 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.05.29 21:16:08.491452 [ 3 ] {} <Debug> HTTP-Session: 543e3a51-3879-4974-b6b0-ce7b76857130 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.05.29 21:16:08.491484 [ 3 ] {} <Trace> HTTP-Session: 543e3a51-3879-4974-b6b0-ce7b76857130 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.05.29 21:16:08.491689 [ 3 ] {ba645e08-8cd3-4b33-ae34-1237b195d124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) 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.05.29 21:16:08.491754 [ 3 ] {ba645e08-8cd3-4b33-ae34-1237b195d124} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.05.29 21:16:08.493396 [ 3 ] {ba645e08-8cd3-4b33-ae34-1237b195d124} <Debug> oximeter.measurements_cumulativef64 (977437b0-8753-4829-b175-f190153615c3): Loading data parts | ||
503 | 2024.05.29 21:16:08.493551 [ 3 ] {ba645e08-8cd3-4b33-ae34-1237b195d124} <Debug> oximeter.measurements_cumulativef64 (977437b0-8753-4829-b175-f190153615c3): There are no data parts | ||
504 | 2024.05.29 21:16:08.494821 [ 3 ] {ba645e08-8cd3-4b33-ae34-1237b195d124} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.05.29 21:16:08.494847 [ 3 ] {} <Debug> HTTP-Session: 543e3a51-3879-4974-b6b0-ce7b76857130 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.05.29 21:16:08.494990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.05.29 21:16:08.495046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.05.29 21:16:08.495064 [ 3 ] {} <Debug> HTTP-Session: 753709b3-f46d-44c6-b0c2-428b04e67dac Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
509 | 2024.05.29 21:16:08.495085 [ 3 ] {} <Debug> HTTP-Session: 753709b3-f46d-44c6-b0c2-428b04e67dac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.05.29 21:16:08.495104 [ 3 ] {} <Debug> HTTP-Session: 753709b3-f46d-44c6-b0c2-428b04e67dac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.05.29 21:16:08.495133 [ 3 ] {} <Trace> HTTP-Session: 753709b3-f46d-44c6-b0c2-428b04e67dac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.05.29 21:16:08.495325 [ 3 ] {92cc5ad6-8c37-4711-94fd-de3d6e0982b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.05.29 21:16:08.495382 [ 3 ] {92cc5ad6-8c37-4711-94fd-de3d6e0982b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.05.29 21:16:08.498694 [ 3 ] {92cc5ad6-8c37-4711-94fd-de3d6e0982b4} <Debug> oximeter.measurements_histogrami8 (3fbc22db-4c19-452f-9878-c02b6b61a90e): Loading data parts | ||
525 | 2024.05.29 21:16:08.498887 [ 3 ] {92cc5ad6-8c37-4711-94fd-de3d6e0982b4} <Debug> oximeter.measurements_histogrami8 (3fbc22db-4c19-452f-9878-c02b6b61a90e): There are no data parts | ||
526 | 2024.05.29 21:16:08.501594 [ 3 ] {92cc5ad6-8c37-4711-94fd-de3d6e0982b4} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.05.29 21:16:08.501618 [ 3 ] {} <Debug> HTTP-Session: 753709b3-f46d-44c6-b0c2-428b04e67dac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.05.29 21:16:08.501757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.05.29 21:16:08.501817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.05.29 21:16:08.501845 [ 3 ] {} <Debug> HTTP-Session: 6e412141-f8ff-4489-8c11-7a6dfbad70a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
531 | 2024.05.29 21:16:08.501861 [ 3 ] {} <Debug> HTTP-Session: 6e412141-f8ff-4489-8c11-7a6dfbad70a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.05.29 21:16:08.501883 [ 3 ] {} <Debug> HTTP-Session: 6e412141-f8ff-4489-8c11-7a6dfbad70a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.05.29 21:16:08.501913 [ 3 ] {} <Trace> HTTP-Session: 6e412141-f8ff-4489-8c11-7a6dfbad70a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.05.29 21:16:08.502110 [ 3 ] {fbdb38bd-c469-4303-8e2d-feb89ac36eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
535 | 2024.05.29 21:16:08.502177 [ 3 ] {fbdb38bd-c469-4303-8e2d-feb89ac36eda} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.05.29 21:16:08.504041 [ 3 ] {fbdb38bd-c469-4303-8e2d-feb89ac36eda} <Debug> oximeter.measurements_histogramu8 (f27b845b-948e-42f6-8545-b1a96b4d9938): Loading data parts | ||
537 | 2024.05.29 21:16:08.504216 [ 3 ] {fbdb38bd-c469-4303-8e2d-feb89ac36eda} <Debug> oximeter.measurements_histogramu8 (f27b845b-948e-42f6-8545-b1a96b4d9938): There are no data parts | ||
538 | 2024.05.29 21:16:08.505443 [ 3 ] {fbdb38bd-c469-4303-8e2d-feb89ac36eda} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.05.29 21:16:08.505479 [ 3 ] {} <Debug> HTTP-Session: 6e412141-f8ff-4489-8c11-7a6dfbad70a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.05.29 21:16:08.505604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.05.29 21:16:08.505661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.05.29 21:16:08.505689 [ 3 ] {} <Debug> HTTP-Session: edf72991-27c6-4763-8c68-7b0195c56654 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
543 | 2024.05.29 21:16:08.505713 [ 3 ] {} <Debug> HTTP-Session: edf72991-27c6-4763-8c68-7b0195c56654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.05.29 21:16:08.505726 [ 3 ] {} <Debug> HTTP-Session: edf72991-27c6-4763-8c68-7b0195c56654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.05.29 21:16:08.505762 [ 3 ] {} <Trace> HTTP-Session: edf72991-27c6-4763-8c68-7b0195c56654 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.05.29 21:16:08.505959 [ 3 ] {45f8948a-92e0-4ffb-8719-0f7dfc732d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
547 | 2024.05.29 21:16:08.506025 [ 3 ] {45f8948a-92e0-4ffb-8719-0f7dfc732d67} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.05.29 21:16:08.507697 [ 3 ] {45f8948a-92e0-4ffb-8719-0f7dfc732d67} <Debug> oximeter.measurements_histogrami16 (f01e4639-b552-4334-9054-35c2bcb0bb7d): Loading data parts | ||
549 | 2024.05.29 21:16:08.507871 [ 3 ] {45f8948a-92e0-4ffb-8719-0f7dfc732d67} <Debug> oximeter.measurements_histogrami16 (f01e4639-b552-4334-9054-35c2bcb0bb7d): There are no data parts | ||
550 | 2024.05.29 21:16:08.509159 [ 3 ] {45f8948a-92e0-4ffb-8719-0f7dfc732d67} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.05.29 21:16:08.509183 [ 3 ] {} <Debug> HTTP-Session: edf72991-27c6-4763-8c68-7b0195c56654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.05.29 21:16:08.509310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.05.29 21:16:08.509369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.05.29 21:16:08.509388 [ 3 ] {} <Debug> HTTP-Session: 83d8bfd7-de65-4033-b7f3-20bbef599695 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
555 | 2024.05.29 21:16:08.509414 [ 3 ] {} <Debug> HTTP-Session: 83d8bfd7-de65-4033-b7f3-20bbef599695 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.05.29 21:16:08.509435 [ 3 ] {} <Debug> HTTP-Session: 83d8bfd7-de65-4033-b7f3-20bbef599695 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.05.29 21:16:08.509465 [ 3 ] {} <Trace> HTTP-Session: 83d8bfd7-de65-4033-b7f3-20bbef599695 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.05.29 21:16:08.509665 [ 3 ] {0f5f15d3-45df-485c-8637-032931dfe9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
559 | 2024.05.29 21:16:08.509731 [ 3 ] {0f5f15d3-45df-485c-8637-032931dfe9fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.05.29 21:16:08.511268 [ 3 ] {0f5f15d3-45df-485c-8637-032931dfe9fc} <Debug> oximeter.measurements_histogramu16 (370c463d-157b-4918-abe9-0ea59cf953c1): Loading data parts | ||
561 | 2024.05.29 21:16:08.511429 [ 3 ] {0f5f15d3-45df-485c-8637-032931dfe9fc} <Debug> oximeter.measurements_histogramu16 (370c463d-157b-4918-abe9-0ea59cf953c1): There are no data parts | ||
562 | 2024.05.29 21:16:08.512920 [ 3 ] {0f5f15d3-45df-485c-8637-032931dfe9fc} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.05.29 21:16:08.512995 [ 3 ] {} <Debug> HTTP-Session: 83d8bfd7-de65-4033-b7f3-20bbef599695 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.05.29 21:16:08.513152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.05.29 21:16:08.513241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.05.29 21:16:08.513293 [ 3 ] {} <Debug> HTTP-Session: af18b194-c743-4bf3-8815-4ba6ee0fac19 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
567 | 2024.05.29 21:16:08.513319 [ 3 ] {} <Debug> HTTP-Session: af18b194-c743-4bf3-8815-4ba6ee0fac19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.05.29 21:16:08.513351 [ 3 ] {} <Debug> HTTP-Session: af18b194-c743-4bf3-8815-4ba6ee0fac19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.05.29 21:16:08.513394 [ 3 ] {} <Trace> HTTP-Session: af18b194-c743-4bf3-8815-4ba6ee0fac19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.05.29 21:16:08.513592 [ 3 ] {5c8fbdfb-f804-4a30-a8ff-257754ce2a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
571 | 2024.05.29 21:16:08.513669 [ 3 ] {5c8fbdfb-f804-4a30-a8ff-257754ce2a0e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.05.29 21:16:08.516241 [ 3 ] {5c8fbdfb-f804-4a30-a8ff-257754ce2a0e} <Debug> oximeter.measurements_histogrami32 (8e517719-f4f7-4df1-92be-3c0e63229952): Loading data parts | ||
573 | 2024.05.29 21:16:08.516430 [ 3 ] {5c8fbdfb-f804-4a30-a8ff-257754ce2a0e} <Debug> oximeter.measurements_histogrami32 (8e517719-f4f7-4df1-92be-3c0e63229952): There are no data parts | ||
574 | 2024.05.29 21:16:08.517837 [ 3 ] {5c8fbdfb-f804-4a30-a8ff-257754ce2a0e} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.05.29 21:16:08.517872 [ 3 ] {} <Debug> HTTP-Session: af18b194-c743-4bf3-8815-4ba6ee0fac19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.05.29 21:16:08.518006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.05.29 21:16:08.518061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.05.29 21:16:08.518079 [ 3 ] {} <Debug> HTTP-Session: 85b93e2d-434f-440c-bac1-6e6b2cbe31db Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
579 | 2024.05.29 21:16:08.518110 [ 3 ] {} <Debug> HTTP-Session: 85b93e2d-434f-440c-bac1-6e6b2cbe31db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.05.29 21:16:08.518123 [ 3 ] {} <Debug> HTTP-Session: 85b93e2d-434f-440c-bac1-6e6b2cbe31db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.05.29 21:16:08.518158 [ 3 ] {} <Trace> HTTP-Session: 85b93e2d-434f-440c-bac1-6e6b2cbe31db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.05.29 21:16:08.518354 [ 3 ] {9cddd047-70f0-469a-9473-de4b0c9dfd83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
583 | 2024.05.29 21:16:08.518413 [ 3 ] {9cddd047-70f0-469a-9473-de4b0c9dfd83} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.05.29 21:16:08.520349 [ 3 ] {9cddd047-70f0-469a-9473-de4b0c9dfd83} <Debug> oximeter.measurements_histogramu32 (cff59ea1-b13a-4ec5-89ce-ab6f1d13ad1d): Loading data parts | ||
585 | 2024.05.29 21:16:08.520591 [ 3 ] {9cddd047-70f0-469a-9473-de4b0c9dfd83} <Debug> oximeter.measurements_histogramu32 (cff59ea1-b13a-4ec5-89ce-ab6f1d13ad1d): There are no data parts | ||
586 | 2024.05.29 21:16:08.521809 [ 3 ] {9cddd047-70f0-469a-9473-de4b0c9dfd83} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.05.29 21:16:08.521833 [ 3 ] {} <Debug> HTTP-Session: 85b93e2d-434f-440c-bac1-6e6b2cbe31db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.05.29 21:16:08.521960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.05.29 21:16:08.522021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.05.29 21:16:08.522047 [ 3 ] {} <Debug> HTTP-Session: c0e139de-847a-4c57-903e-068e5a7e46f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
591 | 2024.05.29 21:16:08.522063 [ 3 ] {} <Debug> HTTP-Session: c0e139de-847a-4c57-903e-068e5a7e46f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.05.29 21:16:08.522081 [ 3 ] {} <Debug> HTTP-Session: c0e139de-847a-4c57-903e-068e5a7e46f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.05.29 21:16:08.522111 [ 3 ] {} <Trace> HTTP-Session: c0e139de-847a-4c57-903e-068e5a7e46f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.05.29 21:16:08.522307 [ 3 ] {0ccb0210-1020-44e3-bd72-829f4ddc2d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
595 | 2024.05.29 21:16:08.522359 [ 3 ] {0ccb0210-1020-44e3-bd72-829f4ddc2d81} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.05.29 21:16:08.524702 [ 3 ] {0ccb0210-1020-44e3-bd72-829f4ddc2d81} <Debug> oximeter.measurements_histogrami64 (1acf4525-4e18-40c9-8628-8c5ca8e877e6): Loading data parts | ||
597 | 2024.05.29 21:16:08.524880 [ 3 ] {0ccb0210-1020-44e3-bd72-829f4ddc2d81} <Debug> oximeter.measurements_histogrami64 (1acf4525-4e18-40c9-8628-8c5ca8e877e6): There are no data parts | ||
598 | 2024.05.29 21:16:08.526115 [ 3 ] {0ccb0210-1020-44e3-bd72-829f4ddc2d81} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.05.29 21:16:08.526140 [ 3 ] {} <Debug> HTTP-Session: c0e139de-847a-4c57-903e-068e5a7e46f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.05.29 21:16:08.526258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.05.29 21:16:08.526318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.05.29 21:16:08.526337 [ 3 ] {} <Debug> HTTP-Session: 3c77ac39-89e1-48e3-a2fd-e526f963d955 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
603 | 2024.05.29 21:16:08.526359 [ 3 ] {} <Debug> HTTP-Session: 3c77ac39-89e1-48e3-a2fd-e526f963d955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.05.29 21:16:08.526373 [ 3 ] {} <Debug> HTTP-Session: 3c77ac39-89e1-48e3-a2fd-e526f963d955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.05.29 21:16:08.526409 [ 3 ] {} <Trace> HTTP-Session: 3c77ac39-89e1-48e3-a2fd-e526f963d955 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.05.29 21:16:08.526596 [ 3 ] {dede7088-d0fc-45af-9797-9b8871775946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
607 | 2024.05.29 21:16:08.526657 [ 3 ] {dede7088-d0fc-45af-9797-9b8871775946} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.05.29 21:16:08.531438 [ 3 ] {dede7088-d0fc-45af-9797-9b8871775946} <Debug> oximeter.measurements_histogramu64 (16aca251-ba6b-4899-86df-5e2a28a45208): Loading data parts | ||
609 | 2024.05.29 21:16:08.531605 [ 3 ] {dede7088-d0fc-45af-9797-9b8871775946} <Debug> oximeter.measurements_histogramu64 (16aca251-ba6b-4899-86df-5e2a28a45208): There are no data parts | ||
610 | 2024.05.29 21:16:08.534356 [ 3 ] {dede7088-d0fc-45af-9797-9b8871775946} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.05.29 21:16:08.534382 [ 3 ] {} <Debug> HTTP-Session: 3c77ac39-89e1-48e3-a2fd-e526f963d955 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.05.29 21:16:08.534515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.05.29 21:16:08.534569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.05.29 21:16:08.534596 [ 3 ] {} <Debug> HTTP-Session: b394f8e5-8349-456a-b470-6bf7672b7b49 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
615 | 2024.05.29 21:16:08.534612 [ 3 ] {} <Debug> HTTP-Session: b394f8e5-8349-456a-b470-6bf7672b7b49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.05.29 21:16:08.534632 [ 3 ] {} <Debug> HTTP-Session: b394f8e5-8349-456a-b470-6bf7672b7b49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.05.29 21:16:08.534668 [ 3 ] {} <Trace> HTTP-Session: b394f8e5-8349-456a-b470-6bf7672b7b49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.05.29 21:16:08.534850 [ 3 ] {0b81e77c-1348-4c67-8422-766f75111bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
619 | 2024.05.29 21:16:08.534911 [ 3 ] {0b81e77c-1348-4c67-8422-766f75111bda} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.05.29 21:16:08.536643 [ 3 ] {0b81e77c-1348-4c67-8422-766f75111bda} <Debug> oximeter.measurements_histogramf32 (dd235439-999a-4e88-ba5c-1373e28a13c9): Loading data parts | ||
621 | 2024.05.29 21:16:08.536806 [ 3 ] {0b81e77c-1348-4c67-8422-766f75111bda} <Debug> oximeter.measurements_histogramf32 (dd235439-999a-4e88-ba5c-1373e28a13c9): There are no data parts | ||
622 | 2024.05.29 21:16:08.538100 [ 3 ] {0b81e77c-1348-4c67-8422-766f75111bda} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.05.29 21:16:08.538134 [ 3 ] {} <Debug> HTTP-Session: b394f8e5-8349-456a-b470-6bf7672b7b49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.05.29 21:16:08.538268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.05.29 21:16:08.538315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.05.29 21:16:08.538344 [ 3 ] {} <Debug> HTTP-Session: 1c1655ce-f06e-4fa0-aed4-7b57cc9d28d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
627 | 2024.05.29 21:16:08.538367 [ 3 ] {} <Debug> HTTP-Session: 1c1655ce-f06e-4fa0-aed4-7b57cc9d28d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.05.29 21:16:08.538380 [ 3 ] {} <Debug> HTTP-Session: 1c1655ce-f06e-4fa0-aed4-7b57cc9d28d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.05.29 21:16:08.538415 [ 3 ] {} <Trace> HTTP-Session: 1c1655ce-f06e-4fa0-aed4-7b57cc9d28d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.05.29 21:16:08.538610 [ 3 ] {68d698fa-0205-4740-878a-d87818e43981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
631 | 2024.05.29 21:16:08.538671 [ 3 ] {68d698fa-0205-4740-878a-d87818e43981} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.05.29 21:16:08.540394 [ 3 ] {68d698fa-0205-4740-878a-d87818e43981} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Loading data parts | ||
633 | 2024.05.29 21:16:08.540555 [ 3 ] {68d698fa-0205-4740-878a-d87818e43981} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): There are no data parts | ||
634 | 2024.05.29 21:16:08.541832 [ 3 ] {68d698fa-0205-4740-878a-d87818e43981} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.05.29 21:16:08.541856 [ 3 ] {} <Debug> HTTP-Session: 1c1655ce-f06e-4fa0-aed4-7b57cc9d28d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.05.29 21:16:08.541998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.05.29 21:16:08.542054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.05.29 21:16:08.542072 [ 3 ] {} <Debug> HTTP-Session: afea6b5a-3c79-4fb7-9085-e54bda4268fb Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
639 | 2024.05.29 21:16:08.542101 [ 3 ] {} <Debug> HTTP-Session: afea6b5a-3c79-4fb7-9085-e54bda4268fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.05.29 21:16:08.542124 [ 3 ] {} <Debug> HTTP-Session: afea6b5a-3c79-4fb7-9085-e54bda4268fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.05.29 21:16:08.542154 [ 3 ] {} <Trace> HTTP-Session: afea6b5a-3c79-4fb7-9085-e54bda4268fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.05.29 21:16:08.542303 [ 3 ] {f5199b2f-0245-470f-9d91-1c1ec75328de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) /* The field tables store named dimensions of each timeseries. | ||
643 | * | ||
644 | * As with the measurement tables, there is one field table for each field data | ||
645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
646 | * this behavior **must not** be relied upon for query correctness. | ||
647 | * | ||
648 | * The index for the fields differs from the measurements, however. Rows are | ||
649 | * sorted by timeseries name, then field name, field value, and finally | ||
650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
652 | * usually then used to look up measurements. | ||
653 | * | ||
654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
655 | * timeseries name and then key, since it would improve lookups where one | ||
656 | * already has the key. Realistically though, these tables are quite small and | ||
657 | * so performance benefits will be low in absolute terms. | ||
658 | */ | ||
659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
660 | 2024.05.29 21:16:08.542363 [ 3 ] {f5199b2f-0245-470f-9d91-1c1ec75328de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.05.29 21:16:08.543750 [ 3 ] {f5199b2f-0245-470f-9d91-1c1ec75328de} <Debug> oximeter.fields_bool (7bf4254a-cde2-4413-be8f-9ea17dff5205): Loading data parts | ||
662 | 2024.05.29 21:16:08.543922 [ 3 ] {f5199b2f-0245-470f-9d91-1c1ec75328de} <Debug> oximeter.fields_bool (7bf4254a-cde2-4413-be8f-9ea17dff5205): There are no data parts | ||
663 | 2024.05.29 21:16:08.544990 [ 3 ] {f5199b2f-0245-470f-9d91-1c1ec75328de} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.05.29 21:16:08.545024 [ 3 ] {} <Debug> HTTP-Session: afea6b5a-3c79-4fb7-9085-e54bda4268fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.05.29 21:16:08.545133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.05.29 21:16:08.545192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
667 | 2024.05.29 21:16:08.545219 [ 3 ] {} <Debug> HTTP-Session: 15896828-e5de-484e-bbe5-8a4ce0509860 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
668 | 2024.05.29 21:16:08.545248 [ 3 ] {} <Debug> HTTP-Session: 15896828-e5de-484e-bbe5-8a4ce0509860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.05.29 21:16:08.545261 [ 3 ] {} <Debug> HTTP-Session: 15896828-e5de-484e-bbe5-8a4ce0509860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.05.29 21:16:08.545299 [ 3 ] {} <Trace> HTTP-Session: 15896828-e5de-484e-bbe5-8a4ce0509860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.05.29 21:16:08.545445 [ 3 ] {f5e85ea9-b8a4-4743-8d7c-98123eb9a3da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
672 | 2024.05.29 21:16:08.545494 [ 3 ] {f5e85ea9-b8a4-4743-8d7c-98123eb9a3da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.05.29 21:16:08.548578 [ 3 ] {f5e85ea9-b8a4-4743-8d7c-98123eb9a3da} <Debug> oximeter.fields_i8 (6ac26003-0456-48d1-be23-f61963e76fb4): Loading data parts | ||
674 | 2024.05.29 21:16:08.548752 [ 3 ] {f5e85ea9-b8a4-4743-8d7c-98123eb9a3da} <Debug> oximeter.fields_i8 (6ac26003-0456-48d1-be23-f61963e76fb4): There are no data parts | ||
675 | 2024.05.29 21:16:08.550215 [ 3 ] {f5e85ea9-b8a4-4743-8d7c-98123eb9a3da} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.05.29 21:16:08.550256 [ 3 ] {} <Debug> HTTP-Session: 15896828-e5de-484e-bbe5-8a4ce0509860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.05.29 21:16:08.550381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.05.29 21:16:08.550442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
679 | 2024.05.29 21:16:08.550474 [ 3 ] {} <Debug> HTTP-Session: a991a943-578a-4c11-bf08-a43e05fdcc8d Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
680 | 2024.05.29 21:16:08.550490 [ 3 ] {} <Debug> HTTP-Session: a991a943-578a-4c11-bf08-a43e05fdcc8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.05.29 21:16:08.550517 [ 3 ] {} <Debug> HTTP-Session: a991a943-578a-4c11-bf08-a43e05fdcc8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.05.29 21:16:08.550558 [ 3 ] {} <Trace> HTTP-Session: a991a943-578a-4c11-bf08-a43e05fdcc8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.05.29 21:16:08.550696 [ 3 ] {79d2aa9d-173f-443a-a87f-8c69a76e480e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
684 | 2024.05.29 21:16:08.550749 [ 3 ] {79d2aa9d-173f-443a-a87f-8c69a76e480e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.05.29 21:16:08.552486 [ 3 ] {79d2aa9d-173f-443a-a87f-8c69a76e480e} <Debug> oximeter.fields_u8 (2921b2be-6812-4989-9ef8-d34567c9420b): Loading data parts | ||
686 | 2024.05.29 21:16:08.552641 [ 3 ] {79d2aa9d-173f-443a-a87f-8c69a76e480e} <Debug> oximeter.fields_u8 (2921b2be-6812-4989-9ef8-d34567c9420b): There are no data parts | ||
687 | 2024.05.29 21:16:08.554567 [ 3 ] {79d2aa9d-173f-443a-a87f-8c69a76e480e} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.05.29 21:16:08.554592 [ 3 ] {} <Debug> HTTP-Session: a991a943-578a-4c11-bf08-a43e05fdcc8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.05.29 21:16:08.554709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.05.29 21:16:08.554768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
691 | 2024.05.29 21:16:08.554787 [ 3 ] {} <Debug> HTTP-Session: c1bcd0c2-e5bb-4c4a-9c2e-a84afb5e5955 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
692 | 2024.05.29 21:16:08.554811 [ 3 ] {} <Debug> HTTP-Session: c1bcd0c2-e5bb-4c4a-9c2e-a84afb5e5955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.05.29 21:16:08.554831 [ 3 ] {} <Debug> HTTP-Session: c1bcd0c2-e5bb-4c4a-9c2e-a84afb5e5955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.05.29 21:16:08.554861 [ 3 ] {} <Trace> HTTP-Session: c1bcd0c2-e5bb-4c4a-9c2e-a84afb5e5955 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.05.29 21:16:08.555011 [ 3 ] {92a5f614-2cef-4c25-a567-db0765903b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
696 | 2024.05.29 21:16:08.555064 [ 3 ] {92a5f614-2cef-4c25-a567-db0765903b1d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.05.29 21:16:08.556507 [ 3 ] {92a5f614-2cef-4c25-a567-db0765903b1d} <Debug> oximeter.fields_i16 (912b4b72-68aa-41df-8f1e-83592b72a82f): Loading data parts | ||
698 | 2024.05.29 21:16:08.556653 [ 3 ] {92a5f614-2cef-4c25-a567-db0765903b1d} <Debug> oximeter.fields_i16 (912b4b72-68aa-41df-8f1e-83592b72a82f): There are no data parts | ||
699 | 2024.05.29 21:16:08.557935 [ 3 ] {92a5f614-2cef-4c25-a567-db0765903b1d} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.05.29 21:16:08.557962 [ 3 ] {} <Debug> HTTP-Session: c1bcd0c2-e5bb-4c4a-9c2e-a84afb5e5955 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.05.29 21:16:08.558087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.05.29 21:16:08.558147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
703 | 2024.05.29 21:16:08.558167 [ 3 ] {} <Debug> HTTP-Session: 60f94237-2f59-4416-85b0-0824f7e77a3f Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
704 | 2024.05.29 21:16:08.558191 [ 3 ] {} <Debug> HTTP-Session: 60f94237-2f59-4416-85b0-0824f7e77a3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.05.29 21:16:08.558212 [ 3 ] {} <Debug> HTTP-Session: 60f94237-2f59-4416-85b0-0824f7e77a3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.05.29 21:16:08.558244 [ 3 ] {} <Trace> HTTP-Session: 60f94237-2f59-4416-85b0-0824f7e77a3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.05.29 21:16:08.558391 [ 3 ] {2c28f94f-1304-4f2d-9c73-2cc128b3f035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
708 | 2024.05.29 21:16:08.558445 [ 3 ] {2c28f94f-1304-4f2d-9c73-2cc128b3f035} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.05.29 21:16:08.559960 [ 3 ] {2c28f94f-1304-4f2d-9c73-2cc128b3f035} <Debug> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Loading data parts | ||
710 | 2024.05.29 21:16:08.560135 [ 3 ] {2c28f94f-1304-4f2d-9c73-2cc128b3f035} <Debug> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): There are no data parts | ||
711 | 2024.05.29 21:16:08.562152 [ 3 ] {2c28f94f-1304-4f2d-9c73-2cc128b3f035} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.05.29 21:16:08.562177 [ 3 ] {} <Debug> HTTP-Session: 60f94237-2f59-4416-85b0-0824f7e77a3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.05.29 21:16:08.562310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.05.29 21:16:08.562366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
715 | 2024.05.29 21:16:08.562386 [ 3 ] {} <Debug> HTTP-Session: 6e61e2fb-fa08-4202-aa9d-df5a5bd53eb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
716 | 2024.05.29 21:16:08.562408 [ 3 ] {} <Debug> HTTP-Session: 6e61e2fb-fa08-4202-aa9d-df5a5bd53eb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.05.29 21:16:08.562429 [ 3 ] {} <Debug> HTTP-Session: 6e61e2fb-fa08-4202-aa9d-df5a5bd53eb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.05.29 21:16:08.562458 [ 3 ] {} <Trace> HTTP-Session: 6e61e2fb-fa08-4202-aa9d-df5a5bd53eb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.05.29 21:16:08.562610 [ 3 ] {e17c92ab-bfbe-4293-8a57-3ae1cb283674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
720 | 2024.05.29 21:16:08.562658 [ 3 ] {e17c92ab-bfbe-4293-8a57-3ae1cb283674} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.05.29 21:16:08.564974 [ 3 ] {e17c92ab-bfbe-4293-8a57-3ae1cb283674} <Debug> oximeter.fields_i32 (d768348b-6d48-4c6e-bd3a-8338334dd2b7): Loading data parts | ||
722 | 2024.05.29 21:16:08.565184 [ 3 ] {e17c92ab-bfbe-4293-8a57-3ae1cb283674} <Debug> oximeter.fields_i32 (d768348b-6d48-4c6e-bd3a-8338334dd2b7): There are no data parts | ||
723 | 2024.05.29 21:16:08.567772 [ 3 ] {e17c92ab-bfbe-4293-8a57-3ae1cb283674} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.05.29 21:16:08.567813 [ 3 ] {} <Debug> HTTP-Session: 6e61e2fb-fa08-4202-aa9d-df5a5bd53eb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.05.29 21:16:08.567952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.05.29 21:16:08.567999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
727 | 2024.05.29 21:16:08.568032 [ 3 ] {} <Debug> HTTP-Session: d29737f9-22ea-4521-a6de-c1c3f2b00dfd Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
728 | 2024.05.29 21:16:08.568061 [ 3 ] {} <Debug> HTTP-Session: d29737f9-22ea-4521-a6de-c1c3f2b00dfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.05.29 21:16:08.568074 [ 3 ] {} <Debug> HTTP-Session: d29737f9-22ea-4521-a6de-c1c3f2b00dfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.05.29 21:16:08.568120 [ 3 ] {} <Trace> HTTP-Session: d29737f9-22ea-4521-a6de-c1c3f2b00dfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.05.29 21:16:08.568282 [ 3 ] {0b9090c5-5dac-46ce-a4a4-a2dc277827c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
732 | 2024.05.29 21:16:08.568337 [ 3 ] {0b9090c5-5dac-46ce-a4a4-a2dc277827c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.05.29 21:16:08.570403 [ 3 ] {0b9090c5-5dac-46ce-a4a4-a2dc277827c2} <Debug> oximeter.fields_u32 (2fe65c18-e2fc-4ee9-ac71-8d274bd4e88a): Loading data parts | ||
734 | 2024.05.29 21:16:08.570571 [ 3 ] {0b9090c5-5dac-46ce-a4a4-a2dc277827c2} <Debug> oximeter.fields_u32 (2fe65c18-e2fc-4ee9-ac71-8d274bd4e88a): There are no data parts | ||
735 | 2024.05.29 21:16:08.573044 [ 3 ] {0b9090c5-5dac-46ce-a4a4-a2dc277827c2} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.05.29 21:16:08.573089 [ 3 ] {} <Debug> HTTP-Session: d29737f9-22ea-4521-a6de-c1c3f2b00dfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.05.29 21:16:08.573225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.05.29 21:16:08.573291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
739 | 2024.05.29 21:16:08.573324 [ 3 ] {} <Debug> HTTP-Session: 7d2a1b42-fd9b-4070-8aab-f083f81ff826 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
740 | 2024.05.29 21:16:08.573339 [ 3 ] {} <Debug> HTTP-Session: 7d2a1b42-fd9b-4070-8aab-f083f81ff826 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.05.29 21:16:08.573363 [ 3 ] {} <Debug> HTTP-Session: 7d2a1b42-fd9b-4070-8aab-f083f81ff826 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.05.29 21:16:08.573405 [ 3 ] {} <Trace> HTTP-Session: 7d2a1b42-fd9b-4070-8aab-f083f81ff826 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.05.29 21:16:08.573560 [ 3 ] {0ae5c8ad-00b8-4509-900b-8995119f68a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
744 | 2024.05.29 21:16:08.573616 [ 3 ] {0ae5c8ad-00b8-4509-900b-8995119f68a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.05.29 21:16:08.576938 [ 3 ] {0ae5c8ad-00b8-4509-900b-8995119f68a3} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Loading data parts | ||
746 | 2024.05.29 21:16:08.577097 [ 3 ] {0ae5c8ad-00b8-4509-900b-8995119f68a3} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): There are no data parts | ||
747 | 2024.05.29 21:16:08.580016 [ 3 ] {0ae5c8ad-00b8-4509-900b-8995119f68a3} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.05.29 21:16:08.580041 [ 3 ] {} <Debug> HTTP-Session: 7d2a1b42-fd9b-4070-8aab-f083f81ff826 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.05.29 21:16:08.580174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.05.29 21:16:08.580238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
751 | 2024.05.29 21:16:08.580276 [ 3 ] {} <Debug> HTTP-Session: 9c200261-715e-485a-b427-e317b24aab69 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
752 | 2024.05.29 21:16:08.580292 [ 3 ] {} <Debug> HTTP-Session: 9c200261-715e-485a-b427-e317b24aab69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.05.29 21:16:08.580320 [ 3 ] {} <Debug> HTTP-Session: 9c200261-715e-485a-b427-e317b24aab69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.05.29 21:16:08.580371 [ 3 ] {} <Trace> HTTP-Session: 9c200261-715e-485a-b427-e317b24aab69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.05.29 21:16:08.580529 [ 3 ] {a00e7f89-d309-4a3c-b9a9-84f7ad5e59a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
756 | 2024.05.29 21:16:08.580583 [ 3 ] {a00e7f89-d309-4a3c-b9a9-84f7ad5e59a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.05.29 21:16:08.582365 [ 3 ] {a00e7f89-d309-4a3c-b9a9-84f7ad5e59a0} <Debug> oximeter.fields_u64 (d6e400eb-0f59-480b-ba5a-eabe62a93f1d): Loading data parts | ||
758 | 2024.05.29 21:16:08.582548 [ 3 ] {a00e7f89-d309-4a3c-b9a9-84f7ad5e59a0} <Debug> oximeter.fields_u64 (d6e400eb-0f59-480b-ba5a-eabe62a93f1d): There are no data parts | ||
759 | 2024.05.29 21:16:08.584539 [ 3 ] {a00e7f89-d309-4a3c-b9a9-84f7ad5e59a0} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.05.29 21:16:08.584565 [ 3 ] {} <Debug> HTTP-Session: 9c200261-715e-485a-b427-e317b24aab69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.05.29 21:16:08.584716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.05.29 21:16:08.584782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
763 | 2024.05.29 21:16:08.584804 [ 3 ] {} <Debug> HTTP-Session: fef596c0-3fba-4126-8927-3d22300ac4e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
764 | 2024.05.29 21:16:08.584821 [ 3 ] {} <Debug> HTTP-Session: fef596c0-3fba-4126-8927-3d22300ac4e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.05.29 21:16:08.584849 [ 3 ] {} <Debug> HTTP-Session: fef596c0-3fba-4126-8927-3d22300ac4e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.05.29 21:16:08.584882 [ 3 ] {} <Trace> HTTP-Session: fef596c0-3fba-4126-8927-3d22300ac4e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.05.29 21:16:08.585025 [ 3 ] {372401a4-a2dc-4c4a-b563-4969cc8707ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
768 | 2024.05.29 21:16:08.585082 [ 3 ] {372401a4-a2dc-4c4a-b563-4969cc8707ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.05.29 21:16:08.586517 [ 3 ] {372401a4-a2dc-4c4a-b563-4969cc8707ae} <Debug> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Loading data parts | ||
770 | 2024.05.29 21:16:08.586685 [ 3 ] {372401a4-a2dc-4c4a-b563-4969cc8707ae} <Debug> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): There are no data parts | ||
771 | 2024.05.29 21:16:08.587915 [ 3 ] {372401a4-a2dc-4c4a-b563-4969cc8707ae} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.05.29 21:16:08.587941 [ 3 ] {} <Debug> HTTP-Session: fef596c0-3fba-4126-8927-3d22300ac4e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.05.29 21:16:08.588054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.05.29 21:16:08.588100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
775 | 2024.05.29 21:16:08.588119 [ 3 ] {} <Debug> HTTP-Session: 26652181-c4b1-4036-bbb2-a459ebabd02a Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
776 | 2024.05.29 21:16:08.588135 [ 3 ] {} <Debug> HTTP-Session: 26652181-c4b1-4036-bbb2-a459ebabd02a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.05.29 21:16:08.588150 [ 3 ] {} <Debug> HTTP-Session: 26652181-c4b1-4036-bbb2-a459ebabd02a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.05.29 21:16:08.588181 [ 3 ] {} <Trace> HTTP-Session: 26652181-c4b1-4036-bbb2-a459ebabd02a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.05.29 21:16:08.588322 [ 3 ] {68d90eec-7604-4298-a3ce-a9961456ddda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
780 | 2024.05.29 21:16:08.588361 [ 3 ] {68d90eec-7604-4298-a3ce-a9961456ddda} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.05.29 21:16:08.589727 [ 3 ] {68d90eec-7604-4298-a3ce-a9961456ddda} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Loading data parts | ||
782 | 2024.05.29 21:16:08.589878 [ 3 ] {68d90eec-7604-4298-a3ce-a9961456ddda} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): There are no data parts | ||
783 | 2024.05.29 21:16:08.592293 [ 3 ] {68d90eec-7604-4298-a3ce-a9961456ddda} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.05.29 21:16:08.592324 [ 3 ] {} <Debug> HTTP-Session: 26652181-c4b1-4036-bbb2-a459ebabd02a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.05.29 21:16:08.592471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.05.29 21:16:08.592520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
787 | 2024.05.29 21:16:08.592539 [ 3 ] {} <Debug> HTTP-Session: 8f556b23-cf06-455c-9ba7-22b2e33511be Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
788 | 2024.05.29 21:16:08.592555 [ 3 ] {} <Debug> HTTP-Session: 8f556b23-cf06-455c-9ba7-22b2e33511be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.05.29 21:16:08.592570 [ 3 ] {} <Debug> HTTP-Session: 8f556b23-cf06-455c-9ba7-22b2e33511be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.05.29 21:16:08.592599 [ 3 ] {} <Trace> HTTP-Session: 8f556b23-cf06-455c-9ba7-22b2e33511be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.05.29 21:16:08.592742 [ 3 ] {1f7698a0-7347-43e1-816f-9bce61a33ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
792 | 2024.05.29 21:16:08.592782 [ 3 ] {1f7698a0-7347-43e1-816f-9bce61a33ab2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.05.29 21:16:08.594375 [ 3 ] {1f7698a0-7347-43e1-816f-9bce61a33ab2} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Loading data parts | ||
794 | 2024.05.29 21:16:08.594525 [ 3 ] {1f7698a0-7347-43e1-816f-9bce61a33ab2} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): There are no data parts | ||
795 | 2024.05.29 21:16:08.595644 [ 3 ] {1f7698a0-7347-43e1-816f-9bce61a33ab2} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.05.29 21:16:08.595670 [ 3 ] {} <Debug> HTTP-Session: 8f556b23-cf06-455c-9ba7-22b2e33511be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.05.29 21:16:08.595794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.05.29 21:16:08.595843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
799 | 2024.05.29 21:16:08.595862 [ 3 ] {} <Debug> HTTP-Session: 206154ad-70e3-4174-9fb1-e40f16ec86ec Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
800 | 2024.05.29 21:16:08.595879 [ 3 ] {} <Debug> HTTP-Session: 206154ad-70e3-4174-9fb1-e40f16ec86ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.05.29 21:16:08.595892 [ 3 ] {} <Debug> HTTP-Session: 206154ad-70e3-4174-9fb1-e40f16ec86ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.05.29 21:16:08.595922 [ 3 ] {} <Trace> HTTP-Session: 206154ad-70e3-4174-9fb1-e40f16ec86ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.05.29 21:16:08.596134 [ 3 ] {05ce5ea9-a742-4d8b-be75-f4bec1f25a76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) /* The timeseries schema table stores the extracted schema for the samples | ||
804 | * oximeter collects. | ||
805 | */ | ||
806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
807 | 2024.05.29 21:16:08.596192 [ 3 ] {05ce5ea9-a742-4d8b-be75-f4bec1f25a76} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.05.29 21:16:08.597847 [ 3 ] {05ce5ea9-a742-4d8b-be75-f4bec1f25a76} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c): Loading data parts | ||
809 | 2024.05.29 21:16:08.597999 [ 3 ] {05ce5ea9-a742-4d8b-be75-f4bec1f25a76} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c): There are no data parts | ||
810 | 2024.05.29 21:16:08.599450 [ 3 ] {05ce5ea9-a742-4d8b-be75-f4bec1f25a76} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.05.29 21:16:08.599476 [ 3 ] {} <Debug> HTTP-Session: 206154ad-70e3-4174-9fb1-e40f16ec86ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.05.29 21:16:08.599620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.05.29 21:16:08.599667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
814 | 2024.05.29 21:16:08.599685 [ 3 ] {} <Debug> HTTP-Session: 7d26df46-6d2b-4bb5-9dfb-adaee1cee076 Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
815 | 2024.05.29 21:16:08.599701 [ 3 ] {} <Debug> HTTP-Session: 7d26df46-6d2b-4bb5-9dfb-adaee1cee076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.05.29 21:16:08.599715 [ 3 ] {} <Debug> HTTP-Session: 7d26df46-6d2b-4bb5-9dfb-adaee1cee076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.05.29 21:16:08.599745 [ 3 ] {} <Trace> HTTP-Session: 7d26df46-6d2b-4bb5-9dfb-adaee1cee076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.05.29 21:16:08.599913 [ 3 ] {f4d9bd16-f5ce-4007-9051-bdf4dc7caaed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.05.29 21:16:08.601656 [ 3 ] {f4d9bd16-f5ce-4007-9051-bdf4dc7caaed} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.05.29 21:16:08.605810 [ 3 ] {f4d9bd16-f5ce-4007-9051-bdf4dc7caaed} <Trace> oximeter.version (aac3330a-f9dc-498c-866f-f0a42d715fdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.05.29 21:16:08.605848 [ 3 ] {f4d9bd16-f5ce-4007-9051-bdf4dc7caaed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
822 | 2024.05.29 21:16:08.610663 [ 3 ] {f4d9bd16-f5ce-4007-9051-bdf4dc7caaed} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.05.29 21:16:08.611754 [ 3 ] {f4d9bd16-f5ce-4007-9051-bdf4dc7caaed} <Trace> oximeter.version (aac3330a-f9dc-498c-866f-f0a42d715fdf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
824 | 2024.05.29 21:16:08.612039 [ 3 ] {f4d9bd16-f5ce-4007-9051-bdf4dc7caaed} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012203 sec., 81.9470621978202 rows/sec., 1.28 KiB/sec. | ||
825 | 2024.05.29 21:16:08.612230 [ 3 ] {f4d9bd16-f5ce-4007-9051-bdf4dc7caaed} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.05.29 21:16:08.612254 [ 3 ] {f4d9bd16-f5ce-4007-9051-bdf4dc7caaed} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
827 | 2024.05.29 21:16:08.612271 [ 3 ] {} <Debug> HTTP-Session: 7d26df46-6d2b-4bb5-9dfb-adaee1cee076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.05.29 21:16:09.000145 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.16 MiB, peak 166.30 MiB, free memory in arenas 0.00 B, will set to 173.67 MiB (RSS), difference: 12.51 MiB | ||
829 | 2024.05.29 21:16:21.138114 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.05.29 21:16:21.138207 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.05.29 21:16:36.138260 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
832 | 2024.05.29 21:16:36.138324 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
833 | 2024.05.29 21:16:51.138593 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
834 | 2024.05.29 21:16:51.138706 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
835 | 2024.05.29 21:17:06.138990 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
836 | 2024.05.29 21:17:06.139112 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
837 | 2024.05.29 21:17:13.636834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
838 | 2024.05.29 21:17:13.636995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
839 | 2024.05.29 21:17:13.637027 [ 3 ] {} <Debug> HTTP-Session: 12c1bc26-3ef8-42e4-a4a0-abbf36869885 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
840 | 2024.05.29 21:17:13.637062 [ 3 ] {} <Debug> HTTP-Session: 12c1bc26-3ef8-42e4-a4a0-abbf36869885 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
841 | 2024.05.29 21:17:13.637083 [ 3 ] {} <Debug> HTTP-Session: 12c1bc26-3ef8-42e4-a4a0-abbf36869885 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
842 | 2024.05.29 21:17:13.637149 [ 3 ] {} <Trace> HTTP-Session: 12c1bc26-3ef8-42e4-a4a0-abbf36869885 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
843 | 2024.05.29 21:17:13.637452 [ 3 ] {106e21be-3c98-49b2-aaae-872db9aab8c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
844 | 2024.05.29 21:17:13.639976 [ 3 ] {106e21be-3c98-49b2-aaae-872db9aab8c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
845 | 2024.05.29 21:17:13.642147 [ 3 ] {106e21be-3c98-49b2-aaae-872db9aab8c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
846 | 2024.05.29 21:17:13.651609 [ 3 ] {106e21be-3c98-49b2-aaae-872db9aab8c4} <Debug> DynamicQueryHandler: Done processing query | ||
847 | 2024.05.29 21:17:13.651653 [ 3 ] {106e21be-3c98-49b2-aaae-872db9aab8c4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
848 | 2024.05.29 21:17:13.651680 [ 3 ] {} <Debug> HTTP-Session: 12c1bc26-3ef8-42e4-a4a0-abbf36869885 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.05.29 21:17:13.668274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
850 | 2024.05.29 21:17:13.668357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
851 | 2024.05.29 21:17:13.668383 [ 3 ] {} <Debug> HTTP-Session: 784595dc-965c-438e-83d4-3cbe0cda138e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
852 | 2024.05.29 21:17:13.668409 [ 3 ] {} <Debug> HTTP-Session: 784595dc-965c-438e-83d4-3cbe0cda138e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
853 | 2024.05.29 21:17:13.668427 [ 3 ] {} <Debug> HTTP-Session: 784595dc-965c-438e-83d4-3cbe0cda138e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
854 | 2024.05.29 21:17:13.668477 [ 3 ] {} <Trace> HTTP-Session: 784595dc-965c-438e-83d4-3cbe0cda138e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
855 | 2024.05.29 21:17:13.668696 [ 3 ] {0fb2cd92-b3b1-453e-bce8-641a289da28f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
856 | 2024.05.29 21:17:13.697079 [ 3 ] {0fb2cd92-b3b1-453e-bce8-641a289da28f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
857 | 2024.05.29 21:17:13.697162 [ 3 ] {0fb2cd92-b3b1-453e-bce8-641a289da28f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
858 | 2024.05.29 21:17:13.700252 [ 3 ] {0fb2cd92-b3b1-453e-bce8-641a289da28f} <Debug> DynamicQueryHandler: Done processing query | ||
859 | 2024.05.29 21:17:13.700286 [ 3 ] {0fb2cd92-b3b1-453e-bce8-641a289da28f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
860 | 2024.05.29 21:17:13.700307 [ 3 ] {} <Debug> HTTP-Session: 784595dc-965c-438e-83d4-3cbe0cda138e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
861 | 2024.05.29 21:17:13.703010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
862 | 2024.05.29 21:17:13.703082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
863 | 2024.05.29 21:17:13.703109 [ 3 ] {} <Debug> HTTP-Session: 262f2f57-ca70-4c61-9daf-70b9334fa79e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
864 | 2024.05.29 21:17:13.703132 [ 3 ] {} <Debug> HTTP-Session: 262f2f57-ca70-4c61-9daf-70b9334fa79e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
865 | 2024.05.29 21:17:13.703153 [ 3 ] {} <Debug> HTTP-Session: 262f2f57-ca70-4c61-9daf-70b9334fa79e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
866 | 2024.05.29 21:17:13.703201 [ 3 ] {} <Trace> HTTP-Session: 262f2f57-ca70-4c61-9daf-70b9334fa79e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
867 | 2024.05.29 21:17:13.703379 [ 3 ] {0eefa225-eb08-4b3e-a7d2-d1394d7d2511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
868 | 2024.05.29 21:17:13.706243 [ 3 ] {0eefa225-eb08-4b3e-a7d2-d1394d7d2511} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
869 | 2024.05.29 21:17:13.706306 [ 3 ] {0eefa225-eb08-4b3e-a7d2-d1394d7d2511} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
870 | 2024.05.29 21:17:13.707462 [ 3 ] {0eefa225-eb08-4b3e-a7d2-d1394d7d2511} <Debug> DynamicQueryHandler: Done processing query | ||
871 | 2024.05.29 21:17:13.707492 [ 3 ] {0eefa225-eb08-4b3e-a7d2-d1394d7d2511} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
872 | 2024.05.29 21:17:13.707513 [ 3 ] {} <Debug> HTTP-Session: 262f2f57-ca70-4c61-9daf-70b9334fa79e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
873 | 2024.05.29 21:17:13.707768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
874 | 2024.05.29 21:17:13.707825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
875 | 2024.05.29 21:17:13.707848 [ 3 ] {} <Debug> HTTP-Session: 37a2b7c5-344a-43bb-a9e1-fca325767737 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
876 | 2024.05.29 21:17:13.707870 [ 3 ] {} <Debug> HTTP-Session: 37a2b7c5-344a-43bb-a9e1-fca325767737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
877 | 2024.05.29 21:17:13.707888 [ 3 ] {} <Debug> HTTP-Session: 37a2b7c5-344a-43bb-a9e1-fca325767737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
878 | 2024.05.29 21:17:13.707927 [ 3 ] {} <Trace> HTTP-Session: 37a2b7c5-344a-43bb-a9e1-fca325767737 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
879 | 2024.05.29 21:17:13.708074 [ 3 ] {56ac2cb2-9840-4963-80b9-ed913b9565aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
880 | 2024.05.29 21:17:13.708457 [ 3 ] {56ac2cb2-9840-4963-80b9-ed913b9565aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
881 | 2024.05.29 21:17:13.708519 [ 3 ] {56ac2cb2-9840-4963-80b9-ed913b9565aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
882 | 2024.05.29 21:17:13.709616 [ 3 ] {56ac2cb2-9840-4963-80b9-ed913b9565aa} <Debug> DynamicQueryHandler: Done processing query | ||
883 | 2024.05.29 21:17:13.709646 [ 3 ] {56ac2cb2-9840-4963-80b9-ed913b9565aa} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
884 | 2024.05.29 21:17:13.709666 [ 3 ] {} <Debug> HTTP-Session: 37a2b7c5-344a-43bb-a9e1-fca325767737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
885 | 2024.05.29 21:17:13.710293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
886 | 2024.05.29 21:17:13.710341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
887 | 2024.05.29 21:17:13.710362 [ 3 ] {} <Debug> HTTP-Session: 87f66570-20d9-4246-bdeb-daddf92e1d28 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
888 | 2024.05.29 21:17:13.710378 [ 3 ] {} <Debug> HTTP-Session: 87f66570-20d9-4246-bdeb-daddf92e1d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
889 | 2024.05.29 21:17:13.710392 [ 3 ] {} <Debug> HTTP-Session: 87f66570-20d9-4246-bdeb-daddf92e1d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
890 | 2024.05.29 21:17:13.710424 [ 3 ] {} <Trace> HTTP-Session: 87f66570-20d9-4246-bdeb-daddf92e1d28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
891 | 2024.05.29 21:17:13.710547 [ 3 ] {0dee0e60-3613-4d22-8e15-ef2472f3b62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
892 | 2024.05.29 21:17:13.710592 [ 3 ] {0dee0e60-3613-4d22-8e15-ef2472f3b62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
893 | 2024.05.29 21:17:13.714610 [ 3 ] {0dee0e60-3613-4d22-8e15-ef2472f3b62a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
894 | 2024.05.29 21:17:13.727633 [ 3 ] {0dee0e60-3613-4d22-8e15-ef2472f3b62a} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
895 | 2024.05.29 21:17:13.727685 [ 3 ] {0dee0e60-3613-4d22-8e15-ef2472f3b62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
896 | 2024.05.29 21:17:13.732394 [ 3 ] {0dee0e60-3613-4d22-8e15-ef2472f3b62a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
897 | 2024.05.29 21:17:13.732811 [ 3 ] {0dee0e60-3613-4d22-8e15-ef2472f3b62a} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
898 | 2024.05.29 21:17:13.733000 [ 3 ] {0dee0e60-3613-4d22-8e15-ef2472f3b62a} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.022484 sec., 177.90428749332858 rows/sec., 19.24 KiB/sec. | ||
899 | 2024.05.29 21:17:13.733322 [ 3 ] {0dee0e60-3613-4d22-8e15-ef2472f3b62a} <Debug> DynamicQueryHandler: Done processing query | ||
900 | 2024.05.29 21:17:13.733351 [ 3 ] {0dee0e60-3613-4d22-8e15-ef2472f3b62a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
901 | 2024.05.29 21:17:13.733372 [ 3 ] {} <Debug> HTTP-Session: 87f66570-20d9-4246-bdeb-daddf92e1d28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
902 | 2024.05.29 21:17:13.733507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
903 | 2024.05.29 21:17:13.733564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
904 | 2024.05.29 21:17:13.733588 [ 3 ] {} <Debug> HTTP-Session: 7874e14f-bd6b-44ac-a921-f64353faa1cf Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
905 | 2024.05.29 21:17:13.733609 [ 3 ] {} <Debug> HTTP-Session: 7874e14f-bd6b-44ac-a921-f64353faa1cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
906 | 2024.05.29 21:17:13.733627 [ 3 ] {} <Debug> HTTP-Session: 7874e14f-bd6b-44ac-a921-f64353faa1cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
907 | 2024.05.29 21:17:13.733665 [ 3 ] {} <Trace> HTTP-Session: 7874e14f-bd6b-44ac-a921-f64353faa1cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
908 | 2024.05.29 21:17:13.733783 [ 3 ] {a0614fe2-9cdf-479d-b39c-1d3b2d19179b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
909 | 2024.05.29 21:17:13.733833 [ 3 ] {a0614fe2-9cdf-479d-b39c-1d3b2d19179b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
910 | 2024.05.29 21:17:13.734010 [ 3 ] {a0614fe2-9cdf-479d-b39c-1d3b2d19179b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
911 | 2024.05.29 21:17:13.746492 [ 3 ] {a0614fe2-9cdf-479d-b39c-1d3b2d19179b} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
912 | 2024.05.29 21:17:13.746533 [ 3 ] {a0614fe2-9cdf-479d-b39c-1d3b2d19179b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
913 | 2024.05.29 21:17:13.746918 [ 3 ] {a0614fe2-9cdf-479d-b39c-1d3b2d19179b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
914 | 2024.05.29 21:17:13.747298 [ 3 ] {a0614fe2-9cdf-479d-b39c-1d3b2d19179b} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
915 | 2024.05.29 21:17:13.747490 [ 3 ] {a0614fe2-9cdf-479d-b39c-1d3b2d19179b} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.013724 sec., 1020.1107548819587 rows/sec., 82.68 KiB/sec. | ||
916 | 2024.05.29 21:17:13.747923 [ 3 ] {a0614fe2-9cdf-479d-b39c-1d3b2d19179b} <Debug> DynamicQueryHandler: Done processing query | ||
917 | 2024.05.29 21:17:13.747953 [ 3 ] {a0614fe2-9cdf-479d-b39c-1d3b2d19179b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
918 | 2024.05.29 21:17:13.747973 [ 3 ] {} <Debug> HTTP-Session: 7874e14f-bd6b-44ac-a921-f64353faa1cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.05.29 21:17:13.748122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 6342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
920 | 2024.05.29 21:17:13.748177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
921 | 2024.05.29 21:17:13.748201 [ 3 ] {} <Debug> HTTP-Session: ad659455-b260-4833-80a2-87a1eccfbd3f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
922 | 2024.05.29 21:17:13.748222 [ 3 ] {} <Debug> HTTP-Session: ad659455-b260-4833-80a2-87a1eccfbd3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
923 | 2024.05.29 21:17:13.748240 [ 3 ] {} <Debug> HTTP-Session: ad659455-b260-4833-80a2-87a1eccfbd3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
924 | 2024.05.29 21:17:13.748277 [ 3 ] {} <Trace> HTTP-Session: ad659455-b260-4833-80a2-87a1eccfbd3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
925 | 2024.05.29 21:17:13.748401 [ 3 ] {00ead787-eb03-440c-af9b-db21e6ed1f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
926 | 2024.05.29 21:17:13.748450 [ 3 ] {00ead787-eb03-440c-af9b-db21e6ed1f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
927 | 2024.05.29 21:17:13.748632 [ 3 ] {00ead787-eb03-440c-af9b-db21e6ed1f5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
928 | 2024.05.29 21:17:13.750945 [ 3 ] {00ead787-eb03-440c-af9b-db21e6ed1f5d} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
929 | 2024.05.29 21:17:13.750987 [ 3 ] {00ead787-eb03-440c-af9b-db21e6ed1f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
930 | 2024.05.29 21:17:13.751357 [ 3 ] {00ead787-eb03-440c-af9b-db21e6ed1f5d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
931 | 2024.05.29 21:17:13.751727 [ 3 ] {00ead787-eb03-440c-af9b-db21e6ed1f5d} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
932 | 2024.05.29 21:17:13.751909 [ 3 ] {00ead787-eb03-440c-af9b-db21e6ed1f5d} <Debug> executeQuery: Read 42 rows, 3.75 KiB in 0.003529 sec., 11901.388495324454 rows/sec., 1.04 MiB/sec. | ||
933 | 2024.05.29 21:17:13.752306 [ 3 ] {00ead787-eb03-440c-af9b-db21e6ed1f5d} <Debug> DynamicQueryHandler: Done processing query | ||
934 | 2024.05.29 21:17:13.752336 [ 3 ] {00ead787-eb03-440c-af9b-db21e6ed1f5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
935 | 2024.05.29 21:17:13.752356 [ 3 ] {} <Debug> HTTP-Session: ad659455-b260-4833-80a2-87a1eccfbd3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
936 | 2024.05.29 21:17:13.752488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 3620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
937 | 2024.05.29 21:17:13.752543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
938 | 2024.05.29 21:17:13.752567 [ 3 ] {} <Debug> HTTP-Session: 5538c92e-20ae-45de-975e-3f93e205c108 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
939 | 2024.05.29 21:17:13.752588 [ 3 ] {} <Debug> HTTP-Session: 5538c92e-20ae-45de-975e-3f93e205c108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
940 | 2024.05.29 21:17:13.752606 [ 3 ] {} <Debug> HTTP-Session: 5538c92e-20ae-45de-975e-3f93e205c108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
941 | 2024.05.29 21:17:13.752643 [ 3 ] {} <Trace> HTTP-Session: 5538c92e-20ae-45de-975e-3f93e205c108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
942 | 2024.05.29 21:17:13.752760 [ 3 ] {03c5a3bf-7c5a-4de2-a411-7f324497382b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
943 | 2024.05.29 21:17:13.752808 [ 3 ] {03c5a3bf-7c5a-4de2-a411-7f324497382b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
944 | 2024.05.29 21:17:13.753664 [ 3 ] {03c5a3bf-7c5a-4de2-a411-7f324497382b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
945 | 2024.05.29 21:17:13.754707 [ 3 ] {03c5a3bf-7c5a-4de2-a411-7f324497382b} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
946 | 2024.05.29 21:17:13.754746 [ 3 ] {03c5a3bf-7c5a-4de2-a411-7f324497382b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
947 | 2024.05.29 21:17:13.757221 [ 3 ] {03c5a3bf-7c5a-4de2-a411-7f324497382b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
948 | 2024.05.29 21:17:13.757605 [ 3 ] {03c5a3bf-7c5a-4de2-a411-7f324497382b} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
949 | 2024.05.29 21:17:13.757781 [ 3 ] {03c5a3bf-7c5a-4de2-a411-7f324497382b} <Debug> executeQuery: Read 21 rows, 1.69 KiB in 0.005047 sec., 4160.8876560332865 rows/sec., 335.52 KiB/sec. | ||
950 | 2024.05.29 21:17:13.758193 [ 3 ] {03c5a3bf-7c5a-4de2-a411-7f324497382b} <Debug> DynamicQueryHandler: Done processing query | ||
951 | 2024.05.29 21:17:13.758222 [ 3 ] {03c5a3bf-7c5a-4de2-a411-7f324497382b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
952 | 2024.05.29 21:17:13.758242 [ 3 ] {} <Debug> HTTP-Session: 5538c92e-20ae-45de-975e-3f93e205c108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
953 | 2024.05.29 21:17:13.758463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
954 | 2024.05.29 21:17:13.758518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
955 | 2024.05.29 21:17:13.758541 [ 3 ] {} <Debug> HTTP-Session: a746866b-728c-4e8a-9bc9-7c4939ce9da1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
956 | 2024.05.29 21:17:13.758562 [ 3 ] {} <Debug> HTTP-Session: a746866b-728c-4e8a-9bc9-7c4939ce9da1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
957 | 2024.05.29 21:17:13.758580 [ 3 ] {} <Debug> HTTP-Session: a746866b-728c-4e8a-9bc9-7c4939ce9da1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
958 | 2024.05.29 21:17:13.758617 [ 3 ] {} <Trace> HTTP-Session: a746866b-728c-4e8a-9bc9-7c4939ce9da1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
959 | 2024.05.29 21:17:13.758825 [ 3 ] {d5e9876c-ca22-4d66-9d62-42966a092cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
960 | 2024.05.29 21:17:13.758882 [ 3 ] {d5e9876c-ca22-4d66-9d62-42966a092cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
961 | 2024.05.29 21:17:13.759126 [ 3 ] {d5e9876c-ca22-4d66-9d62-42966a092cb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
962 | 2024.05.29 21:17:13.761791 [ 3 ] {d5e9876c-ca22-4d66-9d62-42966a092cb8} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
963 | 2024.05.29 21:17:13.761832 [ 3 ] {d5e9876c-ca22-4d66-9d62-42966a092cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
964 | 2024.05.29 21:17:13.773267 [ 3 ] {d5e9876c-ca22-4d66-9d62-42966a092cb8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
965 | 2024.05.29 21:17:13.773737 [ 3 ] {d5e9876c-ca22-4d66-9d62-42966a092cb8} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
966 | 2024.05.29 21:17:13.773917 [ 3 ] {d5e9876c-ca22-4d66-9d62-42966a092cb8} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.015207 sec., 920.6286578549352 rows/sec., 1.24 MiB/sec. | ||
967 | 2024.05.29 21:17:13.774256 [ 3 ] {d5e9876c-ca22-4d66-9d62-42966a092cb8} <Debug> DynamicQueryHandler: Done processing query | ||
968 | 2024.05.29 21:17:13.774285 [ 3 ] {d5e9876c-ca22-4d66-9d62-42966a092cb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
969 | 2024.05.29 21:17:13.774304 [ 3 ] {} <Debug> HTTP-Session: a746866b-728c-4e8a-9bc9-7c4939ce9da1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
970 | 2024.05.29 21:17:13.774435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
971 | 2024.05.29 21:17:13.774489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
972 | 2024.05.29 21:17:13.774511 [ 3 ] {} <Debug> HTTP-Session: 046c4c47-691d-4d6b-8954-7dc52aa43632 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
973 | 2024.05.29 21:17:13.774532 [ 3 ] {} <Debug> HTTP-Session: 046c4c47-691d-4d6b-8954-7dc52aa43632 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
974 | 2024.05.29 21:17:13.774550 [ 3 ] {} <Debug> HTTP-Session: 046c4c47-691d-4d6b-8954-7dc52aa43632 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
975 | 2024.05.29 21:17:13.774587 [ 3 ] {} <Trace> HTTP-Session: 046c4c47-691d-4d6b-8954-7dc52aa43632 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
976 | 2024.05.29 21:17:13.774699 [ 3 ] {ad544f85-b685-433e-aaf8-7aad9203d91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
977 | 2024.05.29 21:17:13.774749 [ 3 ] {ad544f85-b685-433e-aaf8-7aad9203d91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
978 | 2024.05.29 21:17:13.774934 [ 3 ] {ad544f85-b685-433e-aaf8-7aad9203d91c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
979 | 2024.05.29 21:17:13.777184 [ 3 ] {ad544f85-b685-433e-aaf8-7aad9203d91c} <Trace> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
980 | 2024.05.29 21:17:13.777224 [ 3 ] {ad544f85-b685-433e-aaf8-7aad9203d91c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
981 | 2024.05.29 21:17:13.779677 [ 3 ] {ad544f85-b685-433e-aaf8-7aad9203d91c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
982 | 2024.05.29 21:17:13.780077 [ 3 ] {ad544f85-b685-433e-aaf8-7aad9203d91c} <Trace> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
983 | 2024.05.29 21:17:13.780269 [ 3 ] {ad544f85-b685-433e-aaf8-7aad9203d91c} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.005584 sec., 2148.997134670487 rows/sec., 161.94 KiB/sec. | ||
984 | 2024.05.29 21:17:13.780677 [ 3 ] {ad544f85-b685-433e-aaf8-7aad9203d91c} <Debug> DynamicQueryHandler: Done processing query | ||
985 | 2024.05.29 21:17:13.780706 [ 3 ] {ad544f85-b685-433e-aaf8-7aad9203d91c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
986 | 2024.05.29 21:17:13.780726 [ 3 ] {} <Debug> HTTP-Session: 046c4c47-691d-4d6b-8954-7dc52aa43632 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.05.29 21:17:21.139187 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
988 | 2024.05.29 21:17:21.139286 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
989 | 2024.05.29 21:17:23.614936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
990 | 2024.05.29 21:17:23.615053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
991 | 2024.05.29 21:17:23.615077 [ 3 ] {} <Debug> HTTP-Session: 1b741622-6766-4961-bf65-c8b10bfbc9ad Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
992 | 2024.05.29 21:17:23.615101 [ 3 ] {} <Debug> HTTP-Session: 1b741622-6766-4961-bf65-c8b10bfbc9ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
993 | 2024.05.29 21:17:23.615115 [ 3 ] {} <Debug> HTTP-Session: 1b741622-6766-4961-bf65-c8b10bfbc9ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
994 | 2024.05.29 21:17:23.615162 [ 3 ] {} <Trace> HTTP-Session: 1b741622-6766-4961-bf65-c8b10bfbc9ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
995 | 2024.05.29 21:17:23.615348 [ 3 ] {b137c218-56e3-4fb4-8b72-0451313840e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
996 | 2024.05.29 21:17:23.615413 [ 3 ] {b137c218-56e3-4fb4-8b72-0451313840e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
997 | 2024.05.29 21:17:23.615604 [ 3 ] {b137c218-56e3-4fb4-8b72-0451313840e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
998 | 2024.05.29 21:17:23.615968 [ 3 ] {b137c218-56e3-4fb4-8b72-0451313840e4} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
999 | 2024.05.29 21:17:23.616007 [ 3 ] {b137c218-56e3-4fb4-8b72-0451313840e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
1000 | 2024.05.29 21:17:23.616354 [ 3 ] {b137c218-56e3-4fb4-8b72-0451313840e4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1001 | 2024.05.29 21:17:23.616669 [ 3 ] {b137c218-56e3-4fb4-8b72-0451313840e4} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1002 | 2024.05.29 21:17:23.616857 [ 3 ] {b137c218-56e3-4fb4-8b72-0451313840e4} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001561 sec., 8968.609865470851 rows/sec., 726.95 KiB/sec. | ||
1003 | 2024.05.29 21:17:23.617052 [ 3 ] {b137c218-56e3-4fb4-8b72-0451313840e4} <Debug> DynamicQueryHandler: Done processing query | ||
1004 | 2024.05.29 21:17:23.617076 [ 3 ] {b137c218-56e3-4fb4-8b72-0451313840e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1005 | 2024.05.29 21:17:23.617091 [ 3 ] {} <Debug> HTTP-Session: 1b741622-6766-4961-bf65-c8b10bfbc9ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1006 | 2024.05.29 21:17:23.617253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 6342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1007 | 2024.05.29 21:17:23.617299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1008 | 2024.05.29 21:17:23.617318 [ 3 ] {} <Debug> HTTP-Session: 8bbcf7f5-0f68-40dc-8734-0cb0ba69a3af Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1009 | 2024.05.29 21:17:23.617334 [ 3 ] {} <Debug> HTTP-Session: 8bbcf7f5-0f68-40dc-8734-0cb0ba69a3af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1010 | 2024.05.29 21:17:23.617347 [ 3 ] {} <Debug> HTTP-Session: 8bbcf7f5-0f68-40dc-8734-0cb0ba69a3af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1011 | 2024.05.29 21:17:23.617377 [ 3 ] {} <Trace> HTTP-Session: 8bbcf7f5-0f68-40dc-8734-0cb0ba69a3af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1012 | 2024.05.29 21:17:23.617481 [ 3 ] {989e9324-603c-4635-9433-6d90a8b3cdcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1013 | 2024.05.29 21:17:23.617522 [ 3 ] {989e9324-603c-4635-9433-6d90a8b3cdcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1014 | 2024.05.29 21:17:23.617643 [ 3 ] {989e9324-603c-4635-9433-6d90a8b3cdcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1015 | 2024.05.29 21:17:23.617916 [ 3 ] {989e9324-603c-4635-9433-6d90a8b3cdcb} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1016 | 2024.05.29 21:17:23.617950 [ 3 ] {989e9324-603c-4635-9433-6d90a8b3cdcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
1017 | 2024.05.29 21:17:23.618250 [ 3 ] {989e9324-603c-4635-9433-6d90a8b3cdcb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1018 | 2024.05.29 21:17:23.618540 [ 3 ] {989e9324-603c-4635-9433-6d90a8b3cdcb} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1019 | 2024.05.29 21:17:23.618693 [ 3 ] {989e9324-603c-4635-9433-6d90a8b3cdcb} <Debug> executeQuery: Read 42 rows, 3.75 KiB in 0.001235 sec., 34008.0971659919 rows/sec., 2.97 MiB/sec. | ||
1020 | 2024.05.29 21:17:23.618876 [ 3 ] {989e9324-603c-4635-9433-6d90a8b3cdcb} <Debug> DynamicQueryHandler: Done processing query | ||
1021 | 2024.05.29 21:17:23.618899 [ 3 ] {989e9324-603c-4635-9433-6d90a8b3cdcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1022 | 2024.05.29 21:17:23.618914 [ 3 ] {} <Debug> HTTP-Session: 8bbcf7f5-0f68-40dc-8734-0cb0ba69a3af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1023 | 2024.05.29 21:17:23.619042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1024 | 2024.05.29 21:17:23.619088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1025 | 2024.05.29 21:17:23.619106 [ 3 ] {} <Debug> HTTP-Session: 21a376f2-b1a8-4276-ae2a-d095cc58adcd Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1026 | 2024.05.29 21:17:23.619122 [ 3 ] {} <Debug> HTTP-Session: 21a376f2-b1a8-4276-ae2a-d095cc58adcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1027 | 2024.05.29 21:17:23.619135 [ 3 ] {} <Debug> HTTP-Session: 21a376f2-b1a8-4276-ae2a-d095cc58adcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1028 | 2024.05.29 21:17:23.619163 [ 3 ] {} <Trace> HTTP-Session: 21a376f2-b1a8-4276-ae2a-d095cc58adcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1029 | 2024.05.29 21:17:23.619258 [ 3 ] {7cb1aa2f-79d5-4e71-bb69-3b561fca5081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1030 | 2024.05.29 21:17:23.619298 [ 3 ] {7cb1aa2f-79d5-4e71-bb69-3b561fca5081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1031 | 2024.05.29 21:17:23.619421 [ 3 ] {7cb1aa2f-79d5-4e71-bb69-3b561fca5081} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1032 | 2024.05.29 21:17:23.619782 [ 3 ] {7cb1aa2f-79d5-4e71-bb69-3b561fca5081} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1033 | 2024.05.29 21:17:23.619817 [ 3 ] {7cb1aa2f-79d5-4e71-bb69-3b561fca5081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
1034 | 2024.05.29 21:17:23.620103 [ 3 ] {7cb1aa2f-79d5-4e71-bb69-3b561fca5081} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1035 | 2024.05.29 21:17:23.620393 [ 3 ] {7cb1aa2f-79d5-4e71-bb69-3b561fca5081} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1036 | 2024.05.29 21:17:23.620507 [ 3 ] {7cb1aa2f-79d5-4e71-bb69-3b561fca5081} <Debug> executeQuery: Read 14 rows, 1.12 KiB in 0.001275 sec., 10980.392156862745 rows/sec., 879.29 KiB/sec. | ||
1037 | 2024.05.29 21:17:23.620761 [ 3 ] {7cb1aa2f-79d5-4e71-bb69-3b561fca5081} <Debug> DynamicQueryHandler: Done processing query | ||
1038 | 2024.05.29 21:17:23.620788 [ 3 ] {7cb1aa2f-79d5-4e71-bb69-3b561fca5081} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1039 | 2024.05.29 21:17:23.620804 [ 3 ] {} <Debug> HTTP-Session: 21a376f2-b1a8-4276-ae2a-d095cc58adcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1040 | 2024.05.29 21:17:23.621034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1041 | 2024.05.29 21:17:23.621082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1042 | 2024.05.29 21:17:23.621100 [ 3 ] {} <Debug> HTTP-Session: 64f62d14-5102-4615-b8bc-77f8dc8370d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1043 | 2024.05.29 21:17:23.621116 [ 3 ] {} <Debug> HTTP-Session: 64f62d14-5102-4615-b8bc-77f8dc8370d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1044 | 2024.05.29 21:17:23.621129 [ 3 ] {} <Debug> HTTP-Session: 64f62d14-5102-4615-b8bc-77f8dc8370d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1045 | 2024.05.29 21:17:23.621158 [ 3 ] {} <Trace> HTTP-Session: 64f62d14-5102-4615-b8bc-77f8dc8370d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1046 | 2024.05.29 21:17:23.621325 [ 3 ] {b41a1a90-5a6d-4778-95c8-1573e4bb5c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1047 | 2024.05.29 21:17:23.621373 [ 3 ] {b41a1a90-5a6d-4778-95c8-1573e4bb5c69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1048 | 2024.05.29 21:17:23.621544 [ 3 ] {b41a1a90-5a6d-4778-95c8-1573e4bb5c69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1049 | 2024.05.29 21:17:23.621901 [ 3 ] {b41a1a90-5a6d-4778-95c8-1573e4bb5c69} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1050 | 2024.05.29 21:17:23.621935 [ 3 ] {b41a1a90-5a6d-4778-95c8-1573e4bb5c69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
1051 | 2024.05.29 21:17:23.622317 [ 3 ] {b41a1a90-5a6d-4778-95c8-1573e4bb5c69} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1052 | 2024.05.29 21:17:23.622637 [ 3 ] {b41a1a90-5a6d-4778-95c8-1573e4bb5c69} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1053 | 2024.05.29 21:17:23.622762 [ 3 ] {b41a1a90-5a6d-4778-95c8-1573e4bb5c69} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001532 sec., 9138.381201044387 rows/sec., 12.33 MiB/sec. | ||
1054 | 2024.05.29 21:17:23.622964 [ 3 ] {b41a1a90-5a6d-4778-95c8-1573e4bb5c69} <Debug> DynamicQueryHandler: Done processing query | ||
1055 | 2024.05.29 21:17:23.622987 [ 3 ] {b41a1a90-5a6d-4778-95c8-1573e4bb5c69} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1056 | 2024.05.29 21:17:23.623002 [ 3 ] {} <Debug> HTTP-Session: 64f62d14-5102-4615-b8bc-77f8dc8370d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1057 | 2024.05.29 21:17:28.615124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1058 | 2024.05.29 21:17:28.615246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1059 | 2024.05.29 21:17:28.615269 [ 3 ] {} <Debug> HTTP-Session: 7049f2d4-16d2-476a-b214-739a399af753 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1060 | 2024.05.29 21:17:28.615293 [ 3 ] {} <Debug> HTTP-Session: 7049f2d4-16d2-476a-b214-739a399af753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1061 | 2024.05.29 21:17:28.615307 [ 3 ] {} <Debug> HTTP-Session: 7049f2d4-16d2-476a-b214-739a399af753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1062 | 2024.05.29 21:17:28.615355 [ 3 ] {} <Trace> HTTP-Session: 7049f2d4-16d2-476a-b214-739a399af753 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1063 | 2024.05.29 21:17:28.615548 [ 3 ] {f52dfaed-dd55-4d2b-82b9-059b8cf12b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1064 | 2024.05.29 21:17:28.615614 [ 3 ] {f52dfaed-dd55-4d2b-82b9-059b8cf12b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1065 | 2024.05.29 21:17:28.615805 [ 3 ] {f52dfaed-dd55-4d2b-82b9-059b8cf12b7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1066 | 2024.05.29 21:17:28.616236 [ 3 ] {f52dfaed-dd55-4d2b-82b9-059b8cf12b7b} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1067 | 2024.05.29 21:17:28.616280 [ 3 ] {f52dfaed-dd55-4d2b-82b9-059b8cf12b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1068 | 2024.05.29 21:17:28.616639 [ 3 ] {f52dfaed-dd55-4d2b-82b9-059b8cf12b7b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1069 | 2024.05.29 21:17:28.616967 [ 3 ] {f52dfaed-dd55-4d2b-82b9-059b8cf12b7b} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1070 | 2024.05.29 21:17:28.617102 [ 3 ] {f52dfaed-dd55-4d2b-82b9-059b8cf12b7b} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001612 sec., 9925.558312655086 rows/sec., 804.51 KiB/sec. | ||
1071 | 2024.05.29 21:17:28.617308 [ 3 ] {f52dfaed-dd55-4d2b-82b9-059b8cf12b7b} <Debug> DynamicQueryHandler: Done processing query | ||
1072 | 2024.05.29 21:17:28.617333 [ 3 ] {f52dfaed-dd55-4d2b-82b9-059b8cf12b7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1073 | 2024.05.29 21:17:28.617349 [ 3 ] {} <Debug> HTTP-Session: 7049f2d4-16d2-476a-b214-739a399af753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1074 | 2024.05.29 21:17:28.617487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 7359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1075 | 2024.05.29 21:17:28.617541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1076 | 2024.05.29 21:17:28.617561 [ 3 ] {} <Debug> HTTP-Session: c5211cd4-c20d-4683-91c4-8c9675a1ec0e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1077 | 2024.05.29 21:17:28.617579 [ 3 ] {} <Debug> HTTP-Session: c5211cd4-c20d-4683-91c4-8c9675a1ec0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1078 | 2024.05.29 21:17:28.617595 [ 3 ] {} <Debug> HTTP-Session: c5211cd4-c20d-4683-91c4-8c9675a1ec0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1079 | 2024.05.29 21:17:28.617629 [ 3 ] {} <Trace> HTTP-Session: c5211cd4-c20d-4683-91c4-8c9675a1ec0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1080 | 2024.05.29 21:17:28.617747 [ 3 ] {421f9e26-e4da-4b65-a63f-200abd97dc77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1081 | 2024.05.29 21:17:28.617792 [ 3 ] {421f9e26-e4da-4b65-a63f-200abd97dc77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1082 | 2024.05.29 21:17:28.617917 [ 3 ] {421f9e26-e4da-4b65-a63f-200abd97dc77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1083 | 2024.05.29 21:17:28.618222 [ 3 ] {421f9e26-e4da-4b65-a63f-200abd97dc77} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1084 | 2024.05.29 21:17:28.618257 [ 3 ] {421f9e26-e4da-4b65-a63f-200abd97dc77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1085 | 2024.05.29 21:17:28.618559 [ 3 ] {421f9e26-e4da-4b65-a63f-200abd97dc77} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1086 | 2024.05.29 21:17:28.618859 [ 3 ] {421f9e26-e4da-4b65-a63f-200abd97dc77} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1087 | 2024.05.29 21:17:28.618983 [ 3 ] {421f9e26-e4da-4b65-a63f-200abd97dc77} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.001281 sec., 37470.725995316156 rows/sec., 3.35 MiB/sec. | ||
1088 | 2024.05.29 21:17:28.619167 [ 3 ] {421f9e26-e4da-4b65-a63f-200abd97dc77} <Debug> DynamicQueryHandler: Done processing query | ||
1089 | 2024.05.29 21:17:28.619190 [ 3 ] {421f9e26-e4da-4b65-a63f-200abd97dc77} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1090 | 2024.05.29 21:17:28.619206 [ 3 ] {} <Debug> HTTP-Session: c5211cd4-c20d-4683-91c4-8c9675a1ec0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1091 | 2024.05.29 21:17:28.619327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 4980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1092 | 2024.05.29 21:17:28.619372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1093 | 2024.05.29 21:17:28.619391 [ 3 ] {} <Debug> HTTP-Session: 17738d42-a318-423c-9e20-999332fd4d5b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1094 | 2024.05.29 21:17:28.619407 [ 3 ] {} <Debug> HTTP-Session: 17738d42-a318-423c-9e20-999332fd4d5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1095 | 2024.05.29 21:17:28.619420 [ 3 ] {} <Debug> HTTP-Session: 17738d42-a318-423c-9e20-999332fd4d5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1096 | 2024.05.29 21:17:28.619450 [ 3 ] {} <Trace> HTTP-Session: 17738d42-a318-423c-9e20-999332fd4d5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1097 | 2024.05.29 21:17:28.619552 [ 3 ] {34d0bf95-5303-4908-bd98-31559822b20a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1098 | 2024.05.29 21:17:28.619593 [ 3 ] {34d0bf95-5303-4908-bd98-31559822b20a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1099 | 2024.05.29 21:17:28.619715 [ 3 ] {34d0bf95-5303-4908-bd98-31559822b20a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1100 | 2024.05.29 21:17:28.620014 [ 3 ] {34d0bf95-5303-4908-bd98-31559822b20a} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1101 | 2024.05.29 21:17:28.620048 [ 3 ] {34d0bf95-5303-4908-bd98-31559822b20a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1102 | 2024.05.29 21:17:28.620340 [ 3 ] {34d0bf95-5303-4908-bd98-31559822b20a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1103 | 2024.05.29 21:17:28.620633 [ 3 ] {34d0bf95-5303-4908-bd98-31559822b20a} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1104 | 2024.05.29 21:17:28.620757 [ 3 ] {34d0bf95-5303-4908-bd98-31559822b20a} <Debug> executeQuery: Read 29 rows, 2.34 KiB in 0.001237 sec., 23443.815683104283 rows/sec., 1.84 MiB/sec. | ||
1105 | 2024.05.29 21:17:28.621013 [ 3 ] {34d0bf95-5303-4908-bd98-31559822b20a} <Debug> DynamicQueryHandler: Done processing query | ||
1106 | 2024.05.29 21:17:28.621038 [ 3 ] {34d0bf95-5303-4908-bd98-31559822b20a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1107 | 2024.05.29 21:17:28.621053 [ 3 ] {} <Debug> HTTP-Session: 17738d42-a318-423c-9e20-999332fd4d5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1108 | 2024.05.29 21:17:28.621188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1109 | 2024.05.29 21:17:28.621233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1110 | 2024.05.29 21:17:28.621251 [ 3 ] {} <Debug> HTTP-Session: 757bf84b-32b9-4680-a788-05f87f5e185f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1111 | 2024.05.29 21:17:28.621267 [ 3 ] {} <Debug> HTTP-Session: 757bf84b-32b9-4680-a788-05f87f5e185f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1112 | 2024.05.29 21:17:28.621280 [ 3 ] {} <Debug> HTTP-Session: 757bf84b-32b9-4680-a788-05f87f5e185f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1113 | 2024.05.29 21:17:28.621309 [ 3 ] {} <Trace> HTTP-Session: 757bf84b-32b9-4680-a788-05f87f5e185f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1114 | 2024.05.29 21:17:28.621486 [ 3 ] {4d01ace0-fcfa-4d57-af1c-1ff43fe37916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1115 | 2024.05.29 21:17:28.621533 [ 3 ] {4d01ace0-fcfa-4d57-af1c-1ff43fe37916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1116 | 2024.05.29 21:17:28.621700 [ 3 ] {4d01ace0-fcfa-4d57-af1c-1ff43fe37916} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1117 | 2024.05.29 21:17:28.622076 [ 3 ] {4d01ace0-fcfa-4d57-af1c-1ff43fe37916} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1118 | 2024.05.29 21:17:28.622117 [ 3 ] {4d01ace0-fcfa-4d57-af1c-1ff43fe37916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1119 | 2024.05.29 21:17:28.622503 [ 3 ] {4d01ace0-fcfa-4d57-af1c-1ff43fe37916} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1120 | 2024.05.29 21:17:28.622829 [ 3 ] {4d01ace0-fcfa-4d57-af1c-1ff43fe37916} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1121 | 2024.05.29 21:17:28.622954 [ 3 ] {4d01ace0-fcfa-4d57-af1c-1ff43fe37916} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001571 sec., 10184.595798854234 rows/sec., 13.74 MiB/sec. | ||
1122 | 2024.05.29 21:17:28.623104 [ 3 ] {4d01ace0-fcfa-4d57-af1c-1ff43fe37916} <Debug> DynamicQueryHandler: Done processing query | ||
1123 | 2024.05.29 21:17:28.623128 [ 3 ] {4d01ace0-fcfa-4d57-af1c-1ff43fe37916} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1124 | 2024.05.29 21:17:28.623143 [ 3 ] {} <Debug> HTTP-Session: 757bf84b-32b9-4680-a788-05f87f5e185f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1125 | 2024.05.29 21:17:28.623293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2405, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1126 | 2024.05.29 21:17:28.623338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1127 | 2024.05.29 21:17:28.623356 [ 3 ] {} <Debug> HTTP-Session: 8bed937f-9e11-408c-b2a0-7fd5d5497ad1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1128 | 2024.05.29 21:17:28.623372 [ 3 ] {} <Debug> HTTP-Session: 8bed937f-9e11-408c-b2a0-7fd5d5497ad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1129 | 2024.05.29 21:17:28.623385 [ 3 ] {} <Debug> HTTP-Session: 8bed937f-9e11-408c-b2a0-7fd5d5497ad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1130 | 2024.05.29 21:17:28.623414 [ 3 ] {} <Trace> HTTP-Session: 8bed937f-9e11-408c-b2a0-7fd5d5497ad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1131 | 2024.05.29 21:17:28.623510 [ 3 ] {66651c51-056a-4715-aa43-e6663167b60f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1132 | 2024.05.29 21:17:28.623562 [ 3 ] {66651c51-056a-4715-aa43-e6663167b60f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1133 | 2024.05.29 21:17:28.623682 [ 3 ] {66651c51-056a-4715-aa43-e6663167b60f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1134 | 2024.05.29 21:17:28.623945 [ 3 ] {66651c51-056a-4715-aa43-e6663167b60f} <Trace> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1135 | 2024.05.29 21:17:28.623979 [ 3 ] {66651c51-056a-4715-aa43-e6663167b60f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1136 | 2024.05.29 21:17:28.624327 [ 3 ] {66651c51-056a-4715-aa43-e6663167b60f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1137 | 2024.05.29 21:17:28.624634 [ 3 ] {66651c51-056a-4715-aa43-e6663167b60f} <Trace> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1138 | 2024.05.29 21:17:28.624760 [ 3 ] {66651c51-056a-4715-aa43-e6663167b60f} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001276 sec., 11755.485893416928 rows/sec., 852.58 KiB/sec. | ||
1139 | 2024.05.29 21:17:28.624971 [ 3 ] {66651c51-056a-4715-aa43-e6663167b60f} <Debug> DynamicQueryHandler: Done processing query | ||
1140 | 2024.05.29 21:17:28.624995 [ 3 ] {66651c51-056a-4715-aa43-e6663167b60f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1141 | 2024.05.29 21:17:28.625010 [ 3 ] {} <Debug> HTTP-Session: 8bed937f-9e11-408c-b2a0-7fd5d5497ad1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1142 | 2024.05.29 21:17:33.613520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1143 | 2024.05.29 21:17:33.613645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1144 | 2024.05.29 21:17:33.613670 [ 3 ] {} <Debug> HTTP-Session: 2f0a4fb0-1136-4569-8e3d-0429be82346f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1145 | 2024.05.29 21:17:33.613701 [ 3 ] {} <Debug> HTTP-Session: 2f0a4fb0-1136-4569-8e3d-0429be82346f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1146 | 2024.05.29 21:17:33.613716 [ 3 ] {} <Debug> HTTP-Session: 2f0a4fb0-1136-4569-8e3d-0429be82346f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1147 | 2024.05.29 21:17:33.613765 [ 3 ] {} <Trace> HTTP-Session: 2f0a4fb0-1136-4569-8e3d-0429be82346f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1148 | 2024.05.29 21:17:33.613979 [ 3 ] {5737f705-eafe-438c-9639-f87a02b3e152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1149 | 2024.05.29 21:17:33.616390 [ 3 ] {5737f705-eafe-438c-9639-f87a02b3e152} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1150 | 2024.05.29 21:17:33.620531 [ 3 ] {5737f705-eafe-438c-9639-f87a02b3e152} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1151 | 2024.05.29 21:17:33.620819 [ 3 ] {5737f705-eafe-438c-9639-f87a02b3e152} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1152 | 2024.05.29 21:17:33.627006 [ 3 ] {5737f705-eafe-438c-9639-f87a02b3e152} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1153 | 2024.05.29 21:17:33.633218 [ 3 ] {5737f705-eafe-438c-9639-f87a02b3e152} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
1154 | 2024.05.29 21:17:33.638315 [ 3 ] {5737f705-eafe-438c-9639-f87a02b3e152} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1155 | 2024.05.29 21:17:33.640224 [ 3 ] {5737f705-eafe-438c-9639-f87a02b3e152} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
1156 | 2024.05.29 21:17:33.640256 [ 3 ] {5737f705-eafe-438c-9639-f87a02b3e152} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1157 | 2024.05.29 21:17:33.642669 [ 3 ] {5737f705-eafe-438c-9639-f87a02b3e152} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))" | ||
1158 | 2024.05.29 21:17:33.642702 [ 3 ] {5737f705-eafe-438c-9639-f87a02b3e152} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1159 | 2024.05.29 21:17:33.668028 [ 3 ] {5737f705-eafe-438c-9639-f87a02b3e152} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.054132 sec., 73.89344565137073 rows/sec., 3.41 KiB/sec. | ||
1160 | 2024.05.29 21:17:33.668338 [ 3 ] {5737f705-eafe-438c-9639-f87a02b3e152} <Debug> DynamicQueryHandler: Done processing query | ||
1161 | 2024.05.29 21:17:33.668367 [ 3 ] {5737f705-eafe-438c-9639-f87a02b3e152} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1162 | 2024.05.29 21:17:33.668383 [ 3 ] {} <Debug> HTTP-Session: 2f0a4fb0-1136-4569-8e3d-0429be82346f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1163 | 2024.05.29 21:17:33.668626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1164 | 2024.05.29 21:17:33.668682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1165 | 2024.05.29 21:17:33.668702 [ 3 ] {} <Debug> HTTP-Session: f6d17db7-d5ee-4f38-bbe5-f1d1bd3d310c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1166 | 2024.05.29 21:17:33.668721 [ 3 ] {} <Debug> HTTP-Session: f6d17db7-d5ee-4f38-bbe5-f1d1bd3d310c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1167 | 2024.05.29 21:17:33.668735 [ 3 ] {} <Debug> HTTP-Session: f6d17db7-d5ee-4f38-bbe5-f1d1bd3d310c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1168 | 2024.05.29 21:17:33.668774 [ 3 ] {} <Trace> HTTP-Session: f6d17db7-d5ee-4f38-bbe5-f1d1bd3d310c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1169 | 2024.05.29 21:17:33.668930 [ 3 ] {9c1fb22e-e895-4e60-b628-ded94a6eadf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1170 | 2024.05.29 21:17:33.669178 [ 3 ] {9c1fb22e-e895-4e60-b628-ded94a6eadf3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1171 | 2024.05.29 21:17:33.669212 [ 3 ] {9c1fb22e-e895-4e60-b628-ded94a6eadf3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1172 | 2024.05.29 21:17:33.669416 [ 3 ] {9c1fb22e-e895-4e60-b628-ded94a6eadf3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1173 | 2024.05.29 21:17:33.669482 [ 3 ] {9c1fb22e-e895-4e60-b628-ded94a6eadf3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1174 | 2024.05.29 21:17:33.669623 [ 3 ] {9c1fb22e-e895-4e60-b628-ded94a6eadf3} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1175 | 2024.05.29 21:17:33.669655 [ 3 ] {9c1fb22e-e895-4e60-b628-ded94a6eadf3} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1176 | 2024.05.29 21:17:33.669678 [ 3 ] {9c1fb22e-e895-4e60-b628-ded94a6eadf3} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
1177 | 2024.05.29 21:17:33.669696 [ 3 ] {9c1fb22e-e895-4e60-b628-ded94a6eadf3} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1178 | 2024.05.29 21:17:33.669735 [ 3 ] {9c1fb22e-e895-4e60-b628-ded94a6eadf3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" | ||
1179 | 2024.05.29 21:17:33.669755 [ 3 ] {9c1fb22e-e895-4e60-b628-ded94a6eadf3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1180 | 2024.05.29 21:17:33.670498 [ 3 ] {9c1fb22e-e895-4e60-b628-ded94a6eadf3} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001631 sec., 2452.4831391784182 rows/sec., 113.16 KiB/sec. | ||
1181 | 2024.05.29 21:17:33.670724 [ 3 ] {9c1fb22e-e895-4e60-b628-ded94a6eadf3} <Debug> DynamicQueryHandler: Done processing query | ||
1182 | 2024.05.29 21:17:33.670749 [ 3 ] {9c1fb22e-e895-4e60-b628-ded94a6eadf3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1183 | 2024.05.29 21:17:33.670765 [ 3 ] {} <Debug> HTTP-Session: f6d17db7-d5ee-4f38-bbe5-f1d1bd3d310c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1184 | 2024.05.29 21:17:33.671041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1185 | 2024.05.29 21:17:33.671091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1186 | 2024.05.29 21:17:33.671111 [ 3 ] {} <Debug> HTTP-Session: 4bbddd15-26e6-4ae4-bca3-5a92b98c9a53 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1187 | 2024.05.29 21:17:33.671127 [ 3 ] {} <Debug> HTTP-Session: 4bbddd15-26e6-4ae4-bca3-5a92b98c9a53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1188 | 2024.05.29 21:17:33.671141 [ 3 ] {} <Debug> HTTP-Session: 4bbddd15-26e6-4ae4-bca3-5a92b98c9a53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1189 | 2024.05.29 21:17:33.671171 [ 3 ] {} <Trace> HTTP-Session: 4bbddd15-26e6-4ae4-bca3-5a92b98c9a53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1190 | 2024.05.29 21:17:33.671295 [ 3 ] {fcc39e97-7ecd-4950-a61b-b607175f70b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1191 | 2024.05.29 21:17:33.671520 [ 3 ] {fcc39e97-7ecd-4950-a61b-b607175f70b1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1192 | 2024.05.29 21:17:33.671553 [ 3 ] {fcc39e97-7ecd-4950-a61b-b607175f70b1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1193 | 2024.05.29 21:17:33.671756 [ 3 ] {fcc39e97-7ecd-4950-a61b-b607175f70b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1194 | 2024.05.29 21:17:33.671818 [ 3 ] {fcc39e97-7ecd-4950-a61b-b607175f70b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1195 | 2024.05.29 21:17:33.671950 [ 3 ] {fcc39e97-7ecd-4950-a61b-b607175f70b1} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1196 | 2024.05.29 21:17:33.671982 [ 3 ] {fcc39e97-7ecd-4950-a61b-b607175f70b1} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1197 | 2024.05.29 21:17:33.672004 [ 3 ] {fcc39e97-7ecd-4950-a61b-b607175f70b1} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
1198 | 2024.05.29 21:17:33.672021 [ 3 ] {fcc39e97-7ecd-4950-a61b-b607175f70b1} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1199 | 2024.05.29 21:17:33.672059 [ 3 ] {fcc39e97-7ecd-4950-a61b-b607175f70b1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1200 | 2024.05.29 21:17:33.672080 [ 3 ] {fcc39e97-7ecd-4950-a61b-b607175f70b1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1201 | 2024.05.29 21:17:33.672778 [ 3 ] {fcc39e97-7ecd-4950-a61b-b607175f70b1} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001533 sec., 2609.262883235486 rows/sec., 120.40 KiB/sec. | ||
1202 | 2024.05.29 21:17:33.672998 [ 3 ] {fcc39e97-7ecd-4950-a61b-b607175f70b1} <Debug> DynamicQueryHandler: Done processing query | ||
1203 | 2024.05.29 21:17:33.673022 [ 3 ] {fcc39e97-7ecd-4950-a61b-b607175f70b1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1204 | 2024.05.29 21:17:33.673039 [ 3 ] {} <Debug> HTTP-Session: 4bbddd15-26e6-4ae4-bca3-5a92b98c9a53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1205 | 2024.05.29 21:17:33.673226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1206 | 2024.05.29 21:17:33.673273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1207 | 2024.05.29 21:17:33.673292 [ 3 ] {} <Debug> HTTP-Session: ea0fac0e-c83d-4d80-ac22-0fe0e41b40d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1208 | 2024.05.29 21:17:33.673309 [ 3 ] {} <Debug> HTTP-Session: ea0fac0e-c83d-4d80-ac22-0fe0e41b40d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1209 | 2024.05.29 21:17:33.673323 [ 3 ] {} <Debug> HTTP-Session: ea0fac0e-c83d-4d80-ac22-0fe0e41b40d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1210 | 2024.05.29 21:17:33.673353 [ 3 ] {} <Trace> HTTP-Session: ea0fac0e-c83d-4d80-ac22-0fe0e41b40d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1211 | 2024.05.29 21:17:33.673477 [ 3 ] {da59b1d6-60a1-4fb8-a1a5-725ac09cbb13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1212 | 2024.05.29 21:17:33.673704 [ 3 ] {da59b1d6-60a1-4fb8-a1a5-725ac09cbb13} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1213 | 2024.05.29 21:17:33.673737 [ 3 ] {da59b1d6-60a1-4fb8-a1a5-725ac09cbb13} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1214 | 2024.05.29 21:17:33.673942 [ 3 ] {da59b1d6-60a1-4fb8-a1a5-725ac09cbb13} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1215 | 2024.05.29 21:17:33.674005 [ 3 ] {da59b1d6-60a1-4fb8-a1a5-725ac09cbb13} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1216 | 2024.05.29 21:17:33.674138 [ 3 ] {da59b1d6-60a1-4fb8-a1a5-725ac09cbb13} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1217 | 2024.05.29 21:17:33.674169 [ 3 ] {da59b1d6-60a1-4fb8-a1a5-725ac09cbb13} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1218 | 2024.05.29 21:17:33.674191 [ 3 ] {da59b1d6-60a1-4fb8-a1a5-725ac09cbb13} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
1219 | 2024.05.29 21:17:33.674207 [ 3 ] {da59b1d6-60a1-4fb8-a1a5-725ac09cbb13} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1220 | 2024.05.29 21:17:33.674246 [ 3 ] {da59b1d6-60a1-4fb8-a1a5-725ac09cbb13} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1221 | 2024.05.29 21:17:33.674266 [ 3 ] {da59b1d6-60a1-4fb8-a1a5-725ac09cbb13} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1222 | 2024.05.29 21:17:33.675001 [ 3 ] {da59b1d6-60a1-4fb8-a1a5-725ac09cbb13} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001575 sec., 2539.6825396825398 rows/sec., 117.19 KiB/sec. | ||
1223 | 2024.05.29 21:17:33.675219 [ 3 ] {da59b1d6-60a1-4fb8-a1a5-725ac09cbb13} <Debug> DynamicQueryHandler: Done processing query | ||
1224 | 2024.05.29 21:17:33.675244 [ 3 ] {da59b1d6-60a1-4fb8-a1a5-725ac09cbb13} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1225 | 2024.05.29 21:17:33.675261 [ 3 ] {} <Debug> HTTP-Session: ea0fac0e-c83d-4d80-ac22-0fe0e41b40d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1226 | 2024.05.29 21:17:33.676815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1227 | 2024.05.29 21:17:33.676861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1228 | 2024.05.29 21:17:33.676880 [ 3 ] {} <Debug> HTTP-Session: ecac0fab-1759-4f38-8072-667c0dc00863 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1229 | 2024.05.29 21:17:33.676902 [ 3 ] {} <Debug> HTTP-Session: ecac0fab-1759-4f38-8072-667c0dc00863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1230 | 2024.05.29 21:17:33.676919 [ 3 ] {} <Debug> HTTP-Session: ecac0fab-1759-4f38-8072-667c0dc00863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1231 | 2024.05.29 21:17:33.676956 [ 3 ] {} <Trace> HTTP-Session: ecac0fab-1759-4f38-8072-667c0dc00863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1232 | 2024.05.29 21:17:33.677085 [ 3 ] {1628e3d1-875c-4cb3-bd69-58976ef14c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1233 | 2024.05.29 21:17:33.677140 [ 3 ] {1628e3d1-875c-4cb3-bd69-58976ef14c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1234 | 2024.05.29 21:17:33.677335 [ 3 ] {1628e3d1-875c-4cb3-bd69-58976ef14c03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1235 | 2024.05.29 21:17:33.677657 [ 3 ] {1628e3d1-875c-4cb3-bd69-58976ef14c03} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1236 | 2024.05.29 21:17:33.677703 [ 3 ] {1628e3d1-875c-4cb3-bd69-58976ef14c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1237 | 2024.05.29 21:17:33.678202 [ 3 ] {1628e3d1-875c-4cb3-bd69-58976ef14c03} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1238 | 2024.05.29 21:17:33.678538 [ 3 ] {1628e3d1-875c-4cb3-bd69-58976ef14c03} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1239 | 2024.05.29 21:17:33.678696 [ 3 ] {1628e3d1-875c-4cb3-bd69-58976ef14c03} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001651 sec., 2422.7740763173833 rows/sec., 308.17 KiB/sec. | ||
1240 | 2024.05.29 21:17:33.678911 [ 3 ] {1628e3d1-875c-4cb3-bd69-58976ef14c03} <Debug> DynamicQueryHandler: Done processing query | ||
1241 | 2024.05.29 21:17:33.678935 [ 3 ] {1628e3d1-875c-4cb3-bd69-58976ef14c03} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1242 | 2024.05.29 21:17:33.678950 [ 3 ] {} <Debug> HTTP-Session: ecac0fab-1759-4f38-8072-667c0dc00863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1243 | 2024.05.29 21:17:33.679058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1244 | 2024.05.29 21:17:33.679105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1245 | 2024.05.29 21:17:33.679123 [ 3 ] {} <Debug> HTTP-Session: e5c7e51b-cc7f-4e22-9ed3-aecaf456022c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1246 | 2024.05.29 21:17:33.679139 [ 3 ] {} <Debug> HTTP-Session: e5c7e51b-cc7f-4e22-9ed3-aecaf456022c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1247 | 2024.05.29 21:17:33.679152 [ 3 ] {} <Debug> HTTP-Session: e5c7e51b-cc7f-4e22-9ed3-aecaf456022c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1248 | 2024.05.29 21:17:33.679182 [ 3 ] {} <Trace> HTTP-Session: e5c7e51b-cc7f-4e22-9ed3-aecaf456022c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1249 | 2024.05.29 21:17:33.679278 [ 3 ] {2db97a51-c936-4f01-9405-9a45f8fdd956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1250 | 2024.05.29 21:17:33.679321 [ 3 ] {2db97a51-c936-4f01-9405-9a45f8fdd956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1251 | 2024.05.29 21:17:33.679448 [ 3 ] {2db97a51-c936-4f01-9405-9a45f8fdd956} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1252 | 2024.05.29 21:17:33.679750 [ 3 ] {2db97a51-c936-4f01-9405-9a45f8fdd956} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1253 | 2024.05.29 21:17:33.679786 [ 3 ] {2db97a51-c936-4f01-9405-9a45f8fdd956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1254 | 2024.05.29 21:17:33.680114 [ 3 ] {2db97a51-c936-4f01-9405-9a45f8fdd956} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1255 | 2024.05.29 21:17:33.680430 [ 3 ] {2db97a51-c936-4f01-9405-9a45f8fdd956} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1256 | 2024.05.29 21:17:33.680580 [ 3 ] {2db97a51-c936-4f01-9405-9a45f8fdd956} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001326 sec., 10558.069381598794 rows/sec., 855.78 KiB/sec. | ||
1257 | 2024.05.29 21:17:33.680744 [ 3 ] {2db97a51-c936-4f01-9405-9a45f8fdd956} <Debug> DynamicQueryHandler: Done processing query | ||
1258 | 2024.05.29 21:17:33.680768 [ 3 ] {2db97a51-c936-4f01-9405-9a45f8fdd956} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1259 | 2024.05.29 21:17:33.680783 [ 3 ] {} <Debug> HTTP-Session: e5c7e51b-cc7f-4e22-9ed3-aecaf456022c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1260 | 2024.05.29 21:17:33.680894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 6921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1261 | 2024.05.29 21:17:33.680942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1262 | 2024.05.29 21:17:33.680961 [ 3 ] {} <Debug> HTTP-Session: c8410a06-db72-4c23-9bf3-1bfd88034ec4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1263 | 2024.05.29 21:17:33.680977 [ 3 ] {} <Debug> HTTP-Session: c8410a06-db72-4c23-9bf3-1bfd88034ec4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1264 | 2024.05.29 21:17:33.680991 [ 3 ] {} <Debug> HTTP-Session: c8410a06-db72-4c23-9bf3-1bfd88034ec4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1265 | 2024.05.29 21:17:33.681021 [ 3 ] {} <Trace> HTTP-Session: c8410a06-db72-4c23-9bf3-1bfd88034ec4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1266 | 2024.05.29 21:17:33.681126 [ 3 ] {0e21f793-b100-4dab-9689-00fd2c23d6e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1267 | 2024.05.29 21:17:33.681169 [ 3 ] {0e21f793-b100-4dab-9689-00fd2c23d6e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1268 | 2024.05.29 21:17:33.681291 [ 3 ] {0e21f793-b100-4dab-9689-00fd2c23d6e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1269 | 2024.05.29 21:17:33.681578 [ 3 ] {0e21f793-b100-4dab-9689-00fd2c23d6e4} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1270 | 2024.05.29 21:17:33.681615 [ 3 ] {0e21f793-b100-4dab-9689-00fd2c23d6e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1271 | 2024.05.29 21:17:33.681938 [ 3 ] {0e21f793-b100-4dab-9689-00fd2c23d6e4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1272 | 2024.05.29 21:17:33.682262 [ 3 ] {0e21f793-b100-4dab-9689-00fd2c23d6e4} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1273 | 2024.05.29 21:17:33.682384 [ 3 ] {0e21f793-b100-4dab-9689-00fd2c23d6e4} <Debug> executeQuery: Read 46 rows, 4.09 KiB in 0.001288 sec., 35714.28571428571 rows/sec., 3.10 MiB/sec. | ||
1274 | 2024.05.29 21:17:33.682572 [ 3 ] {0e21f793-b100-4dab-9689-00fd2c23d6e4} <Debug> DynamicQueryHandler: Done processing query | ||
1275 | 2024.05.29 21:17:33.682595 [ 3 ] {0e21f793-b100-4dab-9689-00fd2c23d6e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1276 | 2024.05.29 21:17:33.682610 [ 3 ] {} <Debug> HTTP-Session: c8410a06-db72-4c23-9bf3-1bfd88034ec4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1277 | 2024.05.29 21:17:33.682717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1278 | 2024.05.29 21:17:33.682764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1279 | 2024.05.29 21:17:33.682782 [ 3 ] {} <Debug> HTTP-Session: 17163ca4-9823-4944-8a58-0b8b2b76730d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1280 | 2024.05.29 21:17:33.682798 [ 3 ] {} <Debug> HTTP-Session: 17163ca4-9823-4944-8a58-0b8b2b76730d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1281 | 2024.05.29 21:17:33.682811 [ 3 ] {} <Debug> HTTP-Session: 17163ca4-9823-4944-8a58-0b8b2b76730d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1282 | 2024.05.29 21:17:33.682841 [ 3 ] {} <Trace> HTTP-Session: 17163ca4-9823-4944-8a58-0b8b2b76730d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1283 | 2024.05.29 21:17:33.682943 [ 3 ] {255afba2-89e6-4301-bd44-56416681b05f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1284 | 2024.05.29 21:17:33.682984 [ 3 ] {255afba2-89e6-4301-bd44-56416681b05f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1285 | 2024.05.29 21:17:33.683120 [ 3 ] {255afba2-89e6-4301-bd44-56416681b05f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1286 | 2024.05.29 21:17:33.683419 [ 3 ] {255afba2-89e6-4301-bd44-56416681b05f} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1287 | 2024.05.29 21:17:33.683455 [ 3 ] {255afba2-89e6-4301-bd44-56416681b05f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1288 | 2024.05.29 21:17:33.683768 [ 3 ] {255afba2-89e6-4301-bd44-56416681b05f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1289 | 2024.05.29 21:17:33.684083 [ 3 ] {255afba2-89e6-4301-bd44-56416681b05f} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1290 | 2024.05.29 21:17:33.684233 [ 3 ] {255afba2-89e6-4301-bd44-56416681b05f} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001318 sec., 16691.957511380882 rows/sec., 1.31 MiB/sec. | ||
1291 | 2024.05.29 21:17:33.684397 [ 3 ] {255afba2-89e6-4301-bd44-56416681b05f} <Debug> DynamicQueryHandler: Done processing query | ||
1292 | 2024.05.29 21:17:33.684420 [ 3 ] {255afba2-89e6-4301-bd44-56416681b05f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1293 | 2024.05.29 21:17:33.684435 [ 3 ] {} <Debug> HTTP-Session: 17163ca4-9823-4944-8a58-0b8b2b76730d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1294 | 2024.05.29 21:17:33.684546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1295 | 2024.05.29 21:17:33.684593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1296 | 2024.05.29 21:17:33.684611 [ 3 ] {} <Debug> HTTP-Session: 6e944202-91e4-477a-a8aa-bf52fb432efb Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1297 | 2024.05.29 21:17:33.684627 [ 3 ] {} <Debug> HTTP-Session: 6e944202-91e4-477a-a8aa-bf52fb432efb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1298 | 2024.05.29 21:17:33.684640 [ 3 ] {} <Debug> HTTP-Session: 6e944202-91e4-477a-a8aa-bf52fb432efb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1299 | 2024.05.29 21:17:33.684670 [ 3 ] {} <Trace> HTTP-Session: 6e944202-91e4-477a-a8aa-bf52fb432efb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1300 | 2024.05.29 21:17:33.684766 [ 3 ] {fc89233a-90c2-42f6-8280-d00771d45355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1301 | 2024.05.29 21:17:33.684813 [ 3 ] {fc89233a-90c2-42f6-8280-d00771d45355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1302 | 2024.05.29 21:17:33.684955 [ 3 ] {fc89233a-90c2-42f6-8280-d00771d45355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1303 | 2024.05.29 21:17:33.685226 [ 3 ] {fc89233a-90c2-42f6-8280-d00771d45355} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1304 | 2024.05.29 21:17:33.685261 [ 3 ] {fc89233a-90c2-42f6-8280-d00771d45355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1305 | 2024.05.29 21:17:33.685630 [ 3 ] {fc89233a-90c2-42f6-8280-d00771d45355} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1306 | 2024.05.29 21:17:33.685993 [ 3 ] {fc89233a-90c2-42f6-8280-d00771d45355} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1307 | 2024.05.29 21:17:33.686151 [ 3 ] {fc89233a-90c2-42f6-8280-d00771d45355} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001406 sec., 7112.375533428165 rows/sec., 541.76 KiB/sec. | ||
1308 | 2024.05.29 21:17:33.686415 [ 3 ] {fc89233a-90c2-42f6-8280-d00771d45355} <Debug> DynamicQueryHandler: Done processing query | ||
1309 | 2024.05.29 21:17:33.686440 [ 3 ] {fc89233a-90c2-42f6-8280-d00771d45355} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1310 | 2024.05.29 21:17:33.686458 [ 3 ] {} <Debug> HTTP-Session: 6e944202-91e4-477a-a8aa-bf52fb432efb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1311 | 2024.05.29 21:17:33.686578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1312 | 2024.05.29 21:17:33.686627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1313 | 2024.05.29 21:17:33.686645 [ 3 ] {} <Debug> HTTP-Session: b9f41d10-b3a2-455e-b0c6-84660a945c58 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1314 | 2024.05.29 21:17:33.686661 [ 3 ] {} <Debug> HTTP-Session: b9f41d10-b3a2-455e-b0c6-84660a945c58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1315 | 2024.05.29 21:17:33.686676 [ 3 ] {} <Debug> HTTP-Session: b9f41d10-b3a2-455e-b0c6-84660a945c58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1316 | 2024.05.29 21:17:33.686706 [ 3 ] {} <Trace> HTTP-Session: b9f41d10-b3a2-455e-b0c6-84660a945c58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1317 | 2024.05.29 21:17:33.686876 [ 3 ] {288e561c-b650-4ee0-a6f8-0c9796127132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1318 | 2024.05.29 21:17:33.686924 [ 3 ] {288e561c-b650-4ee0-a6f8-0c9796127132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1319 | 2024.05.29 21:17:33.687097 [ 3 ] {288e561c-b650-4ee0-a6f8-0c9796127132} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1320 | 2024.05.29 21:17:33.687475 [ 3 ] {288e561c-b650-4ee0-a6f8-0c9796127132} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1321 | 2024.05.29 21:17:33.687511 [ 3 ] {288e561c-b650-4ee0-a6f8-0c9796127132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1322 | 2024.05.29 21:17:33.687962 [ 3 ] {288e561c-b650-4ee0-a6f8-0c9796127132} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1323 | 2024.05.29 21:17:33.688313 [ 3 ] {288e561c-b650-4ee0-a6f8-0c9796127132} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1324 | 2024.05.29 21:17:33.688468 [ 3 ] {288e561c-b650-4ee0-a6f8-0c9796127132} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001683 sec., 8318.478906714201 rows/sec., 11.23 MiB/sec. | ||
1325 | 2024.05.29 21:17:33.688687 [ 3 ] {288e561c-b650-4ee0-a6f8-0c9796127132} <Debug> DynamicQueryHandler: Done processing query | ||
1326 | 2024.05.29 21:17:33.688711 [ 3 ] {288e561c-b650-4ee0-a6f8-0c9796127132} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1327 | 2024.05.29 21:17:33.688726 [ 3 ] {} <Debug> HTTP-Session: b9f41d10-b3a2-455e-b0c6-84660a945c58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1328 | 2024.05.29 21:17:33.688835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1329 | 2024.05.29 21:17:33.688884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1330 | 2024.05.29 21:17:33.688902 [ 3 ] {} <Debug> HTTP-Session: 6cc82646-6828-4d6c-baeb-1365ae8de56b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1331 | 2024.05.29 21:17:33.688919 [ 3 ] {} <Debug> HTTP-Session: 6cc82646-6828-4d6c-baeb-1365ae8de56b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1332 | 2024.05.29 21:17:33.688932 [ 3 ] {} <Debug> HTTP-Session: 6cc82646-6828-4d6c-baeb-1365ae8de56b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1333 | 2024.05.29 21:17:33.688962 [ 3 ] {} <Trace> HTTP-Session: 6cc82646-6828-4d6c-baeb-1365ae8de56b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1334 | 2024.05.29 21:17:33.689057 [ 3 ] {99fe8dd2-0488-4735-838e-ff8c6a6de20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1335 | 2024.05.29 21:17:33.689101 [ 3 ] {99fe8dd2-0488-4735-838e-ff8c6a6de20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1336 | 2024.05.29 21:17:33.689228 [ 3 ] {99fe8dd2-0488-4735-838e-ff8c6a6de20f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1337 | 2024.05.29 21:17:33.689469 [ 3 ] {99fe8dd2-0488-4735-838e-ff8c6a6de20f} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1338 | 2024.05.29 21:17:33.689505 [ 3 ] {99fe8dd2-0488-4735-838e-ff8c6a6de20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1339 | 2024.05.29 21:17:33.689854 [ 3 ] {99fe8dd2-0488-4735-838e-ff8c6a6de20f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1340 | 2024.05.29 21:17:33.690180 [ 3 ] {99fe8dd2-0488-4735-838e-ff8c6a6de20f} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1341 | 2024.05.29 21:17:33.690333 [ 3 ] {99fe8dd2-0488-4735-838e-ff8c6a6de20f} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001292 sec., 7739.938080495356 rows/sec., 487.53 KiB/sec. | ||
1342 | 2024.05.29 21:17:33.690607 [ 3 ] {99fe8dd2-0488-4735-838e-ff8c6a6de20f} <Debug> DynamicQueryHandler: Done processing query | ||
1343 | 2024.05.29 21:17:33.690631 [ 3 ] {99fe8dd2-0488-4735-838e-ff8c6a6de20f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1344 | 2024.05.29 21:17:33.690646 [ 3 ] {} <Debug> HTTP-Session: 6cc82646-6828-4d6c-baeb-1365ae8de56b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1345 | 2024.05.29 21:17:36.139337 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1346 | 2024.05.29 21:17:36.139420 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1347 | 2024.05.29 21:17:38.614507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1348 | 2024.05.29 21:17:38.614624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1349 | 2024.05.29 21:17:38.614648 [ 3 ] {} <Debug> HTTP-Session: d4214f15-273f-43f9-8b2b-40d458150073 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1350 | 2024.05.29 21:17:38.614671 [ 3 ] {} <Debug> HTTP-Session: d4214f15-273f-43f9-8b2b-40d458150073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1351 | 2024.05.29 21:17:38.614686 [ 3 ] {} <Debug> HTTP-Session: d4214f15-273f-43f9-8b2b-40d458150073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1352 | 2024.05.29 21:17:38.614735 [ 3 ] {} <Trace> HTTP-Session: d4214f15-273f-43f9-8b2b-40d458150073 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1353 | 2024.05.29 21:17:38.614926 [ 3 ] {ff4e4da9-4800-457d-accd-34c04d984ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1354 | 2024.05.29 21:17:38.614995 [ 3 ] {ff4e4da9-4800-457d-accd-34c04d984ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1355 | 2024.05.29 21:17:38.615187 [ 3 ] {ff4e4da9-4800-457d-accd-34c04d984ba0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1356 | 2024.05.29 21:17:38.615597 [ 3 ] {ff4e4da9-4800-457d-accd-34c04d984ba0} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1357 | 2024.05.29 21:17:38.615654 [ 3 ] {ff4e4da9-4800-457d-accd-34c04d984ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1358 | 2024.05.29 21:17:38.616031 [ 3 ] {ff4e4da9-4800-457d-accd-34c04d984ba0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1359 | 2024.05.29 21:17:38.616363 [ 3 ] {ff4e4da9-4800-457d-accd-34c04d984ba0} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1360 | 2024.05.29 21:17:38.616528 [ 3 ] {ff4e4da9-4800-457d-accd-34c04d984ba0} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00165 sec., 9696.969696969698 rows/sec., 785.98 KiB/sec. | ||
1361 | 2024.05.29 21:17:38.616806 [ 3 ] {ff4e4da9-4800-457d-accd-34c04d984ba0} <Debug> DynamicQueryHandler: Done processing query | ||
1362 | 2024.05.29 21:17:38.616831 [ 3 ] {ff4e4da9-4800-457d-accd-34c04d984ba0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1363 | 2024.05.29 21:17:38.616848 [ 3 ] {} <Debug> HTTP-Session: d4214f15-273f-43f9-8b2b-40d458150073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1364 | 2024.05.29 21:17:38.616974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1365 | 2024.05.29 21:17:38.617023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1366 | 2024.05.29 21:17:38.617041 [ 3 ] {} <Debug> HTTP-Session: 605c3b1f-534a-4597-b3b0-a096d3ddf879 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1367 | 2024.05.29 21:17:38.617057 [ 3 ] {} <Debug> HTTP-Session: 605c3b1f-534a-4597-b3b0-a096d3ddf879 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1368 | 2024.05.29 21:17:38.617071 [ 3 ] {} <Debug> HTTP-Session: 605c3b1f-534a-4597-b3b0-a096d3ddf879 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1369 | 2024.05.29 21:17:38.617103 [ 3 ] {} <Trace> HTTP-Session: 605c3b1f-534a-4597-b3b0-a096d3ddf879 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1370 | 2024.05.29 21:17:38.617210 [ 3 ] {261461db-db73-42e4-b6e1-8b157c9c35b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1371 | 2024.05.29 21:17:38.617254 [ 3 ] {261461db-db73-42e4-b6e1-8b157c9c35b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1372 | 2024.05.29 21:17:38.617395 [ 3 ] {261461db-db73-42e4-b6e1-8b157c9c35b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1373 | 2024.05.29 21:17:38.617731 [ 3 ] {261461db-db73-42e4-b6e1-8b157c9c35b3} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1374 | 2024.05.29 21:17:38.617767 [ 3 ] {261461db-db73-42e4-b6e1-8b157c9c35b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1375 | 2024.05.29 21:17:38.618096 [ 3 ] {261461db-db73-42e4-b6e1-8b157c9c35b3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1376 | 2024.05.29 21:17:38.618408 [ 3 ] {261461db-db73-42e4-b6e1-8b157c9c35b3} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1377 | 2024.05.29 21:17:38.618554 [ 3 ] {261461db-db73-42e4-b6e1-8b157c9c35b3} <Debug> executeQuery: Read 52 rows, 4.73 KiB in 0.00137 sec., 37956.20437956205 rows/sec., 3.37 MiB/sec. | ||
1378 | 2024.05.29 21:17:38.618717 [ 3 ] {261461db-db73-42e4-b6e1-8b157c9c35b3} <Debug> DynamicQueryHandler: Done processing query | ||
1379 | 2024.05.29 21:17:38.618740 [ 3 ] {261461db-db73-42e4-b6e1-8b157c9c35b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1380 | 2024.05.29 21:17:38.618756 [ 3 ] {} <Debug> HTTP-Session: 605c3b1f-534a-4597-b3b0-a096d3ddf879 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1381 | 2024.05.29 21:17:38.618926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 4122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1382 | 2024.05.29 21:17:38.618970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1383 | 2024.05.29 21:17:38.618989 [ 3 ] {} <Debug> HTTP-Session: 7ceaca8b-fd2c-448f-a8b8-f1009490e508 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1384 | 2024.05.29 21:17:38.619006 [ 3 ] {} <Debug> HTTP-Session: 7ceaca8b-fd2c-448f-a8b8-f1009490e508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1385 | 2024.05.29 21:17:38.619020 [ 3 ] {} <Debug> HTTP-Session: 7ceaca8b-fd2c-448f-a8b8-f1009490e508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1386 | 2024.05.29 21:17:38.619050 [ 3 ] {} <Trace> HTTP-Session: 7ceaca8b-fd2c-448f-a8b8-f1009490e508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1387 | 2024.05.29 21:17:38.619149 [ 3 ] {29b0d984-3c8d-439b-99b3-03aba05405c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1388 | 2024.05.29 21:17:38.619189 [ 3 ] {29b0d984-3c8d-439b-99b3-03aba05405c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1389 | 2024.05.29 21:17:38.619310 [ 3 ] {29b0d984-3c8d-439b-99b3-03aba05405c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1390 | 2024.05.29 21:17:38.619615 [ 3 ] {29b0d984-3c8d-439b-99b3-03aba05405c6} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1391 | 2024.05.29 21:17:38.619661 [ 3 ] {29b0d984-3c8d-439b-99b3-03aba05405c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1392 | 2024.05.29 21:17:38.619982 [ 3 ] {29b0d984-3c8d-439b-99b3-03aba05405c6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1393 | 2024.05.29 21:17:38.620294 [ 3 ] {29b0d984-3c8d-439b-99b3-03aba05405c6} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1394 | 2024.05.29 21:17:38.620440 [ 3 ] {29b0d984-3c8d-439b-99b3-03aba05405c6} <Debug> executeQuery: Read 24 rows, 1.92 KiB in 0.00131 sec., 18320.6106870229 rows/sec., 1.43 MiB/sec. | ||
1395 | 2024.05.29 21:17:38.620601 [ 3 ] {29b0d984-3c8d-439b-99b3-03aba05405c6} <Debug> DynamicQueryHandler: Done processing query | ||
1396 | 2024.05.29 21:17:38.620625 [ 3 ] {29b0d984-3c8d-439b-99b3-03aba05405c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1397 | 2024.05.29 21:17:38.620655 [ 3 ] {} <Debug> HTTP-Session: 7ceaca8b-fd2c-448f-a8b8-f1009490e508 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1398 | 2024.05.29 21:17:38.620773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1399 | 2024.05.29 21:17:38.620820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1400 | 2024.05.29 21:17:38.620837 [ 3 ] {} <Debug> HTTP-Session: f64836f8-ebb4-4e66-b973-5236fe1157f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1401 | 2024.05.29 21:17:38.620853 [ 3 ] {} <Debug> HTTP-Session: f64836f8-ebb4-4e66-b973-5236fe1157f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1402 | 2024.05.29 21:17:38.620867 [ 3 ] {} <Debug> HTTP-Session: f64836f8-ebb4-4e66-b973-5236fe1157f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1403 | 2024.05.29 21:17:38.620901 [ 3 ] {} <Trace> HTTP-Session: f64836f8-ebb4-4e66-b973-5236fe1157f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1404 | 2024.05.29 21:17:38.620997 [ 3 ] {c41f2009-dfdb-4360-8a33-cf32a08c9f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1405 | 2024.05.29 21:17:38.621043 [ 3 ] {c41f2009-dfdb-4360-8a33-cf32a08c9f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1406 | 2024.05.29 21:17:38.621184 [ 3 ] {c41f2009-dfdb-4360-8a33-cf32a08c9f83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1407 | 2024.05.29 21:17:38.621456 [ 3 ] {c41f2009-dfdb-4360-8a33-cf32a08c9f83} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1408 | 2024.05.29 21:17:38.621490 [ 3 ] {c41f2009-dfdb-4360-8a33-cf32a08c9f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1409 | 2024.05.29 21:17:38.621869 [ 3 ] {c41f2009-dfdb-4360-8a33-cf32a08c9f83} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1410 | 2024.05.29 21:17:38.622204 [ 3 ] {c41f2009-dfdb-4360-8a33-cf32a08c9f83} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1411 | 2024.05.29 21:17:38.622349 [ 3 ] {c41f2009-dfdb-4360-8a33-cf32a08c9f83} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001373 sec., 7283.3211944646755 rows/sec., 554.78 KiB/sec. | ||
1412 | 2024.05.29 21:17:38.622507 [ 3 ] {c41f2009-dfdb-4360-8a33-cf32a08c9f83} <Debug> DynamicQueryHandler: Done processing query | ||
1413 | 2024.05.29 21:17:38.622530 [ 3 ] {c41f2009-dfdb-4360-8a33-cf32a08c9f83} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1414 | 2024.05.29 21:17:38.622546 [ 3 ] {} <Debug> HTTP-Session: f64836f8-ebb4-4e66-b973-5236fe1157f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1415 | 2024.05.29 21:17:38.622678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1416 | 2024.05.29 21:17:38.622725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1417 | 2024.05.29 21:17:38.622743 [ 3 ] {} <Debug> HTTP-Session: f8519d76-1418-44fe-8d58-7c8448bb2424 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1418 | 2024.05.29 21:17:38.622759 [ 3 ] {} <Debug> HTTP-Session: f8519d76-1418-44fe-8d58-7c8448bb2424 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1419 | 2024.05.29 21:17:38.622772 [ 3 ] {} <Debug> HTTP-Session: f8519d76-1418-44fe-8d58-7c8448bb2424 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1420 | 2024.05.29 21:17:38.622803 [ 3 ] {} <Trace> HTTP-Session: f8519d76-1418-44fe-8d58-7c8448bb2424 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1421 | 2024.05.29 21:17:38.623170 [ 3 ] {b70b121f-3c99-4dd0-8401-deb644c6b251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1422 | 2024.05.29 21:17:38.623217 [ 3 ] {b70b121f-3c99-4dd0-8401-deb644c6b251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1423 | 2024.05.29 21:17:38.623369 [ 3 ] {b70b121f-3c99-4dd0-8401-deb644c6b251} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1424 | 2024.05.29 21:17:38.623841 [ 3 ] {b70b121f-3c99-4dd0-8401-deb644c6b251} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1425 | 2024.05.29 21:17:38.623875 [ 3 ] {b70b121f-3c99-4dd0-8401-deb644c6b251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1426 | 2024.05.29 21:17:38.624278 [ 3 ] {b70b121f-3c99-4dd0-8401-deb644c6b251} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1427 | 2024.05.29 21:17:38.624606 [ 3 ] {b70b121f-3c99-4dd0-8401-deb644c6b251} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1428 | 2024.05.29 21:17:38.624774 [ 3 ] {b70b121f-3c99-4dd0-8401-deb644c6b251} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001897 sec., 8434.370057986294 rows/sec., 11.38 MiB/sec. | ||
1429 | 2024.05.29 21:17:38.624949 [ 3 ] {b70b121f-3c99-4dd0-8401-deb644c6b251} <Debug> DynamicQueryHandler: Done processing query | ||
1430 | 2024.05.29 21:17:38.624972 [ 3 ] {b70b121f-3c99-4dd0-8401-deb644c6b251} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1431 | 2024.05.29 21:17:38.624987 [ 3 ] {} <Debug> HTTP-Session: f8519d76-1418-44fe-8d58-7c8448bb2424 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1432 | 2024.05.29 21:17:38.625096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1433 | 2024.05.29 21:17:38.625141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1434 | 2024.05.29 21:17:38.625158 [ 3 ] {} <Debug> HTTP-Session: ec0fed96-a8cb-4c7b-8f3b-f1a49667a93d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1435 | 2024.05.29 21:17:38.625174 [ 3 ] {} <Debug> HTTP-Session: ec0fed96-a8cb-4c7b-8f3b-f1a49667a93d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1436 | 2024.05.29 21:17:38.625187 [ 3 ] {} <Debug> HTTP-Session: ec0fed96-a8cb-4c7b-8f3b-f1a49667a93d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1437 | 2024.05.29 21:17:38.625217 [ 3 ] {} <Trace> HTTP-Session: ec0fed96-a8cb-4c7b-8f3b-f1a49667a93d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1438 | 2024.05.29 21:17:38.625311 [ 3 ] {c7b0cd0d-727b-4b42-8a79-2126d1946c52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1439 | 2024.05.29 21:17:38.625354 [ 3 ] {c7b0cd0d-727b-4b42-8a79-2126d1946c52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1440 | 2024.05.29 21:17:38.625477 [ 3 ] {c7b0cd0d-727b-4b42-8a79-2126d1946c52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1441 | 2024.05.29 21:17:38.625760 [ 3 ] {c7b0cd0d-727b-4b42-8a79-2126d1946c52} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1442 | 2024.05.29 21:17:38.625795 [ 3 ] {c7b0cd0d-727b-4b42-8a79-2126d1946c52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1443 | 2024.05.29 21:17:38.626134 [ 3 ] {c7b0cd0d-727b-4b42-8a79-2126d1946c52} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1444 | 2024.05.29 21:17:38.626450 [ 3 ] {c7b0cd0d-727b-4b42-8a79-2126d1946c52} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1445 | 2024.05.29 21:17:38.626596 [ 3 ] {c7b0cd0d-727b-4b42-8a79-2126d1946c52} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001303 sec., 7674.597083653109 rows/sec., 483.41 KiB/sec. | ||
1446 | 2024.05.29 21:17:38.626754 [ 3 ] {c7b0cd0d-727b-4b42-8a79-2126d1946c52} <Debug> DynamicQueryHandler: Done processing query | ||
1447 | 2024.05.29 21:17:38.626776 [ 3 ] {c7b0cd0d-727b-4b42-8a79-2126d1946c52} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1448 | 2024.05.29 21:17:38.626791 [ 3 ] {} <Debug> HTTP-Session: ec0fed96-a8cb-4c7b-8f3b-f1a49667a93d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1449 | 2024.05.29 21:17:43.614406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1450 | 2024.05.29 21:17:43.614537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1451 | 2024.05.29 21:17:43.614565 [ 3 ] {} <Debug> HTTP-Session: 22b7b2ed-fd87-4e13-9890-a207cf92ff42 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1452 | 2024.05.29 21:17:43.614592 [ 3 ] {} <Debug> HTTP-Session: 22b7b2ed-fd87-4e13-9890-a207cf92ff42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1453 | 2024.05.29 21:17:43.614608 [ 3 ] {} <Debug> HTTP-Session: 22b7b2ed-fd87-4e13-9890-a207cf92ff42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1454 | 2024.05.29 21:17:43.614660 [ 3 ] {} <Trace> HTTP-Session: 22b7b2ed-fd87-4e13-9890-a207cf92ff42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1455 | 2024.05.29 21:17:43.614844 [ 3 ] {91a07c1c-687e-4795-8887-b477975a1520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1456 | 2024.05.29 21:17:43.614910 [ 3 ] {91a07c1c-687e-4795-8887-b477975a1520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1457 | 2024.05.29 21:17:43.615101 [ 3 ] {91a07c1c-687e-4795-8887-b477975a1520} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1458 | 2024.05.29 21:17:43.615574 [ 3 ] {91a07c1c-687e-4795-8887-b477975a1520} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1459 | 2024.05.29 21:17:43.615622 [ 3 ] {91a07c1c-687e-4795-8887-b477975a1520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1460 | 2024.05.29 21:17:43.616026 [ 3 ] {91a07c1c-687e-4795-8887-b477975a1520} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1461 | 2024.05.29 21:17:43.616414 [ 3 ] {91a07c1c-687e-4795-8887-b477975a1520} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1462 | 2024.05.29 21:17:43.616598 [ 3 ] {91a07c1c-687e-4795-8887-b477975a1520} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001808 sec., 7743.362831858407 rows/sec., 627.64 KiB/sec. | ||
1463 | 2024.05.29 21:17:43.616616 [ 62 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1464 | 2024.05.29 21:17:43.616774 [ 62 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1465 | 2024.05.29 21:17:43.616823 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1466 | 2024.05.29 21:17:43.616925 [ 3 ] {91a07c1c-687e-4795-8887-b477975a1520} <Debug> DynamicQueryHandler: Done processing query | ||
1467 | 2024.05.29 21:17:43.616989 [ 3 ] {91a07c1c-687e-4795-8887-b477975a1520} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1468 | 2024.05.29 21:17:43.617051 [ 3 ] {} <Debug> HTTP-Session: 22b7b2ed-fd87-4e13-9890-a207cf92ff42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1469 | 2024.05.29 21:17:43.617244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 6921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1470 | 2024.05.29 21:17:43.617309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1471 | 2024.05.29 21:17:43.617331 [ 3 ] {} <Debug> HTTP-Session: 0fd817ad-2d64-4da3-b2d9-239bd71682a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1472 | 2024.05.29 21:17:43.617378 [ 3 ] {} <Debug> HTTP-Session: 0fd817ad-2d64-4da3-b2d9-239bd71682a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1473 | 2024.05.29 21:17:43.617393 [ 3 ] {} <Debug> HTTP-Session: 0fd817ad-2d64-4da3-b2d9-239bd71682a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1474 | 2024.05.29 21:17:43.617431 [ 3 ] {} <Trace> HTTP-Session: 0fd817ad-2d64-4da3-b2d9-239bd71682a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1475 | 2024.05.29 21:17:43.617561 [ 3 ] {dd6f3011-72b9-43a7-943f-4d912328f288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1476 | 2024.05.29 21:17:43.617610 [ 3 ] {dd6f3011-72b9-43a7-943f-4d912328f288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1477 | 2024.05.29 21:17:43.617761 [ 3 ] {dd6f3011-72b9-43a7-943f-4d912328f288} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1478 | 2024.05.29 21:17:43.618187 [ 3 ] {dd6f3011-72b9-43a7-943f-4d912328f288} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1479 | 2024.05.29 21:17:43.618237 [ 3 ] {dd6f3011-72b9-43a7-943f-4d912328f288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1480 | 2024.05.29 21:17:43.618670 [ 3 ] {dd6f3011-72b9-43a7-943f-4d912328f288} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1481 | 2024.05.29 21:17:43.619064 [ 3 ] {dd6f3011-72b9-43a7-943f-4d912328f288} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1482 | 2024.05.29 21:17:43.619277 [ 62 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1483 | 2024.05.29 21:17:43.619300 [ 3 ] {dd6f3011-72b9-43a7-943f-4d912328f288} <Debug> executeQuery: Read 46 rows, 4.09 KiB in 0.001774 sec., 25930.101465614433 rows/sec., 2.25 MiB/sec. | ||
1484 | 2024.05.29 21:17:43.619338 [ 62 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1485 | 2024.05.29 21:17:43.619420 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1486 | 2024.05.29 21:17:43.619675 [ 3 ] {dd6f3011-72b9-43a7-943f-4d912328f288} <Debug> DynamicQueryHandler: Done processing query | ||
1487 | 2024.05.29 21:17:43.619712 [ 3 ] {dd6f3011-72b9-43a7-943f-4d912328f288} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1488 | 2024.05.29 21:17:43.619733 [ 3 ] {} <Debug> HTTP-Session: 0fd817ad-2d64-4da3-b2d9-239bd71682a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1489 | 2024.05.29 21:17:43.619903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1490 | 2024.05.29 21:17:43.619963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1491 | 2024.05.29 21:17:43.619991 [ 3 ] {} <Debug> HTTP-Session: ff42f50b-ba84-4056-a341-e0d5fce13d1a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1492 | 2024.05.29 21:17:43.620016 [ 3 ] {} <Debug> HTTP-Session: ff42f50b-ba84-4056-a341-e0d5fce13d1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1493 | 2024.05.29 21:17:43.620037 [ 3 ] {} <Debug> HTTP-Session: ff42f50b-ba84-4056-a341-e0d5fce13d1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1494 | 2024.05.29 21:17:43.620084 [ 3 ] {} <Trace> HTTP-Session: ff42f50b-ba84-4056-a341-e0d5fce13d1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1495 | 2024.05.29 21:17:43.620220 [ 3 ] {24368e87-4563-4bba-ad65-56f84a857a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1496 | 2024.05.29 21:17:43.620276 [ 3 ] {24368e87-4563-4bba-ad65-56f84a857a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1497 | 2024.05.29 21:17:43.620469 [ 3 ] {24368e87-4563-4bba-ad65-56f84a857a35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1498 | 2024.05.29 21:17:43.620817 [ 3 ] {24368e87-4563-4bba-ad65-56f84a857a35} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1499 | 2024.05.29 21:17:43.620859 [ 3 ] {24368e87-4563-4bba-ad65-56f84a857a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1500 | 2024.05.29 21:17:43.621257 [ 3 ] {24368e87-4563-4bba-ad65-56f84a857a35} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1501 | 2024.05.29 21:17:43.621882 [ 3 ] {24368e87-4563-4bba-ad65-56f84a857a35} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1502 | 2024.05.29 21:17:43.622065 [ 62 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1503 | 2024.05.29 21:17:43.622087 [ 3 ] {24368e87-4563-4bba-ad65-56f84a857a35} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001906 sec., 11542.497376705142 rows/sec., 925.33 KiB/sec. | ||
1504 | 2024.05.29 21:17:43.622121 [ 62 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1505 | 2024.05.29 21:17:43.622191 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1506 | 2024.05.29 21:17:43.622488 [ 3 ] {24368e87-4563-4bba-ad65-56f84a857a35} <Debug> DynamicQueryHandler: Done processing query | ||
1507 | 2024.05.29 21:17:43.622574 [ 3 ] {24368e87-4563-4bba-ad65-56f84a857a35} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1508 | 2024.05.29 21:17:43.622662 [ 3 ] {} <Debug> HTTP-Session: ff42f50b-ba84-4056-a341-e0d5fce13d1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1509 | 2024.05.29 21:17:43.622819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1510 | 2024.05.29 21:17:43.622876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1511 | 2024.05.29 21:17:43.622898 [ 3 ] {} <Debug> HTTP-Session: f363c8aa-2206-457d-bff9-ce025bb63c0c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1512 | 2024.05.29 21:17:43.622919 [ 3 ] {} <Debug> HTTP-Session: f363c8aa-2206-457d-bff9-ce025bb63c0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1513 | 2024.05.29 21:17:43.622934 [ 3 ] {} <Debug> HTTP-Session: f363c8aa-2206-457d-bff9-ce025bb63c0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1514 | 2024.05.29 21:17:43.622971 [ 3 ] {} <Trace> HTTP-Session: f363c8aa-2206-457d-bff9-ce025bb63c0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1515 | 2024.05.29 21:17:43.623091 [ 3 ] {d5aebb37-6c28-4fa8-a378-b72a6f3a8803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1516 | 2024.05.29 21:17:43.623149 [ 3 ] {d5aebb37-6c28-4fa8-a378-b72a6f3a8803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1517 | 2024.05.29 21:17:43.623331 [ 3 ] {d5aebb37-6c28-4fa8-a378-b72a6f3a8803} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1518 | 2024.05.29 21:17:43.623558 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
1519 | 2024.05.29 21:17:43.623554 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
1520 | 2024.05.29 21:17:43.623564 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
1521 | 2024.05.29 21:17:43.624401 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1522 | 2024.05.29 21:17:43.624521 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1523 | 2024.05.29 21:17:43.624617 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
1524 | 2024.05.29 21:17:43.624650 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 42 rows starting from the beginning of the part | ||
1525 | 2024.05.29 21:17:43.624793 [ 3 ] {d5aebb37-6c28-4fa8-a378-b72a6f3a8803} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1526 | 2024.05.29 21:17:43.624876 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1527 | 2024.05.29 21:17:43.624957 [ 3 ] {d5aebb37-6c28-4fa8-a378-b72a6f3a8803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1528 | 2024.05.29 21:17:43.625244 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
1529 | 2024.05.29 21:17:43.625295 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 42 rows starting from the beginning of the part | ||
1530 | 2024.05.29 21:17:43.625505 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
1531 | 2024.05.29 21:17:43.626063 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 48 rows starting from the beginning of the part | ||
1532 | 2024.05.29 21:17:43.626304 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
1533 | 2024.05.29 21:17:43.627312 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
1534 | 2024.05.29 21:17:43.627391 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
1535 | 2024.05.29 21:17:43.627996 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
1536 | 2024.05.29 21:17:43.628051 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 29 rows starting from the beginning of the part | ||
1537 | 2024.05.29 21:17:43.628659 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
1538 | 2024.05.29 21:17:43.628688 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
1539 | 2024.05.29 21:17:43.628895 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 46 rows starting from the beginning of the part | ||
1540 | 2024.05.29 21:17:43.629621 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part | ||
1541 | 2024.05.29 21:17:43.629836 [ 3 ] {d5aebb37-6c28-4fa8-a378-b72a6f3a8803} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1542 | 2024.05.29 21:17:43.630137 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 46 rows starting from the beginning of the part | ||
1543 | 2024.05.29 21:17:43.630805 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
1544 | 2024.05.29 21:17:43.631735 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
1545 | 2024.05.29 21:17:43.634177 [ 3 ] {d5aebb37-6c28-4fa8-a378-b72a6f3a8803} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1546 | 2024.05.29 21:17:43.635143 [ 3 ] {d5aebb37-6c28-4fa8-a378-b72a6f3a8803} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.012061 sec., 829.1186468783683 rows/sec., 63.16 KiB/sec. | ||
1547 | 2024.05.29 21:17:43.636210 [ 3 ] {d5aebb37-6c28-4fa8-a378-b72a6f3a8803} <Debug> DynamicQueryHandler: Done processing query | ||
1548 | 2024.05.29 21:17:43.636317 [ 3 ] {d5aebb37-6c28-4fa8-a378-b72a6f3a8803} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1549 | 2024.05.29 21:17:43.636460 [ 3 ] {} <Debug> HTTP-Session: f363c8aa-2206-457d-bff9-ce025bb63c0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1550 | 2024.05.29 21:17:43.636868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1551 | 2024.05.29 21:17:43.636927 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 4 columns (4 merged, 0 gathered) in 0.019981345 sec., 4404.107931673268 rows/sec., 356.97 KiB/sec. | ||
1552 | 2024.05.29 21:17:43.637130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1553 | 2024.05.29 21:17:43.637286 [ 3 ] {} <Debug> HTTP-Session: 8d0f2a0e-5c62-4f58-a525-28f88bcd84a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1554 | 2024.05.29 21:17:43.637392 [ 3 ] {} <Debug> HTTP-Session: 8d0f2a0e-5c62-4f58-a525-28f88bcd84a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1555 | 2024.05.29 21:17:43.637407 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1556 | 2024.05.29 21:17:43.637481 [ 3 ] {} <Debug> HTTP-Session: 8d0f2a0e-5c62-4f58-a525-28f88bcd84a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1557 | 2024.05.29 21:17:43.637701 [ 3 ] {} <Trace> HTTP-Session: 8d0f2a0e-5c62-4f58-a525-28f88bcd84a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1558 | 2024.05.29 21:17:43.638639 [ 3 ] {894197db-2550-4506-bdb2-d7d592ce6187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1559 | 2024.05.29 21:17:43.639075 [ 3 ] {894197db-2550-4506-bdb2-d7d592ce6187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1560 | 2024.05.29 21:17:43.639582 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.018160963 sec., 15197.43198639852 rows/sec., 1.33 MiB/sec. | ||
1561 | 2024.05.29 21:17:43.640082 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1562 | 2024.05.29 21:17:43.640339 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_6_1} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1563 | 2024.05.29 21:17:43.640875 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_6_1} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1564 | 2024.05.29 21:17:43.641321 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
1565 | 2024.05.29 21:17:43.641892 [ 3 ] {894197db-2550-4506-bdb2-d7d592ce6187} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1566 | 2024.05.29 21:17:43.642561 [ 186 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 4 columns (4 merged, 0 gathered) in 0.020232253 sec., 6524.236327017065 rows/sec., 523.99 KiB/sec. | ||
1567 | 2024.05.29 21:17:43.642943 [ 186 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1568 | 2024.05.29 21:17:43.643030 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_6_1} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1569 | 2024.05.29 21:17:43.643416 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_6_1} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1570 | 2024.05.29 21:17:43.643486 [ 3 ] {894197db-2550-4506-bdb2-d7d592ce6187} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1571 | 2024.05.29 21:17:43.643575 [ 3 ] {894197db-2550-4506-bdb2-d7d592ce6187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1572 | 2024.05.29 21:17:43.643741 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1573 | 2024.05.29 21:17:43.644234 [ 189 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_6_1} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1574 | 2024.05.29 21:17:43.644420 [ 189 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_6_1} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1575 | 2024.05.29 21:17:43.644472 [ 3 ] {894197db-2550-4506-bdb2-d7d592ce6187} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1576 | 2024.05.29 21:17:43.644556 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1577 | 2024.05.29 21:17:43.644910 [ 3 ] {894197db-2550-4506-bdb2-d7d592ce6187} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1578 | 2024.05.29 21:17:43.645099 [ 3 ] {894197db-2550-4506-bdb2-d7d592ce6187} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.007096 sec., 1972.9425028184894 rows/sec., 2.66 MiB/sec. | ||
1579 | 2024.05.29 21:17:43.645105 [ 62 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1580 | 2024.05.29 21:17:43.645211 [ 62 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1581 | 2024.05.29 21:17:43.645266 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1582 | 2024.05.29 21:17:43.645441 [ 186 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
1583 | 2024.05.29 21:17:43.645447 [ 3 ] {894197db-2550-4506-bdb2-d7d592ce6187} <Debug> DynamicQueryHandler: Done processing query | ||
1584 | 2024.05.29 21:17:43.645499 [ 3 ] {894197db-2550-4506-bdb2-d7d592ce6187} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1585 | 2024.05.29 21:17:43.645525 [ 3 ] {} <Debug> HTTP-Session: 8d0f2a0e-5c62-4f58-a525-28f88bcd84a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1586 | 2024.05.29 21:17:43.645642 [ 186 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1587 | 2024.05.29 21:17:43.645684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1588 | 2024.05.29 21:17:43.645694 [ 186 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
1589 | 2024.05.29 21:17:43.645745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1590 | 2024.05.29 21:17:43.645779 [ 3 ] {} <Debug> HTTP-Session: 8e9eedaf-88be-4a9d-a9fb-a60fadca7b06 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1591 | 2024.05.29 21:17:43.645861 [ 3 ] {} <Debug> HTTP-Session: 8e9eedaf-88be-4a9d-a9fb-a60fadca7b06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1592 | 2024.05.29 21:17:43.645935 [ 3 ] {} <Debug> HTTP-Session: 8e9eedaf-88be-4a9d-a9fb-a60fadca7b06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1593 | 2024.05.29 21:17:43.645951 [ 186 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
1594 | 2024.05.29 21:17:43.646057 [ 3 ] {} <Trace> HTTP-Session: 8e9eedaf-88be-4a9d-a9fb-a60fadca7b06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1595 | 2024.05.29 21:17:43.646381 [ 186 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
1596 | 2024.05.29 21:17:43.646393 [ 3 ] {69d1d073-b306-45d9-8999-abf1a6bd3719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1597 | 2024.05.29 21:17:43.646507 [ 3 ] {69d1d073-b306-45d9-8999-abf1a6bd3719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1598 | 2024.05.29 21:17:43.646786 [ 186 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
1599 | 2024.05.29 21:17:43.647149 [ 186 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
1600 | 2024.05.29 21:17:43.647573 [ 186 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
1601 | 2024.05.29 21:17:43.647597 [ 3 ] {69d1d073-b306-45d9-8999-abf1a6bd3719} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1602 | 2024.05.29 21:17:43.648129 [ 3 ] {69d1d073-b306-45d9-8999-abf1a6bd3719} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1603 | 2024.05.29 21:17:43.648183 [ 3 ] {69d1d073-b306-45d9-8999-abf1a6bd3719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1604 | 2024.05.29 21:17:43.648734 [ 3 ] {69d1d073-b306-45d9-8999-abf1a6bd3719} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1605 | 2024.05.29 21:17:43.649249 [ 3 ] {69d1d073-b306-45d9-8999-abf1a6bd3719} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1606 | 2024.05.29 21:17:43.649419 [ 3 ] {69d1d073-b306-45d9-8999-abf1a6bd3719} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.003154 sec., 3170.577045022194 rows/sec., 199.71 KiB/sec. | ||
1607 | 2024.05.29 21:17:43.649599 [ 3 ] {69d1d073-b306-45d9-8999-abf1a6bd3719} <Debug> DynamicQueryHandler: Done processing query | ||
1608 | 2024.05.29 21:17:43.649627 [ 3 ] {69d1d073-b306-45d9-8999-abf1a6bd3719} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1609 | 2024.05.29 21:17:43.649644 [ 3 ] {} <Debug> HTTP-Session: 8e9eedaf-88be-4a9d-a9fb-a60fadca7b06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1610 | 2024.05.29 21:17:43.651821 [ 186 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 6 columns (6 merged, 0 gathered) in 0.006451318 sec., 13640.623512900775 rows/sec., 18.41 MiB/sec. | ||
1611 | 2024.05.29 21:17:43.652075 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1612 | 2024.05.29 21:17:43.652499 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1613 | 2024.05.29 21:17:43.652578 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1614 | 2024.05.29 21:17:43.652667 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
1615 | 2024.05.29 21:17:48.614663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1616 | 2024.05.29 21:17:48.614806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1617 | 2024.05.29 21:17:48.614835 [ 3 ] {} <Debug> HTTP-Session: 1b3b9cf9-723c-4f60-8df6-2431b6d94ede Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1618 | 2024.05.29 21:17:48.614862 [ 3 ] {} <Debug> HTTP-Session: 1b3b9cf9-723c-4f60-8df6-2431b6d94ede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1619 | 2024.05.29 21:17:48.614880 [ 3 ] {} <Debug> HTTP-Session: 1b3b9cf9-723c-4f60-8df6-2431b6d94ede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1620 | 2024.05.29 21:17:48.614935 [ 3 ] {} <Trace> HTTP-Session: 1b3b9cf9-723c-4f60-8df6-2431b6d94ede Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1621 | 2024.05.29 21:17:48.615144 [ 3 ] {23a7ae71-1ac4-4a17-9fee-29b66c8e7e6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1622 | 2024.05.29 21:17:48.615218 [ 3 ] {23a7ae71-1ac4-4a17-9fee-29b66c8e7e6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1623 | 2024.05.29 21:17:48.615436 [ 3 ] {23a7ae71-1ac4-4a17-9fee-29b66c8e7e6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1624 | 2024.05.29 21:17:48.615802 [ 3 ] {23a7ae71-1ac4-4a17-9fee-29b66c8e7e6f} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1625 | 2024.05.29 21:17:48.615849 [ 3 ] {23a7ae71-1ac4-4a17-9fee-29b66c8e7e6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1626 | 2024.05.29 21:17:48.616220 [ 3 ] {23a7ae71-1ac4-4a17-9fee-29b66c8e7e6f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1627 | 2024.05.29 21:17:48.616559 [ 3 ] {23a7ae71-1ac4-4a17-9fee-29b66c8e7e6f} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1628 | 2024.05.29 21:17:48.616710 [ 3 ] {23a7ae71-1ac4-4a17-9fee-29b66c8e7e6f} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001633 sec., 9797.917942437232 rows/sec., 794.17 KiB/sec. | ||
1629 | 2024.05.29 21:17:48.616981 [ 3 ] {23a7ae71-1ac4-4a17-9fee-29b66c8e7e6f} <Debug> DynamicQueryHandler: Done processing query | ||
1630 | 2024.05.29 21:17:48.617009 [ 3 ] {23a7ae71-1ac4-4a17-9fee-29b66c8e7e6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1631 | 2024.05.29 21:17:48.617026 [ 3 ] {} <Debug> HTTP-Session: 1b3b9cf9-723c-4f60-8df6-2431b6d94ede Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1632 | 2024.05.29 21:17:48.617161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1633 | 2024.05.29 21:17:48.617212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1634 | 2024.05.29 21:17:48.617232 [ 3 ] {} <Debug> HTTP-Session: ccb94689-396d-4f97-92b9-bb7c692f1073 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1635 | 2024.05.29 21:17:48.617249 [ 3 ] {} <Debug> HTTP-Session: ccb94689-396d-4f97-92b9-bb7c692f1073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1636 | 2024.05.29 21:17:48.617263 [ 3 ] {} <Debug> HTTP-Session: ccb94689-396d-4f97-92b9-bb7c692f1073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1637 | 2024.05.29 21:17:48.617294 [ 3 ] {} <Trace> HTTP-Session: ccb94689-396d-4f97-92b9-bb7c692f1073 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1638 | 2024.05.29 21:17:48.617405 [ 3 ] {659029c9-0d7e-41ee-94f3-5c266e9205df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1639 | 2024.05.29 21:17:48.617449 [ 3 ] {659029c9-0d7e-41ee-94f3-5c266e9205df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1640 | 2024.05.29 21:17:48.617597 [ 3 ] {659029c9-0d7e-41ee-94f3-5c266e9205df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1641 | 2024.05.29 21:17:48.617891 [ 3 ] {659029c9-0d7e-41ee-94f3-5c266e9205df} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1642 | 2024.05.29 21:17:48.617927 [ 3 ] {659029c9-0d7e-41ee-94f3-5c266e9205df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1643 | 2024.05.29 21:17:48.618237 [ 3 ] {659029c9-0d7e-41ee-94f3-5c266e9205df} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1644 | 2024.05.29 21:17:48.618553 [ 3 ] {659029c9-0d7e-41ee-94f3-5c266e9205df} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1645 | 2024.05.29 21:17:48.618702 [ 3 ] {659029c9-0d7e-41ee-94f3-5c266e9205df} <Debug> executeQuery: Read 52 rows, 4.73 KiB in 0.001326 sec., 39215.686274509804 rows/sec., 3.48 MiB/sec. | ||
1646 | 2024.05.29 21:17:48.618853 [ 3 ] {659029c9-0d7e-41ee-94f3-5c266e9205df} <Debug> DynamicQueryHandler: Done processing query | ||
1647 | 2024.05.29 21:17:48.618877 [ 3 ] {659029c9-0d7e-41ee-94f3-5c266e9205df} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1648 | 2024.05.29 21:17:48.618893 [ 3 ] {} <Debug> HTTP-Session: ccb94689-396d-4f97-92b9-bb7c692f1073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1649 | 2024.05.29 21:17:48.619006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 4122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1650 | 2024.05.29 21:17:48.619051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1651 | 2024.05.29 21:17:48.619071 [ 3 ] {} <Debug> HTTP-Session: a525099f-2604-42e1-8dd1-3dbb4b9e75da Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1652 | 2024.05.29 21:17:48.619088 [ 3 ] {} <Debug> HTTP-Session: a525099f-2604-42e1-8dd1-3dbb4b9e75da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1653 | 2024.05.29 21:17:48.619102 [ 3 ] {} <Debug> HTTP-Session: a525099f-2604-42e1-8dd1-3dbb4b9e75da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1654 | 2024.05.29 21:17:48.619133 [ 3 ] {} <Trace> HTTP-Session: a525099f-2604-42e1-8dd1-3dbb4b9e75da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1655 | 2024.05.29 21:17:48.619236 [ 3 ] {59630de8-354e-45fa-91e4-d69e175a3141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1656 | 2024.05.29 21:17:48.619278 [ 3 ] {59630de8-354e-45fa-91e4-d69e175a3141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1657 | 2024.05.29 21:17:48.619405 [ 3 ] {59630de8-354e-45fa-91e4-d69e175a3141} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1658 | 2024.05.29 21:17:48.619654 [ 3 ] {59630de8-354e-45fa-91e4-d69e175a3141} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1659 | 2024.05.29 21:17:48.619691 [ 3 ] {59630de8-354e-45fa-91e4-d69e175a3141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1660 | 2024.05.29 21:17:48.619996 [ 3 ] {59630de8-354e-45fa-91e4-d69e175a3141} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1661 | 2024.05.29 21:17:48.620313 [ 3 ] {59630de8-354e-45fa-91e4-d69e175a3141} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1662 | 2024.05.29 21:17:48.620458 [ 3 ] {59630de8-354e-45fa-91e4-d69e175a3141} <Debug> executeQuery: Read 24 rows, 1.92 KiB in 0.001249 sec., 19215.372297838272 rows/sec., 1.50 MiB/sec. | ||
1663 | 2024.05.29 21:17:48.620609 [ 3 ] {59630de8-354e-45fa-91e4-d69e175a3141} <Debug> DynamicQueryHandler: Done processing query | ||
1664 | 2024.05.29 21:17:48.620632 [ 3 ] {59630de8-354e-45fa-91e4-d69e175a3141} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1665 | 2024.05.29 21:17:48.620648 [ 3 ] {} <Debug> HTTP-Session: a525099f-2604-42e1-8dd1-3dbb4b9e75da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1666 | 2024.05.29 21:17:48.620802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1667 | 2024.05.29 21:17:48.620850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1668 | 2024.05.29 21:17:48.620869 [ 3 ] {} <Debug> HTTP-Session: 3c8ab876-c07a-4abd-a388-133998ffcb0c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1669 | 2024.05.29 21:17:48.620885 [ 3 ] {} <Debug> HTTP-Session: 3c8ab876-c07a-4abd-a388-133998ffcb0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1670 | 2024.05.29 21:17:48.620899 [ 3 ] {} <Debug> HTTP-Session: 3c8ab876-c07a-4abd-a388-133998ffcb0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1671 | 2024.05.29 21:17:48.620928 [ 3 ] {} <Trace> HTTP-Session: 3c8ab876-c07a-4abd-a388-133998ffcb0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1672 | 2024.05.29 21:17:48.621025 [ 3 ] {1bbf55e6-710f-4a6c-bee2-aded9e94e9ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1673 | 2024.05.29 21:17:48.621071 [ 3 ] {1bbf55e6-710f-4a6c-bee2-aded9e94e9ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1674 | 2024.05.29 21:17:48.621214 [ 3 ] {1bbf55e6-710f-4a6c-bee2-aded9e94e9ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1675 | 2024.05.29 21:17:48.621453 [ 3 ] {1bbf55e6-710f-4a6c-bee2-aded9e94e9ad} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1676 | 2024.05.29 21:17:48.621489 [ 3 ] {1bbf55e6-710f-4a6c-bee2-aded9e94e9ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1677 | 2024.05.29 21:17:48.621853 [ 3 ] {1bbf55e6-710f-4a6c-bee2-aded9e94e9ad} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1678 | 2024.05.29 21:17:48.622189 [ 3 ] {1bbf55e6-710f-4a6c-bee2-aded9e94e9ad} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1679 | 2024.05.29 21:17:48.622338 [ 3 ] {1bbf55e6-710f-4a6c-bee2-aded9e94e9ad} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001339 sec., 7468.259895444362 rows/sec., 568.87 KiB/sec. | ||
1680 | 2024.05.29 21:17:48.622493 [ 3 ] {1bbf55e6-710f-4a6c-bee2-aded9e94e9ad} <Debug> DynamicQueryHandler: Done processing query | ||
1681 | 2024.05.29 21:17:48.622517 [ 3 ] {1bbf55e6-710f-4a6c-bee2-aded9e94e9ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1682 | 2024.05.29 21:17:48.622535 [ 3 ] {} <Debug> HTTP-Session: 3c8ab876-c07a-4abd-a388-133998ffcb0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1683 | 2024.05.29 21:17:48.622656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1684 | 2024.05.29 21:17:48.622703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1685 | 2024.05.29 21:17:48.622722 [ 3 ] {} <Debug> HTTP-Session: 67e9a4ed-8996-4c80-8ae5-d0612b6b694a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1686 | 2024.05.29 21:17:48.622738 [ 3 ] {} <Debug> HTTP-Session: 67e9a4ed-8996-4c80-8ae5-d0612b6b694a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1687 | 2024.05.29 21:17:48.622752 [ 3 ] {} <Debug> HTTP-Session: 67e9a4ed-8996-4c80-8ae5-d0612b6b694a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1688 | 2024.05.29 21:17:48.622782 [ 3 ] {} <Trace> HTTP-Session: 67e9a4ed-8996-4c80-8ae5-d0612b6b694a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1689 | 2024.05.29 21:17:48.622999 [ 3 ] {d3ad921f-795d-4d7d-a3bc-682423305df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1690 | 2024.05.29 21:17:48.623047 [ 3 ] {d3ad921f-795d-4d7d-a3bc-682423305df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1691 | 2024.05.29 21:17:48.623206 [ 3 ] {d3ad921f-795d-4d7d-a3bc-682423305df3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1692 | 2024.05.29 21:17:48.623530 [ 3 ] {d3ad921f-795d-4d7d-a3bc-682423305df3} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1693 | 2024.05.29 21:17:48.623566 [ 3 ] {d3ad921f-795d-4d7d-a3bc-682423305df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1694 | 2024.05.29 21:17:48.623976 [ 3 ] {d3ad921f-795d-4d7d-a3bc-682423305df3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1695 | 2024.05.29 21:17:48.624314 [ 3 ] {d3ad921f-795d-4d7d-a3bc-682423305df3} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1696 | 2024.05.29 21:17:48.624471 [ 3 ] {d3ad921f-795d-4d7d-a3bc-682423305df3} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001612 sec., 9925.558312655086 rows/sec., 13.39 MiB/sec. | ||
1697 | 2024.05.29 21:17:48.624755 [ 3 ] {d3ad921f-795d-4d7d-a3bc-682423305df3} <Debug> DynamicQueryHandler: Done processing query | ||
1698 | 2024.05.29 21:17:48.624780 [ 3 ] {d3ad921f-795d-4d7d-a3bc-682423305df3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1699 | 2024.05.29 21:17:48.624796 [ 3 ] {} <Debug> HTTP-Session: 67e9a4ed-8996-4c80-8ae5-d0612b6b694a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1700 | 2024.05.29 21:17:48.624918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1701 | 2024.05.29 21:17:48.624966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1702 | 2024.05.29 21:17:48.624985 [ 3 ] {} <Debug> HTTP-Session: 963ac7dc-4248-4476-8507-83324aa70e65 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1703 | 2024.05.29 21:17:48.625001 [ 3 ] {} <Debug> HTTP-Session: 963ac7dc-4248-4476-8507-83324aa70e65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1704 | 2024.05.29 21:17:48.625015 [ 3 ] {} <Debug> HTTP-Session: 963ac7dc-4248-4476-8507-83324aa70e65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1705 | 2024.05.29 21:17:48.625045 [ 3 ] {} <Trace> HTTP-Session: 963ac7dc-4248-4476-8507-83324aa70e65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1706 | 2024.05.29 21:17:48.625143 [ 3 ] {a6a37a26-8e39-42e6-ab1b-00d206847e3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1707 | 2024.05.29 21:17:48.625190 [ 3 ] {a6a37a26-8e39-42e6-ab1b-00d206847e3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1708 | 2024.05.29 21:17:48.625331 [ 3 ] {a6a37a26-8e39-42e6-ab1b-00d206847e3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1709 | 2024.05.29 21:17:48.625552 [ 3 ] {a6a37a26-8e39-42e6-ab1b-00d206847e3a} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1710 | 2024.05.29 21:17:48.625587 [ 3 ] {a6a37a26-8e39-42e6-ab1b-00d206847e3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1711 | 2024.05.29 21:17:48.625943 [ 3 ] {a6a37a26-8e39-42e6-ab1b-00d206847e3a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1712 | 2024.05.29 21:17:48.626262 [ 3 ] {a6a37a26-8e39-42e6-ab1b-00d206847e3a} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1713 | 2024.05.29 21:17:48.626416 [ 3 ] {a6a37a26-8e39-42e6-ab1b-00d206847e3a} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.00129 sec., 7751.937984496125 rows/sec., 488.28 KiB/sec. | ||
1714 | 2024.05.29 21:17:48.626701 [ 3 ] {a6a37a26-8e39-42e6-ab1b-00d206847e3a} <Debug> DynamicQueryHandler: Done processing query | ||
1715 | 2024.05.29 21:17:48.626730 [ 3 ] {a6a37a26-8e39-42e6-ab1b-00d206847e3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1716 | 2024.05.29 21:17:48.626746 [ 3 ] {} <Debug> HTTP-Session: 963ac7dc-4248-4476-8507-83324aa70e65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1717 | 2024.05.29 21:17:51.139465 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1718 | 2024.05.29 21:17:51.139530 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1719 | 2024.05.29 21:17:53.615209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1720 | 2024.05.29 21:17:53.615337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1721 | 2024.05.29 21:17:53.615367 [ 3 ] {} <Debug> HTTP-Session: 3b610c0b-ca56-4629-96ff-87d4b079f0c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1722 | 2024.05.29 21:17:53.615396 [ 3 ] {} <Debug> HTTP-Session: 3b610c0b-ca56-4629-96ff-87d4b079f0c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1723 | 2024.05.29 21:17:53.615415 [ 3 ] {} <Debug> HTTP-Session: 3b610c0b-ca56-4629-96ff-87d4b079f0c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1724 | 2024.05.29 21:17:53.615487 [ 3 ] {} <Trace> HTTP-Session: 3b610c0b-ca56-4629-96ff-87d4b079f0c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1725 | 2024.05.29 21:17:53.615687 [ 3 ] {ed5e8945-45d7-4cdf-802e-d3a4b4dd4279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1726 | 2024.05.29 21:17:53.615754 [ 3 ] {ed5e8945-45d7-4cdf-802e-d3a4b4dd4279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1727 | 2024.05.29 21:17:53.615941 [ 3 ] {ed5e8945-45d7-4cdf-802e-d3a4b4dd4279} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1728 | 2024.05.29 21:17:53.616304 [ 3 ] {ed5e8945-45d7-4cdf-802e-d3a4b4dd4279} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1729 | 2024.05.29 21:17:53.616347 [ 3 ] {ed5e8945-45d7-4cdf-802e-d3a4b4dd4279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1730 | 2024.05.29 21:17:53.616713 [ 3 ] {ed5e8945-45d7-4cdf-802e-d3a4b4dd4279} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1731 | 2024.05.29 21:17:53.617045 [ 3 ] {ed5e8945-45d7-4cdf-802e-d3a4b4dd4279} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1732 | 2024.05.29 21:17:53.617198 [ 3 ] {ed5e8945-45d7-4cdf-802e-d3a4b4dd4279} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001569 sec., 8922.880815806246 rows/sec., 723.24 KiB/sec. | ||
1733 | 2024.05.29 21:17:53.617468 [ 3 ] {ed5e8945-45d7-4cdf-802e-d3a4b4dd4279} <Debug> DynamicQueryHandler: Done processing query | ||
1734 | 2024.05.29 21:17:53.617495 [ 3 ] {ed5e8945-45d7-4cdf-802e-d3a4b4dd4279} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1735 | 2024.05.29 21:17:53.617512 [ 3 ] {} <Debug> HTTP-Session: 3b610c0b-ca56-4629-96ff-87d4b079f0c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1736 | 2024.05.29 21:17:53.617633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 6921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1737 | 2024.05.29 21:17:53.617682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1738 | 2024.05.29 21:17:53.617700 [ 3 ] {} <Debug> HTTP-Session: bcfe9e77-60b3-4daf-9f56-92dea19d8adb Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1739 | 2024.05.29 21:17:53.617717 [ 3 ] {} <Debug> HTTP-Session: bcfe9e77-60b3-4daf-9f56-92dea19d8adb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1740 | 2024.05.29 21:17:53.617731 [ 3 ] {} <Debug> HTTP-Session: bcfe9e77-60b3-4daf-9f56-92dea19d8adb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1741 | 2024.05.29 21:17:53.617762 [ 3 ] {} <Trace> HTTP-Session: bcfe9e77-60b3-4daf-9f56-92dea19d8adb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1742 | 2024.05.29 21:17:53.617871 [ 3 ] {01e6d921-dc79-4399-b0e6-022456c0b8a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1743 | 2024.05.29 21:17:53.617915 [ 3 ] {01e6d921-dc79-4399-b0e6-022456c0b8a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1744 | 2024.05.29 21:17:53.618056 [ 3 ] {01e6d921-dc79-4399-b0e6-022456c0b8a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1745 | 2024.05.29 21:17:53.618328 [ 3 ] {01e6d921-dc79-4399-b0e6-022456c0b8a2} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1746 | 2024.05.29 21:17:53.618365 [ 3 ] {01e6d921-dc79-4399-b0e6-022456c0b8a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1747 | 2024.05.29 21:17:53.618683 [ 3 ] {01e6d921-dc79-4399-b0e6-022456c0b8a2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1748 | 2024.05.29 21:17:53.618988 [ 3 ] {01e6d921-dc79-4399-b0e6-022456c0b8a2} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1749 | 2024.05.29 21:17:53.619144 [ 3 ] {01e6d921-dc79-4399-b0e6-022456c0b8a2} <Debug> executeQuery: Read 46 rows, 4.09 KiB in 0.001297 sec., 35466.46106399383 rows/sec., 3.08 MiB/sec. | ||
1750 | 2024.05.29 21:17:53.619297 [ 3 ] {01e6d921-dc79-4399-b0e6-022456c0b8a2} <Debug> DynamicQueryHandler: Done processing query | ||
1751 | 2024.05.29 21:17:53.619321 [ 3 ] {01e6d921-dc79-4399-b0e6-022456c0b8a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1752 | 2024.05.29 21:17:53.619337 [ 3 ] {} <Debug> HTTP-Session: bcfe9e77-60b3-4daf-9f56-92dea19d8adb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1753 | 2024.05.29 21:17:53.619453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1754 | 2024.05.29 21:17:53.619502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1755 | 2024.05.29 21:17:53.619521 [ 3 ] {} <Debug> HTTP-Session: c69b0541-0b0c-4858-9bed-214fa1a95d16 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1756 | 2024.05.29 21:17:53.619536 [ 3 ] {} <Debug> HTTP-Session: c69b0541-0b0c-4858-9bed-214fa1a95d16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1757 | 2024.05.29 21:17:53.619550 [ 3 ] {} <Debug> HTTP-Session: c69b0541-0b0c-4858-9bed-214fa1a95d16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1758 | 2024.05.29 21:17:53.619580 [ 3 ] {} <Trace> HTTP-Session: c69b0541-0b0c-4858-9bed-214fa1a95d16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1759 | 2024.05.29 21:17:53.619678 [ 3 ] {0fa6d11c-c853-439f-a3d1-04460803891c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1760 | 2024.05.29 21:17:53.619719 [ 3 ] {0fa6d11c-c853-439f-a3d1-04460803891c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1761 | 2024.05.29 21:17:53.619843 [ 3 ] {0fa6d11c-c853-439f-a3d1-04460803891c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1762 | 2024.05.29 21:17:53.620095 [ 3 ] {0fa6d11c-c853-439f-a3d1-04460803891c} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1763 | 2024.05.29 21:17:53.620132 [ 3 ] {0fa6d11c-c853-439f-a3d1-04460803891c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1764 | 2024.05.29 21:17:53.620438 [ 3 ] {0fa6d11c-c853-439f-a3d1-04460803891c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1765 | 2024.05.29 21:17:53.620742 [ 3 ] {0fa6d11c-c853-439f-a3d1-04460803891c} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1766 | 2024.05.29 21:17:53.620905 [ 3 ] {0fa6d11c-c853-439f-a3d1-04460803891c} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001244 sec., 17684.887459807072 rows/sec., 1.38 MiB/sec. | ||
1767 | 2024.05.29 21:17:53.621181 [ 3 ] {0fa6d11c-c853-439f-a3d1-04460803891c} <Debug> DynamicQueryHandler: Done processing query | ||
1768 | 2024.05.29 21:17:53.621205 [ 3 ] {0fa6d11c-c853-439f-a3d1-04460803891c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1769 | 2024.05.29 21:17:53.621221 [ 3 ] {} <Debug> HTTP-Session: c69b0541-0b0c-4858-9bed-214fa1a95d16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1770 | 2024.05.29 21:17:53.621321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1771 | 2024.05.29 21:17:53.621369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1772 | 2024.05.29 21:17:53.621389 [ 3 ] {} <Debug> HTTP-Session: 607ba2c2-938b-4bf4-9e81-52fff078db66 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1773 | 2024.05.29 21:17:53.621405 [ 3 ] {} <Debug> HTTP-Session: 607ba2c2-938b-4bf4-9e81-52fff078db66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1774 | 2024.05.29 21:17:53.621418 [ 3 ] {} <Debug> HTTP-Session: 607ba2c2-938b-4bf4-9e81-52fff078db66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1775 | 2024.05.29 21:17:53.621448 [ 3 ] {} <Trace> HTTP-Session: 607ba2c2-938b-4bf4-9e81-52fff078db66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1776 | 2024.05.29 21:17:53.621550 [ 3 ] {d4f9c0cb-4bd4-4164-a6b4-c4f40e3d4756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1777 | 2024.05.29 21:17:53.621598 [ 3 ] {d4f9c0cb-4bd4-4164-a6b4-c4f40e3d4756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1778 | 2024.05.29 21:17:53.621762 [ 3 ] {d4f9c0cb-4bd4-4164-a6b4-c4f40e3d4756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1779 | 2024.05.29 21:17:53.622009 [ 3 ] {d4f9c0cb-4bd4-4164-a6b4-c4f40e3d4756} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1780 | 2024.05.29 21:17:53.622045 [ 3 ] {d4f9c0cb-4bd4-4164-a6b4-c4f40e3d4756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1781 | 2024.05.29 21:17:53.622412 [ 3 ] {d4f9c0cb-4bd4-4164-a6b4-c4f40e3d4756} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1782 | 2024.05.29 21:17:53.622753 [ 3 ] {d4f9c0cb-4bd4-4164-a6b4-c4f40e3d4756} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1783 | 2024.05.29 21:17:53.622924 [ 3 ] {d4f9c0cb-4bd4-4164-a6b4-c4f40e3d4756} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001385 sec., 7220.216606498195 rows/sec., 549.98 KiB/sec. | ||
1784 | 2024.05.29 21:17:53.623084 [ 3 ] {d4f9c0cb-4bd4-4164-a6b4-c4f40e3d4756} <Debug> DynamicQueryHandler: Done processing query | ||
1785 | 2024.05.29 21:17:53.623109 [ 3 ] {d4f9c0cb-4bd4-4164-a6b4-c4f40e3d4756} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1786 | 2024.05.29 21:17:53.623124 [ 3 ] {} <Debug> HTTP-Session: 607ba2c2-938b-4bf4-9e81-52fff078db66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1787 | 2024.05.29 21:17:53.623240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1788 | 2024.05.29 21:17:53.623286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1789 | 2024.05.29 21:17:53.623306 [ 3 ] {} <Debug> HTTP-Session: a5941116-b849-4e16-9002-6816559f9bcc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1790 | 2024.05.29 21:17:53.623322 [ 3 ] {} <Debug> HTTP-Session: a5941116-b849-4e16-9002-6816559f9bcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1791 | 2024.05.29 21:17:53.623335 [ 3 ] {} <Debug> HTTP-Session: a5941116-b849-4e16-9002-6816559f9bcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1792 | 2024.05.29 21:17:53.623365 [ 3 ] {} <Trace> HTTP-Session: a5941116-b849-4e16-9002-6816559f9bcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1793 | 2024.05.29 21:17:53.623535 [ 3 ] {241280f6-67d6-4747-9a94-1d2c1483483e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1794 | 2024.05.29 21:17:53.623582 [ 3 ] {241280f6-67d6-4747-9a94-1d2c1483483e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1795 | 2024.05.29 21:17:53.623737 [ 3 ] {241280f6-67d6-4747-9a94-1d2c1483483e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1796 | 2024.05.29 21:17:53.624067 [ 3 ] {241280f6-67d6-4747-9a94-1d2c1483483e} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1797 | 2024.05.29 21:17:53.624103 [ 3 ] {241280f6-67d6-4747-9a94-1d2c1483483e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1798 | 2024.05.29 21:17:53.624490 [ 3 ] {241280f6-67d6-4747-9a94-1d2c1483483e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1799 | 2024.05.29 21:17:53.624828 [ 3 ] {241280f6-67d6-4747-9a94-1d2c1483483e} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1800 | 2024.05.29 21:17:53.624998 [ 3 ] {241280f6-67d6-4747-9a94-1d2c1483483e} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001547 sec., 9049.773755656108 rows/sec., 12.21 MiB/sec. | ||
1801 | 2024.05.29 21:17:53.625162 [ 3 ] {241280f6-67d6-4747-9a94-1d2c1483483e} <Debug> DynamicQueryHandler: Done processing query | ||
1802 | 2024.05.29 21:17:53.625186 [ 3 ] {241280f6-67d6-4747-9a94-1d2c1483483e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1803 | 2024.05.29 21:17:53.625201 [ 3 ] {} <Debug> HTTP-Session: a5941116-b849-4e16-9002-6816559f9bcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1804 | 2024.05.29 21:17:53.625336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1805 | 2024.05.29 21:17:53.625381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1806 | 2024.05.29 21:17:53.625400 [ 3 ] {} <Debug> HTTP-Session: e3f68588-312d-42c5-96cc-36357003a0a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1807 | 2024.05.29 21:17:53.625416 [ 3 ] {} <Debug> HTTP-Session: e3f68588-312d-42c5-96cc-36357003a0a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1808 | 2024.05.29 21:17:53.625429 [ 3 ] {} <Debug> HTTP-Session: e3f68588-312d-42c5-96cc-36357003a0a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1809 | 2024.05.29 21:17:53.625459 [ 3 ] {} <Trace> HTTP-Session: e3f68588-312d-42c5-96cc-36357003a0a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1810 | 2024.05.29 21:17:53.625556 [ 3 ] {1150c4ee-077f-4b95-8a8a-0522fc5fd4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1811 | 2024.05.29 21:17:53.625600 [ 3 ] {1150c4ee-077f-4b95-8a8a-0522fc5fd4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1812 | 2024.05.29 21:17:53.625724 [ 3 ] {1150c4ee-077f-4b95-8a8a-0522fc5fd4e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1813 | 2024.05.29 21:17:53.625949 [ 3 ] {1150c4ee-077f-4b95-8a8a-0522fc5fd4e5} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1814 | 2024.05.29 21:17:53.625985 [ 3 ] {1150c4ee-077f-4b95-8a8a-0522fc5fd4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1815 | 2024.05.29 21:17:53.626335 [ 3 ] {1150c4ee-077f-4b95-8a8a-0522fc5fd4e5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1816 | 2024.05.29 21:17:53.626650 [ 3 ] {1150c4ee-077f-4b95-8a8a-0522fc5fd4e5} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1817 | 2024.05.29 21:17:53.626788 [ 3 ] {1150c4ee-077f-4b95-8a8a-0522fc5fd4e5} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001258 sec., 7949.12559618442 rows/sec., 500.70 KiB/sec. | ||
1818 | 2024.05.29 21:17:53.627023 [ 3 ] {1150c4ee-077f-4b95-8a8a-0522fc5fd4e5} <Debug> DynamicQueryHandler: Done processing query | ||
1819 | 2024.05.29 21:17:53.627066 [ 3 ] {1150c4ee-077f-4b95-8a8a-0522fc5fd4e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1820 | 2024.05.29 21:17:53.627084 [ 3 ] {} <Debug> HTTP-Session: e3f68588-312d-42c5-96cc-36357003a0a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1821 | 2024.05.29 21:17:58.615240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1822 | 2024.05.29 21:17:58.615379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1823 | 2024.05.29 21:17:58.615406 [ 3 ] {} <Debug> HTTP-Session: c6ae97fd-0658-4602-b3b3-6a1e6ea7fa91 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1824 | 2024.05.29 21:17:58.615433 [ 3 ] {} <Debug> HTTP-Session: c6ae97fd-0658-4602-b3b3-6a1e6ea7fa91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1825 | 2024.05.29 21:17:58.615451 [ 3 ] {} <Debug> HTTP-Session: c6ae97fd-0658-4602-b3b3-6a1e6ea7fa91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1826 | 2024.05.29 21:17:58.615506 [ 3 ] {} <Trace> HTTP-Session: c6ae97fd-0658-4602-b3b3-6a1e6ea7fa91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1827 | 2024.05.29 21:17:58.615706 [ 3 ] {4a916199-cb42-460f-a86a-7c989ab8ccf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1828 | 2024.05.29 21:17:58.615777 [ 3 ] {4a916199-cb42-460f-a86a-7c989ab8ccf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1829 | 2024.05.29 21:17:58.615960 [ 3 ] {4a916199-cb42-460f-a86a-7c989ab8ccf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1830 | 2024.05.29 21:17:58.616329 [ 3 ] {4a916199-cb42-460f-a86a-7c989ab8ccf2} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1831 | 2024.05.29 21:17:58.616366 [ 3 ] {4a916199-cb42-460f-a86a-7c989ab8ccf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1832 | 2024.05.29 21:17:58.616728 [ 3 ] {4a916199-cb42-460f-a86a-7c989ab8ccf2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1833 | 2024.05.29 21:17:58.617063 [ 3 ] {4a916199-cb42-460f-a86a-7c989ab8ccf2} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1834 | 2024.05.29 21:17:58.617203 [ 3 ] {4a916199-cb42-460f-a86a-7c989ab8ccf2} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00156 sec., 10256.410256410256 rows/sec., 831.33 KiB/sec. | ||
1835 | 2024.05.29 21:17:58.617381 [ 3 ] {4a916199-cb42-460f-a86a-7c989ab8ccf2} <Debug> DynamicQueryHandler: Done processing query | ||
1836 | 2024.05.29 21:17:58.617406 [ 3 ] {4a916199-cb42-460f-a86a-7c989ab8ccf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1837 | 2024.05.29 21:17:58.617421 [ 3 ] {} <Debug> HTTP-Session: c6ae97fd-0658-4602-b3b3-6a1e6ea7fa91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1838 | 2024.05.29 21:17:58.617551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1839 | 2024.05.29 21:17:58.617598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1840 | 2024.05.29 21:17:58.617616 [ 3 ] {} <Debug> HTTP-Session: c43d16f9-1b90-478c-8ff8-c23366ada2fb Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1841 | 2024.05.29 21:17:58.617632 [ 3 ] {} <Debug> HTTP-Session: c43d16f9-1b90-478c-8ff8-c23366ada2fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1842 | 2024.05.29 21:17:58.617645 [ 3 ] {} <Debug> HTTP-Session: c43d16f9-1b90-478c-8ff8-c23366ada2fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1843 | 2024.05.29 21:17:58.617676 [ 3 ] {} <Trace> HTTP-Session: c43d16f9-1b90-478c-8ff8-c23366ada2fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1844 | 2024.05.29 21:17:58.617782 [ 3 ] {e2b81058-5aa0-48d2-ba83-ff5b0283e6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1845 | 2024.05.29 21:17:58.617824 [ 3 ] {e2b81058-5aa0-48d2-ba83-ff5b0283e6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1846 | 2024.05.29 21:17:58.617944 [ 3 ] {e2b81058-5aa0-48d2-ba83-ff5b0283e6e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1847 | 2024.05.29 21:17:58.618245 [ 3 ] {e2b81058-5aa0-48d2-ba83-ff5b0283e6e8} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1848 | 2024.05.29 21:17:58.618281 [ 3 ] {e2b81058-5aa0-48d2-ba83-ff5b0283e6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1849 | 2024.05.29 21:17:58.618585 [ 3 ] {e2b81058-5aa0-48d2-ba83-ff5b0283e6e8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1850 | 2024.05.29 21:17:58.618896 [ 3 ] {e2b81058-5aa0-48d2-ba83-ff5b0283e6e8} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1851 | 2024.05.29 21:17:58.619018 [ 3 ] {e2b81058-5aa0-48d2-ba83-ff5b0283e6e8} <Debug> executeQuery: Read 52 rows, 4.73 KiB in 0.001274 sec., 40816.32653061225 rows/sec., 3.62 MiB/sec. | ||
1852 | 2024.05.29 21:17:58.619161 [ 3 ] {e2b81058-5aa0-48d2-ba83-ff5b0283e6e8} <Debug> DynamicQueryHandler: Done processing query | ||
1853 | 2024.05.29 21:17:58.619185 [ 3 ] {e2b81058-5aa0-48d2-ba83-ff5b0283e6e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1854 | 2024.05.29 21:17:58.619200 [ 3 ] {} <Debug> HTTP-Session: c43d16f9-1b90-478c-8ff8-c23366ada2fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1855 | 2024.05.29 21:17:58.619326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 4122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1856 | 2024.05.29 21:17:58.619371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1857 | 2024.05.29 21:17:58.619389 [ 3 ] {} <Debug> HTTP-Session: 3219b708-0333-4bac-a40e-88e04d06629f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1858 | 2024.05.29 21:17:58.619405 [ 3 ] {} <Debug> HTTP-Session: 3219b708-0333-4bac-a40e-88e04d06629f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1859 | 2024.05.29 21:17:58.619418 [ 3 ] {} <Debug> HTTP-Session: 3219b708-0333-4bac-a40e-88e04d06629f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1860 | 2024.05.29 21:17:58.619448 [ 3 ] {} <Trace> HTTP-Session: 3219b708-0333-4bac-a40e-88e04d06629f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1861 | 2024.05.29 21:17:58.619545 [ 3 ] {77a2e7fd-329b-49f1-820e-5c4a890f138d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1862 | 2024.05.29 21:17:58.619586 [ 3 ] {77a2e7fd-329b-49f1-820e-5c4a890f138d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1863 | 2024.05.29 21:17:58.619707 [ 3 ] {77a2e7fd-329b-49f1-820e-5c4a890f138d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1864 | 2024.05.29 21:17:58.619961 [ 3 ] {77a2e7fd-329b-49f1-820e-5c4a890f138d} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1865 | 2024.05.29 21:17:58.619997 [ 3 ] {77a2e7fd-329b-49f1-820e-5c4a890f138d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1866 | 2024.05.29 21:17:58.620294 [ 3 ] {77a2e7fd-329b-49f1-820e-5c4a890f138d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1867 | 2024.05.29 21:17:58.620596 [ 3 ] {77a2e7fd-329b-49f1-820e-5c4a890f138d} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1868 | 2024.05.29 21:17:58.620714 [ 3 ] {77a2e7fd-329b-49f1-820e-5c4a890f138d} <Debug> executeQuery: Read 24 rows, 1.92 KiB in 0.001198 sec., 20033.38898163606 rows/sec., 1.57 MiB/sec. | ||
1869 | 2024.05.29 21:17:58.620855 [ 3 ] {77a2e7fd-329b-49f1-820e-5c4a890f138d} <Debug> DynamicQueryHandler: Done processing query | ||
1870 | 2024.05.29 21:17:58.620879 [ 3 ] {77a2e7fd-329b-49f1-820e-5c4a890f138d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1871 | 2024.05.29 21:17:58.620894 [ 3 ] {} <Debug> HTTP-Session: 3219b708-0333-4bac-a40e-88e04d06629f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1872 | 2024.05.29 21:17:58.621038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1873 | 2024.05.29 21:17:58.621084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1874 | 2024.05.29 21:17:58.621102 [ 3 ] {} <Debug> HTTP-Session: 6236f007-f99e-47db-b4fe-d8496b6bdcfa Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1875 | 2024.05.29 21:17:58.621118 [ 3 ] {} <Debug> HTTP-Session: 6236f007-f99e-47db-b4fe-d8496b6bdcfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1876 | 2024.05.29 21:17:58.621131 [ 3 ] {} <Debug> HTTP-Session: 6236f007-f99e-47db-b4fe-d8496b6bdcfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1877 | 2024.05.29 21:17:58.621161 [ 3 ] {} <Trace> HTTP-Session: 6236f007-f99e-47db-b4fe-d8496b6bdcfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1878 | 2024.05.29 21:17:58.621254 [ 3 ] {abacaa8d-f10e-4002-bbab-1cda24822e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1879 | 2024.05.29 21:17:58.621300 [ 3 ] {abacaa8d-f10e-4002-bbab-1cda24822e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1880 | 2024.05.29 21:17:58.621437 [ 3 ] {abacaa8d-f10e-4002-bbab-1cda24822e78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1881 | 2024.05.29 21:17:58.621673 [ 3 ] {abacaa8d-f10e-4002-bbab-1cda24822e78} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1882 | 2024.05.29 21:17:58.621708 [ 3 ] {abacaa8d-f10e-4002-bbab-1cda24822e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1883 | 2024.05.29 21:17:58.622062 [ 3 ] {abacaa8d-f10e-4002-bbab-1cda24822e78} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1884 | 2024.05.29 21:17:58.622396 [ 3 ] {abacaa8d-f10e-4002-bbab-1cda24822e78} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1885 | 2024.05.29 21:17:58.622511 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1886 | 2024.05.29 21:17:58.622522 [ 3 ] {abacaa8d-f10e-4002-bbab-1cda24822e78} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001293 sec., 7733.952049497292 rows/sec., 589.11 KiB/sec. | ||
1887 | 2024.05.29 21:17:58.622552 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1888 | 2024.05.29 21:17:58.622585 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1889 | 2024.05.29 21:17:58.622735 [ 3 ] {abacaa8d-f10e-4002-bbab-1cda24822e78} <Debug> DynamicQueryHandler: Done processing query | ||
1890 | 2024.05.29 21:17:58.622783 [ 3 ] {abacaa8d-f10e-4002-bbab-1cda24822e78} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1891 | 2024.05.29 21:17:58.622814 [ 3 ] {} <Debug> HTTP-Session: 6236f007-f99e-47db-b4fe-d8496b6bdcfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1892 | 2024.05.29 21:17:58.622835 [ 201 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
1893 | 2024.05.29 21:17:58.623091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1894 | 2024.05.29 21:17:58.623215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1895 | 2024.05.29 21:17:58.623275 [ 3 ] {} <Debug> HTTP-Session: c1452bed-9fa2-43db-92d6-fefe98b851b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1896 | 2024.05.29 21:17:58.623291 [ 201 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1897 | 2024.05.29 21:17:58.623301 [ 3 ] {} <Debug> HTTP-Session: c1452bed-9fa2-43db-92d6-fefe98b851b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1898 | 2024.05.29 21:17:58.623357 [ 3 ] {} <Debug> HTTP-Session: c1452bed-9fa2-43db-92d6-fefe98b851b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1899 | 2024.05.29 21:17:58.623401 [ 201 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
1900 | 2024.05.29 21:17:58.623422 [ 3 ] {} <Trace> HTTP-Session: c1452bed-9fa2-43db-92d6-fefe98b851b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1901 | 2024.05.29 21:17:58.623805 [ 3 ] {06c19bb2-a722-4285-ae39-6335b43f21da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1902 | 2024.05.29 21:17:58.623830 [ 201 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
1903 | 2024.05.29 21:17:58.623943 [ 3 ] {06c19bb2-a722-4285-ae39-6335b43f21da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1904 | 2024.05.29 21:17:58.624162 [ 201 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
1905 | 2024.05.29 21:17:58.624549 [ 201 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
1906 | 2024.05.29 21:17:58.624894 [ 201 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
1907 | 2024.05.29 21:17:58.625230 [ 201 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part | ||
1908 | 2024.05.29 21:17:58.625339 [ 3 ] {06c19bb2-a722-4285-ae39-6335b43f21da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1909 | 2024.05.29 21:17:58.626400 [ 3 ] {06c19bb2-a722-4285-ae39-6335b43f21da} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1910 | 2024.05.29 21:17:58.626456 [ 3 ] {06c19bb2-a722-4285-ae39-6335b43f21da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1911 | 2024.05.29 21:17:58.627545 [ 3 ] {06c19bb2-a722-4285-ae39-6335b43f21da} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1912 | 2024.05.29 21:17:58.627910 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.005239367 sec., 11451.765070093392 rows/sec., 872.30 KiB/sec. | ||
1913 | 2024.05.29 21:17:58.628059 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1914 | 2024.05.29 21:17:58.628170 [ 3 ] {06c19bb2-a722-4285-ae39-6335b43f21da} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1915 | 2024.05.29 21:17:58.628472 [ 3 ] {06c19bb2-a722-4285-ae39-6335b43f21da} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.004913 sec., 3256.6659881945857 rows/sec., 4.39 MiB/sec. | ||
1916 | 2024.05.29 21:17:58.628990 [ 3 ] {06c19bb2-a722-4285-ae39-6335b43f21da} <Debug> DynamicQueryHandler: Done processing query | ||
1917 | 2024.05.29 21:17:58.629019 [ 3 ] {06c19bb2-a722-4285-ae39-6335b43f21da} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1918 | 2024.05.29 21:17:58.629037 [ 3 ] {} <Debug> HTTP-Session: c1452bed-9fa2-43db-92d6-fefe98b851b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1919 | 2024.05.29 21:17:58.629092 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1920 | 2024.05.29 21:17:58.629167 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1921 | 2024.05.29 21:17:58.629182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1922 | 2024.05.29 21:17:58.629267 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
1923 | 2024.05.29 21:17:58.629276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1924 | 2024.05.29 21:17:58.629308 [ 3 ] {} <Debug> HTTP-Session: 0e1bb217-04cc-4e80-89c8-c96143d299b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1925 | 2024.05.29 21:17:58.629329 [ 3 ] {} <Debug> HTTP-Session: 0e1bb217-04cc-4e80-89c8-c96143d299b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1926 | 2024.05.29 21:17:58.629346 [ 3 ] {} <Debug> HTTP-Session: 0e1bb217-04cc-4e80-89c8-c96143d299b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1927 | 2024.05.29 21:17:58.629383 [ 3 ] {} <Trace> HTTP-Session: 0e1bb217-04cc-4e80-89c8-c96143d299b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1928 | 2024.05.29 21:17:58.629512 [ 3 ] {f83e363c-2dce-4d06-9d87-bdbd40549a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1929 | 2024.05.29 21:17:58.629567 [ 3 ] {f83e363c-2dce-4d06-9d87-bdbd40549a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1930 | 2024.05.29 21:17:58.629727 [ 3 ] {f83e363c-2dce-4d06-9d87-bdbd40549a44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1931 | 2024.05.29 21:17:58.629974 [ 3 ] {f83e363c-2dce-4d06-9d87-bdbd40549a44} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1932 | 2024.05.29 21:17:58.630010 [ 3 ] {f83e363c-2dce-4d06-9d87-bdbd40549a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1933 | 2024.05.29 21:17:58.630362 [ 3 ] {f83e363c-2dce-4d06-9d87-bdbd40549a44} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1934 | 2024.05.29 21:17:58.630715 [ 3 ] {f83e363c-2dce-4d06-9d87-bdbd40549a44} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1935 | 2024.05.29 21:17:58.630874 [ 3 ] {f83e363c-2dce-4d06-9d87-bdbd40549a44} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001387 sec., 7209.805335255948 rows/sec., 454.13 KiB/sec. | ||
1936 | 2024.05.29 21:17:58.630885 [ 47 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1937 | 2024.05.29 21:17:58.631005 [ 47 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1938 | 2024.05.29 21:17:58.631063 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1939 | 2024.05.29 21:17:58.631118 [ 3 ] {f83e363c-2dce-4d06-9d87-bdbd40549a44} <Debug> DynamicQueryHandler: Done processing query | ||
1940 | 2024.05.29 21:17:58.631184 [ 3 ] {f83e363c-2dce-4d06-9d87-bdbd40549a44} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1941 | 2024.05.29 21:17:58.631247 [ 3 ] {} <Debug> HTTP-Session: 0e1bb217-04cc-4e80-89c8-c96143d299b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1942 | 2024.05.29 21:17:58.631361 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
1943 | 2024.05.29 21:17:58.631568 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1944 | 2024.05.29 21:17:58.631621 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
1945 | 2024.05.29 21:17:58.631806 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
1946 | 2024.05.29 21:17:58.631888 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
1947 | 2024.05.29 21:17:58.632067 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
1948 | 2024.05.29 21:17:58.632210 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
1949 | 2024.05.29 21:17:58.632290 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part | ||
1950 | 2024.05.29 21:17:58.633227 [ 186 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.00206756 sec., 29019.714059084137 rows/sec., 1.79 MiB/sec. | ||
1951 | 2024.05.29 21:17:58.633354 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1952 | 2024.05.29 21:17:58.633726 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_6_1} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1953 | 2024.05.29 21:17:58.633799 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_6_1} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1954 | 2024.05.29 21:17:58.633868 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
1955 | 2024.05.29 21:18:03.613466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 408, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1956 | 2024.05.29 21:18:03.613595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1957 | 2024.05.29 21:18:03.613618 [ 3 ] {} <Debug> HTTP-Session: 2b68e2ed-a391-4eb7-b530-b1460d0e4277 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1958 | 2024.05.29 21:18:03.613642 [ 3 ] {} <Debug> HTTP-Session: 2b68e2ed-a391-4eb7-b530-b1460d0e4277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1959 | 2024.05.29 21:18:03.613656 [ 3 ] {} <Debug> HTTP-Session: 2b68e2ed-a391-4eb7-b530-b1460d0e4277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1960 | 2024.05.29 21:18:03.613703 [ 3 ] {} <Trace> HTTP-Session: 2b68e2ed-a391-4eb7-b530-b1460d0e4277 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1961 | 2024.05.29 21:18:03.613925 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1962 | 2024.05.29 21:18:03.614264 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1963 | 2024.05.29 21:18:03.614301 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1964 | 2024.05.29 21:18:03.614554 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1965 | 2024.05.29 21:18:03.614632 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1966 | 2024.05.29 21:18:03.614800 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1967 | 2024.05.29 21:18:03.614899 [ 256 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1968 | 2024.05.29 21:18:03.614901 [ 253 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1969 | 2024.05.29 21:18:03.614994 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
1970 | 2024.05.29 21:18:03.615018 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1971 | 2024.05.29 21:18:03.617269 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1972 | 2024.05.29 21:18:03.619228 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1973 | 2024.05.29 21:18:03.619306 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1974 | 2024.05.29 21:18:03.619358 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1975 | 2024.05.29 21:18:03.621081 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.007245 sec., 1104.2097998619738 rows/sec., 48.26 KiB/sec. | ||
1976 | 2024.05.29 21:18:03.621399 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Debug> DynamicQueryHandler: Done processing query | ||
1977 | 2024.05.29 21:18:03.621425 [ 3 ] {0984f582-ed34-4929-9b78-34cc089afd55} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1978 | 2024.05.29 21:18:03.621442 [ 3 ] {} <Debug> HTTP-Session: 2b68e2ed-a391-4eb7-b530-b1460d0e4277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1979 | 2024.05.29 21:18:03.621681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1980 | 2024.05.29 21:18:03.621731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1981 | 2024.05.29 21:18:03.621751 [ 3 ] {} <Debug> HTTP-Session: 51dffb8f-3308-471e-8db1-4234b90b0f5c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
1982 | 2024.05.29 21:18:03.621768 [ 3 ] {} <Debug> HTTP-Session: 51dffb8f-3308-471e-8db1-4234b90b0f5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1983 | 2024.05.29 21:18:03.621781 [ 3 ] {} <Debug> HTTP-Session: 51dffb8f-3308-471e-8db1-4234b90b0f5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1984 | 2024.05.29 21:18:03.621813 [ 3 ] {} <Trace> HTTP-Session: 51dffb8f-3308-471e-8db1-4234b90b0f5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1985 | 2024.05.29 21:18:03.621944 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1986 | 2024.05.29 21:18:03.622183 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1987 | 2024.05.29 21:18:03.622218 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1988 | 2024.05.29 21:18:03.622433 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1989 | 2024.05.29 21:18:03.622497 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1990 | 2024.05.29 21:18:03.622634 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1991 | 2024.05.29 21:18:03.622741 [ 260 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1992 | 2024.05.29 21:18:03.622744 [ 259 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1993 | 2024.05.29 21:18:03.622860 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
1994 | 2024.05.29 21:18:03.622888 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1995 | 2024.05.29 21:18:03.622964 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1996 | 2024.05.29 21:18:03.622983 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1997 | 2024.05.29 21:18:03.623019 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1998 | 2024.05.29 21:18:03.623056 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1999 | 2024.05.29 21:18:03.624392 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002503 sec., 3196.1646024770275 rows/sec., 139.68 KiB/sec. | ||
2000 | 2024.05.29 21:18:03.624667 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Debug> DynamicQueryHandler: Done processing query | ||
2001 | 2024.05.29 21:18:03.624691 [ 3 ] {4d263927-9ec9-41d1-8b4a-75b7a1b1cf5d} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
2002 | 2024.05.29 21:18:03.624708 [ 3 ] {} <Debug> HTTP-Session: 51dffb8f-3308-471e-8db1-4234b90b0f5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2003 | 2024.05.29 21:18:03.625021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2004 | 2024.05.29 21:18:03.625068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2005 | 2024.05.29 21:18:03.625087 [ 3 ] {} <Debug> HTTP-Session: 9be940d4-3f50-409f-8237-52afb8f751f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2006 | 2024.05.29 21:18:03.625103 [ 3 ] {} <Debug> HTTP-Session: 9be940d4-3f50-409f-8237-52afb8f751f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2007 | 2024.05.29 21:18:03.625117 [ 3 ] {} <Debug> HTTP-Session: 9be940d4-3f50-409f-8237-52afb8f751f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2008 | 2024.05.29 21:18:03.625147 [ 3 ] {} <Trace> HTTP-Session: 9be940d4-3f50-409f-8237-52afb8f751f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2009 | 2024.05.29 21:18:03.625271 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2010 | 2024.05.29 21:18:03.625508 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2011 | 2024.05.29 21:18:03.625543 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2012 | 2024.05.29 21:18:03.625759 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2013 | 2024.05.29 21:18:03.625822 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2014 | 2024.05.29 21:18:03.625957 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
2015 | 2024.05.29 21:18:03.626051 [ 256 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2016 | 2024.05.29 21:18:03.626066 [ 257 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2017 | 2024.05.29 21:18:03.626182 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2018 | 2024.05.29 21:18:03.626208 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2019 | 2024.05.29 21:18:03.626284 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2020 | 2024.05.29 21:18:03.626303 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
2021 | 2024.05.29 21:18:03.626339 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2022 | 2024.05.29 21:18:03.626377 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2023 | 2024.05.29 21:18:03.627596 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.00238 sec., 3361.344537815126 rows/sec., 146.89 KiB/sec. | ||
2024 | 2024.05.29 21:18:03.627872 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Debug> DynamicQueryHandler: Done processing query | ||
2025 | 2024.05.29 21:18:03.627896 [ 3 ] {4bdf4fc4-05e4-4605-a2b0-44a4e0691bf9} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
2026 | 2024.05.29 21:18:03.627912 [ 3 ] {} <Debug> HTTP-Session: 9be940d4-3f50-409f-8237-52afb8f751f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2027 | 2024.05.29 21:18:03.628111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2028 | 2024.05.29 21:18:03.628159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2029 | 2024.05.29 21:18:03.628178 [ 3 ] {} <Debug> HTTP-Session: a8942843-fe3c-43b0-9ff0-978a8223e848 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2030 | 2024.05.29 21:18:03.628194 [ 3 ] {} <Debug> HTTP-Session: a8942843-fe3c-43b0-9ff0-978a8223e848 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2031 | 2024.05.29 21:18:03.628207 [ 3 ] {} <Debug> HTTP-Session: a8942843-fe3c-43b0-9ff0-978a8223e848 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2032 | 2024.05.29 21:18:03.628237 [ 3 ] {} <Trace> HTTP-Session: a8942843-fe3c-43b0-9ff0-978a8223e848 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2033 | 2024.05.29 21:18:03.628365 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2034 | 2024.05.29 21:18:03.628606 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2035 | 2024.05.29 21:18:03.628641 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2036 | 2024.05.29 21:18:03.628860 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2037 | 2024.05.29 21:18:03.628923 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2038 | 2024.05.29 21:18:03.629057 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
2039 | 2024.05.29 21:18:03.629119 [ 260 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2040 | 2024.05.29 21:18:03.629129 [ 253 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2041 | 2024.05.29 21:18:03.629205 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2042 | 2024.05.29 21:18:03.629229 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2043 | 2024.05.29 21:18:03.629300 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2044 | 2024.05.29 21:18:03.629318 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
2045 | 2024.05.29 21:18:03.629354 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2046 | 2024.05.29 21:18:03.629389 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2047 | 2024.05.29 21:18:03.630437 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002128 sec., 3759.398496240601 rows/sec., 164.29 KiB/sec. | ||
2048 | 2024.05.29 21:18:03.630694 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Debug> DynamicQueryHandler: Done processing query | ||
2049 | 2024.05.29 21:18:03.630718 [ 3 ] {a6adb2b4-9311-4e58-8262-f77eb721085e} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
2050 | 2024.05.29 21:18:03.630734 [ 3 ] {} <Debug> HTTP-Session: a8942843-fe3c-43b0-9ff0-978a8223e848 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2051 | 2024.05.29 21:18:03.630946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 556, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2052 | 2024.05.29 21:18:03.630993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2053 | 2024.05.29 21:18:03.631012 [ 3 ] {} <Debug> HTTP-Session: e659e476-5590-4704-846b-d70887cce1e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2054 | 2024.05.29 21:18:03.631028 [ 3 ] {} <Debug> HTTP-Session: e659e476-5590-4704-846b-d70887cce1e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2055 | 2024.05.29 21:18:03.631041 [ 3 ] {} <Debug> HTTP-Session: e659e476-5590-4704-846b-d70887cce1e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2056 | 2024.05.29 21:18:03.631070 [ 3 ] {} <Trace> HTTP-Session: e659e476-5590-4704-846b-d70887cce1e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2057 | 2024.05.29 21:18:03.631199 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2058 | 2024.05.29 21:18:03.631438 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2059 | 2024.05.29 21:18:03.631474 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2060 | 2024.05.29 21:18:03.631698 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2061 | 2024.05.29 21:18:03.631760 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2062 | 2024.05.29 21:18:03.631893 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
2063 | 2024.05.29 21:18:03.631985 [ 257 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2064 | 2024.05.29 21:18:03.631998 [ 256 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2065 | 2024.05.29 21:18:03.632098 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2066 | 2024.05.29 21:18:03.632121 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2067 | 2024.05.29 21:18:03.632193 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2068 | 2024.05.29 21:18:03.632212 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
2069 | 2024.05.29 21:18:03.632247 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2070 | 2024.05.29 21:18:03.632283 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2071 | 2024.05.29 21:18:03.633246 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002104 sec., 3802.2813688212927 rows/sec., 166.16 KiB/sec. | ||
2072 | 2024.05.29 21:18:03.633499 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Debug> DynamicQueryHandler: Done processing query | ||
2073 | 2024.05.29 21:18:03.633523 [ 3 ] {2c2756dd-824b-4177-b1ff-6debc23ff2ca} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
2074 | 2024.05.29 21:18:03.633540 [ 3 ] {} <Debug> HTTP-Session: e659e476-5590-4704-846b-d70887cce1e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2075 | 2024.05.29 21:18:03.633759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 589, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2076 | 2024.05.29 21:18:03.633806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2077 | 2024.05.29 21:18:03.633825 [ 3 ] {} <Debug> HTTP-Session: 77c9ae03-d0de-4ffd-bd67-df5677a40c35 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2078 | 2024.05.29 21:18:03.633841 [ 3 ] {} <Debug> HTTP-Session: 77c9ae03-d0de-4ffd-bd67-df5677a40c35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2079 | 2024.05.29 21:18:03.633854 [ 3 ] {} <Debug> HTTP-Session: 77c9ae03-d0de-4ffd-bd67-df5677a40c35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2080 | 2024.05.29 21:18:03.633884 [ 3 ] {} <Trace> HTTP-Session: 77c9ae03-d0de-4ffd-bd67-df5677a40c35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2081 | 2024.05.29 21:18:03.634011 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2082 | 2024.05.29 21:18:03.634251 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2083 | 2024.05.29 21:18:03.634287 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2084 | 2024.05.29 21:18:03.634512 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2085 | 2024.05.29 21:18:03.634574 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2086 | 2024.05.29 21:18:03.634705 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
2087 | 2024.05.29 21:18:03.634767 [ 253 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2088 | 2024.05.29 21:18:03.634770 [ 256 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2089 | 2024.05.29 21:18:03.634845 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2090 | 2024.05.29 21:18:03.634867 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2091 | 2024.05.29 21:18:03.634939 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2092 | 2024.05.29 21:18:03.634958 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
2093 | 2024.05.29 21:18:03.634992 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2094 | 2024.05.29 21:18:03.635028 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2095 | 2024.05.29 21:18:03.636217 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002262 sec., 3536.6931918656055 rows/sec., 154.56 KiB/sec. | ||
2096 | 2024.05.29 21:18:03.636492 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Debug> DynamicQueryHandler: Done processing query | ||
2097 | 2024.05.29 21:18:03.636515 [ 3 ] {adb57672-f98e-4e95-a20f-7864fcab69ff} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2098 | 2024.05.29 21:18:03.636531 [ 3 ] {} <Debug> HTTP-Session: 77c9ae03-d0de-4ffd-bd67-df5677a40c35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2099 | 2024.05.29 21:18:03.654164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2100 | 2024.05.29 21:18:03.654223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2101 | 2024.05.29 21:18:03.654247 [ 3 ] {} <Debug> HTTP-Session: bc28f3c1-d3cc-45ce-9941-9d3449f185f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2102 | 2024.05.29 21:18:03.654267 [ 3 ] {} <Debug> HTTP-Session: bc28f3c1-d3cc-45ce-9941-9d3449f185f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2103 | 2024.05.29 21:18:03.654284 [ 3 ] {} <Debug> HTTP-Session: bc28f3c1-d3cc-45ce-9941-9d3449f185f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2104 | 2024.05.29 21:18:03.654321 [ 3 ] {} <Trace> HTTP-Session: bc28f3c1-d3cc-45ce-9941-9d3449f185f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2105 | 2024.05.29 21:18:03.654486 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2106 | 2024.05.29 21:18:03.654790 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2107 | 2024.05.29 21:18:03.654836 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2108 | 2024.05.29 21:18:03.655085 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2109 | 2024.05.29 21:18:03.655147 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2110 | 2024.05.29 21:18:03.655283 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
2111 | 2024.05.29 21:18:03.655364 [ 253 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2112 | 2024.05.29 21:18:03.655366 [ 256 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2113 | 2024.05.29 21:18:03.655456 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2114 | 2024.05.29 21:18:03.655478 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2115 | 2024.05.29 21:18:03.655550 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2116 | 2024.05.29 21:18:03.655569 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
2117 | 2024.05.29 21:18:03.655606 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2118 | 2024.05.29 21:18:03.655675 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2119 | 2024.05.29 21:18:03.657000 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002588 sec., 3091.190108191654 rows/sec., 135.09 KiB/sec. | ||
2120 | 2024.05.29 21:18:03.657272 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Debug> DynamicQueryHandler: Done processing query | ||
2121 | 2024.05.29 21:18:03.657297 [ 3 ] {d02a26a5-8ce0-4c2a-a143-664bb759792a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2122 | 2024.05.29 21:18:03.657313 [ 3 ] {} <Debug> HTTP-Session: bc28f3c1-d3cc-45ce-9941-9d3449f185f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2123 | 2024.05.29 21:18:03.658784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2124 | 2024.05.29 21:18:03.658831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2125 | 2024.05.29 21:18:03.658850 [ 3 ] {} <Debug> HTTP-Session: 6b226e79-577f-465f-ad1c-bb0ff9affabf Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2126 | 2024.05.29 21:18:03.658889 [ 3 ] {} <Debug> HTTP-Session: 6b226e79-577f-465f-ad1c-bb0ff9affabf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2127 | 2024.05.29 21:18:03.658904 [ 3 ] {} <Debug> HTTP-Session: 6b226e79-577f-465f-ad1c-bb0ff9affabf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2128 | 2024.05.29 21:18:03.658941 [ 3 ] {} <Trace> HTTP-Session: 6b226e79-577f-465f-ad1c-bb0ff9affabf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2129 | 2024.05.29 21:18:03.659078 [ 3 ] {becca88b-5812-4a03-ac30-284829808e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2130 | 2024.05.29 21:18:03.659132 [ 3 ] {becca88b-5812-4a03-ac30-284829808e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2131 | 2024.05.29 21:18:03.659332 [ 3 ] {becca88b-5812-4a03-ac30-284829808e35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2132 | 2024.05.29 21:18:03.659648 [ 3 ] {becca88b-5812-4a03-ac30-284829808e35} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2133 | 2024.05.29 21:18:03.659691 [ 3 ] {becca88b-5812-4a03-ac30-284829808e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2134 | 2024.05.29 21:18:03.660198 [ 3 ] {becca88b-5812-4a03-ac30-284829808e35} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2135 | 2024.05.29 21:18:03.660509 [ 3 ] {becca88b-5812-4a03-ac30-284829808e35} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2136 | 2024.05.29 21:18:03.660640 [ 3 ] {becca88b-5812-4a03-ac30-284829808e35} <Debug> executeQuery: Read 7 rows, 1.20 KiB in 0.001612 sec., 4342.431761786601 rows/sec., 743.93 KiB/sec. | ||
2137 | 2024.05.29 21:18:03.660790 [ 3 ] {becca88b-5812-4a03-ac30-284829808e35} <Debug> DynamicQueryHandler: Done processing query | ||
2138 | 2024.05.29 21:18:03.660813 [ 3 ] {becca88b-5812-4a03-ac30-284829808e35} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2139 | 2024.05.29 21:18:03.660828 [ 3 ] {} <Debug> HTTP-Session: 6b226e79-577f-465f-ad1c-bb0ff9affabf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2140 | 2024.05.29 21:18:03.660963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2141 | 2024.05.29 21:18:03.661010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2142 | 2024.05.29 21:18:03.661028 [ 3 ] {} <Debug> HTTP-Session: b1729e57-7fe2-4d47-bd83-801fe8fe09d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2143 | 2024.05.29 21:18:03.661044 [ 3 ] {} <Debug> HTTP-Session: b1729e57-7fe2-4d47-bd83-801fe8fe09d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2144 | 2024.05.29 21:18:03.661057 [ 3 ] {} <Debug> HTTP-Session: b1729e57-7fe2-4d47-bd83-801fe8fe09d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2145 | 2024.05.29 21:18:03.661087 [ 3 ] {} <Trace> HTTP-Session: b1729e57-7fe2-4d47-bd83-801fe8fe09d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2146 | 2024.05.29 21:18:03.661194 [ 3 ] {5fc8051f-7ffa-4976-8fb6-10d3a16e8cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2147 | 2024.05.29 21:18:03.661236 [ 3 ] {5fc8051f-7ffa-4976-8fb6-10d3a16e8cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2148 | 2024.05.29 21:18:03.661360 [ 3 ] {5fc8051f-7ffa-4976-8fb6-10d3a16e8cd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2149 | 2024.05.29 21:18:03.661603 [ 3 ] {5fc8051f-7ffa-4976-8fb6-10d3a16e8cd5} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2150 | 2024.05.29 21:18:03.661638 [ 3 ] {5fc8051f-7ffa-4976-8fb6-10d3a16e8cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2151 | 2024.05.29 21:18:03.661936 [ 3 ] {5fc8051f-7ffa-4976-8fb6-10d3a16e8cd5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2152 | 2024.05.29 21:18:03.662230 [ 3 ] {5fc8051f-7ffa-4976-8fb6-10d3a16e8cd5} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2153 | 2024.05.29 21:18:03.662350 [ 3 ] {5fc8051f-7ffa-4976-8fb6-10d3a16e8cd5} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001184 sec., 11824.324324324325 rows/sec., 958.42 KiB/sec. | ||
2154 | 2024.05.29 21:18:03.662491 [ 3 ] {5fc8051f-7ffa-4976-8fb6-10d3a16e8cd5} <Debug> DynamicQueryHandler: Done processing query | ||
2155 | 2024.05.29 21:18:03.662514 [ 3 ] {5fc8051f-7ffa-4976-8fb6-10d3a16e8cd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2156 | 2024.05.29 21:18:03.662529 [ 3 ] {} <Debug> HTTP-Session: b1729e57-7fe2-4d47-bd83-801fe8fe09d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2157 | 2024.05.29 21:18:03.662627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2158 | 2024.05.29 21:18:03.662673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2159 | 2024.05.29 21:18:03.662691 [ 3 ] {} <Debug> HTTP-Session: fa90b1da-a7ad-46e7-bce2-a67b460a9644 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2160 | 2024.05.29 21:18:03.662706 [ 3 ] {} <Debug> HTTP-Session: fa90b1da-a7ad-46e7-bce2-a67b460a9644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2161 | 2024.05.29 21:18:03.662720 [ 3 ] {} <Debug> HTTP-Session: fa90b1da-a7ad-46e7-bce2-a67b460a9644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2162 | 2024.05.29 21:18:03.662748 [ 3 ] {} <Trace> HTTP-Session: fa90b1da-a7ad-46e7-bce2-a67b460a9644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2163 | 2024.05.29 21:18:03.662838 [ 3 ] {08fba5a2-6fb7-4852-b4ab-4d7ac7475712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2164 | 2024.05.29 21:18:03.662879 [ 3 ] {08fba5a2-6fb7-4852-b4ab-4d7ac7475712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2165 | 2024.05.29 21:18:03.663078 [ 3 ] {08fba5a2-6fb7-4852-b4ab-4d7ac7475712} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2166 | 2024.05.29 21:18:03.663303 [ 3 ] {08fba5a2-6fb7-4852-b4ab-4d7ac7475712} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2167 | 2024.05.29 21:18:03.663337 [ 3 ] {08fba5a2-6fb7-4852-b4ab-4d7ac7475712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2168 | 2024.05.29 21:18:03.663827 [ 3 ] {08fba5a2-6fb7-4852-b4ab-4d7ac7475712} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2169 | 2024.05.29 21:18:03.664129 [ 3 ] {08fba5a2-6fb7-4852-b4ab-4d7ac7475712} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2170 | 2024.05.29 21:18:03.664250 [ 3 ] {08fba5a2-6fb7-4852-b4ab-4d7ac7475712} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00143 sec., 1398.6013986013986 rows/sec., 114.05 KiB/sec. | ||
2171 | 2024.05.29 21:18:03.664480 [ 3 ] {08fba5a2-6fb7-4852-b4ab-4d7ac7475712} <Debug> DynamicQueryHandler: Done processing query | ||
2172 | 2024.05.29 21:18:03.664505 [ 3 ] {08fba5a2-6fb7-4852-b4ab-4d7ac7475712} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2173 | 2024.05.29 21:18:03.664520 [ 3 ] {} <Debug> HTTP-Session: fa90b1da-a7ad-46e7-bce2-a67b460a9644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2174 | 2024.05.29 21:18:03.664676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 12019, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2175 | 2024.05.29 21:18:03.664722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2176 | 2024.05.29 21:18:03.664740 [ 3 ] {} <Debug> HTTP-Session: 5c558338-d504-45d1-a158-361dcdbe3667 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2177 | 2024.05.29 21:18:03.664757 [ 3 ] {} <Debug> HTTP-Session: 5c558338-d504-45d1-a158-361dcdbe3667 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2178 | 2024.05.29 21:18:03.664770 [ 3 ] {} <Debug> HTTP-Session: 5c558338-d504-45d1-a158-361dcdbe3667 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2179 | 2024.05.29 21:18:03.664800 [ 3 ] {} <Trace> HTTP-Session: 5c558338-d504-45d1-a158-361dcdbe3667 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2180 | 2024.05.29 21:18:03.664915 [ 3 ] {582ccd84-121a-4295-8cf8-c3ff053f3b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2181 | 2024.05.29 21:18:03.664957 [ 3 ] {582ccd84-121a-4295-8cf8-c3ff053f3b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2182 | 2024.05.29 21:18:03.665092 [ 3 ] {582ccd84-121a-4295-8cf8-c3ff053f3b4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2183 | 2024.05.29 21:18:03.665375 [ 3 ] {582ccd84-121a-4295-8cf8-c3ff053f3b4c} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2184 | 2024.05.29 21:18:03.665410 [ 3 ] {582ccd84-121a-4295-8cf8-c3ff053f3b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2185 | 2024.05.29 21:18:03.665716 [ 3 ] {582ccd84-121a-4295-8cf8-c3ff053f3b4c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2186 | 2024.05.29 21:18:03.666017 [ 3 ] {582ccd84-121a-4295-8cf8-c3ff053f3b4c} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2187 | 2024.05.29 21:18:03.666139 [ 3 ] {582ccd84-121a-4295-8cf8-c3ff053f3b4c} <Debug> executeQuery: Read 83 rows, 6.97 KiB in 0.001268 sec., 65457.41324921136 rows/sec., 5.37 MiB/sec. | ||
2188 | 2024.05.29 21:18:03.666426 [ 3 ] {582ccd84-121a-4295-8cf8-c3ff053f3b4c} <Debug> DynamicQueryHandler: Done processing query | ||
2189 | 2024.05.29 21:18:03.666450 [ 3 ] {582ccd84-121a-4295-8cf8-c3ff053f3b4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2190 | 2024.05.29 21:18:03.666466 [ 3 ] {} <Debug> HTTP-Session: 5c558338-d504-45d1-a158-361dcdbe3667 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2191 | 2024.05.29 21:18:03.666570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2192 | 2024.05.29 21:18:03.666617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2193 | 2024.05.29 21:18:03.666635 [ 3 ] {} <Debug> HTTP-Session: 814a9626-8e94-4f87-8c9e-7230b95cedc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2194 | 2024.05.29 21:18:03.666651 [ 3 ] {} <Debug> HTTP-Session: 814a9626-8e94-4f87-8c9e-7230b95cedc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2195 | 2024.05.29 21:18:03.666664 [ 3 ] {} <Debug> HTTP-Session: 814a9626-8e94-4f87-8c9e-7230b95cedc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2196 | 2024.05.29 21:18:03.666693 [ 3 ] {} <Trace> HTTP-Session: 814a9626-8e94-4f87-8c9e-7230b95cedc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2197 | 2024.05.29 21:18:03.666787 [ 3 ] {ba77b688-f112-48d2-bcb1-3b0e0abb7ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2198 | 2024.05.29 21:18:03.666829 [ 3 ] {ba77b688-f112-48d2-bcb1-3b0e0abb7ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2199 | 2024.05.29 21:18:03.666971 [ 3 ] {ba77b688-f112-48d2-bcb1-3b0e0abb7ce9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2200 | 2024.05.29 21:18:03.670132 [ 3 ] {ba77b688-f112-48d2-bcb1-3b0e0abb7ce9} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2201 | 2024.05.29 21:18:03.670196 [ 3 ] {ba77b688-f112-48d2-bcb1-3b0e0abb7ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2202 | 2024.05.29 21:18:03.670725 [ 3 ] {ba77b688-f112-48d2-bcb1-3b0e0abb7ce9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2203 | 2024.05.29 21:18:03.671182 [ 3 ] {ba77b688-f112-48d2-bcb1-3b0e0abb7ce9} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2204 | 2024.05.29 21:18:03.671300 [ 3 ] {ba77b688-f112-48d2-bcb1-3b0e0abb7ce9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004536 sec., 440.9171075837742 rows/sec., 30.79 KiB/sec. | ||
2205 | 2024.05.29 21:18:03.671558 [ 3 ] {ba77b688-f112-48d2-bcb1-3b0e0abb7ce9} <Debug> DynamicQueryHandler: Done processing query | ||
2206 | 2024.05.29 21:18:03.671581 [ 3 ] {ba77b688-f112-48d2-bcb1-3b0e0abb7ce9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2207 | 2024.05.29 21:18:03.671596 [ 3 ] {} <Debug> HTTP-Session: 814a9626-8e94-4f87-8c9e-7230b95cedc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2208 | 2024.05.29 21:18:03.671722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 8151, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2209 | 2024.05.29 21:18:03.671769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2210 | 2024.05.29 21:18:03.671786 [ 3 ] {} <Debug> HTTP-Session: 20a82fc4-525f-47fb-93ba-b785bc09105a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2211 | 2024.05.29 21:18:03.671802 [ 3 ] {} <Debug> HTTP-Session: 20a82fc4-525f-47fb-93ba-b785bc09105a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2212 | 2024.05.29 21:18:03.671816 [ 3 ] {} <Debug> HTTP-Session: 20a82fc4-525f-47fb-93ba-b785bc09105a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2213 | 2024.05.29 21:18:03.671844 [ 3 ] {} <Trace> HTTP-Session: 20a82fc4-525f-47fb-93ba-b785bc09105a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2214 | 2024.05.29 21:18:03.671949 [ 3 ] {12e4c0ae-cc35-4d32-87cc-3b5f3be5015f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2215 | 2024.05.29 21:18:03.671991 [ 3 ] {12e4c0ae-cc35-4d32-87cc-3b5f3be5015f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2216 | 2024.05.29 21:18:03.672136 [ 3 ] {12e4c0ae-cc35-4d32-87cc-3b5f3be5015f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2217 | 2024.05.29 21:18:03.672398 [ 3 ] {12e4c0ae-cc35-4d32-87cc-3b5f3be5015f} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2218 | 2024.05.29 21:18:03.672433 [ 3 ] {12e4c0ae-cc35-4d32-87cc-3b5f3be5015f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2219 | 2024.05.29 21:18:03.672725 [ 3 ] {12e4c0ae-cc35-4d32-87cc-3b5f3be5015f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2220 | 2024.05.29 21:18:03.673021 [ 3 ] {12e4c0ae-cc35-4d32-87cc-3b5f3be5015f} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2221 | 2024.05.29 21:18:03.673141 [ 3 ] {12e4c0ae-cc35-4d32-87cc-3b5f3be5015f} <Debug> executeQuery: Read 48 rows, 3.83 KiB in 0.001227 sec., 39119.80440097799 rows/sec., 3.04 MiB/sec. | ||
2222 | 2024.05.29 21:18:03.673282 [ 3 ] {12e4c0ae-cc35-4d32-87cc-3b5f3be5015f} <Debug> DynamicQueryHandler: Done processing query | ||
2223 | 2024.05.29 21:18:03.673305 [ 3 ] {12e4c0ae-cc35-4d32-87cc-3b5f3be5015f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2224 | 2024.05.29 21:18:03.673319 [ 3 ] {} <Debug> HTTP-Session: 20a82fc4-525f-47fb-93ba-b785bc09105a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2225 | 2024.05.29 21:18:03.673754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 96651, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2226 | 2024.05.29 21:18:03.673800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2227 | 2024.05.29 21:18:03.673819 [ 3 ] {} <Debug> HTTP-Session: bd23b62b-ac39-4176-9b9a-85d1561d70d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2228 | 2024.05.29 21:18:03.673835 [ 3 ] {} <Debug> HTTP-Session: bd23b62b-ac39-4176-9b9a-85d1561d70d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2229 | 2024.05.29 21:18:03.673848 [ 3 ] {} <Debug> HTTP-Session: bd23b62b-ac39-4176-9b9a-85d1561d70d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2230 | 2024.05.29 21:18:03.673877 [ 3 ] {} <Trace> HTTP-Session: bd23b62b-ac39-4176-9b9a-85d1561d70d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2231 | 2024.05.29 21:18:03.674134 [ 3 ] {a7ed4377-e69e-47d9-86e5-44fbbbda8e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2232 | 2024.05.29 21:18:03.674181 [ 3 ] {a7ed4377-e69e-47d9-86e5-44fbbbda8e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2233 | 2024.05.29 21:18:03.674318 [ 3 ] {a7ed4377-e69e-47d9-86e5-44fbbbda8e51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2234 | 2024.05.29 21:18:03.674808 [ 3 ] {a7ed4377-e69e-47d9-86e5-44fbbbda8e51} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2235 | 2024.05.29 21:18:03.674842 [ 3 ] {a7ed4377-e69e-47d9-86e5-44fbbbda8e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2236 | 2024.05.29 21:18:03.675222 [ 3 ] {a7ed4377-e69e-47d9-86e5-44fbbbda8e51} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2237 | 2024.05.29 21:18:03.675569 [ 3 ] {a7ed4377-e69e-47d9-86e5-44fbbbda8e51} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2238 | 2024.05.29 21:18:03.675689 [ 3 ] {a7ed4377-e69e-47d9-86e5-44fbbbda8e51} <Debug> executeQuery: Read 503 rows, 36.39 KiB in 0.001725 sec., 291594.2028985507 rows/sec., 20.60 MiB/sec. | ||
2239 | 2024.05.29 21:18:03.675976 [ 3 ] {a7ed4377-e69e-47d9-86e5-44fbbbda8e51} <Debug> DynamicQueryHandler: Done processing query | ||
2240 | 2024.05.29 21:18:03.676006 [ 3 ] {a7ed4377-e69e-47d9-86e5-44fbbbda8e51} <Debug> MemoryTracker: Peak memory usage (for query): 4.48 MiB. | ||
2241 | 2024.05.29 21:18:03.676021 [ 3 ] {} <Debug> HTTP-Session: bd23b62b-ac39-4176-9b9a-85d1561d70d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2242 | 2024.05.29 21:18:03.676169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2243 | 2024.05.29 21:18:03.676215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2244 | 2024.05.29 21:18:03.676235 [ 3 ] {} <Debug> HTTP-Session: cb3f6ba6-1856-4b37-86dc-2de5def769d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2245 | 2024.05.29 21:18:03.676251 [ 3 ] {} <Debug> HTTP-Session: cb3f6ba6-1856-4b37-86dc-2de5def769d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2246 | 2024.05.29 21:18:03.676264 [ 3 ] {} <Debug> HTTP-Session: cb3f6ba6-1856-4b37-86dc-2de5def769d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2247 | 2024.05.29 21:18:03.676294 [ 3 ] {} <Trace> HTTP-Session: cb3f6ba6-1856-4b37-86dc-2de5def769d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2248 | 2024.05.29 21:18:03.676457 [ 3 ] {fcc94c8c-b198-45d3-b176-ef5884745cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2249 | 2024.05.29 21:18:03.676504 [ 3 ] {fcc94c8c-b198-45d3-b176-ef5884745cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2250 | 2024.05.29 21:18:03.676674 [ 3 ] {fcc94c8c-b198-45d3-b176-ef5884745cb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2251 | 2024.05.29 21:18:03.676973 [ 3 ] {fcc94c8c-b198-45d3-b176-ef5884745cb3} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2252 | 2024.05.29 21:18:03.677006 [ 3 ] {fcc94c8c-b198-45d3-b176-ef5884745cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2253 | 2024.05.29 21:18:03.677380 [ 3 ] {fcc94c8c-b198-45d3-b176-ef5884745cb3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2254 | 2024.05.29 21:18:03.677709 [ 3 ] {fcc94c8c-b198-45d3-b176-ef5884745cb3} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2255 | 2024.05.29 21:18:03.677839 [ 3 ] {fcc94c8c-b198-45d3-b176-ef5884745cb3} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001474 sec., 9497.96472184532 rows/sec., 12.82 MiB/sec. | ||
2256 | 2024.05.29 21:18:03.677988 [ 3 ] {fcc94c8c-b198-45d3-b176-ef5884745cb3} <Debug> DynamicQueryHandler: Done processing query | ||
2257 | 2024.05.29 21:18:03.678012 [ 3 ] {fcc94c8c-b198-45d3-b176-ef5884745cb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2258 | 2024.05.29 21:18:03.678027 [ 3 ] {} <Debug> HTTP-Session: cb3f6ba6-1856-4b37-86dc-2de5def769d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2259 | 2024.05.29 21:18:03.678133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2260 | 2024.05.29 21:18:03.678181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2261 | 2024.05.29 21:18:03.678201 [ 3 ] {} <Debug> HTTP-Session: b12123a1-720f-478c-b23f-ce825c87aeb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2262 | 2024.05.29 21:18:03.678217 [ 3 ] {} <Debug> HTTP-Session: b12123a1-720f-478c-b23f-ce825c87aeb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2263 | 2024.05.29 21:18:03.678231 [ 3 ] {} <Debug> HTTP-Session: b12123a1-720f-478c-b23f-ce825c87aeb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2264 | 2024.05.29 21:18:03.678260 [ 3 ] {} <Trace> HTTP-Session: b12123a1-720f-478c-b23f-ce825c87aeb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2265 | 2024.05.29 21:18:03.678355 [ 3 ] {a1efd3fe-3e6c-4674-8345-6ae205ab7af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2266 | 2024.05.29 21:18:03.678396 [ 3 ] {a1efd3fe-3e6c-4674-8345-6ae205ab7af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2267 | 2024.05.29 21:18:03.678521 [ 3 ] {a1efd3fe-3e6c-4674-8345-6ae205ab7af1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2268 | 2024.05.29 21:18:03.678840 [ 3 ] {a1efd3fe-3e6c-4674-8345-6ae205ab7af1} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2269 | 2024.05.29 21:18:03.678874 [ 3 ] {a1efd3fe-3e6c-4674-8345-6ae205ab7af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2270 | 2024.05.29 21:18:03.679212 [ 3 ] {a1efd3fe-3e6c-4674-8345-6ae205ab7af1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2271 | 2024.05.29 21:18:03.679516 [ 3 ] {a1efd3fe-3e6c-4674-8345-6ae205ab7af1} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2272 | 2024.05.29 21:18:03.679637 [ 3 ] {a1efd3fe-3e6c-4674-8345-6ae205ab7af1} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001308 sec., 7645.259938837921 rows/sec., 481.56 KiB/sec. | ||
2273 | 2024.05.29 21:18:03.679892 [ 3 ] {a1efd3fe-3e6c-4674-8345-6ae205ab7af1} <Debug> DynamicQueryHandler: Done processing query | ||
2274 | 2024.05.29 21:18:03.679916 [ 3 ] {a1efd3fe-3e6c-4674-8345-6ae205ab7af1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2275 | 2024.05.29 21:18:03.679932 [ 3 ] {} <Debug> HTTP-Session: b12123a1-720f-478c-b23f-ce825c87aeb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2276 | 2024.05.29 21:18:06.139576 [ 10 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2277 | 2024.05.29 21:18:06.139660 [ 10 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2278 | 2024.05.29 21:18:07.001323 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000957382 sec. | ||
2279 | 2024.05.29 21:18:08.613702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 658, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2280 | 2024.05.29 21:18:08.613821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2281 | 2024.05.29 21:18:08.613847 [ 3 ] {} <Debug> HTTP-Session: 4e642569-5647-485a-9b9a-7885324ad1fe Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2282 | 2024.05.29 21:18:08.613870 [ 3 ] {} <Debug> HTTP-Session: 4e642569-5647-485a-9b9a-7885324ad1fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2283 | 2024.05.29 21:18:08.613885 [ 3 ] {} <Debug> HTTP-Session: 4e642569-5647-485a-9b9a-7885324ad1fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2284 | 2024.05.29 21:18:08.613932 [ 3 ] {} <Trace> HTTP-Session: 4e642569-5647-485a-9b9a-7885324ad1fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2285 | 2024.05.29 21:18:08.614162 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2286 | 2024.05.29 21:18:08.614524 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2287 | 2024.05.29 21:18:08.614566 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2288 | 2024.05.29 21:18:08.615046 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2289 | 2024.05.29 21:18:08.615132 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2290 | 2024.05.29 21:18:08.615305 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
2291 | 2024.05.29 21:18:08.615434 [ 253 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2292 | 2024.05.29 21:18:08.615465 [ 256 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2293 | 2024.05.29 21:18:08.615488 [ 261 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2294 | 2024.05.29 21:18:08.615613 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2295 | 2024.05.29 21:18:08.615644 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2296 | 2024.05.29 21:18:08.615755 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2297 | 2024.05.29 21:18:08.615778 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 15 rows with 3 streams | ||
2298 | 2024.05.29 21:18:08.615818 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2299 | 2024.05.29 21:18:08.615863 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2300 | 2024.05.29 21:18:08.615902 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2301 | 2024.05.29 21:18:08.617756 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Debug> executeQuery: Read 15 rows, 643.00 B in 0.003692 sec., 4062.8385698808233 rows/sec., 170.08 KiB/sec. | ||
2302 | 2024.05.29 21:18:08.618130 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Debug> DynamicQueryHandler: Done processing query | ||
2303 | 2024.05.29 21:18:08.618158 [ 3 ] {50952c41-0ab0-4dc7-aa56-6ac75eebac32} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2304 | 2024.05.29 21:18:08.618174 [ 3 ] {} <Debug> HTTP-Session: 4e642569-5647-485a-9b9a-7885324ad1fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2305 | 2024.05.29 21:18:08.618402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 701, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2306 | 2024.05.29 21:18:08.618456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2307 | 2024.05.29 21:18:08.618476 [ 3 ] {} <Debug> HTTP-Session: 2b0529c4-9d2d-418f-b87b-711cff43f722 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2308 | 2024.05.29 21:18:08.618495 [ 3 ] {} <Debug> HTTP-Session: 2b0529c4-9d2d-418f-b87b-711cff43f722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2309 | 2024.05.29 21:18:08.618509 [ 3 ] {} <Debug> HTTP-Session: 2b0529c4-9d2d-418f-b87b-711cff43f722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2310 | 2024.05.29 21:18:08.618544 [ 3 ] {} <Trace> HTTP-Session: 2b0529c4-9d2d-418f-b87b-711cff43f722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2311 | 2024.05.29 21:18:08.618694 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) 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_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2312 | 2024.05.29 21:18:08.618960 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2313 | 2024.05.29 21:18:08.619000 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <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_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2314 | 2024.05.29 21:18:08.619254 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2315 | 2024.05.29 21:18:08.619320 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2316 | 2024.05.29 21:18:08.619461 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
2317 | 2024.05.29 21:18:08.619531 [ 263 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2318 | 2024.05.29 21:18:08.619595 [ 259 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2319 | 2024.05.29 21:18:08.619595 [ 262 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2320 | 2024.05.29 21:18:08.619729 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2321 | 2024.05.29 21:18:08.619760 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2322 | 2024.05.29 21:18:08.619861 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2323 | 2024.05.29 21:18:08.619884 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 15 rows with 3 streams | ||
2324 | 2024.05.29 21:18:08.619923 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <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_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2325 | 2024.05.29 21:18:08.619963 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <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_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2326 | 2024.05.29 21:18:08.620001 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <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_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2327 | 2024.05.29 21:18:08.621726 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Debug> executeQuery: Read 15 rows, 643.00 B in 0.003099 sec., 4840.27105517909 rows/sec., 202.62 KiB/sec. | ||
2328 | 2024.05.29 21:18:08.622062 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Debug> DynamicQueryHandler: Done processing query | ||
2329 | 2024.05.29 21:18:08.622089 [ 3 ] {586afb77-3181-4efd-a322-7f9825418bd0} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2330 | 2024.05.29 21:18:08.622105 [ 3 ] {} <Debug> HTTP-Session: 2b0529c4-9d2d-418f-b87b-711cff43f722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2331 | 2024.05.29 21:18:08.622491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 743, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2332 | 2024.05.29 21:18:08.622542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2333 | 2024.05.29 21:18:08.622561 [ 3 ] {} <Debug> HTTP-Session: bd1b8c82-bf78-4bc7-b7a2-d3c754de835b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2334 | 2024.05.29 21:18:08.622577 [ 3 ] {} <Debug> HTTP-Session: bd1b8c82-bf78-4bc7-b7a2-d3c754de835b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2335 | 2024.05.29 21:18:08.622590 [ 3 ] {} <Debug> HTTP-Session: bd1b8c82-bf78-4bc7-b7a2-d3c754de835b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2336 | 2024.05.29 21:18:08.622623 [ 3 ] {} <Trace> HTTP-Session: bd1b8c82-bf78-4bc7-b7a2-d3c754de835b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2337 | 2024.05.29 21:18:08.622766 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2338 | 2024.05.29 21:18:08.623028 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2339 | 2024.05.29 21:18:08.623068 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2340 | 2024.05.29 21:18:08.623321 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2341 | 2024.05.29 21:18:08.623394 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2342 | 2024.05.29 21:18:08.623535 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
2343 | 2024.05.29 21:18:08.623674 [ 253 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2344 | 2024.05.29 21:18:08.623677 [ 256 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2345 | 2024.05.29 21:18:08.623678 [ 257 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2346 | 2024.05.29 21:18:08.623812 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2347 | 2024.05.29 21:18:08.623842 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2348 | 2024.05.29 21:18:08.623941 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2349 | 2024.05.29 21:18:08.623961 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 15 rows with 3 streams | ||
2350 | 2024.05.29 21:18:08.623998 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2351 | 2024.05.29 21:18:08.624036 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2352 | 2024.05.29 21:18:08.624071 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2353 | 2024.05.29 21:18:08.625655 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Debug> executeQuery: Read 15 rows, 643.00 B in 0.002954 sec., 5077.860528097495 rows/sec., 212.57 KiB/sec. | ||
2354 | 2024.05.29 21:18:08.625973 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Debug> DynamicQueryHandler: Done processing query | ||
2355 | 2024.05.29 21:18:08.625997 [ 3 ] {fd95407b-7d27-410a-9bdc-15e6853d2372} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2356 | 2024.05.29 21:18:08.626013 [ 3 ] {} <Debug> HTTP-Session: bd1b8c82-bf78-4bc7-b7a2-d3c754de835b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2357 | 2024.05.29 21:18:08.626250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2358 | 2024.05.29 21:18:08.626296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2359 | 2024.05.29 21:18:08.626315 [ 3 ] {} <Debug> HTTP-Session: bbe6c949-3be2-4501-839c-c4e2075f43a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2360 | 2024.05.29 21:18:08.626338 [ 3 ] {} <Debug> HTTP-Session: bbe6c949-3be2-4501-839c-c4e2075f43a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2361 | 2024.05.29 21:18:08.626352 [ 3 ] {} <Debug> HTTP-Session: bbe6c949-3be2-4501-839c-c4e2075f43a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2362 | 2024.05.29 21:18:08.626383 [ 3 ] {} <Trace> HTTP-Session: bbe6c949-3be2-4501-839c-c4e2075f43a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2363 | 2024.05.29 21:18:08.626519 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) 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:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2364 | 2024.05.29 21:18:08.626776 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2365 | 2024.05.29 21:18:08.626816 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <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:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2366 | 2024.05.29 21:18:08.627068 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2367 | 2024.05.29 21:18:08.627131 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2368 | 2024.05.29 21:18:08.627266 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
2369 | 2024.05.29 21:18:08.627412 [ 256 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2370 | 2024.05.29 21:18:08.627431 [ 257 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2371 | 2024.05.29 21:18:08.627429 [ 259 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2372 | 2024.05.29 21:18:08.627582 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2373 | 2024.05.29 21:18:08.627611 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2374 | 2024.05.29 21:18:08.627711 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2375 | 2024.05.29 21:18:08.627731 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 15 rows with 3 streams | ||
2376 | 2024.05.29 21:18:08.627770 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <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:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2377 | 2024.05.29 21:18:08.627808 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <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:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2378 | 2024.05.29 21:18:08.627844 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <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:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2379 | 2024.05.29 21:18:08.629449 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Debug> executeQuery: Read 15 rows, 643.00 B in 0.002993 sec., 5011.693952555964 rows/sec., 209.80 KiB/sec. | ||
2380 | 2024.05.29 21:18:08.629752 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Debug> DynamicQueryHandler: Done processing query | ||
2381 | 2024.05.29 21:18:08.629775 [ 3 ] {e0a2fc6d-199b-4e8f-a133-72ea8a1770e2} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2382 | 2024.05.29 21:18:08.629792 [ 3 ] {} <Debug> HTTP-Session: bbe6c949-3be2-4501-839c-c4e2075f43a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2383 | 2024.05.29 21:18:08.630045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2384 | 2024.05.29 21:18:08.630092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2385 | 2024.05.29 21:18:08.630110 [ 3 ] {} <Debug> HTTP-Session: 413aa2df-9747-435c-804b-d579f1a030ad Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2386 | 2024.05.29 21:18:08.630126 [ 3 ] {} <Debug> HTTP-Session: 413aa2df-9747-435c-804b-d579f1a030ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2387 | 2024.05.29 21:18:08.630139 [ 3 ] {} <Debug> HTTP-Session: 413aa2df-9747-435c-804b-d579f1a030ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2388 | 2024.05.29 21:18:08.630169 [ 3 ] {} <Trace> HTTP-Session: 413aa2df-9747-435c-804b-d579f1a030ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2389 | 2024.05.29 21:18:08.630303 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2390 | 2024.05.29 21:18:08.630576 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2391 | 2024.05.29 21:18:08.630616 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2392 | 2024.05.29 21:18:08.630869 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2393 | 2024.05.29 21:18:08.630933 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2394 | 2024.05.29 21:18:08.631066 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
2395 | 2024.05.29 21:18:08.631171 [ 259 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2396 | 2024.05.29 21:18:08.631204 [ 263 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2397 | 2024.05.29 21:18:08.631210 [ 257 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2398 | 2024.05.29 21:18:08.631325 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2399 | 2024.05.29 21:18:08.631360 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2400 | 2024.05.29 21:18:08.631456 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2401 | 2024.05.29 21:18:08.631477 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 15 rows with 3 streams | ||
2402 | 2024.05.29 21:18:08.631514 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2403 | 2024.05.29 21:18:08.631553 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2404 | 2024.05.29 21:18:08.631588 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2405 | 2024.05.29 21:18:08.633250 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Debug> executeQuery: Read 15 rows, 643.00 B in 0.003009 sec., 4985.044865403789 rows/sec., 208.68 KiB/sec. | ||
2406 | 2024.05.29 21:18:08.633560 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Debug> DynamicQueryHandler: Done processing query | ||
2407 | 2024.05.29 21:18:08.633583 [ 3 ] {18c0edca-cfd2-4529-951c-57b330ee138e} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2408 | 2024.05.29 21:18:08.633600 [ 3 ] {} <Debug> HTTP-Session: 413aa2df-9747-435c-804b-d579f1a030ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2409 | 2024.05.29 21:18:08.633823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2410 | 2024.05.29 21:18:08.633868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2411 | 2024.05.29 21:18:08.633886 [ 3 ] {} <Debug> HTTP-Session: 8471cc43-ae6b-4691-93fa-aa4c77d42368 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2412 | 2024.05.29 21:18:08.633902 [ 3 ] {} <Debug> HTTP-Session: 8471cc43-ae6b-4691-93fa-aa4c77d42368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2413 | 2024.05.29 21:18:08.633915 [ 3 ] {} <Debug> HTTP-Session: 8471cc43-ae6b-4691-93fa-aa4c77d42368 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2414 | 2024.05.29 21:18:08.633946 [ 3 ] {} <Trace> HTTP-Session: 8471cc43-ae6b-4691-93fa-aa4c77d42368 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2415 | 2024.05.29 21:18:08.634081 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2416 | 2024.05.29 21:18:08.634348 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2417 | 2024.05.29 21:18:08.634388 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2418 | 2024.05.29 21:18:08.634643 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2419 | 2024.05.29 21:18:08.634706 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2420 | 2024.05.29 21:18:08.634841 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
2421 | 2024.05.29 21:18:08.634985 [ 256 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2422 | 2024.05.29 21:18:08.634992 [ 253 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2423 | 2024.05.29 21:18:08.634993 [ 259 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2424 | 2024.05.29 21:18:08.635122 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2425 | 2024.05.29 21:18:08.635153 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2426 | 2024.05.29 21:18:08.635250 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2427 | 2024.05.29 21:18:08.635269 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 15 rows with 3 streams | ||
2428 | 2024.05.29 21:18:08.635305 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2429 | 2024.05.29 21:18:08.635350 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2430 | 2024.05.29 21:18:08.635388 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2431 | 2024.05.29 21:18:08.637116 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Debug> executeQuery: Read 15 rows, 643.00 B in 0.003099 sec., 4840.27105517909 rows/sec., 202.62 KiB/sec. | ||
2432 | 2024.05.29 21:18:08.637427 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Debug> DynamicQueryHandler: Done processing query | ||
2433 | 2024.05.29 21:18:08.637451 [ 3 ] {dcd3a79f-dbc5-436e-9551-9192e6ece7d9} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2434 | 2024.05.29 21:18:08.637467 [ 3 ] {} <Debug> HTTP-Session: 8471cc43-ae6b-4691-93fa-aa4c77d42368 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2435 | 2024.05.29 21:18:08.637666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2436 | 2024.05.29 21:18:08.637711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2437 | 2024.05.29 21:18:08.637729 [ 3 ] {} <Debug> HTTP-Session: 0b82c50c-7f4b-4fe0-951d-ae899103ce22 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2438 | 2024.05.29 21:18:08.637746 [ 3 ] {} <Debug> HTTP-Session: 0b82c50c-7f4b-4fe0-951d-ae899103ce22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2439 | 2024.05.29 21:18:08.637759 [ 3 ] {} <Debug> HTTP-Session: 0b82c50c-7f4b-4fe0-951d-ae899103ce22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2440 | 2024.05.29 21:18:08.637788 [ 3 ] {} <Trace> HTTP-Session: 0b82c50c-7f4b-4fe0-951d-ae899103ce22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2441 | 2024.05.29 21:18:08.637923 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2442 | 2024.05.29 21:18:08.638185 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2443 | 2024.05.29 21:18:08.638225 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2444 | 2024.05.29 21:18:08.638494 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2445 | 2024.05.29 21:18:08.638558 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2446 | 2024.05.29 21:18:08.638693 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
2447 | 2024.05.29 21:18:08.638817 [ 257 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2448 | 2024.05.29 21:18:08.638847 [ 256 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2449 | 2024.05.29 21:18:08.638859 [ 259 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2450 | 2024.05.29 21:18:08.638971 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2451 | 2024.05.29 21:18:08.638998 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2452 | 2024.05.29 21:18:08.639097 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2453 | 2024.05.29 21:18:08.639118 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 15 rows with 3 streams | ||
2454 | 2024.05.29 21:18:08.639155 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2455 | 2024.05.29 21:18:08.639194 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2456 | 2024.05.29 21:18:08.639230 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2457 | 2024.05.29 21:18:08.640748 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Debug> executeQuery: Read 15 rows, 643.00 B in 0.002887 sec., 5195.704883962591 rows/sec., 217.50 KiB/sec. | ||
2458 | 2024.05.29 21:18:08.641049 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Debug> DynamicQueryHandler: Done processing query | ||
2459 | 2024.05.29 21:18:08.641072 [ 3 ] {802364bc-3f36-463f-b80c-0828b11cdbae} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2460 | 2024.05.29 21:18:08.641088 [ 3 ] {} <Debug> HTTP-Session: 0b82c50c-7f4b-4fe0-951d-ae899103ce22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2461 | 2024.05.29 21:18:08.641275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2462 | 2024.05.29 21:18:08.641322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2463 | 2024.05.29 21:18:08.641349 [ 3 ] {} <Debug> HTTP-Session: 557f6731-338b-4fd5-bede-4e2c8c3fe5b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2464 | 2024.05.29 21:18:08.641365 [ 3 ] {} <Debug> HTTP-Session: 557f6731-338b-4fd5-bede-4e2c8c3fe5b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2465 | 2024.05.29 21:18:08.641378 [ 3 ] {} <Debug> HTTP-Session: 557f6731-338b-4fd5-bede-4e2c8c3fe5b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2466 | 2024.05.29 21:18:08.641408 [ 3 ] {} <Trace> HTTP-Session: 557f6731-338b-4fd5-bede-4e2c8c3fe5b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2467 | 2024.05.29 21:18:08.641546 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2468 | 2024.05.29 21:18:08.641807 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2469 | 2024.05.29 21:18:08.641847 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2470 | 2024.05.29 21:18:08.642108 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2471 | 2024.05.29 21:18:08.642171 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2472 | 2024.05.29 21:18:08.642308 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
2473 | 2024.05.29 21:18:08.642439 [ 261 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2474 | 2024.05.29 21:18:08.642472 [ 263 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2475 | 2024.05.29 21:18:08.642471 [ 259 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2476 | 2024.05.29 21:18:08.642600 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2477 | 2024.05.29 21:18:08.642628 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2478 | 2024.05.29 21:18:08.642729 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2479 | 2024.05.29 21:18:08.642749 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 15 rows with 3 streams | ||
2480 | 2024.05.29 21:18:08.642786 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2481 | 2024.05.29 21:18:08.642824 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2482 | 2024.05.29 21:18:08.642859 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2483 | 2024.05.29 21:18:08.644480 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Debug> executeQuery: Read 15 rows, 643.00 B in 0.002998 sec., 5003.335557038025 rows/sec., 209.45 KiB/sec. | ||
2484 | 2024.05.29 21:18:08.644792 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Debug> DynamicQueryHandler: Done processing query | ||
2485 | 2024.05.29 21:18:08.644816 [ 3 ] {39ecca94-ad5d-44b2-b0fe-ace98c7570f4} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2486 | 2024.05.29 21:18:08.644832 [ 3 ] {} <Debug> HTTP-Session: 557f6731-338b-4fd5-bede-4e2c8c3fe5b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2487 | 2024.05.29 21:18:08.645045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2488 | 2024.05.29 21:18:08.645091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2489 | 2024.05.29 21:18:08.645109 [ 3 ] {} <Debug> HTTP-Session: 2234c8d5-6127-402a-b6c7-5ca9615905dc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2490 | 2024.05.29 21:18:08.645125 [ 3 ] {} <Debug> HTTP-Session: 2234c8d5-6127-402a-b6c7-5ca9615905dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2491 | 2024.05.29 21:18:08.645138 [ 3 ] {} <Debug> HTTP-Session: 2234c8d5-6127-402a-b6c7-5ca9615905dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2492 | 2024.05.29 21:18:08.645167 [ 3 ] {} <Trace> HTTP-Session: 2234c8d5-6127-402a-b6c7-5ca9615905dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2493 | 2024.05.29 21:18:08.645305 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2494 | 2024.05.29 21:18:08.645579 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2495 | 2024.05.29 21:18:08.645620 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2496 | 2024.05.29 21:18:08.645884 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2497 | 2024.05.29 21:18:08.645947 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2498 | 2024.05.29 21:18:08.646081 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
2499 | 2024.05.29 21:18:08.646221 [ 256 ] {57514dfb-434a-4641-b885-a30a86525931} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2500 | 2024.05.29 21:18:08.646250 [ 253 ] {57514dfb-434a-4641-b885-a30a86525931} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2501 | 2024.05.29 21:18:08.646270 [ 259 ] {57514dfb-434a-4641-b885-a30a86525931} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2502 | 2024.05.29 21:18:08.646395 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2503 | 2024.05.29 21:18:08.646425 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2504 | 2024.05.29 21:18:08.646524 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2505 | 2024.05.29 21:18:08.646545 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 15 rows with 3 streams | ||
2506 | 2024.05.29 21:18:08.646582 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2507 | 2024.05.29 21:18:08.646622 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2508 | 2024.05.29 21:18:08.646660 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2509 | 2024.05.29 21:18:08.648365 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <Debug> executeQuery: Read 15 rows, 643.00 B in 0.003125 sec., 4800 rows/sec., 200.94 KiB/sec. | ||
2510 | 2024.05.29 21:18:08.648665 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <Debug> DynamicQueryHandler: Done processing query | ||
2511 | 2024.05.29 21:18:08.648688 [ 3 ] {57514dfb-434a-4641-b885-a30a86525931} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2512 | 2024.05.29 21:18:08.648704 [ 3 ] {} <Debug> HTTP-Session: 2234c8d5-6127-402a-b6c7-5ca9615905dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2513 | 2024.05.29 21:18:08.648905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2514 | 2024.05.29 21:18:08.648950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2515 | 2024.05.29 21:18:08.648968 [ 3 ] {} <Debug> HTTP-Session: 4f7d91fe-06e4-42d3-90da-2932a24fed85 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2516 | 2024.05.29 21:18:08.648984 [ 3 ] {} <Debug> HTTP-Session: 4f7d91fe-06e4-42d3-90da-2932a24fed85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2517 | 2024.05.29 21:18:08.648997 [ 3 ] {} <Debug> HTTP-Session: 4f7d91fe-06e4-42d3-90da-2932a24fed85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2518 | 2024.05.29 21:18:08.649027 [ 3 ] {} <Trace> HTTP-Session: 4f7d91fe-06e4-42d3-90da-2932a24fed85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2519 | 2024.05.29 21:18:08.649166 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2520 | 2024.05.29 21:18:08.649439 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2521 | 2024.05.29 21:18:08.649480 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2522 | 2024.05.29 21:18:08.649749 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2523 | 2024.05.29 21:18:08.649812 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2524 | 2024.05.29 21:18:08.649948 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
2525 | 2024.05.29 21:18:08.650071 [ 256 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2526 | 2024.05.29 21:18:08.650097 [ 263 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2527 | 2024.05.29 21:18:08.650086 [ 259 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2528 | 2024.05.29 21:18:08.650237 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2529 | 2024.05.29 21:18:08.650266 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2530 | 2024.05.29 21:18:08.650372 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2531 | 2024.05.29 21:18:08.650393 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 15 rows with 3 streams | ||
2532 | 2024.05.29 21:18:08.650430 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2533 | 2024.05.29 21:18:08.650470 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2534 | 2024.05.29 21:18:08.650508 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2535 | 2024.05.29 21:18:08.652077 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Debug> executeQuery: Read 15 rows, 643.00 B in 0.002978 sec., 5036.937541974479 rows/sec., 210.86 KiB/sec. | ||
2536 | 2024.05.29 21:18:08.652383 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Debug> DynamicQueryHandler: Done processing query | ||
2537 | 2024.05.29 21:18:08.652407 [ 3 ] {9a5be1b4-1c51-4b06-afde-f0196dd90631} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2538 | 2024.05.29 21:18:08.652423 [ 3 ] {} <Debug> HTTP-Session: 4f7d91fe-06e4-42d3-90da-2932a24fed85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2539 | 2024.05.29 21:18:08.652641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1026, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2540 | 2024.05.29 21:18:08.652687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2541 | 2024.05.29 21:18:08.652706 [ 3 ] {} <Debug> HTTP-Session: 5c7741db-6d4c-433e-8b14-abc33a596335 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2542 | 2024.05.29 21:18:08.652722 [ 3 ] {} <Debug> HTTP-Session: 5c7741db-6d4c-433e-8b14-abc33a596335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2543 | 2024.05.29 21:18:08.652735 [ 3 ] {} <Debug> HTTP-Session: 5c7741db-6d4c-433e-8b14-abc33a596335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2544 | 2024.05.29 21:18:08.652765 [ 3 ] {} <Trace> HTTP-Session: 5c7741db-6d4c-433e-8b14-abc33a596335 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2545 | 2024.05.29 21:18:08.652906 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2546 | 2024.05.29 21:18:08.653173 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2547 | 2024.05.29 21:18:08.653215 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2548 | 2024.05.29 21:18:08.653498 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2549 | 2024.05.29 21:18:08.653562 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2550 | 2024.05.29 21:18:08.653697 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
2551 | 2024.05.29 21:18:08.653815 [ 259 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2552 | 2024.05.29 21:18:08.653841 [ 262 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2553 | 2024.05.29 21:18:08.653853 [ 256 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2554 | 2024.05.29 21:18:08.653958 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2555 | 2024.05.29 21:18:08.653981 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2556 | 2024.05.29 21:18:08.654079 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2557 | 2024.05.29 21:18:08.654100 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 15 rows with 3 streams | ||
2558 | 2024.05.29 21:18:08.654137 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2559 | 2024.05.29 21:18:08.654175 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2560 | 2024.05.29 21:18:08.654211 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2561 | 2024.05.29 21:18:08.655870 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Debug> executeQuery: Read 15 rows, 643.00 B in 0.003031 sec., 4948.8617617947875 rows/sec., 207.17 KiB/sec. | ||
2562 | 2024.05.29 21:18:08.656172 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Debug> DynamicQueryHandler: Done processing query | ||
2563 | 2024.05.29 21:18:08.656195 [ 3 ] {294ed441-53e1-48ab-8918-f8a47e67585f} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2564 | 2024.05.29 21:18:08.656211 [ 3 ] {} <Debug> HTTP-Session: 5c7741db-6d4c-433e-8b14-abc33a596335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2565 | 2024.05.29 21:18:08.656419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2566 | 2024.05.29 21:18:08.656465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2567 | 2024.05.29 21:18:08.656484 [ 3 ] {} <Debug> HTTP-Session: a9540ace-28b8-4da6-8407-16295ed0f93d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2568 | 2024.05.29 21:18:08.656500 [ 3 ] {} <Debug> HTTP-Session: a9540ace-28b8-4da6-8407-16295ed0f93d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2569 | 2024.05.29 21:18:08.656514 [ 3 ] {} <Debug> HTTP-Session: a9540ace-28b8-4da6-8407-16295ed0f93d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2570 | 2024.05.29 21:18:08.656544 [ 3 ] {} <Trace> HTTP-Session: a9540ace-28b8-4da6-8407-16295ed0f93d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2571 | 2024.05.29 21:18:08.656683 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2572 | 2024.05.29 21:18:08.656949 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2573 | 2024.05.29 21:18:08.656992 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2574 | 2024.05.29 21:18:08.657267 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2575 | 2024.05.29 21:18:08.657329 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2576 | 2024.05.29 21:18:08.657475 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
2577 | 2024.05.29 21:18:08.657587 [ 256 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2578 | 2024.05.29 21:18:08.657601 [ 261 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2579 | 2024.05.29 21:18:08.657631 [ 259 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2580 | 2024.05.29 21:18:08.657745 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2581 | 2024.05.29 21:18:08.657772 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2582 | 2024.05.29 21:18:08.657902 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2583 | 2024.05.29 21:18:08.657922 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 15 rows with 3 streams | ||
2584 | 2024.05.29 21:18:08.657959 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2585 | 2024.05.29 21:18:08.657998 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2586 | 2024.05.29 21:18:08.658061 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2587 | 2024.05.29 21:18:08.659689 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Debug> executeQuery: Read 15 rows, 643.00 B in 0.003074 sec., 4879.635653871178 rows/sec., 204.27 KiB/sec. | ||
2588 | 2024.05.29 21:18:08.659999 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Debug> DynamicQueryHandler: Done processing query | ||
2589 | 2024.05.29 21:18:08.660022 [ 3 ] {84c88e11-96bf-43f0-9bb8-e968f161cdd5} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2590 | 2024.05.29 21:18:08.660038 [ 3 ] {} <Debug> HTTP-Session: a9540ace-28b8-4da6-8407-16295ed0f93d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2591 | 2024.05.29 21:18:08.660276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2592 | 2024.05.29 21:18:08.660322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2593 | 2024.05.29 21:18:08.660377 [ 3 ] {} <Debug> HTTP-Session: 1375e264-7bc2-4ef5-93ca-4a28ba250fec Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2594 | 2024.05.29 21:18:08.660396 [ 3 ] {} <Debug> HTTP-Session: 1375e264-7bc2-4ef5-93ca-4a28ba250fec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2595 | 2024.05.29 21:18:08.660410 [ 3 ] {} <Debug> HTTP-Session: 1375e264-7bc2-4ef5-93ca-4a28ba250fec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2596 | 2024.05.29 21:18:08.660441 [ 3 ] {} <Trace> HTTP-Session: 1375e264-7bc2-4ef5-93ca-4a28ba250fec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2597 | 2024.05.29 21:18:08.660598 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2598 | 2024.05.29 21:18:08.660871 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2599 | 2024.05.29 21:18:08.660916 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2600 | 2024.05.29 21:18:08.661200 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2601 | 2024.05.29 21:18:08.661264 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2602 | 2024.05.29 21:18:08.661404 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
2603 | 2024.05.29 21:18:08.661515 [ 259 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2604 | 2024.05.29 21:18:08.661539 [ 262 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2605 | 2024.05.29 21:18:08.661555 [ 257 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2606 | 2024.05.29 21:18:08.661668 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2607 | 2024.05.29 21:18:08.661696 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2608 | 2024.05.29 21:18:08.661799 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2609 | 2024.05.29 21:18:08.661820 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 15 rows with 3 streams | ||
2610 | 2024.05.29 21:18:08.661858 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2611 | 2024.05.29 21:18:08.661898 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2612 | 2024.05.29 21:18:08.661934 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2613 | 2024.05.29 21:18:08.663671 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Debug> executeQuery: Read 15 rows, 643.00 B in 0.003145 sec., 4769.475357710652 rows/sec., 199.66 KiB/sec. | ||
2614 | 2024.05.29 21:18:08.663978 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Debug> DynamicQueryHandler: Done processing query | ||
2615 | 2024.05.29 21:18:08.664002 [ 3 ] {4b15feec-862b-48a8-b722-69cfd01d548a} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2616 | 2024.05.29 21:18:08.664018 [ 3 ] {} <Debug> HTTP-Session: 1375e264-7bc2-4ef5-93ca-4a28ba250fec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2617 | 2024.05.29 21:18:08.664239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2618 | 2024.05.29 21:18:08.664286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2619 | 2024.05.29 21:18:08.664305 [ 3 ] {} <Debug> HTTP-Session: 2d511d53-097e-4b1a-9091-9101b49fbb36 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2620 | 2024.05.29 21:18:08.664321 [ 3 ] {} <Debug> HTTP-Session: 2d511d53-097e-4b1a-9091-9101b49fbb36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2621 | 2024.05.29 21:18:08.664335 [ 3 ] {} <Debug> HTTP-Session: 2d511d53-097e-4b1a-9091-9101b49fbb36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2622 | 2024.05.29 21:18:08.664365 [ 3 ] {} <Trace> HTTP-Session: 2d511d53-097e-4b1a-9091-9101b49fbb36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2623 | 2024.05.29 21:18:08.664507 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2624 | 2024.05.29 21:18:08.664781 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2625 | 2024.05.29 21:18:08.664825 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2626 | 2024.05.29 21:18:08.665115 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2627 | 2024.05.29 21:18:08.665179 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2628 | 2024.05.29 21:18:08.665315 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2629 | 2024.05.29 21:18:08.665409 [ 256 ] {a433e405-5d70-4441-b135-c3041a211860} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2630 | 2024.05.29 21:18:08.665440 [ 257 ] {a433e405-5d70-4441-b135-c3041a211860} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2631 | 2024.05.29 21:18:08.665459 [ 259 ] {a433e405-5d70-4441-b135-c3041a211860} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2632 | 2024.05.29 21:18:08.665563 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
2633 | 2024.05.29 21:18:08.665592 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2634 | 2024.05.29 21:18:08.665692 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2635 | 2024.05.29 21:18:08.665712 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 15 rows with 3 streams | ||
2636 | 2024.05.29 21:18:08.665749 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2637 | 2024.05.29 21:18:08.665791 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2638 | 2024.05.29 21:18:08.665827 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2639 | 2024.05.29 21:18:08.667495 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <Debug> executeQuery: Read 15 rows, 643.00 B in 0.003059 sec., 4903.563255966002 rows/sec., 205.27 KiB/sec. | ||
2640 | 2024.05.29 21:18:08.667802 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <Debug> DynamicQueryHandler: Done processing query | ||
2641 | 2024.05.29 21:18:08.667826 [ 3 ] {a433e405-5d70-4441-b135-c3041a211860} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2642 | 2024.05.29 21:18:08.667842 [ 3 ] {} <Debug> HTTP-Session: 2d511d53-097e-4b1a-9091-9101b49fbb36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2643 | 2024.05.29 21:18:08.670163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2644 | 2024.05.29 21:18:08.670218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2645 | 2024.05.29 21:18:08.670240 [ 3 ] {} <Debug> HTTP-Session: cbbd7032-5c74-4330-b3b9-644f4657450d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2646 | 2024.05.29 21:18:08.670260 [ 3 ] {} <Debug> HTTP-Session: cbbd7032-5c74-4330-b3b9-644f4657450d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2647 | 2024.05.29 21:18:08.670276 [ 3 ] {} <Debug> HTTP-Session: cbbd7032-5c74-4330-b3b9-644f4657450d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2648 | 2024.05.29 21:18:08.670313 [ 3 ] {} <Trace> HTTP-Session: cbbd7032-5c74-4330-b3b9-644f4657450d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2649 | 2024.05.29 21:18:08.670453 [ 3 ] {99b76738-5e6e-4481-aeb8-3722901e3e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2650 | 2024.05.29 21:18:08.670508 [ 3 ] {99b76738-5e6e-4481-aeb8-3722901e3e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2651 | 2024.05.29 21:18:08.670710 [ 3 ] {99b76738-5e6e-4481-aeb8-3722901e3e7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2652 | 2024.05.29 21:18:08.671052 [ 3 ] {99b76738-5e6e-4481-aeb8-3722901e3e7a} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2653 | 2024.05.29 21:18:08.671094 [ 3 ] {99b76738-5e6e-4481-aeb8-3722901e3e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2654 | 2024.05.29 21:18:08.671565 [ 3 ] {99b76738-5e6e-4481-aeb8-3722901e3e7a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2655 | 2024.05.29 21:18:08.671875 [ 3 ] {99b76738-5e6e-4481-aeb8-3722901e3e7a} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2656 | 2024.05.29 21:18:08.672006 [ 3 ] {99b76738-5e6e-4481-aeb8-3722901e3e7a} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.00161 sec., 8695.652173913042 rows/sec., 1.22 MiB/sec. | ||
2657 | 2024.05.29 21:18:08.672292 [ 3 ] {99b76738-5e6e-4481-aeb8-3722901e3e7a} <Debug> DynamicQueryHandler: Done processing query | ||
2658 | 2024.05.29 21:18:08.672315 [ 3 ] {99b76738-5e6e-4481-aeb8-3722901e3e7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2659 | 2024.05.29 21:18:08.672331 [ 3 ] {} <Debug> HTTP-Session: cbbd7032-5c74-4330-b3b9-644f4657450d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2660 | 2024.05.29 21:18:08.672451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2661 | 2024.05.29 21:18:08.672498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2662 | 2024.05.29 21:18:08.672516 [ 3 ] {} <Debug> HTTP-Session: 33b3d44d-58eb-4dd9-b2ea-74005de06364 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2663 | 2024.05.29 21:18:08.672532 [ 3 ] {} <Debug> HTTP-Session: 33b3d44d-58eb-4dd9-b2ea-74005de06364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2664 | 2024.05.29 21:18:08.672545 [ 3 ] {} <Debug> HTTP-Session: 33b3d44d-58eb-4dd9-b2ea-74005de06364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2665 | 2024.05.29 21:18:08.672575 [ 3 ] {} <Trace> HTTP-Session: 33b3d44d-58eb-4dd9-b2ea-74005de06364 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2666 | 2024.05.29 21:18:08.672674 [ 3 ] {978f681f-1e97-429a-8beb-68406916e27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2667 | 2024.05.29 21:18:08.672717 [ 3 ] {978f681f-1e97-429a-8beb-68406916e27d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2668 | 2024.05.29 21:18:08.672858 [ 3 ] {978f681f-1e97-429a-8beb-68406916e27d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2669 | 2024.05.29 21:18:08.673126 [ 3 ] {978f681f-1e97-429a-8beb-68406916e27d} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2670 | 2024.05.29 21:18:08.673161 [ 3 ] {978f681f-1e97-429a-8beb-68406916e27d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2671 | 2024.05.29 21:18:08.673456 [ 3 ] {978f681f-1e97-429a-8beb-68406916e27d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2672 | 2024.05.29 21:18:08.673763 [ 3 ] {978f681f-1e97-429a-8beb-68406916e27d} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2673 | 2024.05.29 21:18:08.673874 [ 36 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2674 | 2024.05.29 21:18:08.673885 [ 3 ] {978f681f-1e97-429a-8beb-68406916e27d} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00124 sec., 12903.225806451614 rows/sec., 1.02 MiB/sec. | ||
2675 | 2024.05.29 21:18:08.673908 [ 36 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2676 | 2024.05.29 21:18:08.673939 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2677 | 2024.05.29 21:18:08.674093 [ 3 ] {978f681f-1e97-429a-8beb-68406916e27d} <Debug> DynamicQueryHandler: Done processing query | ||
2678 | 2024.05.29 21:18:08.674136 [ 3 ] {978f681f-1e97-429a-8beb-68406916e27d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2679 | 2024.05.29 21:18:08.674132 [ 191 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
2680 | 2024.05.29 21:18:08.674157 [ 3 ] {} <Debug> HTTP-Session: 33b3d44d-58eb-4dd9-b2ea-74005de06364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2681 | 2024.05.29 21:18:08.674366 [ 191 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2682 | 2024.05.29 21:18:08.674395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 11565, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2683 | 2024.05.29 21:18:08.674443 [ 191 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 30 rows starting from the beginning of the part | ||
2684 | 2024.05.29 21:18:08.674483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2685 | 2024.05.29 21:18:08.674509 [ 3 ] {} <Debug> HTTP-Session: 7450a0c2-8fb9-4f31-9716-0c5b7809f4a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2686 | 2024.05.29 21:18:08.674537 [ 3 ] {} <Debug> HTTP-Session: 7450a0c2-8fb9-4f31-9716-0c5b7809f4a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2687 | 2024.05.29 21:18:08.674571 [ 3 ] {} <Debug> HTTP-Session: 7450a0c2-8fb9-4f31-9716-0c5b7809f4a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2688 | 2024.05.29 21:18:08.674703 [ 3 ] {} <Trace> HTTP-Session: 7450a0c2-8fb9-4f31-9716-0c5b7809f4a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2689 | 2024.05.29 21:18:08.674820 [ 191 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
2690 | 2024.05.29 21:18:08.675117 [ 3 ] {48172f39-bcde-4a86-87c0-4d6c1118dccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2691 | 2024.05.29 21:18:08.675109 [ 191 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
2692 | 2024.05.29 21:18:08.675224 [ 3 ] {48172f39-bcde-4a86-87c0-4d6c1118dccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2693 | 2024.05.29 21:18:08.675361 [ 191 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
2694 | 2024.05.29 21:18:08.675713 [ 191 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
2695 | 2024.05.29 21:18:08.676150 [ 191 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
2696 | 2024.05.29 21:18:08.676513 [ 3 ] {48172f39-bcde-4a86-87c0-4d6c1118dccd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2697 | 2024.05.29 21:18:08.677351 [ 3 ] {48172f39-bcde-4a86-87c0-4d6c1118dccd} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2698 | 2024.05.29 21:18:08.677406 [ 3 ] {48172f39-bcde-4a86-87c0-4d6c1118dccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2699 | 2024.05.29 21:18:08.678275 [ 3 ] {48172f39-bcde-4a86-87c0-4d6c1118dccd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2700 | 2024.05.29 21:18:08.678979 [ 191 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004946978 sec., 21427.22284190469 rows/sec., 1.70 MiB/sec. | ||
2701 | 2024.05.29 21:18:08.679176 [ 191 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2702 | 2024.05.29 21:18:08.679203 [ 3 ] {48172f39-bcde-4a86-87c0-4d6c1118dccd} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2703 | 2024.05.29 21:18:08.679465 [ 36 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2704 | 2024.05.29 21:18:08.679581 [ 36 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2705 | 2024.05.29 21:18:08.679601 [ 3 ] {48172f39-bcde-4a86-87c0-4d6c1118dccd} <Debug> executeQuery: Read 78 rows, 6.79 KiB in 0.004657 sec., 16748.980030062274 rows/sec., 1.42 MiB/sec. | ||
2706 | 2024.05.29 21:18:08.679673 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2707 | 2024.05.29 21:18:08.680288 [ 186 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
2708 | 2024.05.29 21:18:08.680324 [ 3 ] {48172f39-bcde-4a86-87c0-4d6c1118dccd} <Debug> DynamicQueryHandler: Done processing query | ||
2709 | 2024.05.29 21:18:08.680414 [ 3 ] {48172f39-bcde-4a86-87c0-4d6c1118dccd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2710 | 2024.05.29 21:18:08.680464 [ 3 ] {} <Debug> HTTP-Session: 7450a0c2-8fb9-4f31-9716-0c5b7809f4a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2711 | 2024.05.29 21:18:08.680635 [ 186 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2712 | 2024.05.29 21:18:08.680717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 8858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2713 | 2024.05.29 21:18:08.680725 [ 186 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 94 rows starting from the beginning of the part | ||
2714 | 2024.05.29 21:18:08.680775 [ 191 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_11_2} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2715 | 2024.05.29 21:18:08.680843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2716 | 2024.05.29 21:18:08.681040 [ 3 ] {} <Debug> HTTP-Session: 584f223d-e86b-4190-97eb-e4a0a62f3b41 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2717 | 2024.05.29 21:18:08.681175 [ 3 ] {} <Debug> HTTP-Session: 584f223d-e86b-4190-97eb-e4a0a62f3b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2718 | 2024.05.29 21:18:08.681233 [ 186 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part | ||
2719 | 2024.05.29 21:18:08.681263 [ 3 ] {} <Debug> HTTP-Session: 584f223d-e86b-4190-97eb-e4a0a62f3b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2720 | 2024.05.29 21:18:08.681296 [ 191 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_11_2} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2721 | 2024.05.29 21:18:08.681395 [ 3 ] {} <Trace> HTTP-Session: 584f223d-e86b-4190-97eb-e4a0a62f3b41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2722 | 2024.05.29 21:18:08.681557 [ 186 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part | ||
2723 | 2024.05.29 21:18:08.681864 [ 3 ] {290446f2-b0ee-4626-9c35-995778b938b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2724 | 2024.05.29 21:18:08.681929 [ 186 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 52 rows starting from the beginning of the part | ||
2725 | 2024.05.29 21:18:08.681986 [ 3 ] {290446f2-b0ee-4626-9c35-995778b938b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2726 | 2024.05.29 21:18:08.682291 [ 186 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 83 rows starting from the beginning of the part | ||
2727 | 2024.05.29 21:18:08.682301 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2728 | 2024.05.29 21:18:08.682743 [ 186 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 78 rows starting from the beginning of the part | ||
2729 | 2024.05.29 21:18:08.683343 [ 3 ] {290446f2-b0ee-4626-9c35-995778b938b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2730 | 2024.05.29 21:18:08.683790 [ 3 ] {290446f2-b0ee-4626-9c35-995778b938b9} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2731 | 2024.05.29 21:18:08.683837 [ 3 ] {290446f2-b0ee-4626-9c35-995778b938b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2732 | 2024.05.29 21:18:08.684307 [ 3 ] {290446f2-b0ee-4626-9c35-995778b938b9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2733 | 2024.05.29 21:18:08.684621 [ 186 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 405 rows, containing 4 columns (4 merged, 0 gathered) in 0.00473955 sec., 85451.15042567332 rows/sec., 7.37 MiB/sec. | ||
2734 | 2024.05.29 21:18:08.684782 [ 186 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2735 | 2024.05.29 21:18:08.684859 [ 3 ] {290446f2-b0ee-4626-9c35-995778b938b9} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): 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.05.29 21:18:08.685042 [ 36 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2737 | 2024.05.29 21:18:08.685109 [ 36 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2738 | 2024.05.29 21:18:08.685110 [ 3 ] {290446f2-b0ee-4626-9c35-995778b938b9} <Debug> executeQuery: Read 52 rows, 4.16 KiB in 0.003457 sec., 15041.943881978594 rows/sec., 1.18 MiB/sec. | ||
2739 | 2024.05.29 21:18:08.685140 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2740 | 2024.05.29 21:18:08.685633 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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.05.29 21:18:08.685735 [ 3 ] {290446f2-b0ee-4626-9c35-995778b938b9} <Debug> DynamicQueryHandler: Done processing query | ||
2742 | 2024.05.29 21:18:08.685807 [ 3 ] {290446f2-b0ee-4626-9c35-995778b938b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2743 | 2024.05.29 21:18:08.685899 [ 3 ] {} <Debug> HTTP-Session: 584f223d-e86b-4190-97eb-e4a0a62f3b41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2744 | 2024.05.29 21:18:08.685894 [ 186 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_11_2} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2745 | 2024.05.29 21:18:08.686159 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2746 | 2024.05.29 21:18:08.686178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2747 | 2024.05.29 21:18:08.686186 [ 186 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_11_2} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2748 | 2024.05.29 21:18:08.686239 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 56 rows starting from the beginning of the part | ||
2749 | 2024.05.29 21:18:08.686353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2750 | 2024.05.29 21:18:08.686451 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2751 | 2024.05.29 21:18:08.686489 [ 3 ] {} <Debug> HTTP-Session: c7300574-1959-4b6f-bfe4-c8acc7053a0f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2752 | 2024.05.29 21:18:08.686593 [ 3 ] {} <Debug> HTTP-Session: c7300574-1959-4b6f-bfe4-c8acc7053a0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2753 | 2024.05.29 21:18:08.686646 [ 3 ] {} <Debug> HTTP-Session: c7300574-1959-4b6f-bfe4-c8acc7053a0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2754 | 2024.05.29 21:18:08.686683 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
2755 | 2024.05.29 21:18:08.686768 [ 3 ] {} <Trace> HTTP-Session: c7300574-1959-4b6f-bfe4-c8acc7053a0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2756 | 2024.05.29 21:18:08.686995 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part | ||
2757 | 2024.05.29 21:18:08.687186 [ 3 ] {3418b85b-6bc1-48b4-b200-56735dd822b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2758 | 2024.05.29 21:18:08.687326 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
2759 | 2024.05.29 21:18:08.687383 [ 3 ] {3418b85b-6bc1-48b4-b200-56735dd822b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2760 | 2024.05.29 21:18:08.687677 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 48 rows starting from the beginning of the part | ||
2761 | 2024.05.29 21:18:08.687996 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 52 rows starting from the beginning of the part | ||
2762 | 2024.05.29 21:18:08.688618 [ 3 ] {3418b85b-6bc1-48b4-b200-56735dd822b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2763 | 2024.05.29 21:18:08.689457 [ 3 ] {3418b85b-6bc1-48b4-b200-56735dd822b3} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2764 | 2024.05.29 21:18:08.689514 [ 3 ] {3418b85b-6bc1-48b4-b200-56735dd822b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2765 | 2024.05.29 21:18:08.690683 [ 3 ] {3418b85b-6bc1-48b4-b200-56735dd822b3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2766 | 2024.05.29 21:18:08.690748 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 226 rows, containing 4 columns (4 merged, 0 gathered) in 0.005468194 sec., 41329.916239255595 rows/sec., 3.23 MiB/sec. | ||
2767 | 2024.05.29 21:18:08.690956 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2768 | 2024.05.29 21:18:08.691553 [ 3 ] {3418b85b-6bc1-48b4-b200-56735dd822b3} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2769 | 2024.05.29 21:18:08.691758 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_11_2} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2770 | 2024.05.29 21:18:08.691827 [ 3 ] {3418b85b-6bc1-48b4-b200-56735dd822b3} <Debug> executeQuery: Read 50 rows, 3.60 KiB in 0.004842 sec., 10326.311441553078 rows/sec., 743.82 KiB/sec. | ||
2771 | 2024.05.29 21:18:08.691972 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_11_2} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2772 | 2024.05.29 21:18:08.692126 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
2773 | 2024.05.29 21:18:08.692182 [ 3 ] {3418b85b-6bc1-48b4-b200-56735dd822b3} <Debug> DynamicQueryHandler: Done processing query | ||
2774 | 2024.05.29 21:18:08.692212 [ 3 ] {3418b85b-6bc1-48b4-b200-56735dd822b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2775 | 2024.05.29 21:18:08.692227 [ 3 ] {} <Debug> HTTP-Session: c7300574-1959-4b6f-bfe4-c8acc7053a0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2776 | 2024.05.29 21:18:08.692400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2777 | 2024.05.29 21:18:08.692447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2778 | 2024.05.29 21:18:08.692465 [ 3 ] {} <Debug> HTTP-Session: a9e6a45f-68e6-4a3d-9729-db8eddfc1d63 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2779 | 2024.05.29 21:18:08.692481 [ 3 ] {} <Debug> HTTP-Session: a9e6a45f-68e6-4a3d-9729-db8eddfc1d63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2780 | 2024.05.29 21:18:08.692494 [ 3 ] {} <Debug> HTTP-Session: a9e6a45f-68e6-4a3d-9729-db8eddfc1d63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2781 | 2024.05.29 21:18:08.692524 [ 3 ] {} <Trace> HTTP-Session: a9e6a45f-68e6-4a3d-9729-db8eddfc1d63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2782 | 2024.05.29 21:18:08.692713 [ 3 ] {de141fd8-7cb8-4d37-9b8e-7dfa5cc33b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2783 | 2024.05.29 21:18:08.692762 [ 3 ] {de141fd8-7cb8-4d37-9b8e-7dfa5cc33b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2784 | 2024.05.29 21:18:08.692942 [ 3 ] {de141fd8-7cb8-4d37-9b8e-7dfa5cc33b02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2785 | 2024.05.29 21:18:08.693306 [ 3 ] {de141fd8-7cb8-4d37-9b8e-7dfa5cc33b02} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2786 | 2024.05.29 21:18:08.693340 [ 3 ] {de141fd8-7cb8-4d37-9b8e-7dfa5cc33b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2787 | 2024.05.29 21:18:08.693743 [ 3 ] {de141fd8-7cb8-4d37-9b8e-7dfa5cc33b02} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2788 | 2024.05.29 21:18:08.694090 [ 3 ] {de141fd8-7cb8-4d37-9b8e-7dfa5cc33b02} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2789 | 2024.05.29 21:18:08.694205 [ 36 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2790 | 2024.05.29 21:18:08.694216 [ 3 ] {de141fd8-7cb8-4d37-9b8e-7dfa5cc33b02} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001612 sec., 9925.558312655086 rows/sec., 13.39 MiB/sec. | ||
2791 | 2024.05.29 21:18:08.694234 [ 36 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2792 | 2024.05.29 21:18:08.694266 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2793 | 2024.05.29 21:18:08.694474 [ 3 ] {de141fd8-7cb8-4d37-9b8e-7dfa5cc33b02} <Debug> DynamicQueryHandler: Done processing query | ||
2794 | 2024.05.29 21:18:08.694554 [ 3 ] {de141fd8-7cb8-4d37-9b8e-7dfa5cc33b02} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2795 | 2024.05.29 21:18:08.694555 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
2796 | 2024.05.29 21:18:08.694624 [ 3 ] {} <Debug> HTTP-Session: a9e6a45f-68e6-4a3d-9729-db8eddfc1d63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2797 | 2024.05.29 21:18:08.694857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 3951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2798 | 2024.05.29 21:18:08.694926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2799 | 2024.05.29 21:18:08.694941 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2800 | 2024.05.29 21:18:08.694952 [ 3 ] {} <Debug> HTTP-Session: 3154d913-1863-4c34-91ff-d50eeafa4100 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2801 | 2024.05.29 21:18:08.694987 [ 3 ] {} <Debug> HTTP-Session: 3154d913-1863-4c34-91ff-d50eeafa4100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2802 | 2024.05.29 21:18:08.694996 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 88 rows starting from the beginning of the part | ||
2803 | 2024.05.29 21:18:08.695004 [ 3 ] {} <Debug> HTTP-Session: 3154d913-1863-4c34-91ff-d50eeafa4100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2804 | 2024.05.29 21:18:08.695051 [ 3 ] {} <Trace> HTTP-Session: 3154d913-1863-4c34-91ff-d50eeafa4100 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2805 | 2024.05.29 21:18:08.695267 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
2806 | 2024.05.29 21:18:08.695326 [ 3 ] {f4057a6f-ea06-4ec5-8285-ccc6bfe3aaf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2807 | 2024.05.29 21:18:08.695469 [ 3 ] {f4057a6f-ea06-4ec5-8285-ccc6bfe3aaf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2808 | 2024.05.29 21:18:08.695593 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
2809 | 2024.05.29 21:18:08.695967 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
2810 | 2024.05.29 21:18:08.696399 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
2811 | 2024.05.29 21:18:08.696675 [ 3 ] {f4057a6f-ea06-4ec5-8285-ccc6bfe3aaf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2812 | 2024.05.29 21:18:08.696734 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
2813 | 2024.05.29 21:18:08.697341 [ 3 ] {f4057a6f-ea06-4ec5-8285-ccc6bfe3aaf3} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2814 | 2024.05.29 21:18:08.697379 [ 3 ] {f4057a6f-ea06-4ec5-8285-ccc6bfe3aaf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2815 | 2024.05.29 21:18:08.697928 [ 3 ] {f4057a6f-ea06-4ec5-8285-ccc6bfe3aaf3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2816 | 2024.05.29 21:18:08.698453 [ 3 ] {f4057a6f-ea06-4ec5-8285-ccc6bfe3aaf3} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2817 | 2024.05.29 21:18:08.698700 [ 3 ] {f4057a6f-ea06-4ec5-8285-ccc6bfe3aaf3} <Debug> executeQuery: Read 26 rows, 1.75 KiB in 0.003503 sec., 7422.209534684556 rows/sec., 500.97 KiB/sec. | ||
2818 | 2024.05.29 21:18:08.698884 [ 3 ] {f4057a6f-ea06-4ec5-8285-ccc6bfe3aaf3} <Debug> DynamicQueryHandler: Done processing query | ||
2819 | 2024.05.29 21:18:08.698907 [ 3 ] {f4057a6f-ea06-4ec5-8285-ccc6bfe3aaf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2820 | 2024.05.29 21:18:08.698927 [ 3 ] {} <Debug> HTTP-Session: 3154d913-1863-4c34-91ff-d50eeafa4100 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2821 | 2024.05.29 21:18:08.699129 [ 191 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 164 rows, containing 6 columns (6 merged, 0 gathered) in 0.004789272 sec., 34243.20021915648 rows/sec., 46.21 MiB/sec. | ||
2822 | 2024.05.29 21:18:08.699346 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2823 | 2024.05.29 21:18:08.699719 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2824 | 2024.05.29 21:18:08.699793 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2825 | 2024.05.29 21:18:08.699861 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
2826 | 2024.05.29 21:18:13.616271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2827 | 2024.05.29 21:18:13.616400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2828 | 2024.05.29 21:18:13.616425 [ 3 ] {} <Debug> HTTP-Session: d40529e1-1813-46f2-8f06-eea1867ad6b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2829 | 2024.05.29 21:18:13.616448 [ 3 ] {} <Debug> HTTP-Session: d40529e1-1813-46f2-8f06-eea1867ad6b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2830 | 2024.05.29 21:18:13.616462 [ 3 ] {} <Debug> HTTP-Session: d40529e1-1813-46f2-8f06-eea1867ad6b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2831 | 2024.05.29 21:18:13.616511 [ 3 ] {} <Trace> HTTP-Session: d40529e1-1813-46f2-8f06-eea1867ad6b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2832 | 2024.05.29 21:18:13.616721 [ 3 ] {42de7c16-af2b-41a8-ba9b-52138336dd4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2833 | 2024.05.29 21:18:13.616817 [ 3 ] {42de7c16-af2b-41a8-ba9b-52138336dd4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2834 | 2024.05.29 21:18:13.617015 [ 3 ] {42de7c16-af2b-41a8-ba9b-52138336dd4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2835 | 2024.05.29 21:18:13.617461 [ 3 ] {42de7c16-af2b-41a8-ba9b-52138336dd4b} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2836 | 2024.05.29 21:18:13.617509 [ 3 ] {42de7c16-af2b-41a8-ba9b-52138336dd4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2837 | 2024.05.29 21:18:13.617907 [ 3 ] {42de7c16-af2b-41a8-ba9b-52138336dd4b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2838 | 2024.05.29 21:18:13.618240 [ 3 ] {42de7c16-af2b-41a8-ba9b-52138336dd4b} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2839 | 2024.05.29 21:18:13.618394 [ 3 ] {42de7c16-af2b-41a8-ba9b-52138336dd4b} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.00173 sec., 8092.485549132948 rows/sec., 655.93 KiB/sec. | ||
2840 | 2024.05.29 21:18:13.618628 [ 3 ] {42de7c16-af2b-41a8-ba9b-52138336dd4b} <Debug> DynamicQueryHandler: Done processing query | ||
2841 | 2024.05.29 21:18:13.618653 [ 3 ] {42de7c16-af2b-41a8-ba9b-52138336dd4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2842 | 2024.05.29 21:18:13.618669 [ 3 ] {} <Debug> HTTP-Session: d40529e1-1813-46f2-8f06-eea1867ad6b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2843 | 2024.05.29 21:18:13.618809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 10548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2844 | 2024.05.29 21:18:13.618857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2845 | 2024.05.29 21:18:13.618875 [ 3 ] {} <Debug> HTTP-Session: 9ba6fc12-3390-44aa-bc22-979843796508 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2846 | 2024.05.29 21:18:13.618892 [ 3 ] {} <Debug> HTTP-Session: 9ba6fc12-3390-44aa-bc22-979843796508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2847 | 2024.05.29 21:18:13.618906 [ 3 ] {} <Debug> HTTP-Session: 9ba6fc12-3390-44aa-bc22-979843796508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2848 | 2024.05.29 21:18:13.618938 [ 3 ] {} <Trace> HTTP-Session: 9ba6fc12-3390-44aa-bc22-979843796508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2849 | 2024.05.29 21:18:13.619060 [ 3 ] {dc0fe7c0-5f0f-461f-a9dd-15d5977a102a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2850 | 2024.05.29 21:18:13.619103 [ 3 ] {dc0fe7c0-5f0f-461f-a9dd-15d5977a102a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2851 | 2024.05.29 21:18:13.619231 [ 3 ] {dc0fe7c0-5f0f-461f-a9dd-15d5977a102a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2852 | 2024.05.29 21:18:13.619618 [ 3 ] {dc0fe7c0-5f0f-461f-a9dd-15d5977a102a} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2853 | 2024.05.29 21:18:13.619654 [ 3 ] {dc0fe7c0-5f0f-461f-a9dd-15d5977a102a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2854 | 2024.05.29 21:18:13.619971 [ 3 ] {dc0fe7c0-5f0f-461f-a9dd-15d5977a102a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2855 | 2024.05.29 21:18:13.620342 [ 3 ] {dc0fe7c0-5f0f-461f-a9dd-15d5977a102a} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2856 | 2024.05.29 21:18:13.620508 [ 3 ] {dc0fe7c0-5f0f-461f-a9dd-15d5977a102a} <Debug> executeQuery: Read 72 rows, 6.15 KiB in 0.001488 sec., 48387.09677419355 rows/sec., 4.04 MiB/sec. | ||
2857 | 2024.05.29 21:18:13.620820 [ 3 ] {dc0fe7c0-5f0f-461f-a9dd-15d5977a102a} <Debug> DynamicQueryHandler: Done processing query | ||
2858 | 2024.05.29 21:18:13.620851 [ 3 ] {dc0fe7c0-5f0f-461f-a9dd-15d5977a102a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2859 | 2024.05.29 21:18:13.620870 [ 3 ] {} <Debug> HTTP-Session: 9ba6fc12-3390-44aa-bc22-979843796508 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2860 | 2024.05.29 21:18:13.621040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 8516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2861 | 2024.05.29 21:18:13.621089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2862 | 2024.05.29 21:18:13.621107 [ 3 ] {} <Debug> HTTP-Session: e3f36b11-9a00-4edb-9d91-357d4937bd58 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2863 | 2024.05.29 21:18:13.621124 [ 3 ] {} <Debug> HTTP-Session: e3f36b11-9a00-4edb-9d91-357d4937bd58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2864 | 2024.05.29 21:18:13.621138 [ 3 ] {} <Debug> HTTP-Session: e3f36b11-9a00-4edb-9d91-357d4937bd58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2865 | 2024.05.29 21:18:13.621168 [ 3 ] {} <Trace> HTTP-Session: e3f36b11-9a00-4edb-9d91-357d4937bd58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2866 | 2024.05.29 21:18:13.621316 [ 3 ] {cbe74cf3-333d-409a-bd69-2fb0d363c179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2867 | 2024.05.29 21:18:13.621358 [ 3 ] {cbe74cf3-333d-409a-bd69-2fb0d363c179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2868 | 2024.05.29 21:18:13.621509 [ 3 ] {cbe74cf3-333d-409a-bd69-2fb0d363c179} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2869 | 2024.05.29 21:18:13.621892 [ 3 ] {cbe74cf3-333d-409a-bd69-2fb0d363c179} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2870 | 2024.05.29 21:18:13.621938 [ 3 ] {cbe74cf3-333d-409a-bd69-2fb0d363c179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2871 | 2024.05.29 21:18:13.622394 [ 3 ] {cbe74cf3-333d-409a-bd69-2fb0d363c179} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2872 | 2024.05.29 21:18:13.622844 [ 3 ] {cbe74cf3-333d-409a-bd69-2fb0d363c179} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2873 | 2024.05.29 21:18:13.623048 [ 3 ] {cbe74cf3-333d-409a-bd69-2fb0d363c179} <Debug> executeQuery: Read 50 rows, 4.00 KiB in 0.001784 sec., 28026.905829596413 rows/sec., 2.19 MiB/sec. | ||
2874 | 2024.05.29 21:18:13.623260 [ 3 ] {cbe74cf3-333d-409a-bd69-2fb0d363c179} <Debug> DynamicQueryHandler: Done processing query | ||
2875 | 2024.05.29 21:18:13.623314 [ 3 ] {cbe74cf3-333d-409a-bd69-2fb0d363c179} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2876 | 2024.05.29 21:18:13.623340 [ 3 ] {} <Debug> HTTP-Session: e3f36b11-9a00-4edb-9d91-357d4937bd58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2877 | 2024.05.29 21:18:13.623492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 11557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2878 | 2024.05.29 21:18:13.623553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2879 | 2024.05.29 21:18:13.623580 [ 3 ] {} <Debug> HTTP-Session: 275cc83c-b11b-4204-ac02-e5ed6fa8ea9d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2880 | 2024.05.29 21:18:13.623603 [ 3 ] {} <Debug> HTTP-Session: 275cc83c-b11b-4204-ac02-e5ed6fa8ea9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2881 | 2024.05.29 21:18:13.623623 [ 3 ] {} <Debug> HTTP-Session: 275cc83c-b11b-4204-ac02-e5ed6fa8ea9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2882 | 2024.05.29 21:18:13.623661 [ 3 ] {} <Trace> HTTP-Session: 275cc83c-b11b-4204-ac02-e5ed6fa8ea9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2883 | 2024.05.29 21:18:13.623800 [ 3 ] {80acf677-9b9a-41ed-807a-4540dfb47e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2884 | 2024.05.29 21:18:13.623855 [ 3 ] {80acf677-9b9a-41ed-807a-4540dfb47e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2885 | 2024.05.29 21:18:13.624059 [ 3 ] {80acf677-9b9a-41ed-807a-4540dfb47e12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2886 | 2024.05.29 21:18:13.624453 [ 3 ] {80acf677-9b9a-41ed-807a-4540dfb47e12} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2887 | 2024.05.29 21:18:13.624495 [ 3 ] {80acf677-9b9a-41ed-807a-4540dfb47e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2888 | 2024.05.29 21:18:13.624942 [ 3 ] {80acf677-9b9a-41ed-807a-4540dfb47e12} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2889 | 2024.05.29 21:18:13.625371 [ 3 ] {80acf677-9b9a-41ed-807a-4540dfb47e12} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2890 | 2024.05.29 21:18:13.625550 [ 3 ] {80acf677-9b9a-41ed-807a-4540dfb47e12} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001793 sec., 33463.46904629113 rows/sec., 2.35 MiB/sec. | ||
2891 | 2024.05.29 21:18:13.625782 [ 3 ] {80acf677-9b9a-41ed-807a-4540dfb47e12} <Debug> DynamicQueryHandler: Done processing query | ||
2892 | 2024.05.29 21:18:13.625815 [ 3 ] {80acf677-9b9a-41ed-807a-4540dfb47e12} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2893 | 2024.05.29 21:18:13.625839 [ 3 ] {} <Debug> HTTP-Session: 275cc83c-b11b-4204-ac02-e5ed6fa8ea9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2894 | 2024.05.29 21:18:13.626019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2895 | 2024.05.29 21:18:13.626076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2896 | 2024.05.29 21:18:13.626099 [ 3 ] {} <Debug> HTTP-Session: 94b459d8-d68f-4db5-9a71-51b1135725c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2897 | 2024.05.29 21:18:13.626120 [ 3 ] {} <Debug> HTTP-Session: 94b459d8-d68f-4db5-9a71-51b1135725c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2898 | 2024.05.29 21:18:13.626139 [ 3 ] {} <Debug> HTTP-Session: 94b459d8-d68f-4db5-9a71-51b1135725c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2899 | 2024.05.29 21:18:13.626176 [ 3 ] {} <Trace> HTTP-Session: 94b459d8-d68f-4db5-9a71-51b1135725c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2900 | 2024.05.29 21:18:13.626407 [ 3 ] {6ae3d143-8bea-4b41-9ef8-ea0021a40178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2901 | 2024.05.29 21:18:13.626462 [ 3 ] {6ae3d143-8bea-4b41-9ef8-ea0021a40178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2902 | 2024.05.29 21:18:13.626656 [ 3 ] {6ae3d143-8bea-4b41-9ef8-ea0021a40178} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2903 | 2024.05.29 21:18:13.627081 [ 3 ] {6ae3d143-8bea-4b41-9ef8-ea0021a40178} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2904 | 2024.05.29 21:18:13.627121 [ 3 ] {6ae3d143-8bea-4b41-9ef8-ea0021a40178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2905 | 2024.05.29 21:18:13.627645 [ 3 ] {6ae3d143-8bea-4b41-9ef8-ea0021a40178} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2906 | 2024.05.29 21:18:13.628080 [ 3 ] {6ae3d143-8bea-4b41-9ef8-ea0021a40178} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2907 | 2024.05.29 21:18:13.628260 [ 3 ] {6ae3d143-8bea-4b41-9ef8-ea0021a40178} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.00199 sec., 7035.175879396985 rows/sec., 9.49 MiB/sec. | ||
2908 | 2024.05.29 21:18:13.628484 [ 3 ] {6ae3d143-8bea-4b41-9ef8-ea0021a40178} <Debug> DynamicQueryHandler: Done processing query | ||
2909 | 2024.05.29 21:18:13.628512 [ 3 ] {6ae3d143-8bea-4b41-9ef8-ea0021a40178} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2910 | 2024.05.29 21:18:13.628531 [ 3 ] {} <Debug> HTTP-Session: 94b459d8-d68f-4db5-9a71-51b1135725c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2911 | 2024.05.29 21:18:13.628677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 4562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2912 | 2024.05.29 21:18:13.628740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2913 | 2024.05.29 21:18:13.628766 [ 3 ] {} <Debug> HTTP-Session: f93ebbb4-a49c-4ab2-98b6-0f4fc6f1959f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2914 | 2024.05.29 21:18:13.628789 [ 3 ] {} <Debug> HTTP-Session: f93ebbb4-a49c-4ab2-98b6-0f4fc6f1959f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2915 | 2024.05.29 21:18:13.628811 [ 3 ] {} <Debug> HTTP-Session: f93ebbb4-a49c-4ab2-98b6-0f4fc6f1959f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2916 | 2024.05.29 21:18:13.628848 [ 3 ] {} <Trace> HTTP-Session: f93ebbb4-a49c-4ab2-98b6-0f4fc6f1959f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2917 | 2024.05.29 21:18:13.628968 [ 3 ] {4db386a5-6f39-4652-93ae-8723085f4240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2918 | 2024.05.29 21:18:13.629025 [ 3 ] {4db386a5-6f39-4652-93ae-8723085f4240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2919 | 2024.05.29 21:18:13.629174 [ 3 ] {4db386a5-6f39-4652-93ae-8723085f4240} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2920 | 2024.05.29 21:18:13.629473 [ 3 ] {4db386a5-6f39-4652-93ae-8723085f4240} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2921 | 2024.05.29 21:18:13.629509 [ 3 ] {4db386a5-6f39-4652-93ae-8723085f4240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2922 | 2024.05.29 21:18:13.629943 [ 3 ] {4db386a5-6f39-4652-93ae-8723085f4240} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2923 | 2024.05.29 21:18:13.630269 [ 3 ] {4db386a5-6f39-4652-93ae-8723085f4240} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2924 | 2024.05.29 21:18:13.630487 [ 3 ] {4db386a5-6f39-4652-93ae-8723085f4240} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001552 sec., 19329.896907216495 rows/sec., 1.28 MiB/sec. | ||
2925 | 2024.05.29 21:18:13.630770 [ 3 ] {4db386a5-6f39-4652-93ae-8723085f4240} <Debug> DynamicQueryHandler: Done processing query | ||
2926 | 2024.05.29 21:18:13.630795 [ 3 ] {4db386a5-6f39-4652-93ae-8723085f4240} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2927 | 2024.05.29 21:18:13.630811 [ 3 ] {} <Debug> HTTP-Session: f93ebbb4-a49c-4ab2-98b6-0f4fc6f1959f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2928 | 2024.05.29 21:18:18.617298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2929 | 2024.05.29 21:18:18.617432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2930 | 2024.05.29 21:18:18.617458 [ 3 ] {} <Debug> HTTP-Session: 6de6776a-3b9a-4136-a0a7-4e9ca37cabc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2931 | 2024.05.29 21:18:18.617483 [ 3 ] {} <Debug> HTTP-Session: 6de6776a-3b9a-4136-a0a7-4e9ca37cabc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2932 | 2024.05.29 21:18:18.617498 [ 3 ] {} <Debug> HTTP-Session: 6de6776a-3b9a-4136-a0a7-4e9ca37cabc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2933 | 2024.05.29 21:18:18.617547 [ 3 ] {} <Trace> HTTP-Session: 6de6776a-3b9a-4136-a0a7-4e9ca37cabc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2934 | 2024.05.29 21:18:18.617741 [ 3 ] {c81d4393-79b2-4e38-813c-0d03d3809389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2935 | 2024.05.29 21:18:18.617810 [ 3 ] {c81d4393-79b2-4e38-813c-0d03d3809389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2936 | 2024.05.29 21:18:18.618000 [ 3 ] {c81d4393-79b2-4e38-813c-0d03d3809389} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2937 | 2024.05.29 21:18:18.618421 [ 3 ] {c81d4393-79b2-4e38-813c-0d03d3809389} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2938 | 2024.05.29 21:18:18.618469 [ 3 ] {c81d4393-79b2-4e38-813c-0d03d3809389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2939 | 2024.05.29 21:18:18.618848 [ 3 ] {c81d4393-79b2-4e38-813c-0d03d3809389} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2940 | 2024.05.29 21:18:18.619193 [ 3 ] {c81d4393-79b2-4e38-813c-0d03d3809389} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2941 | 2024.05.29 21:18:18.619374 [ 3 ] {c81d4393-79b2-4e38-813c-0d03d3809389} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001683 sec., 9506.833036244801 rows/sec., 770.57 KiB/sec. | ||
2942 | 2024.05.29 21:18:18.619592 [ 3 ] {c81d4393-79b2-4e38-813c-0d03d3809389} <Debug> DynamicQueryHandler: Done processing query | ||
2943 | 2024.05.29 21:18:18.619619 [ 3 ] {c81d4393-79b2-4e38-813c-0d03d3809389} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2944 | 2024.05.29 21:18:18.619636 [ 3 ] {} <Debug> HTTP-Session: 6de6776a-3b9a-4136-a0a7-4e9ca37cabc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2945 | 2024.05.29 21:18:18.619772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2946 | 2024.05.29 21:18:18.619828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2947 | 2024.05.29 21:18:18.619849 [ 3 ] {} <Debug> HTTP-Session: 66f5a31f-6dfa-4b88-9a61-70e75b92417e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2948 | 2024.05.29 21:18:18.619866 [ 3 ] {} <Debug> HTTP-Session: 66f5a31f-6dfa-4b88-9a61-70e75b92417e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2949 | 2024.05.29 21:18:18.619880 [ 3 ] {} <Debug> HTTP-Session: 66f5a31f-6dfa-4b88-9a61-70e75b92417e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2950 | 2024.05.29 21:18:18.619914 [ 3 ] {} <Trace> HTTP-Session: 66f5a31f-6dfa-4b88-9a61-70e75b92417e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2951 | 2024.05.29 21:18:18.620028 [ 3 ] {941d5cd5-6dde-460b-a94e-f28864795e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2952 | 2024.05.29 21:18:18.620073 [ 3 ] {941d5cd5-6dde-460b-a94e-f28864795e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2953 | 2024.05.29 21:18:18.620206 [ 3 ] {941d5cd5-6dde-460b-a94e-f28864795e33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2954 | 2024.05.29 21:18:18.620597 [ 3 ] {941d5cd5-6dde-460b-a94e-f28864795e33} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2955 | 2024.05.29 21:18:18.620649 [ 3 ] {941d5cd5-6dde-460b-a94e-f28864795e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2956 | 2024.05.29 21:18:18.621053 [ 3 ] {941d5cd5-6dde-460b-a94e-f28864795e33} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2957 | 2024.05.29 21:18:18.621440 [ 3 ] {941d5cd5-6dde-460b-a94e-f28864795e33} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2958 | 2024.05.29 21:18:18.621590 [ 3 ] {941d5cd5-6dde-460b-a94e-f28864795e33} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001591 sec., 2514.14204902577 rows/sec., 205.01 KiB/sec. | ||
2959 | 2024.05.29 21:18:18.621751 [ 3 ] {941d5cd5-6dde-460b-a94e-f28864795e33} <Debug> DynamicQueryHandler: Done processing query | ||
2960 | 2024.05.29 21:18:18.621776 [ 3 ] {941d5cd5-6dde-460b-a94e-f28864795e33} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2961 | 2024.05.29 21:18:18.621792 [ 3 ] {} <Debug> HTTP-Session: 66f5a31f-6dfa-4b88-9a61-70e75b92417e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2962 | 2024.05.29 21:18:18.621930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 11832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2963 | 2024.05.29 21:18:18.621980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2964 | 2024.05.29 21:18:18.621998 [ 3 ] {} <Debug> HTTP-Session: 58d22bb2-42c9-441c-bc3e-23f380be40ba Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2965 | 2024.05.29 21:18:18.622015 [ 3 ] {} <Debug> HTTP-Session: 58d22bb2-42c9-441c-bc3e-23f380be40ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2966 | 2024.05.29 21:18:18.622029 [ 3 ] {} <Debug> HTTP-Session: 58d22bb2-42c9-441c-bc3e-23f380be40ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2967 | 2024.05.29 21:18:18.622062 [ 3 ] {} <Trace> HTTP-Session: 58d22bb2-42c9-441c-bc3e-23f380be40ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2968 | 2024.05.29 21:18:18.622183 [ 3 ] {4ad96ba4-2d69-4116-a635-0fcc1a872184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2969 | 2024.05.29 21:18:18.622226 [ 3 ] {4ad96ba4-2d69-4116-a635-0fcc1a872184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2970 | 2024.05.29 21:18:18.622352 [ 3 ] {4ad96ba4-2d69-4116-a635-0fcc1a872184} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2971 | 2024.05.29 21:18:18.622707 [ 3 ] {4ad96ba4-2d69-4116-a635-0fcc1a872184} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2972 | 2024.05.29 21:18:18.622743 [ 3 ] {4ad96ba4-2d69-4116-a635-0fcc1a872184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2973 | 2024.05.29 21:18:18.623069 [ 3 ] {4ad96ba4-2d69-4116-a635-0fcc1a872184} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2974 | 2024.05.29 21:18:18.623379 [ 3 ] {4ad96ba4-2d69-4116-a635-0fcc1a872184} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2975 | 2024.05.29 21:18:18.623532 [ 3 ] {4ad96ba4-2d69-4116-a635-0fcc1a872184} <Debug> executeQuery: Read 80 rows, 6.94 KiB in 0.001395 sec., 57347.67025089606 rows/sec., 4.86 MiB/sec. | ||
2976 | 2024.05.29 21:18:18.623696 [ 3 ] {4ad96ba4-2d69-4116-a635-0fcc1a872184} <Debug> DynamicQueryHandler: Done processing query | ||
2977 | 2024.05.29 21:18:18.623720 [ 3 ] {4ad96ba4-2d69-4116-a635-0fcc1a872184} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2978 | 2024.05.29 21:18:18.623736 [ 3 ] {} <Debug> HTTP-Session: 58d22bb2-42c9-441c-bc3e-23f380be40ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2979 | 2024.05.29 21:18:18.623878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2980 | 2024.05.29 21:18:18.623925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2981 | 2024.05.29 21:18:18.623944 [ 3 ] {} <Debug> HTTP-Session: ac3fe905-f685-494a-9502-8b5194cfc7a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2982 | 2024.05.29 21:18:18.623959 [ 3 ] {} <Debug> HTTP-Session: ac3fe905-f685-494a-9502-8b5194cfc7a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2983 | 2024.05.29 21:18:18.623973 [ 3 ] {} <Debug> HTTP-Session: ac3fe905-f685-494a-9502-8b5194cfc7a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2984 | 2024.05.29 21:18:18.624003 [ 3 ] {} <Trace> HTTP-Session: ac3fe905-f685-494a-9502-8b5194cfc7a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2985 | 2024.05.29 21:18:18.624096 [ 3 ] {fd46a547-18df-49d2-ad3a-93f781b7bf3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2986 | 2024.05.29 21:18:18.624137 [ 3 ] {fd46a547-18df-49d2-ad3a-93f781b7bf3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2987 | 2024.05.29 21:18:18.624262 [ 3 ] {fd46a547-18df-49d2-ad3a-93f781b7bf3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2988 | 2024.05.29 21:18:18.624670 [ 3 ] {fd46a547-18df-49d2-ad3a-93f781b7bf3d} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2989 | 2024.05.29 21:18:18.624704 [ 3 ] {fd46a547-18df-49d2-ad3a-93f781b7bf3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2990 | 2024.05.29 21:18:18.624995 [ 3 ] {fd46a547-18df-49d2-ad3a-93f781b7bf3d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2991 | 2024.05.29 21:18:18.625294 [ 3 ] {fd46a547-18df-49d2-ad3a-93f781b7bf3d} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2992 | 2024.05.29 21:18:18.625451 [ 3 ] {fd46a547-18df-49d2-ad3a-93f781b7bf3d} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001381 sec., 2896.451846488052 rows/sec., 202.24 KiB/sec. | ||
2993 | 2024.05.29 21:18:18.625611 [ 3 ] {fd46a547-18df-49d2-ad3a-93f781b7bf3d} <Debug> DynamicQueryHandler: Done processing query | ||
2994 | 2024.05.29 21:18:18.625634 [ 3 ] {fd46a547-18df-49d2-ad3a-93f781b7bf3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2995 | 2024.05.29 21:18:18.625650 [ 3 ] {} <Debug> HTTP-Session: ac3fe905-f685-494a-9502-8b5194cfc7a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2996 | 2024.05.29 21:18:18.625780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2997 | 2024.05.29 21:18:18.625826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2998 | 2024.05.29 21:18:18.625845 [ 3 ] {} <Debug> HTTP-Session: 73f0ac9e-a282-4ceb-b2fb-1e1ef3c5df25 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
2999 | 2024.05.29 21:18:18.625862 [ 3 ] {} <Debug> HTTP-Session: 73f0ac9e-a282-4ceb-b2fb-1e1ef3c5df25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3000 | 2024.05.29 21:18:18.625875 [ 3 ] {} <Debug> HTTP-Session: 73f0ac9e-a282-4ceb-b2fb-1e1ef3c5df25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3001 | 2024.05.29 21:18:18.625905 [ 3 ] {} <Trace> HTTP-Session: 73f0ac9e-a282-4ceb-b2fb-1e1ef3c5df25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3002 | 2024.05.29 21:18:18.626011 [ 3 ] {9aab1d89-e9c0-4248-bd58-7b87ce1f3da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3003 | 2024.05.29 21:18:18.626052 [ 3 ] {9aab1d89-e9c0-4248-bd58-7b87ce1f3da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3004 | 2024.05.29 21:18:18.626176 [ 3 ] {9aab1d89-e9c0-4248-bd58-7b87ce1f3da6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3005 | 2024.05.29 21:18:18.626484 [ 3 ] {9aab1d89-e9c0-4248-bd58-7b87ce1f3da6} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3006 | 2024.05.29 21:18:18.626521 [ 3 ] {9aab1d89-e9c0-4248-bd58-7b87ce1f3da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3007 | 2024.05.29 21:18:18.626864 [ 3 ] {9aab1d89-e9c0-4248-bd58-7b87ce1f3da6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3008 | 2024.05.29 21:18:18.627166 [ 3 ] {9aab1d89-e9c0-4248-bd58-7b87ce1f3da6} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3009 | 2024.05.29 21:18:18.627323 [ 3 ] {9aab1d89-e9c0-4248-bd58-7b87ce1f3da6} <Debug> executeQuery: Read 56 rows, 4.49 KiB in 0.001347 sec., 41573.86785449146 rows/sec., 3.25 MiB/sec. | ||
3010 | 2024.05.29 21:18:18.627577 [ 3 ] {9aab1d89-e9c0-4248-bd58-7b87ce1f3da6} <Debug> DynamicQueryHandler: Done processing query | ||
3011 | 2024.05.29 21:18:18.627602 [ 3 ] {9aab1d89-e9c0-4248-bd58-7b87ce1f3da6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3012 | 2024.05.29 21:18:18.627617 [ 3 ] {} <Debug> HTTP-Session: 73f0ac9e-a282-4ceb-b2fb-1e1ef3c5df25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3013 | 2024.05.29 21:18:18.627782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 11936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3014 | 2024.05.29 21:18:18.627828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3015 | 2024.05.29 21:18:18.627848 [ 3 ] {} <Debug> HTTP-Session: 1355cd38-513c-4a5c-83dd-79afabd5c996 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3016 | 2024.05.29 21:18:18.627864 [ 3 ] {} <Debug> HTTP-Session: 1355cd38-513c-4a5c-83dd-79afabd5c996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3017 | 2024.05.29 21:18:18.627878 [ 3 ] {} <Debug> HTTP-Session: 1355cd38-513c-4a5c-83dd-79afabd5c996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3018 | 2024.05.29 21:18:18.627907 [ 3 ] {} <Trace> HTTP-Session: 1355cd38-513c-4a5c-83dd-79afabd5c996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3019 | 2024.05.29 21:18:18.628028 [ 3 ] {3a068de3-0881-4da9-b243-e87714e3771a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3020 | 2024.05.29 21:18:18.628075 [ 3 ] {3a068de3-0881-4da9-b243-e87714e3771a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3021 | 2024.05.29 21:18:18.628234 [ 3 ] {3a068de3-0881-4da9-b243-e87714e3771a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3022 | 2024.05.29 21:18:18.628547 [ 3 ] {3a068de3-0881-4da9-b243-e87714e3771a} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3023 | 2024.05.29 21:18:18.628582 [ 3 ] {3a068de3-0881-4da9-b243-e87714e3771a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3024 | 2024.05.29 21:18:18.628985 [ 3 ] {3a068de3-0881-4da9-b243-e87714e3771a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3025 | 2024.05.29 21:18:18.629323 [ 3 ] {3a068de3-0881-4da9-b243-e87714e3771a} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3026 | 2024.05.29 21:18:18.629482 [ 3 ] {3a068de3-0881-4da9-b243-e87714e3771a} <Debug> executeQuery: Read 62 rows, 4.45 KiB in 0.001496 sec., 41443.85026737968 rows/sec., 2.91 MiB/sec. | ||
3027 | 2024.05.29 21:18:18.629761 [ 3 ] {3a068de3-0881-4da9-b243-e87714e3771a} <Debug> DynamicQueryHandler: Done processing query | ||
3028 | 2024.05.29 21:18:18.629786 [ 3 ] {3a068de3-0881-4da9-b243-e87714e3771a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3029 | 2024.05.29 21:18:18.629802 [ 3 ] {} <Debug> HTTP-Session: 1355cd38-513c-4a5c-83dd-79afabd5c996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3030 | 2024.05.29 21:18:18.629942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3031 | 2024.05.29 21:18:18.629989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3032 | 2024.05.29 21:18:18.630007 [ 3 ] {} <Debug> HTTP-Session: b9cb48ca-ef96-40f1-9dff-fb2e44209255 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3033 | 2024.05.29 21:18:18.630024 [ 3 ] {} <Debug> HTTP-Session: b9cb48ca-ef96-40f1-9dff-fb2e44209255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3034 | 2024.05.29 21:18:18.630037 [ 3 ] {} <Debug> HTTP-Session: b9cb48ca-ef96-40f1-9dff-fb2e44209255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3035 | 2024.05.29 21:18:18.630067 [ 3 ] {} <Trace> HTTP-Session: b9cb48ca-ef96-40f1-9dff-fb2e44209255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3036 | 2024.05.29 21:18:18.630247 [ 3 ] {5d6c08e8-5bf1-44f1-800f-c70b26930d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3037 | 2024.05.29 21:18:18.630295 [ 3 ] {5d6c08e8-5bf1-44f1-800f-c70b26930d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3038 | 2024.05.29 21:18:18.630471 [ 3 ] {5d6c08e8-5bf1-44f1-800f-c70b26930d1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3039 | 2024.05.29 21:18:18.630830 [ 3 ] {5d6c08e8-5bf1-44f1-800f-c70b26930d1a} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3040 | 2024.05.29 21:18:18.630865 [ 3 ] {5d6c08e8-5bf1-44f1-800f-c70b26930d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3041 | 2024.05.29 21:18:18.631314 [ 3 ] {5d6c08e8-5bf1-44f1-800f-c70b26930d1a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3042 | 2024.05.29 21:18:18.631659 [ 3 ] {5d6c08e8-5bf1-44f1-800f-c70b26930d1a} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3043 | 2024.05.29 21:18:18.631818 [ 3 ] {5d6c08e8-5bf1-44f1-800f-c70b26930d1a} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001676 sec., 9546.53937947494 rows/sec., 12.88 MiB/sec. | ||
3044 | 2024.05.29 21:18:18.631974 [ 3 ] {5d6c08e8-5bf1-44f1-800f-c70b26930d1a} <Debug> DynamicQueryHandler: Done processing query | ||
3045 | 2024.05.29 21:18:18.631998 [ 3 ] {5d6c08e8-5bf1-44f1-800f-c70b26930d1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3046 | 2024.05.29 21:18:18.632014 [ 3 ] {} <Debug> HTTP-Session: b9cb48ca-ef96-40f1-9dff-fb2e44209255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3047 | 2024.05.29 21:18:18.632142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 4562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3048 | 2024.05.29 21:18:18.632189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3049 | 2024.05.29 21:18:18.632207 [ 3 ] {} <Debug> HTTP-Session: 16953059-3c52-4080-85ee-aa5beb3303f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3050 | 2024.05.29 21:18:18.632223 [ 3 ] {} <Debug> HTTP-Session: 16953059-3c52-4080-85ee-aa5beb3303f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3051 | 2024.05.29 21:18:18.632239 [ 3 ] {} <Debug> HTTP-Session: 16953059-3c52-4080-85ee-aa5beb3303f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3052 | 2024.05.29 21:18:18.632269 [ 3 ] {} <Trace> HTTP-Session: 16953059-3c52-4080-85ee-aa5beb3303f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3053 | 2024.05.29 21:18:18.632399 [ 3 ] {a5f562e8-7845-414b-9d3f-72303b34a7d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3054 | 2024.05.29 21:18:18.632443 [ 3 ] {a5f562e8-7845-414b-9d3f-72303b34a7d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3055 | 2024.05.29 21:18:18.632568 [ 3 ] {a5f562e8-7845-414b-9d3f-72303b34a7d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3056 | 2024.05.29 21:18:18.632841 [ 3 ] {a5f562e8-7845-414b-9d3f-72303b34a7d4} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3057 | 2024.05.29 21:18:18.632876 [ 3 ] {a5f562e8-7845-414b-9d3f-72303b34a7d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3058 | 2024.05.29 21:18:18.633227 [ 3 ] {a5f562e8-7845-414b-9d3f-72303b34a7d4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3059 | 2024.05.29 21:18:18.633554 [ 3 ] {a5f562e8-7845-414b-9d3f-72303b34a7d4} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3060 | 2024.05.29 21:18:18.633711 [ 3 ] {a5f562e8-7845-414b-9d3f-72303b34a7d4} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001339 sec., 22404.779686333084 rows/sec., 1.48 MiB/sec. | ||
3061 | 2024.05.29 21:18:18.633996 [ 3 ] {a5f562e8-7845-414b-9d3f-72303b34a7d4} <Debug> DynamicQueryHandler: Done processing query | ||
3062 | 2024.05.29 21:18:18.634020 [ 3 ] {a5f562e8-7845-414b-9d3f-72303b34a7d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3063 | 2024.05.29 21:18:18.634035 [ 3 ] {} <Debug> HTTP-Session: 16953059-3c52-4080-85ee-aa5beb3303f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3064 | 2024.05.29 21:18:21.139710 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3065 | 2024.05.29 21:18:21.139811 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3066 | 2024.05.29 21:18:23.616708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3067 | 2024.05.29 21:18:23.616825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3068 | 2024.05.29 21:18:23.616853 [ 3 ] {} <Debug> HTTP-Session: 450f0838-315d-4e77-a0e2-e10ce5857015 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3069 | 2024.05.29 21:18:23.616880 [ 3 ] {} <Debug> HTTP-Session: 450f0838-315d-4e77-a0e2-e10ce5857015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3070 | 2024.05.29 21:18:23.616898 [ 3 ] {} <Debug> HTTP-Session: 450f0838-315d-4e77-a0e2-e10ce5857015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3071 | 2024.05.29 21:18:23.616954 [ 3 ] {} <Trace> HTTP-Session: 450f0838-315d-4e77-a0e2-e10ce5857015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3072 | 2024.05.29 21:18:23.617154 [ 3 ] {c92ff653-37a8-4ee5-b9e3-d2b52cd85b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3073 | 2024.05.29 21:18:23.617227 [ 3 ] {c92ff653-37a8-4ee5-b9e3-d2b52cd85b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3074 | 2024.05.29 21:18:23.617446 [ 3 ] {c92ff653-37a8-4ee5-b9e3-d2b52cd85b83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3075 | 2024.05.29 21:18:23.617855 [ 3 ] {c92ff653-37a8-4ee5-b9e3-d2b52cd85b83} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3076 | 2024.05.29 21:18:23.617897 [ 3 ] {c92ff653-37a8-4ee5-b9e3-d2b52cd85b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3077 | 2024.05.29 21:18:23.618277 [ 3 ] {c92ff653-37a8-4ee5-b9e3-d2b52cd85b83} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3078 | 2024.05.29 21:18:23.618606 [ 3 ] {c92ff653-37a8-4ee5-b9e3-d2b52cd85b83} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3079 | 2024.05.29 21:18:23.618752 [ 3 ] {c92ff653-37a8-4ee5-b9e3-d2b52cd85b83} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.00166 sec., 8433.734939759037 rows/sec., 683.59 KiB/sec. | ||
3080 | 2024.05.29 21:18:23.619021 [ 3 ] {c92ff653-37a8-4ee5-b9e3-d2b52cd85b83} <Debug> DynamicQueryHandler: Done processing query | ||
3081 | 2024.05.29 21:18:23.619047 [ 3 ] {c92ff653-37a8-4ee5-b9e3-d2b52cd85b83} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3082 | 2024.05.29 21:18:23.619063 [ 3 ] {} <Debug> HTTP-Session: 450f0838-315d-4e77-a0e2-e10ce5857015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3083 | 2024.05.29 21:18:23.619195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 10548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3084 | 2024.05.29 21:18:23.619244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3085 | 2024.05.29 21:18:23.619264 [ 3 ] {} <Debug> HTTP-Session: bdbf5e23-8093-4a61-99d3-555f1c65ceba Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3086 | 2024.05.29 21:18:23.619281 [ 3 ] {} <Debug> HTTP-Session: bdbf5e23-8093-4a61-99d3-555f1c65ceba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3087 | 2024.05.29 21:18:23.619294 [ 3 ] {} <Debug> HTTP-Session: bdbf5e23-8093-4a61-99d3-555f1c65ceba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3088 | 2024.05.29 21:18:23.619327 [ 3 ] {} <Trace> HTTP-Session: bdbf5e23-8093-4a61-99d3-555f1c65ceba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3089 | 2024.05.29 21:18:23.619459 [ 3 ] {17e5f2d6-d15d-4d4d-a6a1-0bdabd6d18c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3090 | 2024.05.29 21:18:23.619504 [ 3 ] {17e5f2d6-d15d-4d4d-a6a1-0bdabd6d18c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3091 | 2024.05.29 21:18:23.619653 [ 3 ] {17e5f2d6-d15d-4d4d-a6a1-0bdabd6d18c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3092 | 2024.05.29 21:18:23.619996 [ 3 ] {17e5f2d6-d15d-4d4d-a6a1-0bdabd6d18c7} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3093 | 2024.05.29 21:18:23.620034 [ 3 ] {17e5f2d6-d15d-4d4d-a6a1-0bdabd6d18c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3094 | 2024.05.29 21:18:23.620372 [ 3 ] {17e5f2d6-d15d-4d4d-a6a1-0bdabd6d18c7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3095 | 2024.05.29 21:18:23.620695 [ 3 ] {17e5f2d6-d15d-4d4d-a6a1-0bdabd6d18c7} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3096 | 2024.05.29 21:18:23.620860 [ 3 ] {17e5f2d6-d15d-4d4d-a6a1-0bdabd6d18c7} <Debug> executeQuery: Read 72 rows, 6.15 KiB in 0.001446 sec., 49792.53112033195 rows/sec., 4.15 MiB/sec. | ||
3097 | 2024.05.29 21:18:23.621027 [ 3 ] {17e5f2d6-d15d-4d4d-a6a1-0bdabd6d18c7} <Debug> DynamicQueryHandler: Done processing query | ||
3098 | 2024.05.29 21:18:23.621051 [ 3 ] {17e5f2d6-d15d-4d4d-a6a1-0bdabd6d18c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3099 | 2024.05.29 21:18:23.621066 [ 3 ] {} <Debug> HTTP-Session: bdbf5e23-8093-4a61-99d3-555f1c65ceba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3100 | 2024.05.29 21:18:23.621217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 8516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3101 | 2024.05.29 21:18:23.621265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3102 | 2024.05.29 21:18:23.621285 [ 3 ] {} <Debug> HTTP-Session: cdb15161-eb19-404a-8d08-009475bca9fb Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3103 | 2024.05.29 21:18:23.621302 [ 3 ] {} <Debug> HTTP-Session: cdb15161-eb19-404a-8d08-009475bca9fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3104 | 2024.05.29 21:18:23.621315 [ 3 ] {} <Debug> HTTP-Session: cdb15161-eb19-404a-8d08-009475bca9fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3105 | 2024.05.29 21:18:23.621346 [ 3 ] {} <Trace> HTTP-Session: cdb15161-eb19-404a-8d08-009475bca9fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3106 | 2024.05.29 21:18:23.621457 [ 3 ] {a5ae1268-4f9d-4d3b-b629-8d6b2d505693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3107 | 2024.05.29 21:18:23.621499 [ 3 ] {a5ae1268-4f9d-4d3b-b629-8d6b2d505693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3108 | 2024.05.29 21:18:23.621630 [ 3 ] {a5ae1268-4f9d-4d3b-b629-8d6b2d505693} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3109 | 2024.05.29 21:18:23.621931 [ 3 ] {a5ae1268-4f9d-4d3b-b629-8d6b2d505693} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3110 | 2024.05.29 21:18:23.621968 [ 3 ] {a5ae1268-4f9d-4d3b-b629-8d6b2d505693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3111 | 2024.05.29 21:18:23.622291 [ 3 ] {a5ae1268-4f9d-4d3b-b629-8d6b2d505693} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3112 | 2024.05.29 21:18:23.622603 [ 3 ] {a5ae1268-4f9d-4d3b-b629-8d6b2d505693} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3113 | 2024.05.29 21:18:23.622757 [ 3 ] {a5ae1268-4f9d-4d3b-b629-8d6b2d505693} <Debug> executeQuery: Read 50 rows, 4.00 KiB in 0.001332 sec., 37537.53753753754 rows/sec., 2.93 MiB/sec. | ||
3114 | 2024.05.29 21:18:23.622958 [ 3 ] {a5ae1268-4f9d-4d3b-b629-8d6b2d505693} <Debug> DynamicQueryHandler: Done processing query | ||
3115 | 2024.05.29 21:18:23.622981 [ 3 ] {a5ae1268-4f9d-4d3b-b629-8d6b2d505693} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3116 | 2024.05.29 21:18:23.622997 [ 3 ] {} <Debug> HTTP-Session: cdb15161-eb19-404a-8d08-009475bca9fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3117 | 2024.05.29 21:18:23.623125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 11557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3118 | 2024.05.29 21:18:23.623172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3119 | 2024.05.29 21:18:23.623191 [ 3 ] {} <Debug> HTTP-Session: 5adc0799-ff58-4099-b129-f91723b1a2ec Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3120 | 2024.05.29 21:18:23.623208 [ 3 ] {} <Debug> HTTP-Session: 5adc0799-ff58-4099-b129-f91723b1a2ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3121 | 2024.05.29 21:18:23.623221 [ 3 ] {} <Debug> HTTP-Session: 5adc0799-ff58-4099-b129-f91723b1a2ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3122 | 2024.05.29 21:18:23.623251 [ 3 ] {} <Trace> HTTP-Session: 5adc0799-ff58-4099-b129-f91723b1a2ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3123 | 2024.05.29 21:18:23.623363 [ 3 ] {f5e69335-39d2-4b8f-a75e-ca400854fe0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3124 | 2024.05.29 21:18:23.623409 [ 3 ] {f5e69335-39d2-4b8f-a75e-ca400854fe0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3125 | 2024.05.29 21:18:23.623554 [ 3 ] {f5e69335-39d2-4b8f-a75e-ca400854fe0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3126 | 2024.05.29 21:18:23.623898 [ 3 ] {f5e69335-39d2-4b8f-a75e-ca400854fe0e} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3127 | 2024.05.29 21:18:23.623935 [ 3 ] {f5e69335-39d2-4b8f-a75e-ca400854fe0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3128 | 2024.05.29 21:18:23.624325 [ 3 ] {f5e69335-39d2-4b8f-a75e-ca400854fe0e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3129 | 2024.05.29 21:18:23.624666 [ 3 ] {f5e69335-39d2-4b8f-a75e-ca400854fe0e} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3130 | 2024.05.29 21:18:23.624823 [ 3 ] {f5e69335-39d2-4b8f-a75e-ca400854fe0e} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.82 MiB/sec. | ||
3131 | 2024.05.29 21:18:23.624822 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3132 | 2024.05.29 21:18:23.624934 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3133 | 2024.05.29 21:18:23.624988 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3134 | 2024.05.29 21:18:23.625078 [ 3 ] {f5e69335-39d2-4b8f-a75e-ca400854fe0e} <Debug> DynamicQueryHandler: Done processing query | ||
3135 | 2024.05.29 21:18:23.625127 [ 3 ] {f5e69335-39d2-4b8f-a75e-ca400854fe0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3136 | 2024.05.29 21:18:23.625176 [ 3 ] {} <Debug> HTTP-Session: 5adc0799-ff58-4099-b129-f91723b1a2ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3137 | 2024.05.29 21:18:23.625253 [ 193 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
3138 | 2024.05.29 21:18:23.625351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3139 | 2024.05.29 21:18:23.625445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3140 | 2024.05.29 21:18:23.625500 [ 3 ] {} <Debug> HTTP-Session: 0723b9df-0948-4872-bfae-98c7b24c4f3d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3141 | 2024.05.29 21:18:23.625544 [ 3 ] {} <Debug> HTTP-Session: 0723b9df-0948-4872-bfae-98c7b24c4f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3142 | 2024.05.29 21:18:23.625583 [ 3 ] {} <Debug> HTTP-Session: 0723b9df-0948-4872-bfae-98c7b24c4f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3143 | 2024.05.29 21:18:23.625604 [ 193 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3144 | 2024.05.29 21:18:23.625641 [ 3 ] {} <Trace> HTTP-Session: 0723b9df-0948-4872-bfae-98c7b24c4f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3145 | 2024.05.29 21:18:23.625682 [ 193 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 60 rows starting from the beginning of the part | ||
3146 | 2024.05.29 21:18:23.625875 [ 193 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 503 rows starting from the beginning of the part | ||
3147 | 2024.05.29 21:18:23.625972 [ 193 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part | ||
3148 | 2024.05.29 21:18:23.626306 [ 3 ] {33b5d92c-bd36-4be6-9466-b53e8699068a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3149 | 2024.05.29 21:18:23.626321 [ 193 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
3150 | 2024.05.29 21:18:23.626571 [ 3 ] {33b5d92c-bd36-4be6-9466-b53e8699068a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3151 | 2024.05.29 21:18:23.626714 [ 193 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 62 rows starting from the beginning of the part | ||
3152 | 2024.05.29 21:18:23.627046 [ 193 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
3153 | 2024.05.29 21:18:23.627771 [ 3 ] {33b5d92c-bd36-4be6-9466-b53e8699068a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3154 | 2024.05.29 21:18:23.628533 [ 3 ] {33b5d92c-bd36-4be6-9466-b53e8699068a} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3155 | 2024.05.29 21:18:23.628598 [ 3 ] {33b5d92c-bd36-4be6-9466-b53e8699068a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3156 | 2024.05.29 21:18:23.629993 [ 3 ] {33b5d92c-bd36-4be6-9466-b53e8699068a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3157 | 2024.05.29 21:18:23.630042 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 795 rows, containing 5 columns (5 merged, 0 gathered) in 0.004938776 sec., 160971.05841609338 rows/sec., 11.40 MiB/sec. | ||
3158 | 2024.05.29 21:18:23.630298 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3159 | 2024.05.29 21:18:23.630547 [ 3 ] {33b5d92c-bd36-4be6-9466-b53e8699068a} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3160 | 2024.05.29 21:18:23.630911 [ 3 ] {33b5d92c-bd36-4be6-9466-b53e8699068a} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.005105 sec., 2742.409402546523 rows/sec., 3.70 MiB/sec. | ||
3161 | 2024.05.29 21:18:23.631295 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3162 | 2024.05.29 21:18:23.631516 [ 3 ] {33b5d92c-bd36-4be6-9466-b53e8699068a} <Debug> DynamicQueryHandler: Done processing query | ||
3163 | 2024.05.29 21:18:23.631534 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3164 | 2024.05.29 21:18:23.631544 [ 3 ] {33b5d92c-bd36-4be6-9466-b53e8699068a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3165 | 2024.05.29 21:18:23.631566 [ 3 ] {} <Debug> HTTP-Session: 0723b9df-0948-4872-bfae-98c7b24c4f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3166 | 2024.05.29 21:18:23.631645 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3167 | 2024.05.29 21:18:23.631701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 4562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3168 | 2024.05.29 21:18:23.631752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3169 | 2024.05.29 21:18:23.631770 [ 3 ] {} <Debug> HTTP-Session: 0fb28902-260c-4587-8533-347e667defec Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3170 | 2024.05.29 21:18:23.631786 [ 3 ] {} <Debug> HTTP-Session: 0fb28902-260c-4587-8533-347e667defec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3171 | 2024.05.29 21:18:23.631799 [ 3 ] {} <Debug> HTTP-Session: 0fb28902-260c-4587-8533-347e667defec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3172 | 2024.05.29 21:18:23.631830 [ 3 ] {} <Trace> HTTP-Session: 0fb28902-260c-4587-8533-347e667defec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3173 | 2024.05.29 21:18:23.631936 [ 3 ] {2112ebd0-531f-4a0a-98bb-d76a65457d5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3174 | 2024.05.29 21:18:23.631982 [ 3 ] {2112ebd0-531f-4a0a-98bb-d76a65457d5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3175 | 2024.05.29 21:18:23.632123 [ 3 ] {2112ebd0-531f-4a0a-98bb-d76a65457d5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3176 | 2024.05.29 21:18:23.632409 [ 3 ] {2112ebd0-531f-4a0a-98bb-d76a65457d5f} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3177 | 2024.05.29 21:18:23.632445 [ 3 ] {2112ebd0-531f-4a0a-98bb-d76a65457d5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3178 | 2024.05.29 21:18:23.632850 [ 3 ] {2112ebd0-531f-4a0a-98bb-d76a65457d5f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3179 | 2024.05.29 21:18:23.633301 [ 3 ] {2112ebd0-531f-4a0a-98bb-d76a65457d5f} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3180 | 2024.05.29 21:18:23.633465 [ 33 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3181 | 2024.05.29 21:18:23.633484 [ 3 ] {2112ebd0-531f-4a0a-98bb-d76a65457d5f} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001573 sec., 19071.837253655434 rows/sec., 1.26 MiB/sec. | ||
3182 | 2024.05.29 21:18:23.633516 [ 33 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3183 | 2024.05.29 21:18:23.633580 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3184 | 2024.05.29 21:18:23.633779 [ 193 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
3185 | 2024.05.29 21:18:23.633812 [ 3 ] {2112ebd0-531f-4a0a-98bb-d76a65457d5f} <Debug> DynamicQueryHandler: Done processing query | ||
3186 | 2024.05.29 21:18:23.633854 [ 3 ] {2112ebd0-531f-4a0a-98bb-d76a65457d5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3187 | 2024.05.29 21:18:23.633885 [ 3 ] {} <Debug> HTTP-Session: 0fb28902-260c-4587-8533-347e667defec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3188 | 2024.05.29 21:18:23.633978 [ 193 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3189 | 2024.05.29 21:18:23.634013 [ 193 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 60 rows starting from the beginning of the part | ||
3190 | 2024.05.29 21:18:23.634101 [ 193 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
3191 | 2024.05.29 21:18:23.634338 [ 193 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
3192 | 2024.05.29 21:18:23.634437 [ 193 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
3193 | 2024.05.29 21:18:23.634633 [ 193 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
3194 | 2024.05.29 21:18:23.634877 [ 193 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
3195 | 2024.05.29 21:18:23.635909 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.002224935 sec., 83597.94780521678 rows/sec., 5.39 MiB/sec. | ||
3196 | 2024.05.29 21:18:23.636116 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3197 | 2024.05.29 21:18:23.636715 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_11_2} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3198 | 2024.05.29 21:18:23.636814 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_11_2} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3199 | 2024.05.29 21:18:23.636915 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3200 | 2024.05.29 21:18:28.616334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3201 | 2024.05.29 21:18:28.616473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3202 | 2024.05.29 21:18:28.616500 [ 3 ] {} <Debug> HTTP-Session: d2d5f8bc-72bc-4732-9d17-1b4f6bf1fc6c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3203 | 2024.05.29 21:18:28.616528 [ 3 ] {} <Debug> HTTP-Session: d2d5f8bc-72bc-4732-9d17-1b4f6bf1fc6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3204 | 2024.05.29 21:18:28.616545 [ 3 ] {} <Debug> HTTP-Session: d2d5f8bc-72bc-4732-9d17-1b4f6bf1fc6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3205 | 2024.05.29 21:18:28.616602 [ 3 ] {} <Trace> HTTP-Session: d2d5f8bc-72bc-4732-9d17-1b4f6bf1fc6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3206 | 2024.05.29 21:18:28.616799 [ 3 ] {cef52bb8-78f4-44c0-b685-752fc67620d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3207 | 2024.05.29 21:18:28.616864 [ 3 ] {cef52bb8-78f4-44c0-b685-752fc67620d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3208 | 2024.05.29 21:18:28.617056 [ 3 ] {cef52bb8-78f4-44c0-b685-752fc67620d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3209 | 2024.05.29 21:18:28.617484 [ 3 ] {cef52bb8-78f4-44c0-b685-752fc67620d3} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3210 | 2024.05.29 21:18:28.617526 [ 3 ] {cef52bb8-78f4-44c0-b685-752fc67620d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3211 | 2024.05.29 21:18:28.617888 [ 3 ] {cef52bb8-78f4-44c0-b685-752fc67620d3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3212 | 2024.05.29 21:18:28.618218 [ 3 ] {cef52bb8-78f4-44c0-b685-752fc67620d3} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3213 | 2024.05.29 21:18:28.618374 [ 3 ] {cef52bb8-78f4-44c0-b685-752fc67620d3} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001634 sec., 9791.921664626683 rows/sec., 793.68 KiB/sec. | ||
3214 | 2024.05.29 21:18:28.618583 [ 3 ] {cef52bb8-78f4-44c0-b685-752fc67620d3} <Debug> DynamicQueryHandler: Done processing query | ||
3215 | 2024.05.29 21:18:28.618607 [ 3 ] {cef52bb8-78f4-44c0-b685-752fc67620d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3216 | 2024.05.29 21:18:28.618624 [ 3 ] {} <Debug> HTTP-Session: d2d5f8bc-72bc-4732-9d17-1b4f6bf1fc6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3217 | 2024.05.29 21:18:28.618740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3218 | 2024.05.29 21:18:28.618788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3219 | 2024.05.29 21:18:28.618808 [ 3 ] {} <Debug> HTTP-Session: 32722075-49aa-44db-9816-5d05c31f7c36 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3220 | 2024.05.29 21:18:28.618824 [ 3 ] {} <Debug> HTTP-Session: 32722075-49aa-44db-9816-5d05c31f7c36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3221 | 2024.05.29 21:18:28.618837 [ 3 ] {} <Debug> HTTP-Session: 32722075-49aa-44db-9816-5d05c31f7c36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3222 | 2024.05.29 21:18:28.618869 [ 3 ] {} <Trace> HTTP-Session: 32722075-49aa-44db-9816-5d05c31f7c36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3223 | 2024.05.29 21:18:28.618962 [ 3 ] {7ad82c7b-f78e-4cea-b1b8-30aa78f29996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3224 | 2024.05.29 21:18:28.619105 [ 3 ] {7ad82c7b-f78e-4cea-b1b8-30aa78f29996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3225 | 2024.05.29 21:18:28.619236 [ 3 ] {7ad82c7b-f78e-4cea-b1b8-30aa78f29996} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3226 | 2024.05.29 21:18:28.619570 [ 3 ] {7ad82c7b-f78e-4cea-b1b8-30aa78f29996} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3227 | 2024.05.29 21:18:28.619606 [ 3 ] {7ad82c7b-f78e-4cea-b1b8-30aa78f29996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3228 | 2024.05.29 21:18:28.619902 [ 3 ] {7ad82c7b-f78e-4cea-b1b8-30aa78f29996} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3229 | 2024.05.29 21:18:28.620209 [ 3 ] {7ad82c7b-f78e-4cea-b1b8-30aa78f29996} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3230 | 2024.05.29 21:18:28.620369 [ 3 ] {7ad82c7b-f78e-4cea-b1b8-30aa78f29996} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001417 sec., 1411.4326040931544 rows/sec., 115.09 KiB/sec. | ||
3231 | 2024.05.29 21:18:28.620654 [ 3 ] {7ad82c7b-f78e-4cea-b1b8-30aa78f29996} <Debug> DynamicQueryHandler: Done processing query | ||
3232 | 2024.05.29 21:18:28.620686 [ 3 ] {7ad82c7b-f78e-4cea-b1b8-30aa78f29996} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3233 | 2024.05.29 21:18:28.620702 [ 3 ] {} <Debug> HTTP-Session: 32722075-49aa-44db-9816-5d05c31f7c36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3234 | 2024.05.29 21:18:28.620827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 11699, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3235 | 2024.05.29 21:18:28.620969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3236 | 2024.05.29 21:18:28.620988 [ 3 ] {} <Debug> HTTP-Session: 2a2068ab-ea49-40aa-b1e0-48cca61a8942 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3237 | 2024.05.29 21:18:28.621005 [ 3 ] {} <Debug> HTTP-Session: 2a2068ab-ea49-40aa-b1e0-48cca61a8942 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3238 | 2024.05.29 21:18:28.621019 [ 3 ] {} <Debug> HTTP-Session: 2a2068ab-ea49-40aa-b1e0-48cca61a8942 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3239 | 2024.05.29 21:18:28.621049 [ 3 ] {} <Trace> HTTP-Session: 2a2068ab-ea49-40aa-b1e0-48cca61a8942 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3240 | 2024.05.29 21:18:28.621204 [ 3 ] {c1b06f5a-909d-4496-a5ef-eae7634977e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3241 | 2024.05.29 21:18:28.621246 [ 3 ] {c1b06f5a-909d-4496-a5ef-eae7634977e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3242 | 2024.05.29 21:18:28.621384 [ 3 ] {c1b06f5a-909d-4496-a5ef-eae7634977e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3243 | 2024.05.29 21:18:28.621707 [ 3 ] {c1b06f5a-909d-4496-a5ef-eae7634977e9} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3244 | 2024.05.29 21:18:28.621742 [ 3 ] {c1b06f5a-909d-4496-a5ef-eae7634977e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3245 | 2024.05.29 21:18:28.622084 [ 3 ] {c1b06f5a-909d-4496-a5ef-eae7634977e9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3246 | 2024.05.29 21:18:28.622385 [ 3 ] {c1b06f5a-909d-4496-a5ef-eae7634977e9} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3247 | 2024.05.29 21:18:28.622543 [ 3 ] {c1b06f5a-909d-4496-a5ef-eae7634977e9} <Debug> executeQuery: Read 79 rows, 6.86 KiB in 0.001415 sec., 55830.3886925795 rows/sec., 4.74 MiB/sec. | ||
3248 | 2024.05.29 21:18:28.622707 [ 3 ] {c1b06f5a-909d-4496-a5ef-eae7634977e9} <Debug> DynamicQueryHandler: Done processing query | ||
3249 | 2024.05.29 21:18:28.622730 [ 3 ] {c1b06f5a-909d-4496-a5ef-eae7634977e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3250 | 2024.05.29 21:18:28.622745 [ 3 ] {} <Debug> HTTP-Session: 2a2068ab-ea49-40aa-b1e0-48cca61a8942 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3251 | 2024.05.29 21:18:28.622933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3252 | 2024.05.29 21:18:28.622979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3253 | 2024.05.29 21:18:28.622998 [ 3 ] {} <Debug> HTTP-Session: e5895eda-9106-4d6a-ba26-eba79eeca72e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3254 | 2024.05.29 21:18:28.623013 [ 3 ] {} <Debug> HTTP-Session: e5895eda-9106-4d6a-ba26-eba79eeca72e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3255 | 2024.05.29 21:18:28.623027 [ 3 ] {} <Debug> HTTP-Session: e5895eda-9106-4d6a-ba26-eba79eeca72e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3256 | 2024.05.29 21:18:28.623057 [ 3 ] {} <Trace> HTTP-Session: e5895eda-9106-4d6a-ba26-eba79eeca72e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3257 | 2024.05.29 21:18:28.623151 [ 3 ] {2b01ff0e-5dc9-4bf9-b074-bb031baa77f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3258 | 2024.05.29 21:18:28.623192 [ 3 ] {2b01ff0e-5dc9-4bf9-b074-bb031baa77f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3259 | 2024.05.29 21:18:28.623320 [ 3 ] {2b01ff0e-5dc9-4bf9-b074-bb031baa77f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3260 | 2024.05.29 21:18:28.623576 [ 3 ] {2b01ff0e-5dc9-4bf9-b074-bb031baa77f5} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3261 | 2024.05.29 21:18:28.623612 [ 3 ] {2b01ff0e-5dc9-4bf9-b074-bb031baa77f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3262 | 2024.05.29 21:18:28.623905 [ 3 ] {2b01ff0e-5dc9-4bf9-b074-bb031baa77f5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3263 | 2024.05.29 21:18:28.624205 [ 3 ] {2b01ff0e-5dc9-4bf9-b074-bb031baa77f5} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3264 | 2024.05.29 21:18:28.624353 [ 3 ] {2b01ff0e-5dc9-4bf9-b074-bb031baa77f5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001227 sec., 1629.9918500407498 rows/sec., 113.81 KiB/sec. | ||
3265 | 2024.05.29 21:18:28.624563 [ 3 ] {2b01ff0e-5dc9-4bf9-b074-bb031baa77f5} <Debug> DynamicQueryHandler: Done processing query | ||
3266 | 2024.05.29 21:18:28.624586 [ 3 ] {2b01ff0e-5dc9-4bf9-b074-bb031baa77f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3267 | 2024.05.29 21:18:28.624601 [ 3 ] {} <Debug> HTTP-Session: e5895eda-9106-4d6a-ba26-eba79eeca72e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3268 | 2024.05.29 21:18:28.624770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3269 | 2024.05.29 21:18:28.624815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3270 | 2024.05.29 21:18:28.624834 [ 3 ] {} <Debug> HTTP-Session: 1906992e-2589-41b0-88d3-cb7a8ea76a52 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3271 | 2024.05.29 21:18:28.624851 [ 3 ] {} <Debug> HTTP-Session: 1906992e-2589-41b0-88d3-cb7a8ea76a52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3272 | 2024.05.29 21:18:28.624864 [ 3 ] {} <Debug> HTTP-Session: 1906992e-2589-41b0-88d3-cb7a8ea76a52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3273 | 2024.05.29 21:18:28.624894 [ 3 ] {} <Trace> HTTP-Session: 1906992e-2589-41b0-88d3-cb7a8ea76a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3274 | 2024.05.29 21:18:28.624999 [ 3 ] {18002834-872d-4028-ac7b-4c237748f5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3275 | 2024.05.29 21:18:28.625039 [ 3 ] {18002834-872d-4028-ac7b-4c237748f5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3276 | 2024.05.29 21:18:28.625173 [ 3 ] {18002834-872d-4028-ac7b-4c237748f5ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3277 | 2024.05.29 21:18:28.625467 [ 3 ] {18002834-872d-4028-ac7b-4c237748f5ed} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3278 | 2024.05.29 21:18:28.625503 [ 3 ] {18002834-872d-4028-ac7b-4c237748f5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3279 | 2024.05.29 21:18:28.625813 [ 3 ] {18002834-872d-4028-ac7b-4c237748f5ed} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3280 | 2024.05.29 21:18:28.626105 [ 3 ] {18002834-872d-4028-ac7b-4c237748f5ed} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3281 | 2024.05.29 21:18:28.626262 [ 3 ] {18002834-872d-4028-ac7b-4c237748f5ed} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001288 sec., 41925.46583850931 rows/sec., 3.28 MiB/sec. | ||
3282 | 2024.05.29 21:18:28.626422 [ 3 ] {18002834-872d-4028-ac7b-4c237748f5ed} <Debug> DynamicQueryHandler: Done processing query | ||
3283 | 2024.05.29 21:18:28.626445 [ 3 ] {18002834-872d-4028-ac7b-4c237748f5ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3284 | 2024.05.29 21:18:28.626461 [ 3 ] {} <Debug> HTTP-Session: 1906992e-2589-41b0-88d3-cb7a8ea76a52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3285 | 2024.05.29 21:18:28.626578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 11748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3286 | 2024.05.29 21:18:28.626624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3287 | 2024.05.29 21:18:28.626642 [ 3 ] {} <Debug> HTTP-Session: df030214-033d-4354-afba-79682312dfbd Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3288 | 2024.05.29 21:18:28.626658 [ 3 ] {} <Debug> HTTP-Session: df030214-033d-4354-afba-79682312dfbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3289 | 2024.05.29 21:18:28.626671 [ 3 ] {} <Debug> HTTP-Session: df030214-033d-4354-afba-79682312dfbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3290 | 2024.05.29 21:18:28.626701 [ 3 ] {} <Trace> HTTP-Session: df030214-033d-4354-afba-79682312dfbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3291 | 2024.05.29 21:18:28.626812 [ 3 ] {395146b8-d303-4dd5-84aa-683836c36658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3292 | 2024.05.29 21:18:28.626858 [ 3 ] {395146b8-d303-4dd5-84aa-683836c36658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3293 | 2024.05.29 21:18:28.627003 [ 3 ] {395146b8-d303-4dd5-84aa-683836c36658} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3294 | 2024.05.29 21:18:28.627356 [ 3 ] {395146b8-d303-4dd5-84aa-683836c36658} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3295 | 2024.05.29 21:18:28.627401 [ 3 ] {395146b8-d303-4dd5-84aa-683836c36658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3296 | 2024.05.29 21:18:28.627844 [ 3 ] {395146b8-d303-4dd5-84aa-683836c36658} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3297 | 2024.05.29 21:18:28.628181 [ 3 ] {395146b8-d303-4dd5-84aa-683836c36658} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3298 | 2024.05.29 21:18:28.628349 [ 3 ] {395146b8-d303-4dd5-84aa-683836c36658} <Debug> executeQuery: Read 61 rows, 4.38 KiB in 0.001566 sec., 38952.74584929758 rows/sec., 2.73 MiB/sec. | ||
3299 | 2024.05.29 21:18:28.628738 [ 3 ] {395146b8-d303-4dd5-84aa-683836c36658} <Debug> DynamicQueryHandler: Done processing query | ||
3300 | 2024.05.29 21:18:28.628769 [ 3 ] {395146b8-d303-4dd5-84aa-683836c36658} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3301 | 2024.05.29 21:18:28.628786 [ 3 ] {} <Debug> HTTP-Session: df030214-033d-4354-afba-79682312dfbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3302 | 2024.05.29 21:18:28.628976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3303 | 2024.05.29 21:18:28.629024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3304 | 2024.05.29 21:18:28.629043 [ 3 ] {} <Debug> HTTP-Session: 8f2249b3-d72c-43e2-a9fd-8772a82491de Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3305 | 2024.05.29 21:18:28.629060 [ 3 ] {} <Debug> HTTP-Session: 8f2249b3-d72c-43e2-a9fd-8772a82491de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3306 | 2024.05.29 21:18:28.629073 [ 3 ] {} <Debug> HTTP-Session: 8f2249b3-d72c-43e2-a9fd-8772a82491de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3307 | 2024.05.29 21:18:28.629103 [ 3 ] {} <Trace> HTTP-Session: 8f2249b3-d72c-43e2-a9fd-8772a82491de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3308 | 2024.05.29 21:18:28.629300 [ 3 ] {2b9967c9-932d-41d4-95d4-78e918ce1f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3309 | 2024.05.29 21:18:28.629351 [ 3 ] {2b9967c9-932d-41d4-95d4-78e918ce1f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3310 | 2024.05.29 21:18:28.629534 [ 3 ] {2b9967c9-932d-41d4-95d4-78e918ce1f2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3311 | 2024.05.29 21:18:28.630012 [ 3 ] {2b9967c9-932d-41d4-95d4-78e918ce1f2c} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3312 | 2024.05.29 21:18:28.630047 [ 3 ] {2b9967c9-932d-41d4-95d4-78e918ce1f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3313 | 2024.05.29 21:18:28.630461 [ 3 ] {2b9967c9-932d-41d4-95d4-78e918ce1f2c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3314 | 2024.05.29 21:18:28.630794 [ 3 ] {2b9967c9-932d-41d4-95d4-78e918ce1f2c} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3315 | 2024.05.29 21:18:28.630953 [ 3 ] {2b9967c9-932d-41d4-95d4-78e918ce1f2c} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001769 sec., 9044.657998869417 rows/sec., 12.21 MiB/sec. | ||
3316 | 2024.05.29 21:18:28.631126 [ 3 ] {2b9967c9-932d-41d4-95d4-78e918ce1f2c} <Debug> DynamicQueryHandler: Done processing query | ||
3317 | 2024.05.29 21:18:28.631150 [ 3 ] {2b9967c9-932d-41d4-95d4-78e918ce1f2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3318 | 2024.05.29 21:18:28.631165 [ 3 ] {} <Debug> HTTP-Session: 8f2249b3-d72c-43e2-a9fd-8772a82491de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3319 | 2024.05.29 21:18:28.631286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 4562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3320 | 2024.05.29 21:18:28.631333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3321 | 2024.05.29 21:18:28.631352 [ 3 ] {} <Debug> HTTP-Session: 26b0f203-169c-4499-8125-91eddc8ffa9e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3322 | 2024.05.29 21:18:28.631368 [ 3 ] {} <Debug> HTTP-Session: 26b0f203-169c-4499-8125-91eddc8ffa9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3323 | 2024.05.29 21:18:28.631381 [ 3 ] {} <Debug> HTTP-Session: 26b0f203-169c-4499-8125-91eddc8ffa9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3324 | 2024.05.29 21:18:28.631412 [ 3 ] {} <Trace> HTTP-Session: 26b0f203-169c-4499-8125-91eddc8ffa9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3325 | 2024.05.29 21:18:28.631512 [ 3 ] {7cba0fdf-436a-41e6-979f-dfa04a4c543c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3326 | 2024.05.29 21:18:28.631556 [ 3 ] {7cba0fdf-436a-41e6-979f-dfa04a4c543c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3327 | 2024.05.29 21:18:28.631681 [ 3 ] {7cba0fdf-436a-41e6-979f-dfa04a4c543c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3328 | 2024.05.29 21:18:28.631934 [ 3 ] {7cba0fdf-436a-41e6-979f-dfa04a4c543c} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3329 | 2024.05.29 21:18:28.631970 [ 3 ] {7cba0fdf-436a-41e6-979f-dfa04a4c543c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3330 | 2024.05.29 21:18:28.632330 [ 3 ] {7cba0fdf-436a-41e6-979f-dfa04a4c543c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3331 | 2024.05.29 21:18:28.632656 [ 3 ] {7cba0fdf-436a-41e6-979f-dfa04a4c543c} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3332 | 2024.05.29 21:18:28.632813 [ 3 ] {7cba0fdf-436a-41e6-979f-dfa04a4c543c} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.00133 sec., 22556.390977443607 rows/sec., 1.50 MiB/sec. | ||
3333 | 2024.05.29 21:18:28.632964 [ 3 ] {7cba0fdf-436a-41e6-979f-dfa04a4c543c} <Debug> DynamicQueryHandler: Done processing query | ||
3334 | 2024.05.29 21:18:28.632987 [ 3 ] {7cba0fdf-436a-41e6-979f-dfa04a4c543c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3335 | 2024.05.29 21:18:28.633003 [ 3 ] {} <Debug> HTTP-Session: 26b0f203-169c-4499-8125-91eddc8ffa9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3336 | 2024.05.29 21:18:33.617959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3337 | 2024.05.29 21:18:33.618103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3338 | 2024.05.29 21:18:33.618133 [ 3 ] {} <Debug> HTTP-Session: 01552126-2bc9-451f-ab72-7b40101834c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3339 | 2024.05.29 21:18:33.618161 [ 3 ] {} <Debug> HTTP-Session: 01552126-2bc9-451f-ab72-7b40101834c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3340 | 2024.05.29 21:18:33.618179 [ 3 ] {} <Debug> HTTP-Session: 01552126-2bc9-451f-ab72-7b40101834c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3341 | 2024.05.29 21:18:33.618235 [ 3 ] {} <Trace> HTTP-Session: 01552126-2bc9-451f-ab72-7b40101834c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3342 | 2024.05.29 21:18:33.618441 [ 3 ] {cce1f62a-160e-4516-9bd4-5a375a3f6483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3343 | 2024.05.29 21:18:33.618519 [ 3 ] {cce1f62a-160e-4516-9bd4-5a375a3f6483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3344 | 2024.05.29 21:18:33.618743 [ 3 ] {cce1f62a-160e-4516-9bd4-5a375a3f6483} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3345 | 2024.05.29 21:18:33.619203 [ 3 ] {cce1f62a-160e-4516-9bd4-5a375a3f6483} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3346 | 2024.05.29 21:18:33.619250 [ 3 ] {cce1f62a-160e-4516-9bd4-5a375a3f6483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3347 | 2024.05.29 21:18:33.619630 [ 3 ] {cce1f62a-160e-4516-9bd4-5a375a3f6483} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3348 | 2024.05.29 21:18:33.619962 [ 3 ] {cce1f62a-160e-4516-9bd4-5a375a3f6483} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3349 | 2024.05.29 21:18:33.620113 [ 3 ] {cce1f62a-160e-4516-9bd4-5a375a3f6483} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001731 sec., 8087.810514153669 rows/sec., 655.55 KiB/sec. | ||
3350 | 2024.05.29 21:18:33.620192 [ 12 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3351 | 2024.05.29 21:18:33.620313 [ 12 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3352 | 2024.05.29 21:18:33.620377 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3353 | 2024.05.29 21:18:33.620426 [ 3 ] {cce1f62a-160e-4516-9bd4-5a375a3f6483} <Debug> DynamicQueryHandler: Done processing query | ||
3354 | 2024.05.29 21:18:33.620487 [ 3 ] {cce1f62a-160e-4516-9bd4-5a375a3f6483} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3355 | 2024.05.29 21:18:33.620515 [ 3 ] {} <Debug> HTTP-Session: 01552126-2bc9-451f-ab72-7b40101834c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3356 | 2024.05.29 21:18:33.620640 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
3357 | 2024.05.29 21:18:33.620732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3358 | 2024.05.29 21:18:33.620847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3359 | 2024.05.29 21:18:33.620910 [ 3 ] {} <Debug> HTTP-Session: 7faa4e1a-6df6-4115-ad67-dcda3d096f3c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3360 | 2024.05.29 21:18:33.620958 [ 3 ] {} <Debug> HTTP-Session: 7faa4e1a-6df6-4115-ad67-dcda3d096f3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3361 | 2024.05.29 21:18:33.620992 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3362 | 2024.05.29 21:18:33.620998 [ 3 ] {} <Debug> HTTP-Session: 7faa4e1a-6df6-4115-ad67-dcda3d096f3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3363 | 2024.05.29 21:18:33.621057 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 30 rows starting from the beginning of the part | ||
3364 | 2024.05.29 21:18:33.621081 [ 3 ] {} <Trace> HTTP-Session: 7faa4e1a-6df6-4115-ad67-dcda3d096f3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3365 | 2024.05.29 21:18:33.621299 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
3366 | 2024.05.29 21:18:33.621350 [ 3 ] {0554fdb2-6eec-4127-a1d1-fd3d3f998636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3367 | 2024.05.29 21:18:33.621490 [ 3 ] {0554fdb2-6eec-4127-a1d1-fd3d3f998636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3368 | 2024.05.29 21:18:33.621535 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part | ||
3369 | 2024.05.29 21:18:33.621963 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
3370 | 2024.05.29 21:18:33.622341 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part | ||
3371 | 2024.05.29 21:18:33.622720 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
3372 | 2024.05.29 21:18:33.622826 [ 3 ] {0554fdb2-6eec-4127-a1d1-fd3d3f998636} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3373 | 2024.05.29 21:18:33.623675 [ 3 ] {0554fdb2-6eec-4127-a1d1-fd3d3f998636} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3374 | 2024.05.29 21:18:33.623733 [ 3 ] {0554fdb2-6eec-4127-a1d1-fd3d3f998636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3375 | 2024.05.29 21:18:33.624566 [ 3 ] {0554fdb2-6eec-4127-a1d1-fd3d3f998636} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3376 | 2024.05.29 21:18:33.625365 [ 193 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.004850294 sec., 21441.999186028723 rows/sec., 1.70 MiB/sec. | ||
3377 | 2024.05.29 21:18:33.625521 [ 3 ] {0554fdb2-6eec-4127-a1d1-fd3d3f998636} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3378 | 2024.05.29 21:18:33.625574 [ 193 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3379 | 2024.05.29 21:18:33.625797 [ 3 ] {0554fdb2-6eec-4127-a1d1-fd3d3f998636} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004569 sec., 437.7325454147516 rows/sec., 35.69 KiB/sec. | ||
3380 | 2024.05.29 21:18:33.626243 [ 3 ] {0554fdb2-6eec-4127-a1d1-fd3d3f998636} <Debug> DynamicQueryHandler: Done processing query | ||
3381 | 2024.05.29 21:18:33.626291 [ 3 ] {0554fdb2-6eec-4127-a1d1-fd3d3f998636} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3382 | 2024.05.29 21:18:33.626317 [ 3 ] {} <Debug> HTTP-Session: 7faa4e1a-6df6-4115-ad67-dcda3d096f3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3383 | 2024.05.29 21:18:33.626420 [ 193 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_16_3} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3384 | 2024.05.29 21:18:33.626499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3385 | 2024.05.29 21:18:33.626555 [ 193 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_16_3} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3386 | 2024.05.29 21:18:33.626573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3387 | 2024.05.29 21:18:33.626608 [ 3 ] {} <Debug> HTTP-Session: 38022d7e-4b9d-4303-8fca-11cd6591af63 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3388 | 2024.05.29 21:18:33.626659 [ 3 ] {} <Debug> HTTP-Session: 38022d7e-4b9d-4303-8fca-11cd6591af63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3389 | 2024.05.29 21:18:33.626690 [ 3 ] {} <Debug> HTTP-Session: 38022d7e-4b9d-4303-8fca-11cd6591af63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3390 | 2024.05.29 21:18:33.626694 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3391 | 2024.05.29 21:18:33.626750 [ 3 ] {} <Trace> HTTP-Session: 38022d7e-4b9d-4303-8fca-11cd6591af63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3392 | 2024.05.29 21:18:33.626920 [ 3 ] {3e407cf4-f757-459c-b184-417dbcbf5350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3393 | 2024.05.29 21:18:33.626963 [ 3 ] {3e407cf4-f757-459c-b184-417dbcbf5350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3394 | 2024.05.29 21:18:33.627112 [ 3 ] {3e407cf4-f757-459c-b184-417dbcbf5350} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3395 | 2024.05.29 21:18:33.627465 [ 3 ] {3e407cf4-f757-459c-b184-417dbcbf5350} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3396 | 2024.05.29 21:18:33.627502 [ 3 ] {3e407cf4-f757-459c-b184-417dbcbf5350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3397 | 2024.05.29 21:18:33.627829 [ 3 ] {3e407cf4-f757-459c-b184-417dbcbf5350} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3398 | 2024.05.29 21:18:33.628140 [ 3 ] {3e407cf4-f757-459c-b184-417dbcbf5350} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3399 | 2024.05.29 21:18:33.628293 [ 12 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3400 | 2024.05.29 21:18:33.628302 [ 3 ] {3e407cf4-f757-459c-b184-417dbcbf5350} <Debug> executeQuery: Read 109 rows, 9.03 KiB in 0.001428 sec., 76330.53221288515 rows/sec., 6.18 MiB/sec. | ||
3401 | 2024.05.29 21:18:33.628343 [ 12 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3402 | 2024.05.29 21:18:33.628412 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3403 | 2024.05.29 21:18:33.628604 [ 3 ] {3e407cf4-f757-459c-b184-417dbcbf5350} <Debug> DynamicQueryHandler: Done processing query | ||
3404 | 2024.05.29 21:18:33.628610 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
3405 | 2024.05.29 21:18:33.628639 [ 3 ] {3e407cf4-f757-459c-b184-417dbcbf5350} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3406 | 2024.05.29 21:18:33.628687 [ 3 ] {} <Debug> HTTP-Session: 38022d7e-4b9d-4303-8fca-11cd6591af63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3407 | 2024.05.29 21:18:33.628867 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3408 | 2024.05.29 21:18:33.628868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3409 | 2024.05.29 21:18:33.628930 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 157 rows starting from the beginning of the part | ||
3410 | 2024.05.29 21:18:33.628974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3411 | 2024.05.29 21:18:33.629005 [ 3 ] {} <Debug> HTTP-Session: b1307bb4-a2ec-445c-bab4-b6f99e33b3cf Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3412 | 2024.05.29 21:18:33.629055 [ 3 ] {} <Debug> HTTP-Session: b1307bb4-a2ec-445c-bab4-b6f99e33b3cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3413 | 2024.05.29 21:18:33.629146 [ 3 ] {} <Debug> HTTP-Session: b1307bb4-a2ec-445c-bab4-b6f99e33b3cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3414 | 2024.05.29 21:18:33.629224 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part | ||
3415 | 2024.05.29 21:18:33.629260 [ 3 ] {} <Trace> HTTP-Session: b1307bb4-a2ec-445c-bab4-b6f99e33b3cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3416 | 2024.05.29 21:18:33.629508 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 80 rows starting from the beginning of the part | ||
3417 | 2024.05.29 21:18:33.629588 [ 3 ] {f0f8cedf-4f12-4b28-8970-dc3988b2f4ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3418 | 2024.05.29 21:18:33.629735 [ 3 ] {f0f8cedf-4f12-4b28-8970-dc3988b2f4ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3419 | 2024.05.29 21:18:33.629903 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 72 rows starting from the beginning of the part | ||
3420 | 2024.05.29 21:18:33.630237 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 79 rows starting from the beginning of the part | ||
3421 | 2024.05.29 21:18:33.630653 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 109 rows starting from the beginning of the part | ||
3422 | 2024.05.29 21:18:33.630717 [ 3 ] {f0f8cedf-4f12-4b28-8970-dc3988b2f4ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3423 | 2024.05.29 21:18:33.631513 [ 3 ] {f0f8cedf-4f12-4b28-8970-dc3988b2f4ea} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3424 | 2024.05.29 21:18:33.631570 [ 3 ] {f0f8cedf-4f12-4b28-8970-dc3988b2f4ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3425 | 2024.05.29 21:18:33.632429 [ 3 ] {f0f8cedf-4f12-4b28-8970-dc3988b2f4ea} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3426 | 2024.05.29 21:18:33.633440 [ 3 ] {f0f8cedf-4f12-4b28-8970-dc3988b2f4ea} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3427 | 2024.05.29 21:18:33.633668 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 569 rows, containing 4 columns (4 merged, 0 gathered) in 0.005142654 sec., 110643.25929763114 rows/sec., 9.22 MiB/sec. | ||
3428 | 2024.05.29 21:18:33.633777 [ 3 ] {f0f8cedf-4f12-4b28-8970-dc3988b2f4ea} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004311 sec., 463.9294827186268 rows/sec., 32.39 KiB/sec. | ||
3429 | 2024.05.29 21:18:33.633960 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3430 | 2024.05.29 21:18:33.634052 [ 3 ] {f0f8cedf-4f12-4b28-8970-dc3988b2f4ea} <Debug> DynamicQueryHandler: Done processing query | ||
3431 | 2024.05.29 21:18:33.634092 [ 3 ] {f0f8cedf-4f12-4b28-8970-dc3988b2f4ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3432 | 2024.05.29 21:18:33.634130 [ 3 ] {} <Debug> HTTP-Session: b1307bb4-a2ec-445c-bab4-b6f99e33b3cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3433 | 2024.05.29 21:18:33.634304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 12889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3434 | 2024.05.29 21:18:33.634369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3435 | 2024.05.29 21:18:33.634408 [ 3 ] {} <Debug> HTTP-Session: 3544249c-b077-46bc-b3a1-2592031ce454 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3436 | 2024.05.29 21:18:33.634432 [ 3 ] {} <Debug> HTTP-Session: 3544249c-b077-46bc-b3a1-2592031ce454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3437 | 2024.05.29 21:18:33.634462 [ 3 ] {} <Debug> HTTP-Session: 3544249c-b077-46bc-b3a1-2592031ce454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3438 | 2024.05.29 21:18:33.634495 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_16_3} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3439 | 2024.05.29 21:18:33.634521 [ 3 ] {} <Trace> HTTP-Session: 3544249c-b077-46bc-b3a1-2592031ce454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3440 | 2024.05.29 21:18:33.634654 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_16_3} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3441 | 2024.05.29 21:18:33.634790 [ 3 ] {fc70a4cc-bf50-4f7e-87a7-85c8f0ce76e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3442 | 2024.05.29 21:18:33.634793 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
3443 | 2024.05.29 21:18:33.634867 [ 3 ] {fc70a4cc-bf50-4f7e-87a7-85c8f0ce76e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3444 | 2024.05.29 21:18:33.635017 [ 3 ] {fc70a4cc-bf50-4f7e-87a7-85c8f0ce76e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3445 | 2024.05.29 21:18:33.635347 [ 3 ] {fc70a4cc-bf50-4f7e-87a7-85c8f0ce76e4} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3446 | 2024.05.29 21:18:33.635385 [ 3 ] {fc70a4cc-bf50-4f7e-87a7-85c8f0ce76e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3447 | 2024.05.29 21:18:33.635711 [ 3 ] {fc70a4cc-bf50-4f7e-87a7-85c8f0ce76e4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3448 | 2024.05.29 21:18:33.636045 [ 3 ] {fc70a4cc-bf50-4f7e-87a7-85c8f0ce76e4} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3449 | 2024.05.29 21:18:33.636195 [ 12 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3450 | 2024.05.29 21:18:33.636206 [ 3 ] {fc70a4cc-bf50-4f7e-87a7-85c8f0ce76e4} <Debug> executeQuery: Read 76 rows, 6.06 KiB in 0.001531 sec., 49640.7576747224 rows/sec., 3.87 MiB/sec. | ||
3451 | 2024.05.29 21:18:33.636247 [ 12 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3452 | 2024.05.29 21:18:33.636316 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3453 | 2024.05.29 21:18:33.636473 [ 195 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
3454 | 2024.05.29 21:18:33.636513 [ 3 ] {fc70a4cc-bf50-4f7e-87a7-85c8f0ce76e4} <Debug> DynamicQueryHandler: Done processing query | ||
3455 | 2024.05.29 21:18:33.636563 [ 3 ] {fc70a4cc-bf50-4f7e-87a7-85c8f0ce76e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3456 | 2024.05.29 21:18:33.636610 [ 3 ] {} <Debug> HTTP-Session: 3544249c-b077-46bc-b3a1-2592031ce454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3457 | 2024.05.29 21:18:33.636698 [ 195 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3458 | 2024.05.29 21:18:33.636731 [ 195 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 110 rows starting from the beginning of the part | ||
3459 | 2024.05.29 21:18:33.636858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3460 | 2024.05.29 21:18:33.636957 [ 195 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 50 rows starting from the beginning of the part | ||
3461 | 2024.05.29 21:18:33.637005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3462 | 2024.05.29 21:18:33.637071 [ 3 ] {} <Debug> HTTP-Session: 873bfb08-32cf-4f2c-b5f7-92c408f1712f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3463 | 2024.05.29 21:18:33.637153 [ 3 ] {} <Debug> HTTP-Session: 873bfb08-32cf-4f2c-b5f7-92c408f1712f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3464 | 2024.05.29 21:18:33.637210 [ 3 ] {} <Debug> HTTP-Session: 873bfb08-32cf-4f2c-b5f7-92c408f1712f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3465 | 2024.05.29 21:18:33.637295 [ 195 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
3466 | 2024.05.29 21:18:33.637321 [ 3 ] {} <Trace> HTTP-Session: 873bfb08-32cf-4f2c-b5f7-92c408f1712f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3467 | 2024.05.29 21:18:33.637534 [ 195 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 50 rows starting from the beginning of the part | ||
3468 | 2024.05.29 21:18:33.637727 [ 3 ] {2065f993-6502-4646-bd91-ff46c3516c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3469 | 2024.05.29 21:18:33.637783 [ 195 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 54 rows starting from the beginning of the part | ||
3470 | 2024.05.29 21:18:33.637917 [ 3 ] {2065f993-6502-4646-bd91-ff46c3516c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3471 | 2024.05.29 21:18:33.638176 [ 195 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 76 rows starting from the beginning of the part | ||
3472 | 2024.05.29 21:18:33.638953 [ 3 ] {2065f993-6502-4646-bd91-ff46c3516c05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3473 | 2024.05.29 21:18:33.639939 [ 3 ] {2065f993-6502-4646-bd91-ff46c3516c05} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3474 | 2024.05.29 21:18:33.640003 [ 3 ] {2065f993-6502-4646-bd91-ff46c3516c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3475 | 2024.05.29 21:18:33.640922 [ 195 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 396 rows, containing 4 columns (4 merged, 0 gathered) in 0.004500952 sec., 87981.38704878435 rows/sec., 6.87 MiB/sec. | ||
3476 | 2024.05.29 21:18:33.641126 [ 195 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3477 | 2024.05.29 21:18:33.641137 [ 3 ] {2065f993-6502-4646-bd91-ff46c3516c05} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3478 | 2024.05.29 21:18:33.642194 [ 195 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_16_3} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3479 | 2024.05.29 21:18:33.642297 [ 3 ] {2065f993-6502-4646-bd91-ff46c3516c05} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3480 | 2024.05.29 21:18:33.642350 [ 195 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_16_3} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3481 | 2024.05.29 21:18:33.642544 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3482 | 2024.05.29 21:18:33.642593 [ 3 ] {2065f993-6502-4646-bd91-ff46c3516c05} <Debug> executeQuery: Read 97 rows, 6.98 KiB in 0.005061 sec., 19166.172693143646 rows/sec., 1.35 MiB/sec. | ||
3483 | 2024.05.29 21:18:33.642798 [ 3 ] {2065f993-6502-4646-bd91-ff46c3516c05} <Debug> DynamicQueryHandler: Done processing query | ||
3484 | 2024.05.29 21:18:33.642823 [ 3 ] {2065f993-6502-4646-bd91-ff46c3516c05} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3485 | 2024.05.29 21:18:33.642839 [ 3 ] {} <Debug> HTTP-Session: 873bfb08-32cf-4f2c-b5f7-92c408f1712f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3486 | 2024.05.29 21:18:33.642993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3487 | 2024.05.29 21:18:33.643051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3488 | 2024.05.29 21:18:33.643073 [ 3 ] {} <Debug> HTTP-Session: 86597987-57ba-40a6-b141-0e00646424e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3489 | 2024.05.29 21:18:33.643092 [ 3 ] {} <Debug> HTTP-Session: 86597987-57ba-40a6-b141-0e00646424e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3490 | 2024.05.29 21:18:33.643107 [ 3 ] {} <Debug> HTTP-Session: 86597987-57ba-40a6-b141-0e00646424e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3491 | 2024.05.29 21:18:33.643146 [ 3 ] {} <Trace> HTTP-Session: 86597987-57ba-40a6-b141-0e00646424e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3492 | 2024.05.29 21:18:33.643377 [ 3 ] {6f14690d-fa79-4823-9fc6-bcc9617add58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3493 | 2024.05.29 21:18:33.643431 [ 3 ] {6f14690d-fa79-4823-9fc6-bcc9617add58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3494 | 2024.05.29 21:18:33.643601 [ 3 ] {6f14690d-fa79-4823-9fc6-bcc9617add58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3495 | 2024.05.29 21:18:33.643981 [ 3 ] {6f14690d-fa79-4823-9fc6-bcc9617add58} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3496 | 2024.05.29 21:18:33.644017 [ 3 ] {6f14690d-fa79-4823-9fc6-bcc9617add58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3497 | 2024.05.29 21:18:33.644423 [ 3 ] {6f14690d-fa79-4823-9fc6-bcc9617add58} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3498 | 2024.05.29 21:18:33.644774 [ 3 ] {6f14690d-fa79-4823-9fc6-bcc9617add58} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3499 | 2024.05.29 21:18:33.644942 [ 58 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3500 | 2024.05.29 21:18:33.644948 [ 3 ] {6f14690d-fa79-4823-9fc6-bcc9617add58} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001707 sec., 8201.523140011717 rows/sec., 11.07 MiB/sec. | ||
3501 | 2024.05.29 21:18:33.645027 [ 58 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3502 | 2024.05.29 21:18:33.645102 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3503 | 2024.05.29 21:18:33.645340 [ 3 ] {6f14690d-fa79-4823-9fc6-bcc9617add58} <Debug> DynamicQueryHandler: Done processing query | ||
3504 | 2024.05.29 21:18:33.645406 [ 3 ] {6f14690d-fa79-4823-9fc6-bcc9617add58} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3505 | 2024.05.29 21:18:33.645462 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
3506 | 2024.05.29 21:18:33.645492 [ 3 ] {} <Debug> HTTP-Session: 86597987-57ba-40a6-b141-0e00646424e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3507 | 2024.05.29 21:18:33.645771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 4562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3508 | 2024.05.29 21:18:33.645884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3509 | 2024.05.29 21:18:33.645941 [ 3 ] {} <Debug> HTTP-Session: 775d97f8-227d-4a32-97bd-8894620d4e89 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3510 | 2024.05.29 21:18:33.645974 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3511 | 2024.05.29 21:18:33.645984 [ 3 ] {} <Debug> HTTP-Session: 775d97f8-227d-4a32-97bd-8894620d4e89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3512 | 2024.05.29 21:18:33.646042 [ 3 ] {} <Debug> HTTP-Session: 775d97f8-227d-4a32-97bd-8894620d4e89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3513 | 2024.05.29 21:18:33.646047 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 164 rows starting from the beginning of the part | ||
3514 | 2024.05.29 21:18:33.646108 [ 3 ] {} <Trace> HTTP-Session: 775d97f8-227d-4a32-97bd-8894620d4e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3515 | 2024.05.29 21:18:33.646346 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
3516 | 2024.05.29 21:18:33.646446 [ 3 ] {89c2d147-c8b3-4525-ac48-793b0065d4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3517 | 2024.05.29 21:18:33.646629 [ 3 ] {89c2d147-c8b3-4525-ac48-793b0065d4ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3518 | 2024.05.29 21:18:33.646654 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part | ||
3519 | 2024.05.29 21:18:33.647063 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
3520 | 2024.05.29 21:18:33.647413 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part | ||
3521 | 2024.05.29 21:18:33.647726 [ 3 ] {89c2d147-c8b3-4525-ac48-793b0065d4ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3522 | 2024.05.29 21:18:33.647780 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
3523 | 2024.05.29 21:18:33.648650 [ 3 ] {89c2d147-c8b3-4525-ac48-793b0065d4ed} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3524 | 2024.05.29 21:18:33.648715 [ 3 ] {89c2d147-c8b3-4525-ac48-793b0065d4ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3525 | 2024.05.29 21:18:33.649614 [ 3 ] {89c2d147-c8b3-4525-ac48-793b0065d4ed} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3526 | 2024.05.29 21:18:33.650547 [ 3 ] {89c2d147-c8b3-4525-ac48-793b0065d4ed} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3527 | 2024.05.29 21:18:33.650941 [ 3 ] {89c2d147-c8b3-4525-ac48-793b0065d4ed} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.004512 sec., 6648.936170212765 rows/sec., 451.27 KiB/sec. | ||
3528 | 2024.05.29 21:18:33.651247 [ 3 ] {89c2d147-c8b3-4525-ac48-793b0065d4ed} <Debug> DynamicQueryHandler: Done processing query | ||
3529 | 2024.05.29 21:18:33.651276 [ 3 ] {89c2d147-c8b3-4525-ac48-793b0065d4ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3530 | 2024.05.29 21:18:33.651292 [ 3 ] {} <Debug> HTTP-Session: 775d97f8-227d-4a32-97bd-8894620d4e89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3531 | 2024.05.29 21:18:33.654145 [ 187 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 238 rows, containing 6 columns (6 merged, 0 gathered) in 0.008933662 sec., 26640.81090150937 rows/sec., 35.95 MiB/sec. | ||
3532 | 2024.05.29 21:18:33.654523 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3533 | 2024.05.29 21:18:33.654980 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3534 | 2024.05.29 21:18:33.655053 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3535 | 2024.05.29 21:18:33.655126 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
3536 | 2024.05.29 21:18:36.139876 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3537 | 2024.05.29 21:18:36.139978 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3538 | 2024.05.29 21:18:38.616809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3539 | 2024.05.29 21:18:38.616974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3540 | 2024.05.29 21:18:38.617016 [ 3 ] {} <Debug> HTTP-Session: 32edbf1d-014f-434f-b895-2d9e120e398e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3541 | 2024.05.29 21:18:38.617054 [ 3 ] {} <Debug> HTTP-Session: 32edbf1d-014f-434f-b895-2d9e120e398e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3542 | 2024.05.29 21:18:38.617084 [ 3 ] {} <Debug> HTTP-Session: 32edbf1d-014f-434f-b895-2d9e120e398e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3543 | 2024.05.29 21:18:38.617172 [ 3 ] {} <Trace> HTTP-Session: 32edbf1d-014f-434f-b895-2d9e120e398e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3544 | 2024.05.29 21:18:38.617390 [ 3 ] {c91e1c79-dd89-45c8-b070-2d4cf93d71f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3545 | 2024.05.29 21:18:38.617460 [ 3 ] {c91e1c79-dd89-45c8-b070-2d4cf93d71f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3546 | 2024.05.29 21:18:38.617651 [ 3 ] {c91e1c79-dd89-45c8-b070-2d4cf93d71f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3547 | 2024.05.29 21:18:38.618108 [ 3 ] {c91e1c79-dd89-45c8-b070-2d4cf93d71f0} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3548 | 2024.05.29 21:18:38.618154 [ 3 ] {c91e1c79-dd89-45c8-b070-2d4cf93d71f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3549 | 2024.05.29 21:18:38.618535 [ 3 ] {c91e1c79-dd89-45c8-b070-2d4cf93d71f0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3550 | 2024.05.29 21:18:38.618878 [ 3 ] {c91e1c79-dd89-45c8-b070-2d4cf93d71f0} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3551 | 2024.05.29 21:18:38.619029 [ 3 ] {c91e1c79-dd89-45c8-b070-2d4cf93d71f0} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001698 sec., 9422.850412249705 rows/sec., 763.77 KiB/sec. | ||
3552 | 2024.05.29 21:18:38.619238 [ 3 ] {c91e1c79-dd89-45c8-b070-2d4cf93d71f0} <Debug> DynamicQueryHandler: Done processing query | ||
3553 | 2024.05.29 21:18:38.619265 [ 3 ] {c91e1c79-dd89-45c8-b070-2d4cf93d71f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3554 | 2024.05.29 21:18:38.619281 [ 3 ] {} <Debug> HTTP-Session: 32edbf1d-014f-434f-b895-2d9e120e398e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3555 | 2024.05.29 21:18:38.619441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 11565, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3556 | 2024.05.29 21:18:38.619494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3557 | 2024.05.29 21:18:38.619514 [ 3 ] {} <Debug> HTTP-Session: a3ee9bea-33e6-4a8e-b0da-d66a556a1a98 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3558 | 2024.05.29 21:18:38.619532 [ 3 ] {} <Debug> HTTP-Session: a3ee9bea-33e6-4a8e-b0da-d66a556a1a98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3559 | 2024.05.29 21:18:38.619546 [ 3 ] {} <Debug> HTTP-Session: a3ee9bea-33e6-4a8e-b0da-d66a556a1a98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3560 | 2024.05.29 21:18:38.619579 [ 3 ] {} <Trace> HTTP-Session: a3ee9bea-33e6-4a8e-b0da-d66a556a1a98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3561 | 2024.05.29 21:18:38.619706 [ 3 ] {c2cc88bf-ea62-4c8b-af9b-4d994917f8ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3562 | 2024.05.29 21:18:38.619753 [ 3 ] {c2cc88bf-ea62-4c8b-af9b-4d994917f8ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3563 | 2024.05.29 21:18:38.619882 [ 3 ] {c2cc88bf-ea62-4c8b-af9b-4d994917f8ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3564 | 2024.05.29 21:18:38.620235 [ 3 ] {c2cc88bf-ea62-4c8b-af9b-4d994917f8ac} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3565 | 2024.05.29 21:18:38.620272 [ 3 ] {c2cc88bf-ea62-4c8b-af9b-4d994917f8ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3566 | 2024.05.29 21:18:38.620603 [ 3 ] {c2cc88bf-ea62-4c8b-af9b-4d994917f8ac} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3567 | 2024.05.29 21:18:38.620925 [ 3 ] {c2cc88bf-ea62-4c8b-af9b-4d994917f8ac} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3568 | 2024.05.29 21:18:38.621073 [ 3 ] {c2cc88bf-ea62-4c8b-af9b-4d994917f8ac} <Debug> executeQuery: Read 78 rows, 6.79 KiB in 0.00141 sec., 55319.14893617021 rows/sec., 4.70 MiB/sec. | ||
3569 | 2024.05.29 21:18:38.621250 [ 3 ] {c2cc88bf-ea62-4c8b-af9b-4d994917f8ac} <Debug> DynamicQueryHandler: Done processing query | ||
3570 | 2024.05.29 21:18:38.621275 [ 3 ] {c2cc88bf-ea62-4c8b-af9b-4d994917f8ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3571 | 2024.05.29 21:18:38.621291 [ 3 ] {} <Debug> HTTP-Session: a3ee9bea-33e6-4a8e-b0da-d66a556a1a98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3572 | 2024.05.29 21:18:38.621443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 8858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3573 | 2024.05.29 21:18:38.621493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3574 | 2024.05.29 21:18:38.621513 [ 3 ] {} <Debug> HTTP-Session: 1b049ae0-599d-459b-b8c0-efb9527734f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3575 | 2024.05.29 21:18:38.621530 [ 3 ] {} <Debug> HTTP-Session: 1b049ae0-599d-459b-b8c0-efb9527734f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3576 | 2024.05.29 21:18:38.621544 [ 3 ] {} <Debug> HTTP-Session: 1b049ae0-599d-459b-b8c0-efb9527734f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3577 | 2024.05.29 21:18:38.621574 [ 3 ] {} <Trace> HTTP-Session: 1b049ae0-599d-459b-b8c0-efb9527734f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3578 | 2024.05.29 21:18:38.621689 [ 3 ] {4c0f2215-a0a6-441c-bfe0-4cb1e1453e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3579 | 2024.05.29 21:18:38.621734 [ 3 ] {4c0f2215-a0a6-441c-bfe0-4cb1e1453e76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3580 | 2024.05.29 21:18:38.621864 [ 3 ] {4c0f2215-a0a6-441c-bfe0-4cb1e1453e76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3581 | 2024.05.29 21:18:38.622156 [ 3 ] {4c0f2215-a0a6-441c-bfe0-4cb1e1453e76} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3582 | 2024.05.29 21:18:38.622195 [ 3 ] {4c0f2215-a0a6-441c-bfe0-4cb1e1453e76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3583 | 2024.05.29 21:18:38.622524 [ 3 ] {4c0f2215-a0a6-441c-bfe0-4cb1e1453e76} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3584 | 2024.05.29 21:18:38.622869 [ 3 ] {4c0f2215-a0a6-441c-bfe0-4cb1e1453e76} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3585 | 2024.05.29 21:18:38.623014 [ 3 ] {4c0f2215-a0a6-441c-bfe0-4cb1e1453e76} <Debug> executeQuery: Read 52 rows, 4.16 KiB in 0.00136 sec., 38235.294117647056 rows/sec., 2.99 MiB/sec. | ||
3586 | 2024.05.29 21:18:38.623169 [ 3 ] {4c0f2215-a0a6-441c-bfe0-4cb1e1453e76} <Debug> DynamicQueryHandler: Done processing query | ||
3587 | 2024.05.29 21:18:38.623193 [ 3 ] {4c0f2215-a0a6-441c-bfe0-4cb1e1453e76} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3588 | 2024.05.29 21:18:38.623208 [ 3 ] {} <Debug> HTTP-Session: 1b049ae0-599d-459b-b8c0-efb9527734f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3589 | 2024.05.29 21:18:38.623352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 11557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3590 | 2024.05.29 21:18:38.623399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3591 | 2024.05.29 21:18:38.623419 [ 3 ] {} <Debug> HTTP-Session: 6381c3cd-6b7e-4547-9bc8-3bf7fd9a4f2c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3592 | 2024.05.29 21:18:38.623435 [ 3 ] {} <Debug> HTTP-Session: 6381c3cd-6b7e-4547-9bc8-3bf7fd9a4f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3593 | 2024.05.29 21:18:38.623449 [ 3 ] {} <Debug> HTTP-Session: 6381c3cd-6b7e-4547-9bc8-3bf7fd9a4f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3594 | 2024.05.29 21:18:38.623479 [ 3 ] {} <Trace> HTTP-Session: 6381c3cd-6b7e-4547-9bc8-3bf7fd9a4f2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3595 | 2024.05.29 21:18:38.623595 [ 3 ] {0f0618b8-616d-451b-8217-84a848ef591f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3596 | 2024.05.29 21:18:38.623643 [ 3 ] {0f0618b8-616d-451b-8217-84a848ef591f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3597 | 2024.05.29 21:18:38.623791 [ 3 ] {0f0618b8-616d-451b-8217-84a848ef591f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3598 | 2024.05.29 21:18:38.624098 [ 3 ] {0f0618b8-616d-451b-8217-84a848ef591f} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3599 | 2024.05.29 21:18:38.624134 [ 3 ] {0f0618b8-616d-451b-8217-84a848ef591f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3600 | 2024.05.29 21:18:38.624522 [ 3 ] {0f0618b8-616d-451b-8217-84a848ef591f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3601 | 2024.05.29 21:18:38.624864 [ 3 ] {0f0618b8-616d-451b-8217-84a848ef591f} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3602 | 2024.05.29 21:18:38.625012 [ 3 ] {0f0618b8-616d-451b-8217-84a848ef591f} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001453 sec., 41293.87474191328 rows/sec., 2.90 MiB/sec. | ||
3603 | 2024.05.29 21:18:38.625194 [ 3 ] {0f0618b8-616d-451b-8217-84a848ef591f} <Debug> DynamicQueryHandler: Done processing query | ||
3604 | 2024.05.29 21:18:38.625219 [ 3 ] {0f0618b8-616d-451b-8217-84a848ef591f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3605 | 2024.05.29 21:18:38.625235 [ 3 ] {} <Debug> HTTP-Session: 6381c3cd-6b7e-4547-9bc8-3bf7fd9a4f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3606 | 2024.05.29 21:18:38.625360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3607 | 2024.05.29 21:18:38.625411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3608 | 2024.05.29 21:18:38.625430 [ 3 ] {} <Debug> HTTP-Session: dd498725-2d26-4c5a-9632-29c0a9f1b01e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3609 | 2024.05.29 21:18:38.625446 [ 3 ] {} <Debug> HTTP-Session: dd498725-2d26-4c5a-9632-29c0a9f1b01e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3610 | 2024.05.29 21:18:38.625460 [ 3 ] {} <Debug> HTTP-Session: dd498725-2d26-4c5a-9632-29c0a9f1b01e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3611 | 2024.05.29 21:18:38.625489 [ 3 ] {} <Trace> HTTP-Session: dd498725-2d26-4c5a-9632-29c0a9f1b01e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3612 | 2024.05.29 21:18:38.625677 [ 3 ] {627d4a99-c12a-4355-a86c-e272536b0869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3613 | 2024.05.29 21:18:38.625725 [ 3 ] {627d4a99-c12a-4355-a86c-e272536b0869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3614 | 2024.05.29 21:18:38.625889 [ 3 ] {627d4a99-c12a-4355-a86c-e272536b0869} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3615 | 2024.05.29 21:18:38.626233 [ 3 ] {627d4a99-c12a-4355-a86c-e272536b0869} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3616 | 2024.05.29 21:18:38.626269 [ 3 ] {627d4a99-c12a-4355-a86c-e272536b0869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3617 | 2024.05.29 21:18:38.626674 [ 3 ] {627d4a99-c12a-4355-a86c-e272536b0869} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3618 | 2024.05.29 21:18:38.627015 [ 3 ] {627d4a99-c12a-4355-a86c-e272536b0869} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3619 | 2024.05.29 21:18:38.627172 [ 3 ] {627d4a99-c12a-4355-a86c-e272536b0869} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001597 sec., 10018.785222291797 rows/sec., 13.52 MiB/sec. | ||
3620 | 2024.05.29 21:18:38.627468 [ 3 ] {627d4a99-c12a-4355-a86c-e272536b0869} <Debug> DynamicQueryHandler: Done processing query | ||
3621 | 2024.05.29 21:18:38.627511 [ 3 ] {627d4a99-c12a-4355-a86c-e272536b0869} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3622 | 2024.05.29 21:18:38.627541 [ 3 ] {} <Debug> HTTP-Session: dd498725-2d26-4c5a-9632-29c0a9f1b01e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3623 | 2024.05.29 21:18:38.627710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 4562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3624 | 2024.05.29 21:18:38.627760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3625 | 2024.05.29 21:18:38.627779 [ 3 ] {} <Debug> HTTP-Session: 66844176-fce1-4ee7-ade1-d81829cbdf25 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3626 | 2024.05.29 21:18:38.627795 [ 3 ] {} <Debug> HTTP-Session: 66844176-fce1-4ee7-ade1-d81829cbdf25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3627 | 2024.05.29 21:18:38.627808 [ 3 ] {} <Debug> HTTP-Session: 66844176-fce1-4ee7-ade1-d81829cbdf25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3628 | 2024.05.29 21:18:38.627838 [ 3 ] {} <Trace> HTTP-Session: 66844176-fce1-4ee7-ade1-d81829cbdf25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3629 | 2024.05.29 21:18:38.627944 [ 3 ] {c3021d93-7005-4a1b-919a-1880efc17d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3630 | 2024.05.29 21:18:38.627991 [ 3 ] {c3021d93-7005-4a1b-919a-1880efc17d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3631 | 2024.05.29 21:18:38.628142 [ 3 ] {c3021d93-7005-4a1b-919a-1880efc17d53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3632 | 2024.05.29 21:18:38.628461 [ 3 ] {c3021d93-7005-4a1b-919a-1880efc17d53} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3633 | 2024.05.29 21:18:38.628498 [ 3 ] {c3021d93-7005-4a1b-919a-1880efc17d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3634 | 2024.05.29 21:18:38.628882 [ 3 ] {c3021d93-7005-4a1b-919a-1880efc17d53} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3635 | 2024.05.29 21:18:38.629208 [ 3 ] {c3021d93-7005-4a1b-919a-1880efc17d53} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3636 | 2024.05.29 21:18:38.629349 [ 3 ] {c3021d93-7005-4a1b-919a-1880efc17d53} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001432 sec., 20949.720670391063 rows/sec., 1.39 MiB/sec. | ||
3637 | 2024.05.29 21:18:38.629503 [ 3 ] {c3021d93-7005-4a1b-919a-1880efc17d53} <Debug> DynamicQueryHandler: Done processing query | ||
3638 | 2024.05.29 21:18:38.629526 [ 3 ] {c3021d93-7005-4a1b-919a-1880efc17d53} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3639 | 2024.05.29 21:18:38.629541 [ 3 ] {} <Debug> HTTP-Session: 66844176-fce1-4ee7-ade1-d81829cbdf25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3640 | 2024.05.29 21:18:43.617127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3641 | 2024.05.29 21:18:43.617281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3642 | 2024.05.29 21:18:43.617307 [ 3 ] {} <Debug> HTTP-Session: cddebf12-7992-48bf-9edc-33fd8a0a8871 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3643 | 2024.05.29 21:18:43.617331 [ 3 ] {} <Debug> HTTP-Session: cddebf12-7992-48bf-9edc-33fd8a0a8871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3644 | 2024.05.29 21:18:43.617345 [ 3 ] {} <Debug> HTTP-Session: cddebf12-7992-48bf-9edc-33fd8a0a8871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3645 | 2024.05.29 21:18:43.617396 [ 3 ] {} <Trace> HTTP-Session: cddebf12-7992-48bf-9edc-33fd8a0a8871 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3646 | 2024.05.29 21:18:43.617587 [ 3 ] {8af56ed3-d662-44fe-b5f2-e138cebcc890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3647 | 2024.05.29 21:18:43.617655 [ 3 ] {8af56ed3-d662-44fe-b5f2-e138cebcc890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3648 | 2024.05.29 21:18:43.617848 [ 3 ] {8af56ed3-d662-44fe-b5f2-e138cebcc890} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3649 | 2024.05.29 21:18:43.618267 [ 3 ] {8af56ed3-d662-44fe-b5f2-e138cebcc890} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3650 | 2024.05.29 21:18:43.618311 [ 3 ] {8af56ed3-d662-44fe-b5f2-e138cebcc890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3651 | 2024.05.29 21:18:43.618690 [ 3 ] {8af56ed3-d662-44fe-b5f2-e138cebcc890} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3652 | 2024.05.29 21:18:43.619032 [ 3 ] {8af56ed3-d662-44fe-b5f2-e138cebcc890} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3653 | 2024.05.29 21:18:43.619194 [ 3 ] {8af56ed3-d662-44fe-b5f2-e138cebcc890} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001662 sec., 8423.58604091456 rows/sec., 682.77 KiB/sec. | ||
3654 | 2024.05.29 21:18:43.619402 [ 3 ] {8af56ed3-d662-44fe-b5f2-e138cebcc890} <Debug> DynamicQueryHandler: Done processing query | ||
3655 | 2024.05.29 21:18:43.619428 [ 3 ] {8af56ed3-d662-44fe-b5f2-e138cebcc890} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3656 | 2024.05.29 21:18:43.619444 [ 3 ] {} <Debug> HTTP-Session: cddebf12-7992-48bf-9edc-33fd8a0a8871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3657 | 2024.05.29 21:18:43.619622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3658 | 2024.05.29 21:18:43.619671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3659 | 2024.05.29 21:18:43.619690 [ 3 ] {} <Debug> HTTP-Session: bf9a8d70-49ce-453f-949f-10a9d2d8845c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3660 | 2024.05.29 21:18:43.619707 [ 3 ] {} <Debug> HTTP-Session: bf9a8d70-49ce-453f-949f-10a9d2d8845c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3661 | 2024.05.29 21:18:43.619721 [ 3 ] {} <Debug> HTTP-Session: bf9a8d70-49ce-453f-949f-10a9d2d8845c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3662 | 2024.05.29 21:18:43.619752 [ 3 ] {} <Trace> HTTP-Session: bf9a8d70-49ce-453f-949f-10a9d2d8845c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3663 | 2024.05.29 21:18:43.619877 [ 3 ] {dd5ba90a-2bb9-48cf-86f4-6452a8f61c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3664 | 2024.05.29 21:18:43.619921 [ 3 ] {dd5ba90a-2bb9-48cf-86f4-6452a8f61c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3665 | 2024.05.29 21:18:43.620045 [ 3 ] {dd5ba90a-2bb9-48cf-86f4-6452a8f61c50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3666 | 2024.05.29 21:18:43.620411 [ 3 ] {dd5ba90a-2bb9-48cf-86f4-6452a8f61c50} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3667 | 2024.05.29 21:18:43.620448 [ 3 ] {dd5ba90a-2bb9-48cf-86f4-6452a8f61c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3668 | 2024.05.29 21:18:43.620763 [ 3 ] {dd5ba90a-2bb9-48cf-86f4-6452a8f61c50} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3669 | 2024.05.29 21:18:43.621073 [ 3 ] {dd5ba90a-2bb9-48cf-86f4-6452a8f61c50} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3670 | 2024.05.29 21:18:43.621240 [ 3 ] {dd5ba90a-2bb9-48cf-86f4-6452a8f61c50} <Debug> executeQuery: Read 98 rows, 8.16 KiB in 0.001411 sec., 69454.28773919206 rows/sec., 5.64 MiB/sec. | ||
3671 | 2024.05.29 21:18:43.621508 [ 3 ] {dd5ba90a-2bb9-48cf-86f4-6452a8f61c50} <Debug> DynamicQueryHandler: Done processing query | ||
3672 | 2024.05.29 21:18:43.621534 [ 3 ] {dd5ba90a-2bb9-48cf-86f4-6452a8f61c50} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3673 | 2024.05.29 21:18:43.621550 [ 3 ] {} <Debug> HTTP-Session: bf9a8d70-49ce-453f-949f-10a9d2d8845c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3674 | 2024.05.29 21:18:43.621752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3675 | 2024.05.29 21:18:43.621801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3676 | 2024.05.29 21:18:43.621820 [ 3 ] {} <Debug> HTTP-Session: 1bade97f-bae2-4027-b9c9-2e193d73b11d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3677 | 2024.05.29 21:18:43.621837 [ 3 ] {} <Debug> HTTP-Session: 1bade97f-bae2-4027-b9c9-2e193d73b11d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3678 | 2024.05.29 21:18:43.621851 [ 3 ] {} <Debug> HTTP-Session: 1bade97f-bae2-4027-b9c9-2e193d73b11d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3679 | 2024.05.29 21:18:43.621882 [ 3 ] {} <Trace> HTTP-Session: 1bade97f-bae2-4027-b9c9-2e193d73b11d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3680 | 2024.05.29 21:18:43.622005 [ 3 ] {cfb01661-c954-4621-99f4-2e18297ca935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3681 | 2024.05.29 21:18:43.622049 [ 3 ] {cfb01661-c954-4621-99f4-2e18297ca935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3682 | 2024.05.29 21:18:43.622198 [ 3 ] {cfb01661-c954-4621-99f4-2e18297ca935} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3683 | 2024.05.29 21:18:43.622586 [ 3 ] {cfb01661-c954-4621-99f4-2e18297ca935} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3684 | 2024.05.29 21:18:43.622624 [ 3 ] {cfb01661-c954-4621-99f4-2e18297ca935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3685 | 2024.05.29 21:18:43.622979 [ 3 ] {cfb01661-c954-4621-99f4-2e18297ca935} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3686 | 2024.05.29 21:18:43.623381 [ 3 ] {cfb01661-c954-4621-99f4-2e18297ca935} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3687 | 2024.05.29 21:18:43.623553 [ 3 ] {cfb01661-c954-4621-99f4-2e18297ca935} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001592 sec., 48994.97487437186 rows/sec., 3.83 MiB/sec. | ||
3688 | 2024.05.29 21:18:43.623829 [ 3 ] {cfb01661-c954-4621-99f4-2e18297ca935} <Debug> DynamicQueryHandler: Done processing query | ||
3689 | 2024.05.29 21:18:43.623883 [ 3 ] {cfb01661-c954-4621-99f4-2e18297ca935} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3690 | 2024.05.29 21:18:43.623908 [ 3 ] {} <Debug> HTTP-Session: 1bade97f-bae2-4027-b9c9-2e193d73b11d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3691 | 2024.05.29 21:18:43.624110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3692 | 2024.05.29 21:18:43.624158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3693 | 2024.05.29 21:18:43.624177 [ 3 ] {} <Debug> HTTP-Session: 0a222a71-7a4d-49bb-aaa5-dde07938d629 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3694 | 2024.05.29 21:18:43.624195 [ 3 ] {} <Debug> HTTP-Session: 0a222a71-7a4d-49bb-aaa5-dde07938d629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3695 | 2024.05.29 21:18:43.624208 [ 3 ] {} <Debug> HTTP-Session: 0a222a71-7a4d-49bb-aaa5-dde07938d629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3696 | 2024.05.29 21:18:43.624239 [ 3 ] {} <Trace> HTTP-Session: 0a222a71-7a4d-49bb-aaa5-dde07938d629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3697 | 2024.05.29 21:18:43.624367 [ 3 ] {e30a9fa8-49cf-4102-8f2b-c8c885a465f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3698 | 2024.05.29 21:18:43.624417 [ 3 ] {e30a9fa8-49cf-4102-8f2b-c8c885a465f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3699 | 2024.05.29 21:18:43.624576 [ 3 ] {e30a9fa8-49cf-4102-8f2b-c8c885a465f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3700 | 2024.05.29 21:18:43.624923 [ 3 ] {e30a9fa8-49cf-4102-8f2b-c8c885a465f7} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3701 | 2024.05.29 21:18:43.624960 [ 3 ] {e30a9fa8-49cf-4102-8f2b-c8c885a465f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3702 | 2024.05.29 21:18:43.625351 [ 3 ] {e30a9fa8-49cf-4102-8f2b-c8c885a465f7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3703 | 2024.05.29 21:18:43.625690 [ 3 ] {e30a9fa8-49cf-4102-8f2b-c8c885a465f7} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3704 | 2024.05.29 21:18:43.625860 [ 3 ] {e30a9fa8-49cf-4102-8f2b-c8c885a465f7} <Debug> executeQuery: Read 80 rows, 5.73 KiB in 0.001529 sec., 52321.77894048398 rows/sec., 3.66 MiB/sec. | ||
3705 | 2024.05.29 21:18:43.626202 [ 3 ] {e30a9fa8-49cf-4102-8f2b-c8c885a465f7} <Debug> DynamicQueryHandler: Done processing query | ||
3706 | 2024.05.29 21:18:43.626227 [ 3 ] {e30a9fa8-49cf-4102-8f2b-c8c885a465f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3707 | 2024.05.29 21:18:43.626243 [ 3 ] {} <Debug> HTTP-Session: 0a222a71-7a4d-49bb-aaa5-dde07938d629 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3708 | 2024.05.29 21:18:43.626389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3709 | 2024.05.29 21:18:43.626440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3710 | 2024.05.29 21:18:43.626460 [ 3 ] {} <Debug> HTTP-Session: a3a7d651-02ca-4561-8f3b-be8d7fd1e6d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3711 | 2024.05.29 21:18:43.626477 [ 3 ] {} <Debug> HTTP-Session: a3a7d651-02ca-4561-8f3b-be8d7fd1e6d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3712 | 2024.05.29 21:18:43.626490 [ 3 ] {} <Debug> HTTP-Session: a3a7d651-02ca-4561-8f3b-be8d7fd1e6d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3713 | 2024.05.29 21:18:43.626520 [ 3 ] {} <Trace> HTTP-Session: a3a7d651-02ca-4561-8f3b-be8d7fd1e6d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3714 | 2024.05.29 21:18:43.626702 [ 3 ] {e430fad8-62f6-47a7-9f73-4a94d2764af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3715 | 2024.05.29 21:18:43.626751 [ 3 ] {e430fad8-62f6-47a7-9f73-4a94d2764af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3716 | 2024.05.29 21:18:43.626929 [ 3 ] {e430fad8-62f6-47a7-9f73-4a94d2764af6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3717 | 2024.05.29 21:18:43.627321 [ 3 ] {e430fad8-62f6-47a7-9f73-4a94d2764af6} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3718 | 2024.05.29 21:18:43.627357 [ 3 ] {e430fad8-62f6-47a7-9f73-4a94d2764af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3719 | 2024.05.29 21:18:43.627779 [ 3 ] {e430fad8-62f6-47a7-9f73-4a94d2764af6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3720 | 2024.05.29 21:18:43.628138 [ 3 ] {e430fad8-62f6-47a7-9f73-4a94d2764af6} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3721 | 2024.05.29 21:18:43.628358 [ 3 ] {e430fad8-62f6-47a7-9f73-4a94d2764af6} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001757 sec., 7968.12749003984 rows/sec., 10.75 MiB/sec. | ||
3722 | 2024.05.29 21:18:43.628572 [ 3 ] {e430fad8-62f6-47a7-9f73-4a94d2764af6} <Debug> DynamicQueryHandler: Done processing query | ||
3723 | 2024.05.29 21:18:43.628607 [ 3 ] {e430fad8-62f6-47a7-9f73-4a94d2764af6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3724 | 2024.05.29 21:18:43.628633 [ 3 ] {} <Debug> HTTP-Session: a3a7d651-02ca-4561-8f3b-be8d7fd1e6d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3725 | 2024.05.29 21:18:43.628792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 5474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3726 | 2024.05.29 21:18:43.628863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3727 | 2024.05.29 21:18:43.628896 [ 3 ] {} <Debug> HTTP-Session: 9f68d550-3693-40ca-a6f2-9beda0771de9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3728 | 2024.05.29 21:18:43.628924 [ 3 ] {} <Debug> HTTP-Session: 9f68d550-3693-40ca-a6f2-9beda0771de9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3729 | 2024.05.29 21:18:43.628948 [ 3 ] {} <Debug> HTTP-Session: 9f68d550-3693-40ca-a6f2-9beda0771de9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3730 | 2024.05.29 21:18:43.628993 [ 3 ] {} <Trace> HTTP-Session: 9f68d550-3693-40ca-a6f2-9beda0771de9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3731 | 2024.05.29 21:18:43.629121 [ 3 ] {193a7a6c-a052-4904-b7fb-78eb55a9eaf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3732 | 2024.05.29 21:18:43.629167 [ 3 ] {193a7a6c-a052-4904-b7fb-78eb55a9eaf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3733 | 2024.05.29 21:18:43.629298 [ 3 ] {193a7a6c-a052-4904-b7fb-78eb55a9eaf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3734 | 2024.05.29 21:18:43.629597 [ 3 ] {193a7a6c-a052-4904-b7fb-78eb55a9eaf4} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3735 | 2024.05.29 21:18:43.629636 [ 3 ] {193a7a6c-a052-4904-b7fb-78eb55a9eaf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3736 | 2024.05.29 21:18:43.630132 [ 3 ] {193a7a6c-a052-4904-b7fb-78eb55a9eaf4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3737 | 2024.05.29 21:18:43.630583 [ 3 ] {193a7a6c-a052-4904-b7fb-78eb55a9eaf4} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3738 | 2024.05.29 21:18:43.630771 [ 3 ] {193a7a6c-a052-4904-b7fb-78eb55a9eaf4} <Debug> executeQuery: Read 36 rows, 2.46 KiB in 0.001682 sec., 21403.091557669442 rows/sec., 1.43 MiB/sec. | ||
3739 | 2024.05.29 21:18:43.630964 [ 3 ] {193a7a6c-a052-4904-b7fb-78eb55a9eaf4} <Debug> DynamicQueryHandler: Done processing query | ||
3740 | 2024.05.29 21:18:43.630992 [ 3 ] {193a7a6c-a052-4904-b7fb-78eb55a9eaf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3741 | 2024.05.29 21:18:43.631013 [ 3 ] {} <Debug> HTTP-Session: 9f68d550-3693-40ca-a6f2-9beda0771de9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3742 | 2024.05.29 21:18:48.622395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3743 | 2024.05.29 21:18:48.622559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3744 | 2024.05.29 21:18:48.622603 [ 3 ] {} <Debug> HTTP-Session: b5637194-e397-444b-b642-d554def76a6c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3745 | 2024.05.29 21:18:48.622641 [ 3 ] {} <Debug> HTTP-Session: b5637194-e397-444b-b642-d554def76a6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3746 | 2024.05.29 21:18:48.622667 [ 3 ] {} <Debug> HTTP-Session: b5637194-e397-444b-b642-d554def76a6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3747 | 2024.05.29 21:18:48.622743 [ 3 ] {} <Trace> HTTP-Session: b5637194-e397-444b-b642-d554def76a6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3748 | 2024.05.29 21:18:48.623009 [ 3 ] {ede76c43-5841-42f4-ab54-d2334073a0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3749 | 2024.05.29 21:18:48.623108 [ 3 ] {ede76c43-5841-42f4-ab54-d2334073a0ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3750 | 2024.05.29 21:18:48.623404 [ 3 ] {ede76c43-5841-42f4-ab54-d2334073a0ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3751 | 2024.05.29 21:18:48.623871 [ 3 ] {ede76c43-5841-42f4-ab54-d2334073a0ff} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3752 | 2024.05.29 21:18:48.623912 [ 3 ] {ede76c43-5841-42f4-ab54-d2334073a0ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3753 | 2024.05.29 21:18:48.624272 [ 3 ] {ede76c43-5841-42f4-ab54-d2334073a0ff} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3754 | 2024.05.29 21:18:48.624621 [ 3 ] {ede76c43-5841-42f4-ab54-d2334073a0ff} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3755 | 2024.05.29 21:18:48.624791 [ 3 ] {ede76c43-5841-42f4-ab54-d2334073a0ff} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001861 sec., 8597.52821063944 rows/sec., 696.87 KiB/sec. | ||
3756 | 2024.05.29 21:18:48.625101 [ 3 ] {ede76c43-5841-42f4-ab54-d2334073a0ff} <Debug> DynamicQueryHandler: Done processing query | ||
3757 | 2024.05.29 21:18:48.625157 [ 3 ] {ede76c43-5841-42f4-ab54-d2334073a0ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3758 | 2024.05.29 21:18:48.625210 [ 3 ] {} <Debug> HTTP-Session: b5637194-e397-444b-b642-d554def76a6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3759 | 2024.05.29 21:18:48.625497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3760 | 2024.05.29 21:18:48.625545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3761 | 2024.05.29 21:18:48.625564 [ 3 ] {} <Debug> HTTP-Session: e7ef0a2d-3ffa-4aad-86a8-f9dfba662b51 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3762 | 2024.05.29 21:18:48.625582 [ 3 ] {} <Debug> HTTP-Session: e7ef0a2d-3ffa-4aad-86a8-f9dfba662b51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3763 | 2024.05.29 21:18:48.625596 [ 3 ] {} <Debug> HTTP-Session: e7ef0a2d-3ffa-4aad-86a8-f9dfba662b51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3764 | 2024.05.29 21:18:48.625628 [ 3 ] {} <Trace> HTTP-Session: e7ef0a2d-3ffa-4aad-86a8-f9dfba662b51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3765 | 2024.05.29 21:18:48.625755 [ 3 ] {5d631e7c-2f83-47b2-8664-9140a2873552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3766 | 2024.05.29 21:18:48.625800 [ 3 ] {5d631e7c-2f83-47b2-8664-9140a2873552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3767 | 2024.05.29 21:18:48.625944 [ 3 ] {5d631e7c-2f83-47b2-8664-9140a2873552} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3768 | 2024.05.29 21:18:48.626299 [ 3 ] {5d631e7c-2f83-47b2-8664-9140a2873552} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3769 | 2024.05.29 21:18:48.626337 [ 3 ] {5d631e7c-2f83-47b2-8664-9140a2873552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3770 | 2024.05.29 21:18:48.626661 [ 3 ] {5d631e7c-2f83-47b2-8664-9140a2873552} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3771 | 2024.05.29 21:18:48.626981 [ 3 ] {5d631e7c-2f83-47b2-8664-9140a2873552} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3772 | 2024.05.29 21:18:48.627137 [ 3 ] {5d631e7c-2f83-47b2-8664-9140a2873552} <Debug> executeQuery: Read 104 rows, 8.80 KiB in 0.001421 sec., 73187.89584799437 rows/sec., 6.05 MiB/sec. | ||
3773 | 2024.05.29 21:18:48.627435 [ 3 ] {5d631e7c-2f83-47b2-8664-9140a2873552} <Debug> DynamicQueryHandler: Done processing query | ||
3774 | 2024.05.29 21:18:48.627460 [ 3 ] {5d631e7c-2f83-47b2-8664-9140a2873552} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3775 | 2024.05.29 21:18:48.627476 [ 3 ] {} <Debug> HTTP-Session: e7ef0a2d-3ffa-4aad-86a8-f9dfba662b51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3776 | 2024.05.29 21:18:48.627617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3777 | 2024.05.29 21:18:48.627664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3778 | 2024.05.29 21:18:48.627682 [ 3 ] {} <Debug> HTTP-Session: 7c5ceb5f-95b0-4277-a349-089e13386518 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3779 | 2024.05.29 21:18:48.627698 [ 3 ] {} <Debug> HTTP-Session: 7c5ceb5f-95b0-4277-a349-089e13386518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3780 | 2024.05.29 21:18:48.627711 [ 3 ] {} <Debug> HTTP-Session: 7c5ceb5f-95b0-4277-a349-089e13386518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3781 | 2024.05.29 21:18:48.627742 [ 3 ] {} <Trace> HTTP-Session: 7c5ceb5f-95b0-4277-a349-089e13386518 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3782 | 2024.05.29 21:18:48.627884 [ 3 ] {b66a7a14-e863-4fc4-ac81-12aad5c7a3b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3783 | 2024.05.29 21:18:48.627928 [ 3 ] {b66a7a14-e863-4fc4-ac81-12aad5c7a3b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3784 | 2024.05.29 21:18:48.628076 [ 3 ] {b66a7a14-e863-4fc4-ac81-12aad5c7a3b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3785 | 2024.05.29 21:18:48.628431 [ 3 ] {b66a7a14-e863-4fc4-ac81-12aad5c7a3b2} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3786 | 2024.05.29 21:18:48.628467 [ 3 ] {b66a7a14-e863-4fc4-ac81-12aad5c7a3b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3787 | 2024.05.29 21:18:48.628791 [ 3 ] {b66a7a14-e863-4fc4-ac81-12aad5c7a3b2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3788 | 2024.05.29 21:18:48.629103 [ 3 ] {b66a7a14-e863-4fc4-ac81-12aad5c7a3b2} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3789 | 2024.05.29 21:18:48.629251 [ 3 ] {b66a7a14-e863-4fc4-ac81-12aad5c7a3b2} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001406 sec., 56899.00426742532 rows/sec., 4.44 MiB/sec. | ||
3790 | 2024.05.29 21:18:48.629418 [ 3 ] {b66a7a14-e863-4fc4-ac81-12aad5c7a3b2} <Debug> DynamicQueryHandler: Done processing query | ||
3791 | 2024.05.29 21:18:48.629441 [ 3 ] {b66a7a14-e863-4fc4-ac81-12aad5c7a3b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3792 | 2024.05.29 21:18:48.629457 [ 3 ] {} <Debug> HTTP-Session: 7c5ceb5f-95b0-4277-a349-089e13386518 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3793 | 2024.05.29 21:18:48.629625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3794 | 2024.05.29 21:18:48.629673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3795 | 2024.05.29 21:18:48.629691 [ 3 ] {} <Debug> HTTP-Session: e99ca300-c3a4-4134-99f3-05efaddc3bc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3796 | 2024.05.29 21:18:48.629708 [ 3 ] {} <Debug> HTTP-Session: e99ca300-c3a4-4134-99f3-05efaddc3bc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3797 | 2024.05.29 21:18:48.629722 [ 3 ] {} <Debug> HTTP-Session: e99ca300-c3a4-4134-99f3-05efaddc3bc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3798 | 2024.05.29 21:18:48.629753 [ 3 ] {} <Trace> HTTP-Session: e99ca300-c3a4-4134-99f3-05efaddc3bc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3799 | 2024.05.29 21:18:48.629951 [ 3 ] {374d9b2e-cfb9-4b7b-a70c-e6e4b42818ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3800 | 2024.05.29 21:18:48.630020 [ 3 ] {374d9b2e-cfb9-4b7b-a70c-e6e4b42818ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3801 | 2024.05.29 21:18:48.630173 [ 3 ] {374d9b2e-cfb9-4b7b-a70c-e6e4b42818ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3802 | 2024.05.29 21:18:48.630531 [ 3 ] {374d9b2e-cfb9-4b7b-a70c-e6e4b42818ee} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3803 | 2024.05.29 21:18:48.630566 [ 3 ] {374d9b2e-cfb9-4b7b-a70c-e6e4b42818ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3804 | 2024.05.29 21:18:48.630969 [ 3 ] {374d9b2e-cfb9-4b7b-a70c-e6e4b42818ee} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3805 | 2024.05.29 21:18:48.631332 [ 3 ] {374d9b2e-cfb9-4b7b-a70c-e6e4b42818ee} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3806 | 2024.05.29 21:18:48.631495 [ 3 ] {374d9b2e-cfb9-4b7b-a70c-e6e4b42818ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001659 sec., 96443.64074743821 rows/sec., 6.72 MiB/sec. | ||
3807 | 2024.05.29 21:18:48.631495 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3808 | 2024.05.29 21:18:48.631611 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3809 | 2024.05.29 21:18:48.631664 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3810 | 2024.05.29 21:18:48.631764 [ 3 ] {374d9b2e-cfb9-4b7b-a70c-e6e4b42818ee} <Debug> DynamicQueryHandler: Done processing query | ||
3811 | 2024.05.29 21:18:48.631843 [ 3 ] {374d9b2e-cfb9-4b7b-a70c-e6e4b42818ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3812 | 2024.05.29 21:18:48.631916 [ 3 ] {} <Debug> HTTP-Session: e99ca300-c3a4-4134-99f3-05efaddc3bc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3813 | 2024.05.29 21:18:48.632269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3814 | 2024.05.29 21:18:48.632333 [ 195 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
3815 | 2024.05.29 21:18:48.632373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3816 | 2024.05.29 21:18:48.632467 [ 3 ] {} <Debug> HTTP-Session: b1ca663f-892f-4465-bf26-934df9085b91 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3817 | 2024.05.29 21:18:48.632500 [ 3 ] {} <Debug> HTTP-Session: b1ca663f-892f-4465-bf26-934df9085b91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3818 | 2024.05.29 21:18:48.632537 [ 3 ] {} <Debug> HTTP-Session: b1ca663f-892f-4465-bf26-934df9085b91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3819 | 2024.05.29 21:18:48.632619 [ 3 ] {} <Trace> HTTP-Session: b1ca663f-892f-4465-bf26-934df9085b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3820 | 2024.05.29 21:18:48.632723 [ 195 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3821 | 2024.05.29 21:18:48.632798 [ 195 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 795 rows starting from the beginning of the part | ||
3822 | 2024.05.29 21:18:48.632895 [ 195 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 61 rows starting from the beginning of the part | ||
3823 | 2024.05.29 21:18:48.633101 [ 3 ] {08fb5b81-6bdd-4943-a0a5-8075a43efd11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3824 | 2024.05.29 21:18:48.633304 [ 3 ] {08fb5b81-6bdd-4943-a0a5-8075a43efd11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3825 | 2024.05.29 21:18:48.633365 [ 195 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 97 rows starting from the beginning of the part | ||
3826 | 2024.05.29 21:18:48.633797 [ 195 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
3827 | 2024.05.29 21:18:48.634160 [ 195 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 80 rows starting from the beginning of the part | ||
3828 | 2024.05.29 21:18:48.634362 [ 3 ] {08fb5b81-6bdd-4943-a0a5-8075a43efd11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3829 | 2024.05.29 21:18:48.634529 [ 195 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
3830 | 2024.05.29 21:18:48.635337 [ 3 ] {08fb5b81-6bdd-4943-a0a5-8075a43efd11} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3831 | 2024.05.29 21:18:48.635404 [ 3 ] {08fb5b81-6bdd-4943-a0a5-8075a43efd11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3832 | 2024.05.29 21:18:48.636678 [ 3 ] {08fb5b81-6bdd-4943-a0a5-8075a43efd11} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3833 | 2024.05.29 21:18:48.637562 [ 3 ] {08fb5b81-6bdd-4943-a0a5-8075a43efd11} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3834 | 2024.05.29 21:18:48.637697 [ 195 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1253 rows, containing 5 columns (5 merged, 0 gathered) in 0.005894499 sec., 212571.0768633602 rows/sec., 14.99 MiB/sec. | ||
3835 | 2024.05.29 21:18:48.637893 [ 3 ] {08fb5b81-6bdd-4943-a0a5-8075a43efd11} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.005099 sec., 3137.8701706216902 rows/sec., 4.23 MiB/sec. | ||
3836 | 2024.05.29 21:18:48.638034 [ 195 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3837 | 2024.05.29 21:18:48.638255 [ 3 ] {08fb5b81-6bdd-4943-a0a5-8075a43efd11} <Debug> DynamicQueryHandler: Done processing query | ||
3838 | 2024.05.29 21:18:48.638313 [ 3 ] {08fb5b81-6bdd-4943-a0a5-8075a43efd11} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3839 | 2024.05.29 21:18:48.638345 [ 3 ] {} <Debug> HTTP-Session: b1ca663f-892f-4465-bf26-934df9085b91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3840 | 2024.05.29 21:18:48.638617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3841 | 2024.05.29 21:18:48.638693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3842 | 2024.05.29 21:18:48.638736 [ 3 ] {} <Debug> HTTP-Session: e40d962a-c88e-46d6-a840-0082e1af4f42 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3843 | 2024.05.29 21:18:48.638741 [ 195 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3844 | 2024.05.29 21:18:48.638763 [ 3 ] {} <Debug> HTTP-Session: e40d962a-c88e-46d6-a840-0082e1af4f42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3845 | 2024.05.29 21:18:48.638808 [ 3 ] {} <Debug> HTTP-Session: e40d962a-c88e-46d6-a840-0082e1af4f42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3846 | 2024.05.29 21:18:48.638878 [ 3 ] {} <Trace> HTTP-Session: e40d962a-c88e-46d6-a840-0082e1af4f42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3847 | 2024.05.29 21:18:48.638907 [ 195 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3848 | 2024.05.29 21:18:48.639055 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
3849 | 2024.05.29 21:18:48.639117 [ 3 ] {33fcd46d-8896-4d85-9b31-f25964df2e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3850 | 2024.05.29 21:18:48.639167 [ 3 ] {33fcd46d-8896-4d85-9b31-f25964df2e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3851 | 2024.05.29 21:18:48.639316 [ 3 ] {33fcd46d-8896-4d85-9b31-f25964df2e31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3852 | 2024.05.29 21:18:48.639669 [ 3 ] {33fcd46d-8896-4d85-9b31-f25964df2e31} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3853 | 2024.05.29 21:18:48.639704 [ 3 ] {33fcd46d-8896-4d85-9b31-f25964df2e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3854 | 2024.05.29 21:18:48.640077 [ 3 ] {33fcd46d-8896-4d85-9b31-f25964df2e31} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3855 | 2024.05.29 21:18:48.640402 [ 3 ] {33fcd46d-8896-4d85-9b31-f25964df2e31} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3856 | 2024.05.29 21:18:48.640561 [ 46 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3857 | 2024.05.29 21:18:48.640564 [ 3 ] {33fcd46d-8896-4d85-9b31-f25964df2e31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00152 sec., 39473.68421052631 rows/sec., 2.66 MiB/sec. | ||
3858 | 2024.05.29 21:18:48.640618 [ 46 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3859 | 2024.05.29 21:18:48.640688 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3860 | 2024.05.29 21:18:48.640868 [ 3 ] {33fcd46d-8896-4d85-9b31-f25964df2e31} <Debug> DynamicQueryHandler: Done processing query | ||
3861 | 2024.05.29 21:18:48.640874 [ 187 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
3862 | 2024.05.29 21:18:48.640903 [ 3 ] {33fcd46d-8896-4d85-9b31-f25964df2e31} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3863 | 2024.05.29 21:18:48.640956 [ 3 ] {} <Debug> HTTP-Session: e40d962a-c88e-46d6-a840-0082e1af4f42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3864 | 2024.05.29 21:18:48.641077 [ 187 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3865 | 2024.05.29 21:18:48.641122 [ 187 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 186 rows starting from the beginning of the part | ||
3866 | 2024.05.29 21:18:48.641228 [ 187 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
3867 | 2024.05.29 21:18:48.641446 [ 187 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
3868 | 2024.05.29 21:18:48.641639 [ 187 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
3869 | 2024.05.29 21:18:48.641826 [ 187 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
3870 | 2024.05.29 21:18:48.642014 [ 187 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
3871 | 2024.05.29 21:18:48.643152 [ 195 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 4 columns (4 merged, 0 gathered) in 0.00236167 sec., 157515.65629406308 rows/sec., 10.33 MiB/sec. | ||
3872 | 2024.05.29 21:18:48.643286 [ 195 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3873 | 2024.05.29 21:18:48.643663 [ 195 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_16_3} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3874 | 2024.05.29 21:18:48.643733 [ 195 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_16_3} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3875 | 2024.05.29 21:18:48.643795 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
3876 | 2024.05.29 21:18:51.140252 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3877 | 2024.05.29 21:18:51.140352 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3878 | 2024.05.29 21:18:53.621100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3879 | 2024.05.29 21:18:53.621213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3880 | 2024.05.29 21:18:53.621236 [ 3 ] {} <Debug> HTTP-Session: 90c054ec-4585-4a03-9ea2-463236cc16d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3881 | 2024.05.29 21:18:53.621260 [ 3 ] {} <Debug> HTTP-Session: 90c054ec-4585-4a03-9ea2-463236cc16d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3882 | 2024.05.29 21:18:53.621275 [ 3 ] {} <Debug> HTTP-Session: 90c054ec-4585-4a03-9ea2-463236cc16d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3883 | 2024.05.29 21:18:53.621325 [ 3 ] {} <Trace> HTTP-Session: 90c054ec-4585-4a03-9ea2-463236cc16d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3884 | 2024.05.29 21:18:53.621508 [ 3 ] {a10357e4-27fe-4a63-8f81-ade343e8cda0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3885 | 2024.05.29 21:18:53.621573 [ 3 ] {a10357e4-27fe-4a63-8f81-ade343e8cda0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3886 | 2024.05.29 21:18:53.621757 [ 3 ] {a10357e4-27fe-4a63-8f81-ade343e8cda0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3887 | 2024.05.29 21:18:53.622175 [ 3 ] {a10357e4-27fe-4a63-8f81-ade343e8cda0} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3888 | 2024.05.29 21:18:53.622217 [ 3 ] {a10357e4-27fe-4a63-8f81-ade343e8cda0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3889 | 2024.05.29 21:18:53.622582 [ 3 ] {a10357e4-27fe-4a63-8f81-ade343e8cda0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3890 | 2024.05.29 21:18:53.622921 [ 3 ] {a10357e4-27fe-4a63-8f81-ade343e8cda0} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3891 | 2024.05.29 21:18:53.623072 [ 3 ] {a10357e4-27fe-4a63-8f81-ade343e8cda0} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001619 sec., 8647.313156269302 rows/sec., 700.91 KiB/sec. | ||
3892 | 2024.05.29 21:18:53.623278 [ 3 ] {a10357e4-27fe-4a63-8f81-ade343e8cda0} <Debug> DynamicQueryHandler: Done processing query | ||
3893 | 2024.05.29 21:18:53.623304 [ 3 ] {a10357e4-27fe-4a63-8f81-ade343e8cda0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3894 | 2024.05.29 21:18:53.623320 [ 3 ] {} <Debug> HTTP-Session: 90c054ec-4585-4a03-9ea2-463236cc16d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3895 | 2024.05.29 21:18:53.623489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3896 | 2024.05.29 21:18:53.623535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3897 | 2024.05.29 21:18:53.623554 [ 3 ] {} <Debug> HTTP-Session: 7416e0e5-3d47-407d-bc72-44992a490b7e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3898 | 2024.05.29 21:18:53.623570 [ 3 ] {} <Debug> HTTP-Session: 7416e0e5-3d47-407d-bc72-44992a490b7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3899 | 2024.05.29 21:18:53.623584 [ 3 ] {} <Debug> HTTP-Session: 7416e0e5-3d47-407d-bc72-44992a490b7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3900 | 2024.05.29 21:18:53.623615 [ 3 ] {} <Trace> HTTP-Session: 7416e0e5-3d47-407d-bc72-44992a490b7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3901 | 2024.05.29 21:18:53.623735 [ 3 ] {3f18c982-bda9-40b3-9218-0cdcc754c52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3902 | 2024.05.29 21:18:53.623778 [ 3 ] {3f18c982-bda9-40b3-9218-0cdcc754c52a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3903 | 2024.05.29 21:18:53.623907 [ 3 ] {3f18c982-bda9-40b3-9218-0cdcc754c52a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3904 | 2024.05.29 21:18:53.624277 [ 3 ] {3f18c982-bda9-40b3-9218-0cdcc754c52a} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3905 | 2024.05.29 21:18:53.624314 [ 3 ] {3f18c982-bda9-40b3-9218-0cdcc754c52a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3906 | 2024.05.29 21:18:53.624640 [ 3 ] {3f18c982-bda9-40b3-9218-0cdcc754c52a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3907 | 2024.05.29 21:18:53.624975 [ 3 ] {3f18c982-bda9-40b3-9218-0cdcc754c52a} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3908 | 2024.05.29 21:18:53.625131 [ 3 ] {3f18c982-bda9-40b3-9218-0cdcc754c52a} <Debug> executeQuery: Read 98 rows, 8.16 KiB in 0.001433 sec., 68387.99720865318 rows/sec., 5.56 MiB/sec. | ||
3909 | 2024.05.29 21:18:53.625387 [ 3 ] {3f18c982-bda9-40b3-9218-0cdcc754c52a} <Debug> DynamicQueryHandler: Done processing query | ||
3910 | 2024.05.29 21:18:53.625422 [ 3 ] {3f18c982-bda9-40b3-9218-0cdcc754c52a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3911 | 2024.05.29 21:18:53.625438 [ 3 ] {} <Debug> HTTP-Session: 7416e0e5-3d47-407d-bc72-44992a490b7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3912 | 2024.05.29 21:18:53.625566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3913 | 2024.05.29 21:18:53.625612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3914 | 2024.05.29 21:18:53.625631 [ 3 ] {} <Debug> HTTP-Session: 57d66d22-67df-41fb-b9c2-0a150ceff51c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3915 | 2024.05.29 21:18:53.625647 [ 3 ] {} <Debug> HTTP-Session: 57d66d22-67df-41fb-b9c2-0a150ceff51c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3916 | 2024.05.29 21:18:53.625662 [ 3 ] {} <Debug> HTTP-Session: 57d66d22-67df-41fb-b9c2-0a150ceff51c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3917 | 2024.05.29 21:18:53.625696 [ 3 ] {} <Trace> HTTP-Session: 57d66d22-67df-41fb-b9c2-0a150ceff51c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3918 | 2024.05.29 21:18:53.625815 [ 3 ] {76a49f66-89b7-4492-b4aa-8329e69231a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3919 | 2024.05.29 21:18:53.625858 [ 3 ] {76a49f66-89b7-4492-b4aa-8329e69231a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3920 | 2024.05.29 21:18:53.626003 [ 3 ] {76a49f66-89b7-4492-b4aa-8329e69231a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3921 | 2024.05.29 21:18:53.626328 [ 3 ] {76a49f66-89b7-4492-b4aa-8329e69231a7} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3922 | 2024.05.29 21:18:53.626364 [ 3 ] {76a49f66-89b7-4492-b4aa-8329e69231a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3923 | 2024.05.29 21:18:53.626679 [ 3 ] {76a49f66-89b7-4492-b4aa-8329e69231a7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3924 | 2024.05.29 21:18:53.626982 [ 3 ] {76a49f66-89b7-4492-b4aa-8329e69231a7} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3925 | 2024.05.29 21:18:53.627142 [ 3 ] {76a49f66-89b7-4492-b4aa-8329e69231a7} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001368 sec., 57017.54385964912 rows/sec., 4.45 MiB/sec. | ||
3926 | 2024.05.29 21:18:53.627291 [ 3 ] {76a49f66-89b7-4492-b4aa-8329e69231a7} <Debug> DynamicQueryHandler: Done processing query | ||
3927 | 2024.05.29 21:18:53.627315 [ 3 ] {76a49f66-89b7-4492-b4aa-8329e69231a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3928 | 2024.05.29 21:18:53.627330 [ 3 ] {} <Debug> HTTP-Session: 57d66d22-67df-41fb-b9c2-0a150ceff51c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3929 | 2024.05.29 21:18:53.627488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3930 | 2024.05.29 21:18:53.627534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3931 | 2024.05.29 21:18:53.627552 [ 3 ] {} <Debug> HTTP-Session: 0c14ae4a-2052-4997-a453-9a83804a4fb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3932 | 2024.05.29 21:18:53.627568 [ 3 ] {} <Debug> HTTP-Session: 0c14ae4a-2052-4997-a453-9a83804a4fb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3933 | 2024.05.29 21:18:53.627582 [ 3 ] {} <Debug> HTTP-Session: 0c14ae4a-2052-4997-a453-9a83804a4fb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3934 | 2024.05.29 21:18:53.627612 [ 3 ] {} <Trace> HTTP-Session: 0c14ae4a-2052-4997-a453-9a83804a4fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3935 | 2024.05.29 21:18:53.627769 [ 3 ] {6f915ad0-76e2-4d25-9860-0354e7506409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3936 | 2024.05.29 21:18:53.627816 [ 3 ] {6f915ad0-76e2-4d25-9860-0354e7506409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3937 | 2024.05.29 21:18:53.627959 [ 3 ] {6f915ad0-76e2-4d25-9860-0354e7506409} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3938 | 2024.05.29 21:18:53.628351 [ 3 ] {6f915ad0-76e2-4d25-9860-0354e7506409} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3939 | 2024.05.29 21:18:53.628387 [ 3 ] {6f915ad0-76e2-4d25-9860-0354e7506409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3940 | 2024.05.29 21:18:53.628786 [ 3 ] {6f915ad0-76e2-4d25-9860-0354e7506409} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3941 | 2024.05.29 21:18:53.629119 [ 3 ] {6f915ad0-76e2-4d25-9860-0354e7506409} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3942 | 2024.05.29 21:18:53.629271 [ 3 ] {6f915ad0-76e2-4d25-9860-0354e7506409} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
3943 | 2024.05.29 21:18:53.629707 [ 3 ] {6f915ad0-76e2-4d25-9860-0354e7506409} <Debug> DynamicQueryHandler: Done processing query | ||
3944 | 2024.05.29 21:18:53.629730 [ 3 ] {6f915ad0-76e2-4d25-9860-0354e7506409} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3945 | 2024.05.29 21:18:53.629745 [ 3 ] {} <Debug> HTTP-Session: 0c14ae4a-2052-4997-a453-9a83804a4fb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3946 | 2024.05.29 21:18:53.629865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3947 | 2024.05.29 21:18:53.629913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3948 | 2024.05.29 21:18:53.629932 [ 3 ] {} <Debug> HTTP-Session: a9f20664-ab63-41ae-8646-ca0446648c51 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3949 | 2024.05.29 21:18:53.629947 [ 3 ] {} <Debug> HTTP-Session: a9f20664-ab63-41ae-8646-ca0446648c51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3950 | 2024.05.29 21:18:53.629960 [ 3 ] {} <Debug> HTTP-Session: a9f20664-ab63-41ae-8646-ca0446648c51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3951 | 2024.05.29 21:18:53.629991 [ 3 ] {} <Trace> HTTP-Session: a9f20664-ab63-41ae-8646-ca0446648c51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3952 | 2024.05.29 21:18:53.630228 [ 3 ] {9d9ebe39-558c-4069-8b6e-e762237bac09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3953 | 2024.05.29 21:18:53.630275 [ 3 ] {9d9ebe39-558c-4069-8b6e-e762237bac09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3954 | 2024.05.29 21:18:53.630544 [ 3 ] {9d9ebe39-558c-4069-8b6e-e762237bac09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3955 | 2024.05.29 21:18:53.630909 [ 3 ] {9d9ebe39-558c-4069-8b6e-e762237bac09} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3956 | 2024.05.29 21:18:53.630944 [ 3 ] {9d9ebe39-558c-4069-8b6e-e762237bac09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3957 | 2024.05.29 21:18:53.631340 [ 3 ] {9d9ebe39-558c-4069-8b6e-e762237bac09} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3958 | 2024.05.29 21:18:53.631699 [ 3 ] {9d9ebe39-558c-4069-8b6e-e762237bac09} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3959 | 2024.05.29 21:18:53.631859 [ 3 ] {9d9ebe39-558c-4069-8b6e-e762237bac09} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001788 sec., 7829.977628635346 rows/sec., 10.57 MiB/sec. | ||
3960 | 2024.05.29 21:18:53.632032 [ 3 ] {9d9ebe39-558c-4069-8b6e-e762237bac09} <Debug> DynamicQueryHandler: Done processing query | ||
3961 | 2024.05.29 21:18:53.632055 [ 3 ] {9d9ebe39-558c-4069-8b6e-e762237bac09} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3962 | 2024.05.29 21:18:53.632070 [ 3 ] {} <Debug> HTTP-Session: a9f20664-ab63-41ae-8646-ca0446648c51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3963 | 2024.05.29 21:18:53.632189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3964 | 2024.05.29 21:18:53.632234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3965 | 2024.05.29 21:18:53.632252 [ 3 ] {} <Debug> HTTP-Session: d3a653c9-9e48-4cf0-8b8a-570a367973a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3966 | 2024.05.29 21:18:53.632269 [ 3 ] {} <Debug> HTTP-Session: d3a653c9-9e48-4cf0-8b8a-570a367973a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3967 | 2024.05.29 21:18:53.632282 [ 3 ] {} <Debug> HTTP-Session: d3a653c9-9e48-4cf0-8b8a-570a367973a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3968 | 2024.05.29 21:18:53.632313 [ 3 ] {} <Trace> HTTP-Session: d3a653c9-9e48-4cf0-8b8a-570a367973a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3969 | 2024.05.29 21:18:53.632429 [ 3 ] {a9044a81-7d3a-4bd9-9cc3-f227ee5d66ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3970 | 2024.05.29 21:18:53.632473 [ 3 ] {a9044a81-7d3a-4bd9-9cc3-f227ee5d66ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3971 | 2024.05.29 21:18:53.632596 [ 3 ] {a9044a81-7d3a-4bd9-9cc3-f227ee5d66ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3972 | 2024.05.29 21:18:53.632878 [ 3 ] {a9044a81-7d3a-4bd9-9cc3-f227ee5d66ad} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3973 | 2024.05.29 21:18:53.632912 [ 3 ] {a9044a81-7d3a-4bd9-9cc3-f227ee5d66ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3974 | 2024.05.29 21:18:53.633267 [ 3 ] {a9044a81-7d3a-4bd9-9cc3-f227ee5d66ad} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3975 | 2024.05.29 21:18:53.633581 [ 3 ] {a9044a81-7d3a-4bd9-9cc3-f227ee5d66ad} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3976 | 2024.05.29 21:18:53.633728 [ 3 ] {a9044a81-7d3a-4bd9-9cc3-f227ee5d66ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
3977 | 2024.05.29 21:18:53.634034 [ 3 ] {a9044a81-7d3a-4bd9-9cc3-f227ee5d66ad} <Debug> DynamicQueryHandler: Done processing query | ||
3978 | 2024.05.29 21:18:53.634057 [ 3 ] {a9044a81-7d3a-4bd9-9cc3-f227ee5d66ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3979 | 2024.05.29 21:18:53.634073 [ 3 ] {} <Debug> HTTP-Session: d3a653c9-9e48-4cf0-8b8a-570a367973a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3980 | 2024.05.29 21:18:58.621432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3981 | 2024.05.29 21:18:58.621571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3982 | 2024.05.29 21:18:58.621599 [ 3 ] {} <Debug> HTTP-Session: cf16e1aa-1a40-4dfb-8976-c02dfa163f66 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
3983 | 2024.05.29 21:18:58.621628 [ 3 ] {} <Debug> HTTP-Session: cf16e1aa-1a40-4dfb-8976-c02dfa163f66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3984 | 2024.05.29 21:18:58.621644 [ 3 ] {} <Debug> HTTP-Session: cf16e1aa-1a40-4dfb-8976-c02dfa163f66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3985 | 2024.05.29 21:18:58.621701 [ 3 ] {} <Trace> HTTP-Session: cf16e1aa-1a40-4dfb-8976-c02dfa163f66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3986 | 2024.05.29 21:18:58.621896 [ 3 ] {729439d0-6a89-493b-ba2f-81669984230f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3987 | 2024.05.29 21:18:58.621962 [ 3 ] {729439d0-6a89-493b-ba2f-81669984230f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3988 | 2024.05.29 21:18:58.622152 [ 3 ] {729439d0-6a89-493b-ba2f-81669984230f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3989 | 2024.05.29 21:18:58.622581 [ 3 ] {729439d0-6a89-493b-ba2f-81669984230f} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3990 | 2024.05.29 21:18:58.622623 [ 3 ] {729439d0-6a89-493b-ba2f-81669984230f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3991 | 2024.05.29 21:18:58.622989 [ 3 ] {729439d0-6a89-493b-ba2f-81669984230f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3992 | 2024.05.29 21:18:58.623319 [ 3 ] {729439d0-6a89-493b-ba2f-81669984230f} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3993 | 2024.05.29 21:18:58.623489 [ 3 ] {729439d0-6a89-493b-ba2f-81669984230f} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001641 sec., 9750.152346130408 rows/sec., 790.30 KiB/sec. | ||
3994 | 2024.05.29 21:18:58.623502 [ 57 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3995 | 2024.05.29 21:18:58.623606 [ 57 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3996 | 2024.05.29 21:18:58.623663 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3997 | 2024.05.29 21:18:58.623797 [ 3 ] {729439d0-6a89-493b-ba2f-81669984230f} <Debug> DynamicQueryHandler: Done processing query | ||
3998 | 2024.05.29 21:18:58.623813 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
3999 | 2024.05.29 21:18:58.623839 [ 3 ] {729439d0-6a89-493b-ba2f-81669984230f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4000 | 2024.05.29 21:18:58.623882 [ 3 ] {} <Debug> HTTP-Session: cf16e1aa-1a40-4dfb-8976-c02dfa163f66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4001 | 2024.05.29 21:18:58.624013 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4002 | 2024.05.29 21:18:58.624058 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 30 rows starting from the beginning of the part | ||
4003 | 2024.05.29 21:18:58.624100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4004 | 2024.05.29 21:18:58.624182 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
4005 | 2024.05.29 21:18:58.624196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4006 | 2024.05.29 21:18:58.624294 [ 3 ] {} <Debug> HTTP-Session: 63e7ac5c-8e3f-41b6-a1c2-c0525c3fc8de Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4007 | 2024.05.29 21:18:58.624359 [ 3 ] {} <Debug> HTTP-Session: 63e7ac5c-8e3f-41b6-a1c2-c0525c3fc8de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4008 | 2024.05.29 21:18:58.624427 [ 3 ] {} <Debug> HTTP-Session: 63e7ac5c-8e3f-41b6-a1c2-c0525c3fc8de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4009 | 2024.05.29 21:18:58.624499 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
4010 | 2024.05.29 21:18:58.624577 [ 3 ] {} <Trace> HTTP-Session: 63e7ac5c-8e3f-41b6-a1c2-c0525c3fc8de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4011 | 2024.05.29 21:18:58.624851 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part | ||
4012 | 2024.05.29 21:18:58.625118 [ 3 ] {f07385a2-3673-41ec-a49c-483c82b32617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4013 | 2024.05.29 21:18:58.625268 [ 3 ] {f07385a2-3673-41ec-a49c-483c82b32617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4014 | 2024.05.29 21:18:58.625474 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
4015 | 2024.05.29 21:18:58.625752 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part | ||
4016 | 2024.05.29 21:18:58.626379 [ 3 ] {f07385a2-3673-41ec-a49c-483c82b32617} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4017 | 2024.05.29 21:18:58.627186 [ 3 ] {f07385a2-3673-41ec-a49c-483c82b32617} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4018 | 2024.05.29 21:18:58.627253 [ 3 ] {f07385a2-3673-41ec-a49c-483c82b32617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4019 | 2024.05.29 21:18:58.628226 [ 3 ] {f07385a2-3673-41ec-a49c-483c82b32617} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4020 | 2024.05.29 21:18:58.628382 [ 195 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004638877 sec., 22850.35796379167 rows/sec., 1.81 MiB/sec. | ||
4021 | 2024.05.29 21:18:58.628638 [ 195 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4022 | 2024.05.29 21:18:58.628910 [ 3 ] {f07385a2-3673-41ec-a49c-483c82b32617} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4023 | 2024.05.29 21:18:58.629290 [ 57 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4024 | 2024.05.29 21:18:58.629378 [ 57 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4025 | 2024.05.29 21:18:58.629381 [ 3 ] {f07385a2-3673-41ec-a49c-483c82b32617} <Debug> executeQuery: Read 104 rows, 8.80 KiB in 0.004521 sec., 23003.760230037602 rows/sec., 1.90 MiB/sec. | ||
4026 | 2024.05.29 21:18:58.629425 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4027 | 2024.05.29 21:18:58.629631 [ 195 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_21_4} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4028 | 2024.05.29 21:18:58.630064 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
4029 | 2024.05.29 21:18:58.630122 [ 195 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_21_4} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4030 | 2024.05.29 21:18:58.630257 [ 3 ] {f07385a2-3673-41ec-a49c-483c82b32617} <Debug> DynamicQueryHandler: Done processing query | ||
4031 | 2024.05.29 21:18:58.630366 [ 3 ] {f07385a2-3673-41ec-a49c-483c82b32617} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4032 | 2024.05.29 21:18:58.630494 [ 3 ] {} <Debug> HTTP-Session: 63e7ac5c-8e3f-41b6-a1c2-c0525c3fc8de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4033 | 2024.05.29 21:18:58.630596 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4034 | 2024.05.29 21:18:58.630860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4035 | 2024.05.29 21:18:58.630903 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4036 | 2024.05.29 21:18:58.630963 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 161 rows starting from the beginning of the part | ||
4037 | 2024.05.29 21:18:58.630977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4038 | 2024.05.29 21:18:58.631030 [ 3 ] {} <Debug> HTTP-Session: fc38dc33-5ee1-4d1d-a2be-ec3fc36312b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4039 | 2024.05.29 21:18:58.631116 [ 3 ] {} <Debug> HTTP-Session: fc38dc33-5ee1-4d1d-a2be-ec3fc36312b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4040 | 2024.05.29 21:18:58.631191 [ 3 ] {} <Debug> HTTP-Session: fc38dc33-5ee1-4d1d-a2be-ec3fc36312b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4041 | 2024.05.29 21:18:58.631221 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 78 rows starting from the beginning of the part | ||
4042 | 2024.05.29 21:18:58.631293 [ 3 ] {} <Trace> HTTP-Session: fc38dc33-5ee1-4d1d-a2be-ec3fc36312b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4043 | 2024.05.29 21:18:58.631489 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 98 rows starting from the beginning of the part | ||
4044 | 2024.05.29 21:18:58.631671 [ 3 ] {72335705-0650-432a-9c5a-26ccb65b7b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4045 | 2024.05.29 21:18:58.631775 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 104 rows starting from the beginning of the part | ||
4046 | 2024.05.29 21:18:58.631801 [ 3 ] {72335705-0650-432a-9c5a-26ccb65b7b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4047 | 2024.05.29 21:18:58.632108 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 98 rows starting from the beginning of the part | ||
4048 | 2024.05.29 21:18:58.632382 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 104 rows starting from the beginning of the part | ||
4049 | 2024.05.29 21:18:58.632960 [ 3 ] {72335705-0650-432a-9c5a-26ccb65b7b2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4050 | 2024.05.29 21:18:58.634019 [ 3 ] {72335705-0650-432a-9c5a-26ccb65b7b2e} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4051 | 2024.05.29 21:18:58.634083 [ 3 ] {72335705-0650-432a-9c5a-26ccb65b7b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4052 | 2024.05.29 21:18:58.634896 [ 3 ] {72335705-0650-432a-9c5a-26ccb65b7b2e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4053 | 2024.05.29 21:18:58.635374 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 643 rows, containing 4 columns (4 merged, 0 gathered) in 0.005784725 sec., 111154.80856911953 rows/sec., 9.19 MiB/sec. | ||
4054 | 2024.05.29 21:18:58.635634 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4055 | 2024.05.29 21:18:58.635789 [ 3 ] {72335705-0650-432a-9c5a-26ccb65b7b2e} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4056 | 2024.05.29 21:18:58.636149 [ 57 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4057 | 2024.05.29 21:18:58.636271 [ 57 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4058 | 2024.05.29 21:18:58.636322 [ 3 ] {72335705-0650-432a-9c5a-26ccb65b7b2e} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.004777 sec., 16746.912288046893 rows/sec., 1.31 MiB/sec. | ||
4059 | 2024.05.29 21:18:58.636336 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4060 | 2024.05.29 21:18:58.636894 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_21_4} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4061 | 2024.05.29 21:18:58.637084 [ 3 ] {72335705-0650-432a-9c5a-26ccb65b7b2e} <Debug> DynamicQueryHandler: Done processing query | ||
4062 | 2024.05.29 21:18:58.637099 [ 190 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
4063 | 2024.05.29 21:18:58.637188 [ 3 ] {72335705-0650-432a-9c5a-26ccb65b7b2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4064 | 2024.05.29 21:18:58.637300 [ 3 ] {} <Debug> HTTP-Session: fc38dc33-5ee1-4d1d-a2be-ec3fc36312b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4065 | 2024.05.29 21:18:58.637405 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_21_4} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4066 | 2024.05.29 21:18:58.637687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4067 | 2024.05.29 21:18:58.637813 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4068 | 2024.05.29 21:18:58.637898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4069 | 2024.05.29 21:18:58.637996 [ 3 ] {} <Debug> HTTP-Session: b10d5cee-752e-4278-a1d5-5c09946798f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4070 | 2024.05.29 21:18:58.638004 [ 190 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4071 | 2024.05.29 21:18:58.638019 [ 3 ] {} <Debug> HTTP-Session: b10d5cee-752e-4278-a1d5-5c09946798f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4072 | 2024.05.29 21:18:58.638040 [ 3 ] {} <Debug> HTTP-Session: b10d5cee-752e-4278-a1d5-5c09946798f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4073 | 2024.05.29 21:18:58.638043 [ 190 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 118 rows starting from the beginning of the part | ||
4074 | 2024.05.29 21:18:58.638078 [ 3 ] {} <Trace> HTTP-Session: b10d5cee-752e-4278-a1d5-5c09946798f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4075 | 2024.05.29 21:18:58.638208 [ 190 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 52 rows starting from the beginning of the part | ||
4076 | 2024.05.29 21:18:58.638501 [ 3 ] {3c1195ec-d711-48b1-9f60-e8676aef2afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4077 | 2024.05.29 21:18:58.638527 [ 190 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 78 rows starting from the beginning of the part | ||
4078 | 2024.05.29 21:18:58.638615 [ 3 ] {3c1195ec-d711-48b1-9f60-e8676aef2afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4079 | 2024.05.29 21:18:58.638754 [ 190 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 80 rows starting from the beginning of the part | ||
4080 | 2024.05.29 21:18:58.639155 [ 190 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 78 rows starting from the beginning of the part | ||
4081 | 2024.05.29 21:18:58.639394 [ 190 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 80 rows starting from the beginning of the part | ||
4082 | 2024.05.29 21:18:58.639698 [ 3 ] {3c1195ec-d711-48b1-9f60-e8676aef2afb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4083 | 2024.05.29 21:18:58.640293 [ 3 ] {3c1195ec-d711-48b1-9f60-e8676aef2afb} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4084 | 2024.05.29 21:18:58.640335 [ 3 ] {3c1195ec-d711-48b1-9f60-e8676aef2afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4085 | 2024.05.29 21:18:58.640893 [ 3 ] {3c1195ec-d711-48b1-9f60-e8676aef2afb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4086 | 2024.05.29 21:18:58.641017 [ 189 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 486 rows, containing 4 columns (4 merged, 0 gathered) in 0.004489332 sec., 108256.6404088626 rows/sec., 8.45 MiB/sec. | ||
4087 | 2024.05.29 21:18:58.641335 [ 189 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4088 | 2024.05.29 21:18:58.641487 [ 3 ] {3c1195ec-d711-48b1-9f60-e8676aef2afb} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4089 | 2024.05.29 21:18:58.641884 [ 3 ] {3c1195ec-d711-48b1-9f60-e8676aef2afb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003662 sec., 43691.97160021846 rows/sec., 3.04 MiB/sec. | ||
4090 | 2024.05.29 21:18:58.642213 [ 3 ] {3c1195ec-d711-48b1-9f60-e8676aef2afb} <Debug> DynamicQueryHandler: Done processing query | ||
4091 | 2024.05.29 21:18:58.642215 [ 189 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_21_4} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4092 | 2024.05.29 21:18:58.642254 [ 3 ] {3c1195ec-d711-48b1-9f60-e8676aef2afb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4093 | 2024.05.29 21:18:58.642297 [ 3 ] {} <Debug> HTTP-Session: b10d5cee-752e-4278-a1d5-5c09946798f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4094 | 2024.05.29 21:18:58.642384 [ 189 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_21_4} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4095 | 2024.05.29 21:18:58.642502 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
4096 | 2024.05.29 21:18:58.642529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4097 | 2024.05.29 21:18:58.642598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4098 | 2024.05.29 21:18:58.642617 [ 3 ] {} <Debug> HTTP-Session: 98398143-82b3-49d2-8fb0-59617e610158 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4099 | 2024.05.29 21:18:58.642633 [ 3 ] {} <Debug> HTTP-Session: 98398143-82b3-49d2-8fb0-59617e610158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4100 | 2024.05.29 21:18:58.642646 [ 3 ] {} <Debug> HTTP-Session: 98398143-82b3-49d2-8fb0-59617e610158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4101 | 2024.05.29 21:18:58.642677 [ 3 ] {} <Trace> HTTP-Session: 98398143-82b3-49d2-8fb0-59617e610158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4102 | 2024.05.29 21:18:58.643015 [ 3 ] {531fe473-5dac-48f1-8b39-50280ad64bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4103 | 2024.05.29 21:18:58.643065 [ 3 ] {531fe473-5dac-48f1-8b39-50280ad64bfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4104 | 2024.05.29 21:18:58.643247 [ 3 ] {531fe473-5dac-48f1-8b39-50280ad64bfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4105 | 2024.05.29 21:18:58.643652 [ 3 ] {531fe473-5dac-48f1-8b39-50280ad64bfb} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4106 | 2024.05.29 21:18:58.643687 [ 3 ] {531fe473-5dac-48f1-8b39-50280ad64bfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4107 | 2024.05.29 21:18:58.644119 [ 3 ] {531fe473-5dac-48f1-8b39-50280ad64bfb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4108 | 2024.05.29 21:18:58.644463 [ 3 ] {531fe473-5dac-48f1-8b39-50280ad64bfb} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4109 | 2024.05.29 21:18:58.644618 [ 3 ] {531fe473-5dac-48f1-8b39-50280ad64bfb} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001849 sec., 8653.32612222823 rows/sec., 11.68 MiB/sec. | ||
4110 | 2024.05.29 21:18:58.644628 [ 57 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4111 | 2024.05.29 21:18:58.644712 [ 57 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4112 | 2024.05.29 21:18:58.644759 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4113 | 2024.05.29 21:18:58.644911 [ 3 ] {531fe473-5dac-48f1-8b39-50280ad64bfb} <Debug> DynamicQueryHandler: Done processing query | ||
4114 | 2024.05.29 21:18:58.644910 [ 190 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
4115 | 2024.05.29 21:18:58.644942 [ 3 ] {531fe473-5dac-48f1-8b39-50280ad64bfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4116 | 2024.05.29 21:18:58.644971 [ 3 ] {} <Debug> HTTP-Session: 98398143-82b3-49d2-8fb0-59617e610158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4117 | 2024.05.29 21:18:58.645090 [ 190 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4118 | 2024.05.29 21:18:58.645135 [ 190 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 238 rows starting from the beginning of the part | ||
4119 | 2024.05.29 21:18:58.645142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4120 | 2024.05.29 21:18:58.645223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4121 | 2024.05.29 21:18:58.645285 [ 3 ] {} <Debug> HTTP-Session: f925b91c-59eb-484c-ac68-e5ac13533a33 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4122 | 2024.05.29 21:18:58.645327 [ 190 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
4123 | 2024.05.29 21:18:58.645332 [ 3 ] {} <Debug> HTTP-Session: f925b91c-59eb-484c-ac68-e5ac13533a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4124 | 2024.05.29 21:18:58.645370 [ 3 ] {} <Debug> HTTP-Session: f925b91c-59eb-484c-ac68-e5ac13533a33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4125 | 2024.05.29 21:18:58.645439 [ 3 ] {} <Trace> HTTP-Session: f925b91c-59eb-484c-ac68-e5ac13533a33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4126 | 2024.05.29 21:18:58.645517 [ 190 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
4127 | 2024.05.29 21:18:58.645688 [ 3 ] {21f85a81-d6f3-4f69-9828-d02f44273ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4128 | 2024.05.29 21:18:58.645701 [ 190 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part | ||
4129 | 2024.05.29 21:18:58.645763 [ 3 ] {21f85a81-d6f3-4f69-9828-d02f44273ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4130 | 2024.05.29 21:18:58.645922 [ 190 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
4131 | 2024.05.29 21:18:58.646208 [ 190 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part | ||
4132 | 2024.05.29 21:18:58.646675 [ 3 ] {21f85a81-d6f3-4f69-9828-d02f44273ce7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4133 | 2024.05.29 21:18:58.647185 [ 3 ] {21f85a81-d6f3-4f69-9828-d02f44273ce7} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4134 | 2024.05.29 21:18:58.647229 [ 3 ] {21f85a81-d6f3-4f69-9828-d02f44273ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4135 | 2024.05.29 21:18:58.647855 [ 3 ] {21f85a81-d6f3-4f69-9828-d02f44273ce7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4136 | 2024.05.29 21:18:58.648446 [ 3 ] {21f85a81-d6f3-4f69-9828-d02f44273ce7} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4137 | 2024.05.29 21:18:58.648870 [ 3 ] {21f85a81-d6f3-4f69-9828-d02f44273ce7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003286 sec., 18259.28180158247 rows/sec., 1.23 MiB/sec. | ||
4138 | 2024.05.29 21:18:58.649052 [ 3 ] {21f85a81-d6f3-4f69-9828-d02f44273ce7} <Debug> DynamicQueryHandler: Done processing query | ||
4139 | 2024.05.29 21:18:58.649076 [ 3 ] {21f85a81-d6f3-4f69-9828-d02f44273ce7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4140 | 2024.05.29 21:18:58.649094 [ 3 ] {} <Debug> HTTP-Session: f925b91c-59eb-484c-ac68-e5ac13533a33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4141 | 2024.05.29 21:18:58.649436 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 314 rows, containing 6 columns (6 merged, 0 gathered) in 0.004585475 sec., 68477.09343088775 rows/sec., 92.41 MiB/sec. | ||
4142 | 2024.05.29 21:18:58.649698 [ 190 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4143 | 2024.05.29 21:18:58.650089 [ 190 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4144 | 2024.05.29 21:18:58.650160 [ 190 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4145 | 2024.05.29 21:18:58.650235 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
4146 | 2024.05.29 21:19:03.623268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4147 | 2024.05.29 21:19:03.623444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4148 | 2024.05.29 21:19:03.623487 [ 3 ] {} <Debug> HTTP-Session: 7da0a36b-f214-444c-a644-be50b76bd3a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4149 | 2024.05.29 21:19:03.623527 [ 3 ] {} <Debug> HTTP-Session: 7da0a36b-f214-444c-a644-be50b76bd3a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4150 | 2024.05.29 21:19:03.623553 [ 3 ] {} <Debug> HTTP-Session: 7da0a36b-f214-444c-a644-be50b76bd3a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4151 | 2024.05.29 21:19:03.623629 [ 3 ] {} <Trace> HTTP-Session: 7da0a36b-f214-444c-a644-be50b76bd3a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4152 | 2024.05.29 21:19:03.623908 [ 3 ] {7bbd161b-9d38-471c-bae2-468ed4692c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4153 | 2024.05.29 21:19:03.624010 [ 3 ] {7bbd161b-9d38-471c-bae2-468ed4692c16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4154 | 2024.05.29 21:19:03.624209 [ 3 ] {7bbd161b-9d38-471c-bae2-468ed4692c16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4155 | 2024.05.29 21:19:03.624637 [ 3 ] {7bbd161b-9d38-471c-bae2-468ed4692c16} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4156 | 2024.05.29 21:19:03.624684 [ 3 ] {7bbd161b-9d38-471c-bae2-468ed4692c16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4157 | 2024.05.29 21:19:03.625065 [ 3 ] {7bbd161b-9d38-471c-bae2-468ed4692c16} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4158 | 2024.05.29 21:19:03.625411 [ 3 ] {7bbd161b-9d38-471c-bae2-468ed4692c16} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4159 | 2024.05.29 21:19:03.625560 [ 3 ] {7bbd161b-9d38-471c-bae2-468ed4692c16} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001742 sec., 8036.739380022962 rows/sec., 651.42 KiB/sec. | ||
4160 | 2024.05.29 21:19:03.625787 [ 3 ] {7bbd161b-9d38-471c-bae2-468ed4692c16} <Debug> DynamicQueryHandler: Done processing query | ||
4161 | 2024.05.29 21:19:03.625814 [ 3 ] {7bbd161b-9d38-471c-bae2-468ed4692c16} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4162 | 2024.05.29 21:19:03.625831 [ 3 ] {} <Debug> HTTP-Session: 7da0a36b-f214-444c-a644-be50b76bd3a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4163 | 2024.05.29 21:19:03.625990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4164 | 2024.05.29 21:19:03.626045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4165 | 2024.05.29 21:19:03.626065 [ 3 ] {} <Debug> HTTP-Session: f8a58446-3e38-436e-891a-a2aaed1b7792 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4166 | 2024.05.29 21:19:03.626083 [ 3 ] {} <Debug> HTTP-Session: f8a58446-3e38-436e-891a-a2aaed1b7792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4167 | 2024.05.29 21:19:03.626097 [ 3 ] {} <Debug> HTTP-Session: f8a58446-3e38-436e-891a-a2aaed1b7792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4168 | 2024.05.29 21:19:03.626133 [ 3 ] {} <Trace> HTTP-Session: f8a58446-3e38-436e-891a-a2aaed1b7792 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4169 | 2024.05.29 21:19:03.626238 [ 3 ] {d4b18c60-20c4-42cf-b73d-d29ce2878a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4170 | 2024.05.29 21:19:03.626284 [ 3 ] {d4b18c60-20c4-42cf-b73d-d29ce2878a6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4171 | 2024.05.29 21:19:03.626422 [ 3 ] {d4b18c60-20c4-42cf-b73d-d29ce2878a6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4172 | 2024.05.29 21:19:03.626707 [ 3 ] {d4b18c60-20c4-42cf-b73d-d29ce2878a6c} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4173 | 2024.05.29 21:19:03.626745 [ 3 ] {d4b18c60-20c4-42cf-b73d-d29ce2878a6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4174 | 2024.05.29 21:19:03.627051 [ 3 ] {d4b18c60-20c4-42cf-b73d-d29ce2878a6c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4175 | 2024.05.29 21:19:03.627361 [ 3 ] {d4b18c60-20c4-42cf-b73d-d29ce2878a6c} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4176 | 2024.05.29 21:19:03.627522 [ 3 ] {d4b18c60-20c4-42cf-b73d-d29ce2878a6c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001306 sec., 1531.3935681470136 rows/sec., 124.87 KiB/sec. | ||
4177 | 2024.05.29 21:19:03.627813 [ 3 ] {d4b18c60-20c4-42cf-b73d-d29ce2878a6c} <Debug> DynamicQueryHandler: Done processing query | ||
4178 | 2024.05.29 21:19:03.627839 [ 3 ] {d4b18c60-20c4-42cf-b73d-d29ce2878a6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4179 | 2024.05.29 21:19:03.627855 [ 3 ] {} <Debug> HTTP-Session: f8a58446-3e38-436e-891a-a2aaed1b7792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4180 | 2024.05.29 21:19:03.628021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 19218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4181 | 2024.05.29 21:19:03.628070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4182 | 2024.05.29 21:19:03.628089 [ 3 ] {} <Debug> HTTP-Session: 0368eb85-9f9a-491b-97d4-59443491b4e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4183 | 2024.05.29 21:19:03.628106 [ 3 ] {} <Debug> HTTP-Session: 0368eb85-9f9a-491b-97d4-59443491b4e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4184 | 2024.05.29 21:19:03.628120 [ 3 ] {} <Debug> HTTP-Session: 0368eb85-9f9a-491b-97d4-59443491b4e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4185 | 2024.05.29 21:19:03.628151 [ 3 ] {} <Trace> HTTP-Session: 0368eb85-9f9a-491b-97d4-59443491b4e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4186 | 2024.05.29 21:19:03.628292 [ 3 ] {5d44a317-0705-49b4-ace8-edd365d53787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4187 | 2024.05.29 21:19:03.628335 [ 3 ] {5d44a317-0705-49b4-ace8-edd365d53787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4188 | 2024.05.29 21:19:03.628479 [ 3 ] {5d44a317-0705-49b4-ace8-edd365d53787} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4189 | 2024.05.29 21:19:03.628853 [ 3 ] {5d44a317-0705-49b4-ace8-edd365d53787} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4190 | 2024.05.29 21:19:03.628889 [ 3 ] {5d44a317-0705-49b4-ace8-edd365d53787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4191 | 2024.05.29 21:19:03.629206 [ 3 ] {5d44a317-0705-49b4-ace8-edd365d53787} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4192 | 2024.05.29 21:19:03.629522 [ 3 ] {5d44a317-0705-49b4-ace8-edd365d53787} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4193 | 2024.05.29 21:19:03.629676 [ 3 ] {5d44a317-0705-49b4-ace8-edd365d53787} <Debug> executeQuery: Read 135 rows, 11.04 KiB in 0.001443 sec., 93555.09355509355 rows/sec., 7.47 MiB/sec. | ||
4194 | 2024.05.29 21:19:03.629841 [ 3 ] {5d44a317-0705-49b4-ace8-edd365d53787} <Debug> DynamicQueryHandler: Done processing query | ||
4195 | 2024.05.29 21:19:03.629866 [ 3 ] {5d44a317-0705-49b4-ace8-edd365d53787} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4196 | 2024.05.29 21:19:03.629882 [ 3 ] {} <Debug> HTTP-Session: 0368eb85-9f9a-491b-97d4-59443491b4e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4197 | 2024.05.29 21:19:03.630005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4198 | 2024.05.29 21:19:03.630054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4199 | 2024.05.29 21:19:03.630074 [ 3 ] {} <Debug> HTTP-Session: 76ea4c57-4085-4d93-b540-004f3b3dc3b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4200 | 2024.05.29 21:19:03.630090 [ 3 ] {} <Debug> HTTP-Session: 76ea4c57-4085-4d93-b540-004f3b3dc3b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4201 | 2024.05.29 21:19:03.630104 [ 3 ] {} <Debug> HTTP-Session: 76ea4c57-4085-4d93-b540-004f3b3dc3b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4202 | 2024.05.29 21:19:03.630134 [ 3 ] {} <Trace> HTTP-Session: 76ea4c57-4085-4d93-b540-004f3b3dc3b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4203 | 2024.05.29 21:19:03.630225 [ 3 ] {680cb5c8-6848-4535-892c-f43e79bb1a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4204 | 2024.05.29 21:19:03.630267 [ 3 ] {680cb5c8-6848-4535-892c-f43e79bb1a66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4205 | 2024.05.29 21:19:03.630396 [ 3 ] {680cb5c8-6848-4535-892c-f43e79bb1a66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4206 | 2024.05.29 21:19:03.630649 [ 3 ] {680cb5c8-6848-4535-892c-f43e79bb1a66} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4207 | 2024.05.29 21:19:03.630685 [ 3 ] {680cb5c8-6848-4535-892c-f43e79bb1a66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4208 | 2024.05.29 21:19:03.630974 [ 3 ] {680cb5c8-6848-4535-892c-f43e79bb1a66} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4209 | 2024.05.29 21:19:03.631275 [ 3 ] {680cb5c8-6848-4535-892c-f43e79bb1a66} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4210 | 2024.05.29 21:19:03.631425 [ 3 ] {680cb5c8-6848-4535-892c-f43e79bb1a66} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001223 sec., 1635.322976287817 rows/sec., 114.19 KiB/sec. | ||
4211 | 2024.05.29 21:19:03.631575 [ 3 ] {680cb5c8-6848-4535-892c-f43e79bb1a66} <Debug> DynamicQueryHandler: Done processing query | ||
4212 | 2024.05.29 21:19:03.631599 [ 3 ] {680cb5c8-6848-4535-892c-f43e79bb1a66} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4213 | 2024.05.29 21:19:03.631614 [ 3 ] {} <Debug> HTTP-Session: 76ea4c57-4085-4d93-b540-004f3b3dc3b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4214 | 2024.05.29 21:19:03.631761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4215 | 2024.05.29 21:19:03.631809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4216 | 2024.05.29 21:19:03.631827 [ 3 ] {} <Debug> HTTP-Session: b91b4705-9822-416e-8f45-0d3b1c29c353 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4217 | 2024.05.29 21:19:03.631843 [ 3 ] {} <Debug> HTTP-Session: b91b4705-9822-416e-8f45-0d3b1c29c353 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4218 | 2024.05.29 21:19:03.631856 [ 3 ] {} <Debug> HTTP-Session: b91b4705-9822-416e-8f45-0d3b1c29c353 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4219 | 2024.05.29 21:19:03.631885 [ 3 ] {} <Trace> HTTP-Session: b91b4705-9822-416e-8f45-0d3b1c29c353 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4220 | 2024.05.29 21:19:03.632006 [ 3 ] {b6b8ee87-8322-4698-aea5-af9914fd5ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4221 | 2024.05.29 21:19:03.632048 [ 3 ] {b6b8ee87-8322-4698-aea5-af9914fd5ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4222 | 2024.05.29 21:19:03.632173 [ 3 ] {b6b8ee87-8322-4698-aea5-af9914fd5ddc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4223 | 2024.05.29 21:19:03.632517 [ 3 ] {b6b8ee87-8322-4698-aea5-af9914fd5ddc} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4224 | 2024.05.29 21:19:03.632553 [ 3 ] {b6b8ee87-8322-4698-aea5-af9914fd5ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4225 | 2024.05.29 21:19:03.632861 [ 3 ] {b6b8ee87-8322-4698-aea5-af9914fd5ddc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4226 | 2024.05.29 21:19:03.633159 [ 3 ] {b6b8ee87-8322-4698-aea5-af9914fd5ddc} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4227 | 2024.05.29 21:19:03.633302 [ 3 ] {b6b8ee87-8322-4698-aea5-af9914fd5ddc} <Debug> executeQuery: Read 104 rows, 8.30 KiB in 0.001342 sec., 77496.27421758568 rows/sec., 6.04 MiB/sec. | ||
4228 | 2024.05.29 21:19:03.633458 [ 3 ] {b6b8ee87-8322-4698-aea5-af9914fd5ddc} <Debug> DynamicQueryHandler: Done processing query | ||
4229 | 2024.05.29 21:19:03.633482 [ 3 ] {b6b8ee87-8322-4698-aea5-af9914fd5ddc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4230 | 2024.05.29 21:19:03.633498 [ 3 ] {} <Debug> HTTP-Session: b91b4705-9822-416e-8f45-0d3b1c29c353 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4231 | 2024.05.29 21:19:03.633652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 37755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4232 | 2024.05.29 21:19:03.633700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4233 | 2024.05.29 21:19:03.633719 [ 3 ] {} <Debug> HTTP-Session: 79588431-8df2-447a-a7ea-fe85f73965b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4234 | 2024.05.29 21:19:03.633735 [ 3 ] {} <Debug> HTTP-Session: 79588431-8df2-447a-a7ea-fe85f73965b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4235 | 2024.05.29 21:19:03.633749 [ 3 ] {} <Debug> HTTP-Session: 79588431-8df2-447a-a7ea-fe85f73965b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4236 | 2024.05.29 21:19:03.633778 [ 3 ] {} <Trace> HTTP-Session: 79588431-8df2-447a-a7ea-fe85f73965b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4237 | 2024.05.29 21:19:03.633943 [ 3 ] {441734b9-d3e0-4753-b1ae-3657c495284b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4238 | 2024.05.29 21:19:03.633990 [ 3 ] {441734b9-d3e0-4753-b1ae-3657c495284b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4239 | 2024.05.29 21:19:03.634136 [ 3 ] {441734b9-d3e0-4753-b1ae-3657c495284b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4240 | 2024.05.29 21:19:03.634596 [ 3 ] {441734b9-d3e0-4753-b1ae-3657c495284b} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4241 | 2024.05.29 21:19:03.634636 [ 3 ] {441734b9-d3e0-4753-b1ae-3657c495284b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4242 | 2024.05.29 21:19:03.635058 [ 3 ] {441734b9-d3e0-4753-b1ae-3657c495284b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4243 | 2024.05.29 21:19:03.635419 [ 3 ] {441734b9-d3e0-4753-b1ae-3657c495284b} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4244 | 2024.05.29 21:19:03.635583 [ 3 ] {441734b9-d3e0-4753-b1ae-3657c495284b} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001721 sec., 114468.33236490413 rows/sec., 7.99 MiB/sec. | ||
4245 | 2024.05.29 21:19:03.635922 [ 3 ] {441734b9-d3e0-4753-b1ae-3657c495284b} <Debug> DynamicQueryHandler: Done processing query | ||
4246 | 2024.05.29 21:19:03.635963 [ 3 ] {441734b9-d3e0-4753-b1ae-3657c495284b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4247 | 2024.05.29 21:19:03.635981 [ 3 ] {} <Debug> HTTP-Session: 79588431-8df2-447a-a7ea-fe85f73965b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4248 | 2024.05.29 21:19:03.636130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4249 | 2024.05.29 21:19:03.636181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4250 | 2024.05.29 21:19:03.636201 [ 3 ] {} <Debug> HTTP-Session: 0b762fc8-91e4-48e1-9298-9812a760a937 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4251 | 2024.05.29 21:19:03.636217 [ 3 ] {} <Debug> HTTP-Session: 0b762fc8-91e4-48e1-9298-9812a760a937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4252 | 2024.05.29 21:19:03.636231 [ 3 ] {} <Debug> HTTP-Session: 0b762fc8-91e4-48e1-9298-9812a760a937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4253 | 2024.05.29 21:19:03.636261 [ 3 ] {} <Trace> HTTP-Session: 0b762fc8-91e4-48e1-9298-9812a760a937 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4254 | 2024.05.29 21:19:03.636441 [ 3 ] {fad73457-1893-430d-8d91-ccbccccbb303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4255 | 2024.05.29 21:19:03.636488 [ 3 ] {fad73457-1893-430d-8d91-ccbccccbb303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4256 | 2024.05.29 21:19:03.636668 [ 3 ] {fad73457-1893-430d-8d91-ccbccccbb303} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4257 | 2024.05.29 21:19:03.637031 [ 3 ] {fad73457-1893-430d-8d91-ccbccccbb303} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4258 | 2024.05.29 21:19:03.637067 [ 3 ] {fad73457-1893-430d-8d91-ccbccccbb303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4259 | 2024.05.29 21:19:03.637463 [ 3 ] {fad73457-1893-430d-8d91-ccbccccbb303} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4260 | 2024.05.29 21:19:03.637793 [ 3 ] {fad73457-1893-430d-8d91-ccbccccbb303} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4261 | 2024.05.29 21:19:03.637955 [ 3 ] {fad73457-1893-430d-8d91-ccbccccbb303} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001618 sec., 8652.65760197775 rows/sec., 11.68 MiB/sec. | ||
4262 | 2024.05.29 21:19:03.638121 [ 3 ] {fad73457-1893-430d-8d91-ccbccccbb303} <Debug> DynamicQueryHandler: Done processing query | ||
4263 | 2024.05.29 21:19:03.638145 [ 3 ] {fad73457-1893-430d-8d91-ccbccccbb303} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4264 | 2024.05.29 21:19:03.638161 [ 3 ] {} <Debug> HTTP-Session: 0b762fc8-91e4-48e1-9298-9812a760a937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4265 | 2024.05.29 21:19:03.638295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4266 | 2024.05.29 21:19:03.638341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4267 | 2024.05.29 21:19:03.638359 [ 3 ] {} <Debug> HTTP-Session: e9291d74-79b7-4afd-914d-7cab6cb1723f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4268 | 2024.05.29 21:19:03.638376 [ 3 ] {} <Debug> HTTP-Session: e9291d74-79b7-4afd-914d-7cab6cb1723f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4269 | 2024.05.29 21:19:03.638389 [ 3 ] {} <Debug> HTTP-Session: e9291d74-79b7-4afd-914d-7cab6cb1723f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4270 | 2024.05.29 21:19:03.638419 [ 3 ] {} <Trace> HTTP-Session: e9291d74-79b7-4afd-914d-7cab6cb1723f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4271 | 2024.05.29 21:19:03.638531 [ 3 ] {cf36c531-c0d6-4eea-a672-777649335574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4272 | 2024.05.29 21:19:03.638574 [ 3 ] {cf36c531-c0d6-4eea-a672-777649335574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4273 | 2024.05.29 21:19:03.638701 [ 3 ] {cf36c531-c0d6-4eea-a672-777649335574} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4274 | 2024.05.29 21:19:03.639045 [ 3 ] {cf36c531-c0d6-4eea-a672-777649335574} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4275 | 2024.05.29 21:19:03.639080 [ 3 ] {cf36c531-c0d6-4eea-a672-777649335574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4276 | 2024.05.29 21:19:03.639430 [ 3 ] {cf36c531-c0d6-4eea-a672-777649335574} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4277 | 2024.05.29 21:19:03.639741 [ 3 ] {cf36c531-c0d6-4eea-a672-777649335574} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4278 | 2024.05.29 21:19:03.639915 [ 3 ] {cf36c531-c0d6-4eea-a672-777649335574} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
4279 | 2024.05.29 21:19:03.640135 [ 3 ] {cf36c531-c0d6-4eea-a672-777649335574} <Debug> DynamicQueryHandler: Done processing query | ||
4280 | 2024.05.29 21:19:03.640165 [ 3 ] {cf36c531-c0d6-4eea-a672-777649335574} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4281 | 2024.05.29 21:19:03.640187 [ 3 ] {} <Debug> HTTP-Session: e9291d74-79b7-4afd-914d-7cab6cb1723f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4282 | 2024.05.29 21:19:06.140416 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4283 | 2024.05.29 21:19:06.140520 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4284 | 2024.05.29 21:19:08.621774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4285 | 2024.05.29 21:19:08.621902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4286 | 2024.05.29 21:19:08.621930 [ 3 ] {} <Debug> HTTP-Session: 335ed2a7-c17c-4105-9e95-23dce8f5850f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4287 | 2024.05.29 21:19:08.621958 [ 3 ] {} <Debug> HTTP-Session: 335ed2a7-c17c-4105-9e95-23dce8f5850f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4288 | 2024.05.29 21:19:08.621976 [ 3 ] {} <Debug> HTTP-Session: 335ed2a7-c17c-4105-9e95-23dce8f5850f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4289 | 2024.05.29 21:19:08.622032 [ 3 ] {} <Trace> HTTP-Session: 335ed2a7-c17c-4105-9e95-23dce8f5850f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4290 | 2024.05.29 21:19:08.622229 [ 3 ] {e187ee37-a5e7-42a5-8496-efd9fbf74901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4291 | 2024.05.29 21:19:08.622297 [ 3 ] {e187ee37-a5e7-42a5-8496-efd9fbf74901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4292 | 2024.05.29 21:19:08.622491 [ 3 ] {e187ee37-a5e7-42a5-8496-efd9fbf74901} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4293 | 2024.05.29 21:19:08.622935 [ 3 ] {e187ee37-a5e7-42a5-8496-efd9fbf74901} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4294 | 2024.05.29 21:19:08.622977 [ 3 ] {e187ee37-a5e7-42a5-8496-efd9fbf74901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4295 | 2024.05.29 21:19:08.623341 [ 3 ] {e187ee37-a5e7-42a5-8496-efd9fbf74901} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4296 | 2024.05.29 21:19:08.623675 [ 3 ] {e187ee37-a5e7-42a5-8496-efd9fbf74901} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4297 | 2024.05.29 21:19:08.623862 [ 3 ] {e187ee37-a5e7-42a5-8496-efd9fbf74901} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001682 sec., 9512.485136741974 rows/sec., 771.03 KiB/sec. | ||
4298 | 2024.05.29 21:19:08.624168 [ 3 ] {e187ee37-a5e7-42a5-8496-efd9fbf74901} <Debug> DynamicQueryHandler: Done processing query | ||
4299 | 2024.05.29 21:19:08.624214 [ 3 ] {e187ee37-a5e7-42a5-8496-efd9fbf74901} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4300 | 2024.05.29 21:19:08.624248 [ 3 ] {} <Debug> HTTP-Session: 335ed2a7-c17c-4105-9e95-23dce8f5850f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4301 | 2024.05.29 21:19:08.624415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4302 | 2024.05.29 21:19:08.624463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4303 | 2024.05.29 21:19:08.624482 [ 3 ] {} <Debug> HTTP-Session: 8bf5b40b-f65d-4d74-aaee-a63ca5f87a0b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4304 | 2024.05.29 21:19:08.624498 [ 3 ] {} <Debug> HTTP-Session: 8bf5b40b-f65d-4d74-aaee-a63ca5f87a0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4305 | 2024.05.29 21:19:08.624511 [ 3 ] {} <Debug> HTTP-Session: 8bf5b40b-f65d-4d74-aaee-a63ca5f87a0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4306 | 2024.05.29 21:19:08.624542 [ 3 ] {} <Trace> HTTP-Session: 8bf5b40b-f65d-4d74-aaee-a63ca5f87a0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4307 | 2024.05.29 21:19:08.624637 [ 3 ] {df073c53-18e3-4210-bf62-151e2498c90c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4308 | 2024.05.29 21:19:08.624680 [ 3 ] {df073c53-18e3-4210-bf62-151e2498c90c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4309 | 2024.05.29 21:19:08.624824 [ 3 ] {df073c53-18e3-4210-bf62-151e2498c90c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4310 | 2024.05.29 21:19:08.625115 [ 3 ] {df073c53-18e3-4210-bf62-151e2498c90c} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4311 | 2024.05.29 21:19:08.625151 [ 3 ] {df073c53-18e3-4210-bf62-151e2498c90c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4312 | 2024.05.29 21:19:08.625447 [ 3 ] {df073c53-18e3-4210-bf62-151e2498c90c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4313 | 2024.05.29 21:19:08.625761 [ 3 ] {df073c53-18e3-4210-bf62-151e2498c90c} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4314 | 2024.05.29 21:19:08.625907 [ 132 ] {} <Debug> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4315 | 2024.05.29 21:19:08.625920 [ 3 ] {df073c53-18e3-4210-bf62-151e2498c90c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001303 sec., 1534.9194167306218 rows/sec., 125.16 KiB/sec. | ||
4316 | 2024.05.29 21:19:08.625989 [ 132 ] {} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4317 | 2024.05.29 21:19:08.626045 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4318 | 2024.05.29 21:19:08.626229 [ 3 ] {df073c53-18e3-4210-bf62-151e2498c90c} <Debug> DynamicQueryHandler: Done processing query | ||
4319 | 2024.05.29 21:19:08.626235 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::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 | ||
4320 | 2024.05.29 21:19:08.626264 [ 3 ] {df073c53-18e3-4210-bf62-151e2498c90c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4321 | 2024.05.29 21:19:08.626307 [ 3 ] {} <Debug> HTTP-Session: 8bf5b40b-f65d-4d74-aaee-a63ca5f87a0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4322 | 2024.05.29 21:19:08.626429 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4323 | 2024.05.29 21:19:08.626470 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4324 | 2024.05.29 21:19:08.626516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4325 | 2024.05.29 21:19:08.626680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4326 | 2024.05.29 21:19:08.626700 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
4327 | 2024.05.29 21:19:08.626777 [ 3 ] {} <Debug> HTTP-Session: 6845f1bf-ccf4-4282-99e2-8ad060259572 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4328 | 2024.05.29 21:19:08.626903 [ 3 ] {} <Debug> HTTP-Session: 6845f1bf-ccf4-4282-99e2-8ad060259572 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4329 | 2024.05.29 21:19:08.626981 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::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 | ||
4330 | 2024.05.29 21:19:08.626986 [ 3 ] {} <Debug> HTTP-Session: 6845f1bf-ccf4-4282-99e2-8ad060259572 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4331 | 2024.05.29 21:19:08.627162 [ 3 ] {} <Trace> HTTP-Session: 6845f1bf-ccf4-4282-99e2-8ad060259572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4332 | 2024.05.29 21:19:08.627307 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
4333 | 2024.05.29 21:19:08.627518 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
4334 | 2024.05.29 21:19:08.627778 [ 3 ] {1664ab38-8b61-460a-b036-a1eec4103dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4335 | 2024.05.29 21:19:08.627808 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::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 | ||
4336 | 2024.05.29 21:19:08.627945 [ 3 ] {1664ab38-8b61-460a-b036-a1eec4103dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4337 | 2024.05.29 21:19:08.628442 [ 3 ] {1664ab38-8b61-460a-b036-a1eec4103dce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4338 | 2024.05.29 21:19:08.629365 [ 3 ] {1664ab38-8b61-460a-b036-a1eec4103dce} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4339 | 2024.05.29 21:19:08.629437 [ 3 ] {1664ab38-8b61-460a-b036-a1eec4103dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4340 | 2024.05.29 21:19:08.630459 [ 3 ] {1664ab38-8b61-460a-b036-a1eec4103dce} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4341 | 2024.05.29 21:19:08.630491 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.004328806 sec., 3234.1481692642265 rows/sec., 263.72 KiB/sec. | ||
4342 | 2024.05.29 21:19:08.630956 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4343 | 2024.05.29 21:19:08.631189 [ 3 ] {1664ab38-8b61-460a-b036-a1eec4103dce} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4344 | 2024.05.29 21:19:08.631564 [ 3 ] {1664ab38-8b61-460a-b036-a1eec4103dce} <Debug> executeQuery: Read 105 rows, 8.87 KiB in 0.004053 sec., 25906.735751295335 rows/sec., 2.14 MiB/sec. | ||
4345 | 2024.05.29 21:19:08.631947 [ 3 ] {1664ab38-8b61-460a-b036-a1eec4103dce} <Debug> DynamicQueryHandler: Done processing query | ||
4346 | 2024.05.29 21:19:08.631973 [ 3 ] {1664ab38-8b61-460a-b036-a1eec4103dce} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4347 | 2024.05.29 21:19:08.631998 [ 3 ] {} <Debug> HTTP-Session: 6845f1bf-ccf4-4282-99e2-8ad060259572 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4348 | 2024.05.29 21:19:08.632096 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_6_1} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4349 | 2024.05.29 21:19:08.632138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4350 | 2024.05.29 21:19:08.632215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4351 | 2024.05.29 21:19:08.632240 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_6_1} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4352 | 2024.05.29 21:19:08.632251 [ 3 ] {} <Debug> HTTP-Session: 693e7569-caad-4c33-b5ee-4a9de107d11b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4353 | 2024.05.29 21:19:08.632292 [ 3 ] {} <Debug> HTTP-Session: 693e7569-caad-4c33-b5ee-4a9de107d11b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4354 | 2024.05.29 21:19:08.632326 [ 3 ] {} <Debug> HTTP-Session: 693e7569-caad-4c33-b5ee-4a9de107d11b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4355 | 2024.05.29 21:19:08.632400 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4356 | 2024.05.29 21:19:08.632403 [ 3 ] {} <Trace> HTTP-Session: 693e7569-caad-4c33-b5ee-4a9de107d11b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4357 | 2024.05.29 21:19:08.632534 [ 3 ] {8e22e14f-9ef7-449f-8b53-d340f3ab9564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4358 | 2024.05.29 21:19:08.632576 [ 3 ] {8e22e14f-9ef7-449f-8b53-d340f3ab9564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4359 | 2024.05.29 21:19:08.632722 [ 3 ] {8e22e14f-9ef7-449f-8b53-d340f3ab9564} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4360 | 2024.05.29 21:19:08.633009 [ 3 ] {8e22e14f-9ef7-449f-8b53-d340f3ab9564} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4361 | 2024.05.29 21:19:08.633044 [ 3 ] {8e22e14f-9ef7-449f-8b53-d340f3ab9564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4362 | 2024.05.29 21:19:08.633339 [ 3 ] {8e22e14f-9ef7-449f-8b53-d340f3ab9564} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4363 | 2024.05.29 21:19:08.633651 [ 3 ] {8e22e14f-9ef7-449f-8b53-d340f3ab9564} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4364 | 2024.05.29 21:19:08.633800 [ 132 ] {} <Debug> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4365 | 2024.05.29 21:19:08.633809 [ 3 ] {8e22e14f-9ef7-449f-8b53-d340f3ab9564} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001289 sec., 1551.5903801396432 rows/sec., 108.34 KiB/sec. | ||
4366 | 2024.05.29 21:19:08.633848 [ 132 ] {} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4367 | 2024.05.29 21:19:08.633910 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4368 | 2024.05.29 21:19:08.634070 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::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 | ||
4369 | 2024.05.29 21:19:08.634088 [ 3 ] {8e22e14f-9ef7-449f-8b53-d340f3ab9564} <Debug> DynamicQueryHandler: Done processing query | ||
4370 | 2024.05.29 21:19:08.634124 [ 3 ] {8e22e14f-9ef7-449f-8b53-d340f3ab9564} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4371 | 2024.05.29 21:19:08.634148 [ 3 ] {} <Debug> HTTP-Session: 693e7569-caad-4c33-b5ee-4a9de107d11b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4372 | 2024.05.29 21:19:08.634228 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4373 | 2024.05.29 21:19:08.634266 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4374 | 2024.05.29 21:19:08.634289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4375 | 2024.05.29 21:19:08.634398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4376 | 2024.05.29 21:19:08.634465 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
4377 | 2024.05.29 21:19:08.634476 [ 3 ] {} <Debug> HTTP-Session: d9a0805a-9cbe-4e96-a95d-518df168e7b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4378 | 2024.05.29 21:19:08.634541 [ 3 ] {} <Debug> HTTP-Session: d9a0805a-9cbe-4e96-a95d-518df168e7b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4379 | 2024.05.29 21:19:08.634596 [ 3 ] {} <Debug> HTTP-Session: d9a0805a-9cbe-4e96-a95d-518df168e7b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4380 | 2024.05.29 21:19:08.634747 [ 3 ] {} <Trace> HTTP-Session: d9a0805a-9cbe-4e96-a95d-518df168e7b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4381 | 2024.05.29 21:19:08.634829 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::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 | ||
4382 | 2024.05.29 21:19:08.635091 [ 3 ] {1e5e3702-2d9c-4561-8af7-c90eb1516b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4383 | 2024.05.29 21:19:08.635148 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
4384 | 2024.05.29 21:19:08.635220 [ 3 ] {1e5e3702-2d9c-4561-8af7-c90eb1516b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4385 | 2024.05.29 21:19:08.635349 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
4386 | 2024.05.29 21:19:08.635739 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::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 | ||
4387 | 2024.05.29 21:19:08.636306 [ 3 ] {1e5e3702-2d9c-4561-8af7-c90eb1516b56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4388 | 2024.05.29 21:19:08.636772 [ 3 ] {1e5e3702-2d9c-4561-8af7-c90eb1516b56} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4389 | 2024.05.29 21:19:08.636817 [ 3 ] {1e5e3702-2d9c-4561-8af7-c90eb1516b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4390 | 2024.05.29 21:19:08.637355 [ 3 ] {1e5e3702-2d9c-4561-8af7-c90eb1516b56} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4391 | 2024.05.29 21:19:08.637410 [ 189 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.003407796 sec., 4108.227135661877 rows/sec., 286.85 KiB/sec. | ||
4392 | 2024.05.29 21:19:08.637580 [ 189 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4393 | 2024.05.29 21:19:08.638092 [ 3 ] {1e5e3702-2d9c-4561-8af7-c90eb1516b56} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4394 | 2024.05.29 21:19:08.638396 [ 3 ] {1e5e3702-2d9c-4561-8af7-c90eb1516b56} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.003434 sec., 23878.858474082703 rows/sec., 1.87 MiB/sec. | ||
4395 | 2024.05.29 21:19:08.638473 [ 201 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_6_1} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4396 | 2024.05.29 21:19:08.638885 [ 3 ] {1e5e3702-2d9c-4561-8af7-c90eb1516b56} <Debug> DynamicQueryHandler: Done processing query | ||
4397 | 2024.05.29 21:19:08.638914 [ 201 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_6_1} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4398 | 2024.05.29 21:19:08.638945 [ 3 ] {1e5e3702-2d9c-4561-8af7-c90eb1516b56} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4399 | 2024.05.29 21:19:08.638991 [ 3 ] {} <Debug> HTTP-Session: d9a0805a-9cbe-4e96-a95d-518df168e7b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4400 | 2024.05.29 21:19:08.639114 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4401 | 2024.05.29 21:19:08.639292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4402 | 2024.05.29 21:19:08.639347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4403 | 2024.05.29 21:19:08.639365 [ 3 ] {} <Debug> HTTP-Session: e83a1a32-b7c8-4121-a0c3-0792c506f975 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4404 | 2024.05.29 21:19:08.639381 [ 3 ] {} <Debug> HTTP-Session: e83a1a32-b7c8-4121-a0c3-0792c506f975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4405 | 2024.05.29 21:19:08.639394 [ 3 ] {} <Debug> HTTP-Session: e83a1a32-b7c8-4121-a0c3-0792c506f975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4406 | 2024.05.29 21:19:08.639427 [ 3 ] {} <Trace> HTTP-Session: e83a1a32-b7c8-4121-a0c3-0792c506f975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4407 | 2024.05.29 21:19:08.639591 [ 3 ] {c7cc7a75-e781-40e6-8099-8fe375ca8220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4408 | 2024.05.29 21:19:08.639640 [ 3 ] {c7cc7a75-e781-40e6-8099-8fe375ca8220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4409 | 2024.05.29 21:19:08.639815 [ 3 ] {c7cc7a75-e781-40e6-8099-8fe375ca8220} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4410 | 2024.05.29 21:19:08.640215 [ 3 ] {c7cc7a75-e781-40e6-8099-8fe375ca8220} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4411 | 2024.05.29 21:19:08.640251 [ 3 ] {c7cc7a75-e781-40e6-8099-8fe375ca8220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4412 | 2024.05.29 21:19:08.640646 [ 3 ] {c7cc7a75-e781-40e6-8099-8fe375ca8220} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4413 | 2024.05.29 21:19:08.641010 [ 3 ] {c7cc7a75-e781-40e6-8099-8fe375ca8220} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4414 | 2024.05.29 21:19:08.641173 [ 3 ] {c7cc7a75-e781-40e6-8099-8fe375ca8220} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001656 sec., 97222.22222222223 rows/sec., 6.77 MiB/sec. | ||
4415 | 2024.05.29 21:19:08.641334 [ 3 ] {c7cc7a75-e781-40e6-8099-8fe375ca8220} <Debug> DynamicQueryHandler: Done processing query | ||
4416 | 2024.05.29 21:19:08.641358 [ 3 ] {c7cc7a75-e781-40e6-8099-8fe375ca8220} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4417 | 2024.05.29 21:19:08.641373 [ 3 ] {} <Debug> HTTP-Session: e83a1a32-b7c8-4121-a0c3-0792c506f975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4418 | 2024.05.29 21:19:08.641503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4419 | 2024.05.29 21:19:08.641549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4420 | 2024.05.29 21:19:08.641568 [ 3 ] {} <Debug> HTTP-Session: 6b47d8ed-05eb-4ab2-8231-8d6b7af6c3a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4421 | 2024.05.29 21:19:08.641584 [ 3 ] {} <Debug> HTTP-Session: 6b47d8ed-05eb-4ab2-8231-8d6b7af6c3a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4422 | 2024.05.29 21:19:08.641597 [ 3 ] {} <Debug> HTTP-Session: 6b47d8ed-05eb-4ab2-8231-8d6b7af6c3a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4423 | 2024.05.29 21:19:08.641626 [ 3 ] {} <Trace> HTTP-Session: 6b47d8ed-05eb-4ab2-8231-8d6b7af6c3a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4424 | 2024.05.29 21:19:08.641805 [ 3 ] {a3df3fb3-692c-47ca-b47a-792e5edd1b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4425 | 2024.05.29 21:19:08.641851 [ 3 ] {a3df3fb3-692c-47ca-b47a-792e5edd1b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4426 | 2024.05.29 21:19:08.642009 [ 3 ] {a3df3fb3-692c-47ca-b47a-792e5edd1b18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4427 | 2024.05.29 21:19:08.642387 [ 3 ] {a3df3fb3-692c-47ca-b47a-792e5edd1b18} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4428 | 2024.05.29 21:19:08.642422 [ 3 ] {a3df3fb3-692c-47ca-b47a-792e5edd1b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4429 | 2024.05.29 21:19:08.642844 [ 3 ] {a3df3fb3-692c-47ca-b47a-792e5edd1b18} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4430 | 2024.05.29 21:19:08.643208 [ 3 ] {a3df3fb3-692c-47ca-b47a-792e5edd1b18} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4431 | 2024.05.29 21:19:08.643368 [ 3 ] {a3df3fb3-692c-47ca-b47a-792e5edd1b18} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001663 sec., 9621.166566446182 rows/sec., 12.98 MiB/sec. | ||
4432 | 2024.05.29 21:19:08.643538 [ 3 ] {a3df3fb3-692c-47ca-b47a-792e5edd1b18} <Debug> DynamicQueryHandler: Done processing query | ||
4433 | 2024.05.29 21:19:08.643562 [ 3 ] {a3df3fb3-692c-47ca-b47a-792e5edd1b18} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4434 | 2024.05.29 21:19:08.643578 [ 3 ] {} <Debug> HTTP-Session: 6b47d8ed-05eb-4ab2-8231-8d6b7af6c3a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4435 | 2024.05.29 21:19:08.643697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4436 | 2024.05.29 21:19:08.643744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4437 | 2024.05.29 21:19:08.643763 [ 3 ] {} <Debug> HTTP-Session: 770a0b21-79f4-46ff-a508-e974a8453036 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4438 | 2024.05.29 21:19:08.643778 [ 3 ] {} <Debug> HTTP-Session: 770a0b21-79f4-46ff-a508-e974a8453036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4439 | 2024.05.29 21:19:08.643792 [ 3 ] {} <Debug> HTTP-Session: 770a0b21-79f4-46ff-a508-e974a8453036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4440 | 2024.05.29 21:19:08.643822 [ 3 ] {} <Trace> HTTP-Session: 770a0b21-79f4-46ff-a508-e974a8453036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4441 | 2024.05.29 21:19:08.643933 [ 3 ] {4b38b05a-233c-43e6-8dae-67cf0bd50550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4442 | 2024.05.29 21:19:08.643978 [ 3 ] {4b38b05a-233c-43e6-8dae-67cf0bd50550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4443 | 2024.05.29 21:19:08.644103 [ 3 ] {4b38b05a-233c-43e6-8dae-67cf0bd50550} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4444 | 2024.05.29 21:19:08.644426 [ 3 ] {4b38b05a-233c-43e6-8dae-67cf0bd50550} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4445 | 2024.05.29 21:19:08.644461 [ 3 ] {4b38b05a-233c-43e6-8dae-67cf0bd50550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4446 | 2024.05.29 21:19:08.644812 [ 3 ] {4b38b05a-233c-43e6-8dae-67cf0bd50550} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4447 | 2024.05.29 21:19:08.645131 [ 3 ] {4b38b05a-233c-43e6-8dae-67cf0bd50550} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4448 | 2024.05.29 21:19:08.645289 [ 3 ] {4b38b05a-233c-43e6-8dae-67cf0bd50550} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
4449 | 2024.05.29 21:19:08.645455 [ 3 ] {4b38b05a-233c-43e6-8dae-67cf0bd50550} <Debug> DynamicQueryHandler: Done processing query | ||
4450 | 2024.05.29 21:19:08.645478 [ 3 ] {4b38b05a-233c-43e6-8dae-67cf0bd50550} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4451 | 2024.05.29 21:19:08.645493 [ 3 ] {} <Debug> HTTP-Session: 770a0b21-79f4-46ff-a508-e974a8453036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4452 | 2024.05.29 21:19:13.628398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4453 | 2024.05.29 21:19:13.628551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4454 | 2024.05.29 21:19:13.628581 [ 3 ] {} <Debug> HTTP-Session: 27c8f36f-afad-49f8-8c88-4837e94804a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4455 | 2024.05.29 21:19:13.628610 [ 3 ] {} <Debug> HTTP-Session: 27c8f36f-afad-49f8-8c88-4837e94804a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4456 | 2024.05.29 21:19:13.628629 [ 3 ] {} <Debug> HTTP-Session: 27c8f36f-afad-49f8-8c88-4837e94804a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4457 | 2024.05.29 21:19:13.628693 [ 3 ] {} <Trace> HTTP-Session: 27c8f36f-afad-49f8-8c88-4837e94804a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4458 | 2024.05.29 21:19:13.628931 [ 3 ] {826d1ae1-7d7e-4845-96d1-bb6022f3706e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4459 | 2024.05.29 21:19:13.629017 [ 3 ] {826d1ae1-7d7e-4845-96d1-bb6022f3706e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4460 | 2024.05.29 21:19:13.629254 [ 3 ] {826d1ae1-7d7e-4845-96d1-bb6022f3706e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4461 | 2024.05.29 21:19:13.629735 [ 3 ] {826d1ae1-7d7e-4845-96d1-bb6022f3706e} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4462 | 2024.05.29 21:19:13.629792 [ 3 ] {826d1ae1-7d7e-4845-96d1-bb6022f3706e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4463 | 2024.05.29 21:19:13.630286 [ 3 ] {826d1ae1-7d7e-4845-96d1-bb6022f3706e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4464 | 2024.05.29 21:19:13.630714 [ 3 ] {826d1ae1-7d7e-4845-96d1-bb6022f3706e} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4465 | 2024.05.29 21:19:13.630930 [ 3 ] {826d1ae1-7d7e-4845-96d1-bb6022f3706e} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.002068 sec., 6769.825918762089 rows/sec., 548.73 KiB/sec. | ||
4466 | 2024.05.29 21:19:13.631162 [ 3 ] {826d1ae1-7d7e-4845-96d1-bb6022f3706e} <Debug> DynamicQueryHandler: Done processing query | ||
4467 | 2024.05.29 21:19:13.631194 [ 3 ] {826d1ae1-7d7e-4845-96d1-bb6022f3706e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4468 | 2024.05.29 21:19:13.631220 [ 3 ] {} <Debug> HTTP-Session: 27c8f36f-afad-49f8-8c88-4837e94804a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4469 | 2024.05.29 21:19:13.631415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4470 | 2024.05.29 21:19:13.631492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4471 | 2024.05.29 21:19:13.631521 [ 3 ] {} <Debug> HTTP-Session: eb84fe9d-682b-4feb-ad6f-82f423d1c241 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4472 | 2024.05.29 21:19:13.631546 [ 3 ] {} <Debug> HTTP-Session: eb84fe9d-682b-4feb-ad6f-82f423d1c241 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4473 | 2024.05.29 21:19:13.631563 [ 3 ] {} <Debug> HTTP-Session: eb84fe9d-682b-4feb-ad6f-82f423d1c241 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4474 | 2024.05.29 21:19:13.631601 [ 3 ] {} <Trace> HTTP-Session: eb84fe9d-682b-4feb-ad6f-82f423d1c241 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4475 | 2024.05.29 21:19:13.631739 [ 3 ] {b28706cf-ff02-4767-94bd-b1d348fbed23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4476 | 2024.05.29 21:19:13.631787 [ 3 ] {b28706cf-ff02-4767-94bd-b1d348fbed23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4477 | 2024.05.29 21:19:13.631916 [ 3 ] {b28706cf-ff02-4767-94bd-b1d348fbed23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4478 | 2024.05.29 21:19:13.632319 [ 3 ] {b28706cf-ff02-4767-94bd-b1d348fbed23} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4479 | 2024.05.29 21:19:13.632355 [ 3 ] {b28706cf-ff02-4767-94bd-b1d348fbed23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4480 | 2024.05.29 21:19:13.632685 [ 3 ] {b28706cf-ff02-4767-94bd-b1d348fbed23} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4481 | 2024.05.29 21:19:13.633004 [ 3 ] {b28706cf-ff02-4767-94bd-b1d348fbed23} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4482 | 2024.05.29 21:19:13.633128 [ 3 ] {b28706cf-ff02-4767-94bd-b1d348fbed23} <Debug> executeQuery: Read 98 rows, 8.16 KiB in 0.001441 sec., 68008.32755031229 rows/sec., 5.53 MiB/sec. | ||
4483 | 2024.05.29 21:19:13.633295 [ 3 ] {b28706cf-ff02-4767-94bd-b1d348fbed23} <Debug> DynamicQueryHandler: Done processing query | ||
4484 | 2024.05.29 21:19:13.633320 [ 3 ] {b28706cf-ff02-4767-94bd-b1d348fbed23} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4485 | 2024.05.29 21:19:13.633335 [ 3 ] {} <Debug> HTTP-Session: eb84fe9d-682b-4feb-ad6f-82f423d1c241 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4486 | 2024.05.29 21:19:13.633494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4487 | 2024.05.29 21:19:13.633542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4488 | 2024.05.29 21:19:13.633560 [ 3 ] {} <Debug> HTTP-Session: 121d6eeb-23cb-4e7f-b2b3-703c16a9f2c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4489 | 2024.05.29 21:19:13.633575 [ 3 ] {} <Debug> HTTP-Session: 121d6eeb-23cb-4e7f-b2b3-703c16a9f2c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4490 | 2024.05.29 21:19:13.633589 [ 3 ] {} <Debug> HTTP-Session: 121d6eeb-23cb-4e7f-b2b3-703c16a9f2c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4491 | 2024.05.29 21:19:13.633620 [ 3 ] {} <Trace> HTTP-Session: 121d6eeb-23cb-4e7f-b2b3-703c16a9f2c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4492 | 2024.05.29 21:19:13.633730 [ 3 ] {2389b743-7469-4c63-bf98-1ebd832932da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4493 | 2024.05.29 21:19:13.633772 [ 3 ] {2389b743-7469-4c63-bf98-1ebd832932da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4494 | 2024.05.29 21:19:13.633897 [ 3 ] {2389b743-7469-4c63-bf98-1ebd832932da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4495 | 2024.05.29 21:19:13.634238 [ 3 ] {2389b743-7469-4c63-bf98-1ebd832932da} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4496 | 2024.05.29 21:19:13.634274 [ 3 ] {2389b743-7469-4c63-bf98-1ebd832932da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4497 | 2024.05.29 21:19:13.634578 [ 3 ] {2389b743-7469-4c63-bf98-1ebd832932da} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4498 | 2024.05.29 21:19:13.634882 [ 3 ] {2389b743-7469-4c63-bf98-1ebd832932da} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4499 | 2024.05.29 21:19:13.635004 [ 3 ] {2389b743-7469-4c63-bf98-1ebd832932da} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001313 sec., 59405.94059405941 rows/sec., 4.64 MiB/sec. | ||
4500 | 2024.05.29 21:19:13.635150 [ 3 ] {2389b743-7469-4c63-bf98-1ebd832932da} <Debug> DynamicQueryHandler: Done processing query | ||
4501 | 2024.05.29 21:19:13.635174 [ 3 ] {2389b743-7469-4c63-bf98-1ebd832932da} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4502 | 2024.05.29 21:19:13.635190 [ 3 ] {} <Debug> HTTP-Session: 121d6eeb-23cb-4e7f-b2b3-703c16a9f2c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4503 | 2024.05.29 21:19:13.635387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4504 | 2024.05.29 21:19:13.635434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4505 | 2024.05.29 21:19:13.635452 [ 3 ] {} <Debug> HTTP-Session: b5132a5b-e697-4c09-bd67-9ae0852db2d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4506 | 2024.05.29 21:19:13.635468 [ 3 ] {} <Debug> HTTP-Session: b5132a5b-e697-4c09-bd67-9ae0852db2d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4507 | 2024.05.29 21:19:13.635481 [ 3 ] {} <Debug> HTTP-Session: b5132a5b-e697-4c09-bd67-9ae0852db2d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4508 | 2024.05.29 21:19:13.635510 [ 3 ] {} <Trace> HTTP-Session: b5132a5b-e697-4c09-bd67-9ae0852db2d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4509 | 2024.05.29 21:19:13.635651 [ 3 ] {cf9fcfb4-152e-45a1-a6b3-2f48d6a44ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4510 | 2024.05.29 21:19:13.635698 [ 3 ] {cf9fcfb4-152e-45a1-a6b3-2f48d6a44ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4511 | 2024.05.29 21:19:13.635837 [ 3 ] {cf9fcfb4-152e-45a1-a6b3-2f48d6a44ce7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4512 | 2024.05.29 21:19:13.636275 [ 3 ] {cf9fcfb4-152e-45a1-a6b3-2f48d6a44ce7} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4513 | 2024.05.29 21:19:13.636317 [ 3 ] {cf9fcfb4-152e-45a1-a6b3-2f48d6a44ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4514 | 2024.05.29 21:19:13.636794 [ 3 ] {cf9fcfb4-152e-45a1-a6b3-2f48d6a44ce7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4515 | 2024.05.29 21:19:13.637135 [ 3 ] {cf9fcfb4-152e-45a1-a6b3-2f48d6a44ce7} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4516 | 2024.05.29 21:19:13.637262 [ 3 ] {cf9fcfb4-152e-45a1-a6b3-2f48d6a44ce7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001675 sec., 95522.3880597015 rows/sec., 6.65 MiB/sec. | ||
4517 | 2024.05.29 21:19:13.637267 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4518 | 2024.05.29 21:19:13.637329 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4519 | 2024.05.29 21:19:13.637367 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4520 | 2024.05.29 21:19:13.637476 [ 3 ] {cf9fcfb4-152e-45a1-a6b3-2f48d6a44ce7} <Debug> DynamicQueryHandler: Done processing query | ||
4521 | 2024.05.29 21:19:13.637549 [ 3 ] {cf9fcfb4-152e-45a1-a6b3-2f48d6a44ce7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4522 | 2024.05.29 21:19:13.637613 [ 3 ] {} <Debug> HTTP-Session: b5132a5b-e697-4c09-bd67-9ae0852db2d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4523 | 2024.05.29 21:19:13.637796 [ 189 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
4524 | 2024.05.29 21:19:13.637943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4525 | 2024.05.29 21:19:13.638133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4526 | 2024.05.29 21:19:13.638199 [ 3 ] {} <Debug> HTTP-Session: 39c10fa8-6b72-4157-a6ad-5ee9265fb683 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4527 | 2024.05.29 21:19:13.638255 [ 3 ] {} <Debug> HTTP-Session: 39c10fa8-6b72-4157-a6ad-5ee9265fb683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4528 | 2024.05.29 21:19:13.638303 [ 3 ] {} <Debug> HTTP-Session: 39c10fa8-6b72-4157-a6ad-5ee9265fb683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4529 | 2024.05.29 21:19:13.638336 [ 189 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4530 | 2024.05.29 21:19:13.638386 [ 3 ] {} <Trace> HTTP-Session: 39c10fa8-6b72-4157-a6ad-5ee9265fb683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4531 | 2024.05.29 21:19:13.638416 [ 189 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1253 rows starting from the beginning of the part | ||
4532 | 2024.05.29 21:19:13.638671 [ 189 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
4533 | 2024.05.29 21:19:13.638941 [ 3 ] {abc2bb4e-0126-418b-b039-8d1a70f6b1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4534 | 2024.05.29 21:19:13.639009 [ 189 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
4535 | 2024.05.29 21:19:13.639175 [ 3 ] {abc2bb4e-0126-418b-b039-8d1a70f6b1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4536 | 2024.05.29 21:19:13.639298 [ 189 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 197 rows starting from the beginning of the part | ||
4537 | 2024.05.29 21:19:13.639682 [ 189 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 161 rows starting from the beginning of the part | ||
4538 | 2024.05.29 21:19:13.640059 [ 189 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
4539 | 2024.05.29 21:19:13.640647 [ 3 ] {abc2bb4e-0126-418b-b039-8d1a70f6b1bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4540 | 2024.05.29 21:19:13.641522 [ 3 ] {abc2bb4e-0126-418b-b039-8d1a70f6b1bd} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4541 | 2024.05.29 21:19:13.641581 [ 3 ] {abc2bb4e-0126-418b-b039-8d1a70f6b1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4542 | 2024.05.29 21:19:13.643042 [ 3 ] {abc2bb4e-0126-418b-b039-8d1a70f6b1bd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4543 | 2024.05.29 21:19:13.643788 [ 190 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2091 rows, containing 5 columns (5 merged, 0 gathered) in 0.006310313 sec., 331362.3270351249 rows/sec., 23.25 MiB/sec. | ||
4544 | 2024.05.29 21:19:13.643944 [ 3 ] {abc2bb4e-0126-418b-b039-8d1a70f6b1bd} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4545 | 2024.05.29 21:19:13.644076 [ 190 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4546 | 2024.05.29 21:19:13.644131 [ 3 ] {abc2bb4e-0126-418b-b039-8d1a70f6b1bd} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.005588 sec., 2505.3686471009305 rows/sec., 3.38 MiB/sec. | ||
4547 | 2024.05.29 21:19:13.644365 [ 3 ] {abc2bb4e-0126-418b-b039-8d1a70f6b1bd} <Debug> DynamicQueryHandler: Done processing query | ||
4548 | 2024.05.29 21:19:13.644402 [ 3 ] {abc2bb4e-0126-418b-b039-8d1a70f6b1bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4549 | 2024.05.29 21:19:13.644432 [ 3 ] {} <Debug> HTTP-Session: 39c10fa8-6b72-4157-a6ad-5ee9265fb683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4550 | 2024.05.29 21:19:13.644580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4551 | 2024.05.29 21:19:13.644631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4552 | 2024.05.29 21:19:13.644650 [ 3 ] {} <Debug> HTTP-Session: 5f58b62d-744d-4e66-9361-d4887b5d230d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4553 | 2024.05.29 21:19:13.644670 [ 3 ] {} <Debug> HTTP-Session: 5f58b62d-744d-4e66-9361-d4887b5d230d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4554 | 2024.05.29 21:19:13.644690 [ 3 ] {} <Debug> HTTP-Session: 5f58b62d-744d-4e66-9361-d4887b5d230d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4555 | 2024.05.29 21:19:13.644730 [ 3 ] {} <Trace> HTTP-Session: 5f58b62d-744d-4e66-9361-d4887b5d230d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4556 | 2024.05.29 21:19:13.644743 [ 190 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4557 | 2024.05.29 21:19:13.644857 [ 190 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4558 | 2024.05.29 21:19:13.644863 [ 3 ] {7ba96afc-9e76-4585-b3db-e4837c2458cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4559 | 2024.05.29 21:19:13.644922 [ 3 ] {7ba96afc-9e76-4585-b3db-e4837c2458cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4560 | 2024.05.29 21:19:13.644977 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
4561 | 2024.05.29 21:19:13.645093 [ 3 ] {7ba96afc-9e76-4585-b3db-e4837c2458cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4562 | 2024.05.29 21:19:13.645415 [ 3 ] {7ba96afc-9e76-4585-b3db-e4837c2458cf} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4563 | 2024.05.29 21:19:13.645451 [ 3 ] {7ba96afc-9e76-4585-b3db-e4837c2458cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4564 | 2024.05.29 21:19:13.645808 [ 3 ] {7ba96afc-9e76-4585-b3db-e4837c2458cf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4565 | 2024.05.29 21:19:13.646125 [ 3 ] {7ba96afc-9e76-4585-b3db-e4837c2458cf} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4566 | 2024.05.29 21:19:13.646248 [ 3 ] {7ba96afc-9e76-4585-b3db-e4837c2458cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec. | ||
4567 | 2024.05.29 21:19:13.646254 [ 150 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4568 | 2024.05.29 21:19:13.646309 [ 150 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4569 | 2024.05.29 21:19:13.646347 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4570 | 2024.05.29 21:19:13.646453 [ 3 ] {7ba96afc-9e76-4585-b3db-e4837c2458cf} <Debug> DynamicQueryHandler: Done processing query | ||
4571 | 2024.05.29 21:19:13.646515 [ 3 ] {7ba96afc-9e76-4585-b3db-e4837c2458cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4572 | 2024.05.29 21:19:13.646558 [ 3 ] {} <Debug> HTTP-Session: 5f58b62d-744d-4e66-9361-d4887b5d230d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4573 | 2024.05.29 21:19:13.646599 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
4574 | 2024.05.29 21:19:13.646784 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4575 | 2024.05.29 21:19:13.646827 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 372 rows starting from the beginning of the part | ||
4576 | 2024.05.29 21:19:13.646962 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
4577 | 2024.05.29 21:19:13.647151 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
4578 | 2024.05.29 21:19:13.647357 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
4579 | 2024.05.29 21:19:13.647507 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
4580 | 2024.05.29 21:19:13.647672 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
4581 | 2024.05.29 21:19:13.648888 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 672 rows, containing 4 columns (4 merged, 0 gathered) in 0.002451163 sec., 274155.57431309135 rows/sec., 18.20 MiB/sec. | ||
4582 | 2024.05.29 21:19:13.649053 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4583 | 2024.05.29 21:19:13.649441 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_21_4} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4584 | 2024.05.29 21:19:13.649520 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_21_4} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4585 | 2024.05.29 21:19:13.649597 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
4586 | 2024.05.29 21:19:18.620343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4587 | 2024.05.29 21:19:18.620487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4588 | 2024.05.29 21:19:18.620513 [ 3 ] {} <Debug> HTTP-Session: 60b6ba8e-b839-4353-b734-7fcaa2710302 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4589 | 2024.05.29 21:19:18.620536 [ 3 ] {} <Debug> HTTP-Session: 60b6ba8e-b839-4353-b734-7fcaa2710302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4590 | 2024.05.29 21:19:18.620551 [ 3 ] {} <Debug> HTTP-Session: 60b6ba8e-b839-4353-b734-7fcaa2710302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4591 | 2024.05.29 21:19:18.620601 [ 3 ] {} <Trace> HTTP-Session: 60b6ba8e-b839-4353-b734-7fcaa2710302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4592 | 2024.05.29 21:19:18.620784 [ 3 ] {4af9a071-1bef-46b3-9dba-21a9e0e85269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4593 | 2024.05.29 21:19:18.620850 [ 3 ] {4af9a071-1bef-46b3-9dba-21a9e0e85269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4594 | 2024.05.29 21:19:18.621039 [ 3 ] {4af9a071-1bef-46b3-9dba-21a9e0e85269} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4595 | 2024.05.29 21:19:18.621427 [ 3 ] {4af9a071-1bef-46b3-9dba-21a9e0e85269} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4596 | 2024.05.29 21:19:18.621468 [ 3 ] {4af9a071-1bef-46b3-9dba-21a9e0e85269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4597 | 2024.05.29 21:19:18.621831 [ 3 ] {4af9a071-1bef-46b3-9dba-21a9e0e85269} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4598 | 2024.05.29 21:19:18.622163 [ 3 ] {4af9a071-1bef-46b3-9dba-21a9e0e85269} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4599 | 2024.05.29 21:19:18.622348 [ 3 ] {4af9a071-1bef-46b3-9dba-21a9e0e85269} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001615 sec., 9907.120743034056 rows/sec., 803.02 KiB/sec. | ||
4600 | 2024.05.29 21:19:18.622532 [ 3 ] {4af9a071-1bef-46b3-9dba-21a9e0e85269} <Debug> DynamicQueryHandler: Done processing query | ||
4601 | 2024.05.29 21:19:18.622557 [ 3 ] {4af9a071-1bef-46b3-9dba-21a9e0e85269} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4602 | 2024.05.29 21:19:18.622573 [ 3 ] {} <Debug> HTTP-Session: 60b6ba8e-b839-4353-b734-7fcaa2710302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4603 | 2024.05.29 21:19:18.622715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4604 | 2024.05.29 21:19:18.622762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4605 | 2024.05.29 21:19:18.622780 [ 3 ] {} <Debug> HTTP-Session: ff3c2e60-284f-48ce-b7e6-a07aacf7a16c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4606 | 2024.05.29 21:19:18.622797 [ 3 ] {} <Debug> HTTP-Session: ff3c2e60-284f-48ce-b7e6-a07aacf7a16c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4607 | 2024.05.29 21:19:18.622810 [ 3 ] {} <Debug> HTTP-Session: ff3c2e60-284f-48ce-b7e6-a07aacf7a16c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4608 | 2024.05.29 21:19:18.622841 [ 3 ] {} <Trace> HTTP-Session: ff3c2e60-284f-48ce-b7e6-a07aacf7a16c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4609 | 2024.05.29 21:19:18.622934 [ 3 ] {7df5cbed-9db4-467d-be29-40cebd8ff867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4610 | 2024.05.29 21:19:18.622977 [ 3 ] {7df5cbed-9db4-467d-be29-40cebd8ff867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4611 | 2024.05.29 21:19:18.623103 [ 3 ] {7df5cbed-9db4-467d-be29-40cebd8ff867} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4612 | 2024.05.29 21:19:18.623393 [ 3 ] {7df5cbed-9db4-467d-be29-40cebd8ff867} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4613 | 2024.05.29 21:19:18.623430 [ 3 ] {7df5cbed-9db4-467d-be29-40cebd8ff867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4614 | 2024.05.29 21:19:18.623729 [ 3 ] {7df5cbed-9db4-467d-be29-40cebd8ff867} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4615 | 2024.05.29 21:19:18.624031 [ 3 ] {7df5cbed-9db4-467d-be29-40cebd8ff867} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4616 | 2024.05.29 21:19:18.624182 [ 3 ] {7df5cbed-9db4-467d-be29-40cebd8ff867} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00127 sec., 3149.606299212598 rows/sec., 256.83 KiB/sec. | ||
4617 | 2024.05.29 21:19:18.624337 [ 3 ] {7df5cbed-9db4-467d-be29-40cebd8ff867} <Debug> DynamicQueryHandler: Done processing query | ||
4618 | 2024.05.29 21:19:18.624361 [ 3 ] {7df5cbed-9db4-467d-be29-40cebd8ff867} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4619 | 2024.05.29 21:19:18.624377 [ 3 ] {} <Debug> HTTP-Session: ff3c2e60-284f-48ce-b7e6-a07aacf7a16c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4620 | 2024.05.29 21:19:18.624501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4621 | 2024.05.29 21:19:18.624549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4622 | 2024.05.29 21:19:18.624567 [ 3 ] {} <Debug> HTTP-Session: 28cf6e4d-fab5-4e93-bcb0-31364ae8876e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4623 | 2024.05.29 21:19:18.624583 [ 3 ] {} <Debug> HTTP-Session: 28cf6e4d-fab5-4e93-bcb0-31364ae8876e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4624 | 2024.05.29 21:19:18.624597 [ 3 ] {} <Debug> HTTP-Session: 28cf6e4d-fab5-4e93-bcb0-31364ae8876e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4625 | 2024.05.29 21:19:18.624626 [ 3 ] {} <Trace> HTTP-Session: 28cf6e4d-fab5-4e93-bcb0-31364ae8876e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4626 | 2024.05.29 21:19:18.624743 [ 3 ] {6df14449-b048-457d-9cac-8107a54400f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4627 | 2024.05.29 21:19:18.624786 [ 3 ] {6df14449-b048-457d-9cac-8107a54400f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4628 | 2024.05.29 21:19:18.624908 [ 3 ] {6df14449-b048-457d-9cac-8107a54400f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4629 | 2024.05.29 21:19:18.625281 [ 3 ] {6df14449-b048-457d-9cac-8107a54400f8} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4630 | 2024.05.29 21:19:18.625317 [ 3 ] {6df14449-b048-457d-9cac-8107a54400f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4631 | 2024.05.29 21:19:18.625627 [ 3 ] {6df14449-b048-457d-9cac-8107a54400f8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4632 | 2024.05.29 21:19:18.625930 [ 3 ] {6df14449-b048-457d-9cac-8107a54400f8} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4633 | 2024.05.29 21:19:18.626092 [ 3 ] {6df14449-b048-457d-9cac-8107a54400f8} <Debug> executeQuery: Read 106 rows, 8.94 KiB in 0.001392 sec., 76149.42528735632 rows/sec., 6.27 MiB/sec. | ||
4634 | 2024.05.29 21:19:18.626254 [ 3 ] {6df14449-b048-457d-9cac-8107a54400f8} <Debug> DynamicQueryHandler: Done processing query | ||
4635 | 2024.05.29 21:19:18.626277 [ 3 ] {6df14449-b048-457d-9cac-8107a54400f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4636 | 2024.05.29 21:19:18.626292 [ 3 ] {} <Debug> HTTP-Session: 28cf6e4d-fab5-4e93-bcb0-31364ae8876e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4637 | 2024.05.29 21:19:18.626403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4638 | 2024.05.29 21:19:18.626450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4639 | 2024.05.29 21:19:18.626469 [ 3 ] {} <Debug> HTTP-Session: 1dbe6c93-5a1d-49dc-a91c-0cb27cc95de6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4640 | 2024.05.29 21:19:18.626485 [ 3 ] {} <Debug> HTTP-Session: 1dbe6c93-5a1d-49dc-a91c-0cb27cc95de6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4641 | 2024.05.29 21:19:18.626498 [ 3 ] {} <Debug> HTTP-Session: 1dbe6c93-5a1d-49dc-a91c-0cb27cc95de6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4642 | 2024.05.29 21:19:18.626529 [ 3 ] {} <Trace> HTTP-Session: 1dbe6c93-5a1d-49dc-a91c-0cb27cc95de6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4643 | 2024.05.29 21:19:18.626622 [ 3 ] {12c0568a-008f-4ccb-88ab-68e5d47f3a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4644 | 2024.05.29 21:19:18.626663 [ 3 ] {12c0568a-008f-4ccb-88ab-68e5d47f3a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4645 | 2024.05.29 21:19:18.626791 [ 3 ] {12c0568a-008f-4ccb-88ab-68e5d47f3a92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4646 | 2024.05.29 21:19:18.627061 [ 3 ] {12c0568a-008f-4ccb-88ab-68e5d47f3a92} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4647 | 2024.05.29 21:19:18.627097 [ 3 ] {12c0568a-008f-4ccb-88ab-68e5d47f3a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4648 | 2024.05.29 21:19:18.627390 [ 3 ] {12c0568a-008f-4ccb-88ab-68e5d47f3a92} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4649 | 2024.05.29 21:19:18.627691 [ 3 ] {12c0568a-008f-4ccb-88ab-68e5d47f3a92} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4650 | 2024.05.29 21:19:18.627845 [ 3 ] {12c0568a-008f-4ccb-88ab-68e5d47f3a92} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001242 sec., 3220.6119162640903 rows/sec., 224.88 KiB/sec. | ||
4651 | 2024.05.29 21:19:18.627994 [ 3 ] {12c0568a-008f-4ccb-88ab-68e5d47f3a92} <Debug> DynamicQueryHandler: Done processing query | ||
4652 | 2024.05.29 21:19:18.628018 [ 3 ] {12c0568a-008f-4ccb-88ab-68e5d47f3a92} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4653 | 2024.05.29 21:19:18.628033 [ 3 ] {} <Debug> HTTP-Session: 1dbe6c93-5a1d-49dc-a91c-0cb27cc95de6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4654 | 2024.05.29 21:19:18.628152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14278, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4655 | 2024.05.29 21:19:18.628199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4656 | 2024.05.29 21:19:18.628217 [ 3 ] {} <Debug> HTTP-Session: f891391c-7d07-4de4-b6b4-848cca469fdb Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4657 | 2024.05.29 21:19:18.628233 [ 3 ] {} <Debug> HTTP-Session: f891391c-7d07-4de4-b6b4-848cca469fdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4658 | 2024.05.29 21:19:18.628246 [ 3 ] {} <Debug> HTTP-Session: f891391c-7d07-4de4-b6b4-848cca469fdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4659 | 2024.05.29 21:19:18.628298 [ 3 ] {} <Trace> HTTP-Session: f891391c-7d07-4de4-b6b4-848cca469fdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4660 | 2024.05.29 21:19:18.628413 [ 3 ] {c91e6ad6-771f-43ca-a319-cd33a86e36da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4661 | 2024.05.29 21:19:18.628454 [ 3 ] {c91e6ad6-771f-43ca-a319-cd33a86e36da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4662 | 2024.05.29 21:19:18.628578 [ 3 ] {c91e6ad6-771f-43ca-a319-cd33a86e36da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4663 | 2024.05.29 21:19:18.628908 [ 3 ] {c91e6ad6-771f-43ca-a319-cd33a86e36da} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4664 | 2024.05.29 21:19:18.628944 [ 3 ] {c91e6ad6-771f-43ca-a319-cd33a86e36da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4665 | 2024.05.29 21:19:18.629255 [ 3 ] {c91e6ad6-771f-43ca-a319-cd33a86e36da} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4666 | 2024.05.29 21:19:18.629549 [ 3 ] {c91e6ad6-771f-43ca-a319-cd33a86e36da} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4667 | 2024.05.29 21:19:18.629685 [ 3 ] {c91e6ad6-771f-43ca-a319-cd33a86e36da} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001314 sec., 63926.9406392694 rows/sec., 5.00 MiB/sec. | ||
4668 | 2024.05.29 21:19:18.629860 [ 3 ] {c91e6ad6-771f-43ca-a319-cd33a86e36da} <Debug> DynamicQueryHandler: Done processing query | ||
4669 | 2024.05.29 21:19:18.629942 [ 3 ] {c91e6ad6-771f-43ca-a319-cd33a86e36da} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4670 | 2024.05.29 21:19:18.629959 [ 3 ] {} <Debug> HTTP-Session: f891391c-7d07-4de4-b6b4-848cca469fdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4671 | 2024.05.29 21:19:18.630128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4672 | 2024.05.29 21:19:18.630177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4673 | 2024.05.29 21:19:18.630196 [ 3 ] {} <Debug> HTTP-Session: 5d6b5825-4f87-4fe5-bcef-1dbe0467b29d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4674 | 2024.05.29 21:19:18.630211 [ 3 ] {} <Debug> HTTP-Session: 5d6b5825-4f87-4fe5-bcef-1dbe0467b29d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4675 | 2024.05.29 21:19:18.630225 [ 3 ] {} <Debug> HTTP-Session: 5d6b5825-4f87-4fe5-bcef-1dbe0467b29d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4676 | 2024.05.29 21:19:18.630255 [ 3 ] {} <Trace> HTTP-Session: 5d6b5825-4f87-4fe5-bcef-1dbe0467b29d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4677 | 2024.05.29 21:19:18.630394 [ 3 ] {6334d864-8dfa-4e0f-ae1a-45475aded16e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4678 | 2024.05.29 21:19:18.630440 [ 3 ] {6334d864-8dfa-4e0f-ae1a-45475aded16e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4679 | 2024.05.29 21:19:18.630584 [ 3 ] {6334d864-8dfa-4e0f-ae1a-45475aded16e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4680 | 2024.05.29 21:19:18.630955 [ 3 ] {6334d864-8dfa-4e0f-ae1a-45475aded16e} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4681 | 2024.05.29 21:19:18.630990 [ 3 ] {6334d864-8dfa-4e0f-ae1a-45475aded16e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4682 | 2024.05.29 21:19:18.631374 [ 3 ] {6334d864-8dfa-4e0f-ae1a-45475aded16e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4683 | 2024.05.29 21:19:18.631703 [ 3 ] {6334d864-8dfa-4e0f-ae1a-45475aded16e} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4684 | 2024.05.29 21:19:18.631855 [ 3 ] {6334d864-8dfa-4e0f-ae1a-45475aded16e} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001522 sec., 106438.89618922472 rows/sec., 7.41 MiB/sec. | ||
4685 | 2024.05.29 21:19:18.632187 [ 3 ] {6334d864-8dfa-4e0f-ae1a-45475aded16e} <Debug> DynamicQueryHandler: Done processing query | ||
4686 | 2024.05.29 21:19:18.632211 [ 3 ] {6334d864-8dfa-4e0f-ae1a-45475aded16e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4687 | 2024.05.29 21:19:18.632227 [ 3 ] {} <Debug> HTTP-Session: 5d6b5825-4f87-4fe5-bcef-1dbe0467b29d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4688 | 2024.05.29 21:19:18.632360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4689 | 2024.05.29 21:19:18.632407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4690 | 2024.05.29 21:19:18.632425 [ 3 ] {} <Debug> HTTP-Session: 05b2c652-5d7e-4fc5-b1fb-d72a69592751 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4691 | 2024.05.29 21:19:18.632441 [ 3 ] {} <Debug> HTTP-Session: 05b2c652-5d7e-4fc5-b1fb-d72a69592751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4692 | 2024.05.29 21:19:18.632454 [ 3 ] {} <Debug> HTTP-Session: 05b2c652-5d7e-4fc5-b1fb-d72a69592751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4693 | 2024.05.29 21:19:18.632485 [ 3 ] {} <Trace> HTTP-Session: 05b2c652-5d7e-4fc5-b1fb-d72a69592751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4694 | 2024.05.29 21:19:18.632657 [ 3 ] {a8fd7f3d-baaf-4266-a411-46f97b6766cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4695 | 2024.05.29 21:19:18.632706 [ 3 ] {a8fd7f3d-baaf-4266-a411-46f97b6766cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4696 | 2024.05.29 21:19:18.632882 [ 3 ] {a8fd7f3d-baaf-4266-a411-46f97b6766cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4697 | 2024.05.29 21:19:18.633275 [ 3 ] {a8fd7f3d-baaf-4266-a411-46f97b6766cf} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4698 | 2024.05.29 21:19:18.633310 [ 3 ] {a8fd7f3d-baaf-4266-a411-46f97b6766cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4699 | 2024.05.29 21:19:18.633709 [ 3 ] {a8fd7f3d-baaf-4266-a411-46f97b6766cf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4700 | 2024.05.29 21:19:18.634035 [ 3 ] {a8fd7f3d-baaf-4266-a411-46f97b6766cf} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4701 | 2024.05.29 21:19:18.634206 [ 3 ] {a8fd7f3d-baaf-4266-a411-46f97b6766cf} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001639 sec., 9762.050030506405 rows/sec., 13.17 MiB/sec. | ||
4702 | 2024.05.29 21:19:18.634376 [ 3 ] {a8fd7f3d-baaf-4266-a411-46f97b6766cf} <Debug> DynamicQueryHandler: Done processing query | ||
4703 | 2024.05.29 21:19:18.634400 [ 3 ] {a8fd7f3d-baaf-4266-a411-46f97b6766cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4704 | 2024.05.29 21:19:18.634415 [ 3 ] {} <Debug> HTTP-Session: 05b2c652-5d7e-4fc5-b1fb-d72a69592751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4705 | 2024.05.29 21:19:18.634533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4706 | 2024.05.29 21:19:18.634580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4707 | 2024.05.29 21:19:18.634599 [ 3 ] {} <Debug> HTTP-Session: ad58b3ba-f954-4fc0-aeee-e8742f5801ea Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4708 | 2024.05.29 21:19:18.634614 [ 3 ] {} <Debug> HTTP-Session: ad58b3ba-f954-4fc0-aeee-e8742f5801ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4709 | 2024.05.29 21:19:18.634628 [ 3 ] {} <Debug> HTTP-Session: ad58b3ba-f954-4fc0-aeee-e8742f5801ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4710 | 2024.05.29 21:19:18.634657 [ 3 ] {} <Trace> HTTP-Session: ad58b3ba-f954-4fc0-aeee-e8742f5801ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4711 | 2024.05.29 21:19:18.634789 [ 3 ] {c62766e5-6d90-4912-9060-acc3e33029b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4712 | 2024.05.29 21:19:18.634833 [ 3 ] {c62766e5-6d90-4912-9060-acc3e33029b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4713 | 2024.05.29 21:19:18.634959 [ 3 ] {c62766e5-6d90-4912-9060-acc3e33029b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4714 | 2024.05.29 21:19:18.635227 [ 3 ] {c62766e5-6d90-4912-9060-acc3e33029b6} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4715 | 2024.05.29 21:19:18.635262 [ 3 ] {c62766e5-6d90-4912-9060-acc3e33029b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4716 | 2024.05.29 21:19:18.635609 [ 3 ] {c62766e5-6d90-4912-9060-acc3e33029b6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4717 | 2024.05.29 21:19:18.635916 [ 3 ] {c62766e5-6d90-4912-9060-acc3e33029b6} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4718 | 2024.05.29 21:19:18.636067 [ 3 ] {c62766e5-6d90-4912-9060-acc3e33029b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001317 sec., 45558.08656036446 rows/sec., 3.07 MiB/sec. | ||
4719 | 2024.05.29 21:19:18.636317 [ 3 ] {c62766e5-6d90-4912-9060-acc3e33029b6} <Debug> DynamicQueryHandler: Done processing query | ||
4720 | 2024.05.29 21:19:18.636361 [ 3 ] {c62766e5-6d90-4912-9060-acc3e33029b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4721 | 2024.05.29 21:19:18.636377 [ 3 ] {} <Debug> HTTP-Session: ad58b3ba-f954-4fc0-aeee-e8742f5801ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4722 | 2024.05.29 21:19:21.140580 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4723 | 2024.05.29 21:19:21.140652 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4724 | 2024.05.29 21:19:23.621297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4725 | 2024.05.29 21:19:23.621406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4726 | 2024.05.29 21:19:23.621429 [ 3 ] {} <Debug> HTTP-Session: a71668b8-c0e4-4e53-b8a1-88ec5df474f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4727 | 2024.05.29 21:19:23.621453 [ 3 ] {} <Debug> HTTP-Session: a71668b8-c0e4-4e53-b8a1-88ec5df474f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4728 | 2024.05.29 21:19:23.621468 [ 3 ] {} <Debug> HTTP-Session: a71668b8-c0e4-4e53-b8a1-88ec5df474f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4729 | 2024.05.29 21:19:23.621516 [ 3 ] {} <Trace> HTTP-Session: a71668b8-c0e4-4e53-b8a1-88ec5df474f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4730 | 2024.05.29 21:19:23.621694 [ 3 ] {5a8dd363-3551-4306-a22a-b7423d43b25f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4731 | 2024.05.29 21:19:23.621758 [ 3 ] {5a8dd363-3551-4306-a22a-b7423d43b25f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4732 | 2024.05.29 21:19:23.621944 [ 3 ] {5a8dd363-3551-4306-a22a-b7423d43b25f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4733 | 2024.05.29 21:19:23.622420 [ 3 ] {5a8dd363-3551-4306-a22a-b7423d43b25f} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4734 | 2024.05.29 21:19:23.622458 [ 3 ] {5a8dd363-3551-4306-a22a-b7423d43b25f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4735 | 2024.05.29 21:19:23.622818 [ 3 ] {5a8dd363-3551-4306-a22a-b7423d43b25f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4736 | 2024.05.29 21:19:23.623140 [ 3 ] {5a8dd363-3551-4306-a22a-b7423d43b25f} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4737 | 2024.05.29 21:19:23.623278 [ 142 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4738 | 2024.05.29 21:19:23.623282 [ 3 ] {5a8dd363-3551-4306-a22a-b7423d43b25f} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001644 sec., 8515.81508515815 rows/sec., 690.25 KiB/sec. | ||
4739 | 2024.05.29 21:19:23.623320 [ 142 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4740 | 2024.05.29 21:19:23.623362 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4741 | 2024.05.29 21:19:23.623514 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
4742 | 2024.05.29 21:19:23.623568 [ 3 ] {5a8dd363-3551-4306-a22a-b7423d43b25f} <Debug> DynamicQueryHandler: Done processing query | ||
4743 | 2024.05.29 21:19:23.623616 [ 3 ] {5a8dd363-3551-4306-a22a-b7423d43b25f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4744 | 2024.05.29 21:19:23.623648 [ 3 ] {} <Debug> HTTP-Session: a71668b8-c0e4-4e53-b8a1-88ec5df474f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4745 | 2024.05.29 21:19:23.623953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4746 | 2024.05.29 21:19:23.624089 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4747 | 2024.05.29 21:19:23.624138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4748 | 2024.05.29 21:19:23.624243 [ 3 ] {} <Debug> HTTP-Session: 7e61d34e-cbfb-4ab5-b226-78b8cc3f9d42 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4749 | 2024.05.29 21:19:23.624243 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 30 rows starting from the beginning of the part | ||
4750 | 2024.05.29 21:19:23.624326 [ 3 ] {} <Debug> HTTP-Session: 7e61d34e-cbfb-4ab5-b226-78b8cc3f9d42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4751 | 2024.05.29 21:19:23.624399 [ 3 ] {} <Debug> HTTP-Session: 7e61d34e-cbfb-4ab5-b226-78b8cc3f9d42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4752 | 2024.05.29 21:19:23.624592 [ 3 ] {} <Trace> HTTP-Session: 7e61d34e-cbfb-4ab5-b226-78b8cc3f9d42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4753 | 2024.05.29 21:19:23.624754 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
4754 | 2024.05.29 21:19:23.625099 [ 3 ] {d8133c98-5f94-4c5e-8ca5-3ba55a15f211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4755 | 2024.05.29 21:19:23.625211 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
4756 | 2024.05.29 21:19:23.625263 [ 3 ] {d8133c98-5f94-4c5e-8ca5-3ba55a15f211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4757 | 2024.05.29 21:19:23.625613 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
4758 | 2024.05.29 21:19:23.625958 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part | ||
4759 | 2024.05.29 21:19:23.626187 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
4760 | 2024.05.29 21:19:23.626362 [ 3 ] {d8133c98-5f94-4c5e-8ca5-3ba55a15f211} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4761 | 2024.05.29 21:19:23.627034 [ 3 ] {d8133c98-5f94-4c5e-8ca5-3ba55a15f211} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4762 | 2024.05.29 21:19:23.627076 [ 3 ] {d8133c98-5f94-4c5e-8ca5-3ba55a15f211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4763 | 2024.05.29 21:19:23.627586 [ 3 ] {d8133c98-5f94-4c5e-8ca5-3ba55a15f211} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4764 | 2024.05.29 21:19:23.627742 [ 199 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.004302855 sec., 24169.998756639485 rows/sec., 1.91 MiB/sec. | ||
4765 | 2024.05.29 21:19:23.628035 [ 199 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4766 | 2024.05.29 21:19:23.628197 [ 3 ] {d8133c98-5f94-4c5e-8ca5-3ba55a15f211} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4767 | 2024.05.29 21:19:23.628441 [ 142 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4768 | 2024.05.29 21:19:23.628586 [ 142 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4769 | 2024.05.29 21:19:23.628617 [ 3 ] {d8133c98-5f94-4c5e-8ca5-3ba55a15f211} <Debug> executeQuery: Read 98 rows, 8.16 KiB in 0.00374 sec., 26203.208556149733 rows/sec., 2.13 MiB/sec. | ||
4770 | 2024.05.29 21:19:23.628691 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4771 | 2024.05.29 21:19:23.629286 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
4772 | 2024.05.29 21:19:23.629387 [ 3 ] {d8133c98-5f94-4c5e-8ca5-3ba55a15f211} <Debug> DynamicQueryHandler: Done processing query | ||
4773 | 2024.05.29 21:19:23.629443 [ 3 ] {d8133c98-5f94-4c5e-8ca5-3ba55a15f211} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4774 | 2024.05.29 21:19:23.629542 [ 3 ] {} <Debug> HTTP-Session: 7e61d34e-cbfb-4ab5-b226-78b8cc3f9d42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4775 | 2024.05.29 21:19:23.629558 [ 199 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_26_5} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4776 | 2024.05.29 21:19:23.629696 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4777 | 2024.05.29 21:19:23.629731 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 187 rows starting from the beginning of the part | ||
4778 | 2024.05.29 21:19:23.629749 [ 199 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_26_5} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4779 | 2024.05.29 21:19:23.629947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4780 | 2024.05.29 21:19:23.630061 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4781 | 2024.05.29 21:19:23.630062 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 135 rows starting from the beginning of the part | ||
4782 | 2024.05.29 21:19:23.630201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4783 | 2024.05.29 21:19:23.630307 [ 3 ] {} <Debug> HTTP-Session: 067bab97-33f1-4c62-a6e2-483b12e3f3ab Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4784 | 2024.05.29 21:19:23.630363 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 105 rows starting from the beginning of the part | ||
4785 | 2024.05.29 21:19:23.630386 [ 3 ] {} <Debug> HTTP-Session: 067bab97-33f1-4c62-a6e2-483b12e3f3ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4786 | 2024.05.29 21:19:23.630467 [ 3 ] {} <Debug> HTTP-Session: 067bab97-33f1-4c62-a6e2-483b12e3f3ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4787 | 2024.05.29 21:19:23.630638 [ 3 ] {} <Trace> HTTP-Session: 067bab97-33f1-4c62-a6e2-483b12e3f3ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4788 | 2024.05.29 21:19:23.630654 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 98 rows starting from the beginning of the part | ||
4789 | 2024.05.29 21:19:23.630950 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 106 rows starting from the beginning of the part | ||
4790 | 2024.05.29 21:19:23.630996 [ 3 ] {7a108aba-7fd5-4e4c-b43a-9a411f966212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4791 | 2024.05.29 21:19:23.631135 [ 3 ] {7a108aba-7fd5-4e4c-b43a-9a411f966212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4792 | 2024.05.29 21:19:23.631220 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 98 rows starting from the beginning of the part | ||
4793 | 2024.05.29 21:19:23.632142 [ 3 ] {7a108aba-7fd5-4e4c-b43a-9a411f966212} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4794 | 2024.05.29 21:19:23.633055 [ 3 ] {7a108aba-7fd5-4e4c-b43a-9a411f966212} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4795 | 2024.05.29 21:19:23.633115 [ 3 ] {7a108aba-7fd5-4e4c-b43a-9a411f966212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4796 | 2024.05.29 21:19:23.633869 [ 3 ] {7a108aba-7fd5-4e4c-b43a-9a411f966212} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4797 | 2024.05.29 21:19:23.634387 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 729 rows, containing 4 columns (4 merged, 0 gathered) in 0.005489755 sec., 132792.81133675366 rows/sec., 10.83 MiB/sec. | ||
4798 | 2024.05.29 21:19:23.634578 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4799 | 2024.05.29 21:19:23.634751 [ 3 ] {7a108aba-7fd5-4e4c-b43a-9a411f966212} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4800 | 2024.05.29 21:19:23.635094 [ 142 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4801 | 2024.05.29 21:19:23.635215 [ 142 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4802 | 2024.05.29 21:19:23.635254 [ 3 ] {7a108aba-7fd5-4e4c-b43a-9a411f966212} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.004394 sec., 17751.479289940828 rows/sec., 1.39 MiB/sec. | ||
4803 | 2024.05.29 21:19:23.635291 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4804 | 2024.05.29 21:19:23.635916 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
4805 | 2024.05.29 21:19:23.635968 [ 3 ] {7a108aba-7fd5-4e4c-b43a-9a411f966212} <Debug> DynamicQueryHandler: Done processing query | ||
4806 | 2024.05.29 21:19:23.636012 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_26_5} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4807 | 2024.05.29 21:19:23.636086 [ 3 ] {7a108aba-7fd5-4e4c-b43a-9a411f966212} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4808 | 2024.05.29 21:19:23.636227 [ 3 ] {} <Debug> HTTP-Session: 067bab97-33f1-4c62-a6e2-483b12e3f3ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4809 | 2024.05.29 21:19:23.636504 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_26_5} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4810 | 2024.05.29 21:19:23.636660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4811 | 2024.05.29 21:19:23.636889 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
4812 | 2024.05.29 21:19:23.636937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4813 | 2024.05.29 21:19:23.636954 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4814 | 2024.05.29 21:19:23.636993 [ 3 ] {} <Debug> HTTP-Session: f901384f-8dcd-458c-90d1-974f1ea2f20d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4815 | 2024.05.29 21:19:23.637009 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 146 rows starting from the beginning of the part | ||
4816 | 2024.05.29 21:19:23.637016 [ 3 ] {} <Debug> HTTP-Session: f901384f-8dcd-458c-90d1-974f1ea2f20d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4817 | 2024.05.29 21:19:23.637040 [ 3 ] {} <Debug> HTTP-Session: f901384f-8dcd-458c-90d1-974f1ea2f20d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4818 | 2024.05.29 21:19:23.637115 [ 3 ] {} <Trace> HTTP-Session: f901384f-8dcd-458c-90d1-974f1ea2f20d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4819 | 2024.05.29 21:19:23.637173 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 104 rows starting from the beginning of the part | ||
4820 | 2024.05.29 21:19:23.637543 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
4821 | 2024.05.29 21:19:23.637657 [ 3 ] {f67efb92-aa35-46dd-9c38-1f2cb4b86a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4822 | 2024.05.29 21:19:23.637859 [ 3 ] {f67efb92-aa35-46dd-9c38-1f2cb4b86a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4823 | 2024.05.29 21:19:23.637879 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 78 rows starting from the beginning of the part | ||
4824 | 2024.05.29 21:19:23.638269 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 84 rows starting from the beginning of the part | ||
4825 | 2024.05.29 21:19:23.638524 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 78 rows starting from the beginning of the part | ||
4826 | 2024.05.29 21:19:23.639113 [ 3 ] {f67efb92-aa35-46dd-9c38-1f2cb4b86a14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4827 | 2024.05.29 21:19:23.639780 [ 3 ] {f67efb92-aa35-46dd-9c38-1f2cb4b86a14} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4828 | 2024.05.29 21:19:23.639822 [ 3 ] {f67efb92-aa35-46dd-9c38-1f2cb4b86a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4829 | 2024.05.29 21:19:23.640417 [ 3 ] {f67efb92-aa35-46dd-9c38-1f2cb4b86a14} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4830 | 2024.05.29 21:19:23.640431 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 4 columns (4 merged, 0 gathered) in 0.004989639 sec., 114637.55193511996 rows/sec., 8.95 MiB/sec. | ||
4831 | 2024.05.29 21:19:23.640556 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4832 | 2024.05.29 21:19:23.640877 [ 3 ] {f67efb92-aa35-46dd-9c38-1f2cb4b86a14} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4833 | 2024.05.29 21:19:23.641032 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_26_5} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4834 | 2024.05.29 21:19:23.641059 [ 3 ] {f67efb92-aa35-46dd-9c38-1f2cb4b86a14} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003698 sec., 43266.63061114116 rows/sec., 3.01 MiB/sec. | ||
4835 | 2024.05.29 21:19:23.641147 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_26_5} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4836 | 2024.05.29 21:19:23.641234 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
4837 | 2024.05.29 21:19:23.641268 [ 3 ] {f67efb92-aa35-46dd-9c38-1f2cb4b86a14} <Debug> DynamicQueryHandler: Done processing query | ||
4838 | 2024.05.29 21:19:23.641293 [ 3 ] {f67efb92-aa35-46dd-9c38-1f2cb4b86a14} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4839 | 2024.05.29 21:19:23.641309 [ 3 ] {} <Debug> HTTP-Session: f901384f-8dcd-458c-90d1-974f1ea2f20d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4840 | 2024.05.29 21:19:23.641439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4841 | 2024.05.29 21:19:23.641487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4842 | 2024.05.29 21:19:23.641505 [ 3 ] {} <Debug> HTTP-Session: 5796319e-93d9-43bd-b473-88e3109e0803 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4843 | 2024.05.29 21:19:23.641521 [ 3 ] {} <Debug> HTTP-Session: 5796319e-93d9-43bd-b473-88e3109e0803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4844 | 2024.05.29 21:19:23.641534 [ 3 ] {} <Debug> HTTP-Session: 5796319e-93d9-43bd-b473-88e3109e0803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4845 | 2024.05.29 21:19:23.641564 [ 3 ] {} <Trace> HTTP-Session: 5796319e-93d9-43bd-b473-88e3109e0803 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4846 | 2024.05.29 21:19:23.641738 [ 3 ] {60fff53d-1c2c-40e0-94af-bf9eced27753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4847 | 2024.05.29 21:19:23.641784 [ 3 ] {60fff53d-1c2c-40e0-94af-bf9eced27753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4848 | 2024.05.29 21:19:23.641937 [ 3 ] {60fff53d-1c2c-40e0-94af-bf9eced27753} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4849 | 2024.05.29 21:19:23.642283 [ 3 ] {60fff53d-1c2c-40e0-94af-bf9eced27753} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4850 | 2024.05.29 21:19:23.642317 [ 3 ] {60fff53d-1c2c-40e0-94af-bf9eced27753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4851 | 2024.05.29 21:19:23.642701 [ 3 ] {60fff53d-1c2c-40e0-94af-bf9eced27753} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4852 | 2024.05.29 21:19:23.643045 [ 3 ] {60fff53d-1c2c-40e0-94af-bf9eced27753} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4853 | 2024.05.29 21:19:23.643164 [ 142 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4854 | 2024.05.29 21:19:23.643174 [ 3 ] {60fff53d-1c2c-40e0-94af-bf9eced27753} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001535 sec., 9120.521172638437 rows/sec., 12.31 MiB/sec. | ||
4855 | 2024.05.29 21:19:23.643193 [ 142 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4856 | 2024.05.29 21:19:23.643225 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4857 | 2024.05.29 21:19:23.643409 [ 197 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
4858 | 2024.05.29 21:19:23.643424 [ 3 ] {60fff53d-1c2c-40e0-94af-bf9eced27753} <Debug> DynamicQueryHandler: Done processing query | ||
4859 | 2024.05.29 21:19:23.643504 [ 3 ] {60fff53d-1c2c-40e0-94af-bf9eced27753} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4860 | 2024.05.29 21:19:23.643528 [ 3 ] {} <Debug> HTTP-Session: 5796319e-93d9-43bd-b473-88e3109e0803 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4861 | 2024.05.29 21:19:23.643705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4862 | 2024.05.29 21:19:23.643724 [ 197 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4863 | 2024.05.29 21:19:23.643801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4864 | 2024.05.29 21:19:23.643809 [ 197 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 314 rows starting from the beginning of the part | ||
4865 | 2024.05.29 21:19:23.643838 [ 3 ] {} <Debug> HTTP-Session: 78a358bf-d2e4-475f-8a87-518da26c74b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4866 | 2024.05.29 21:19:23.643879 [ 3 ] {} <Debug> HTTP-Session: 78a358bf-d2e4-475f-8a87-518da26c74b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4867 | 2024.05.29 21:19:23.643930 [ 3 ] {} <Debug> HTTP-Session: 78a358bf-d2e4-475f-8a87-518da26c74b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4868 | 2024.05.29 21:19:23.644079 [ 197 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
4869 | 2024.05.29 21:19:23.644079 [ 3 ] {} <Trace> HTTP-Session: 78a358bf-d2e4-475f-8a87-518da26c74b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4870 | 2024.05.29 21:19:23.644421 [ 197 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
4871 | 2024.05.29 21:19:23.644469 [ 3 ] {b4e02b54-a473-4c89-a8fe-2ed5a9dfb170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4872 | 2024.05.29 21:19:23.644633 [ 3 ] {b4e02b54-a473-4c89-a8fe-2ed5a9dfb170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4873 | 2024.05.29 21:19:23.644715 [ 197 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
4874 | 2024.05.29 21:19:23.645094 [ 197 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part | ||
4875 | 2024.05.29 21:19:23.645468 [ 197 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
4876 | 2024.05.29 21:19:23.645596 [ 3 ] {b4e02b54-a473-4c89-a8fe-2ed5a9dfb170} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4877 | 2024.05.29 21:19:23.646382 [ 3 ] {b4e02b54-a473-4c89-a8fe-2ed5a9dfb170} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4878 | 2024.05.29 21:19:23.646444 [ 3 ] {b4e02b54-a473-4c89-a8fe-2ed5a9dfb170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4879 | 2024.05.29 21:19:23.647081 [ 3 ] {b4e02b54-a473-4c89-a8fe-2ed5a9dfb170} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4880 | 2024.05.29 21:19:23.647896 [ 3 ] {b4e02b54-a473-4c89-a8fe-2ed5a9dfb170} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4881 | 2024.05.29 21:19:23.648262 [ 3 ] {b4e02b54-a473-4c89-a8fe-2ed5a9dfb170} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003935 sec., 15247.776365946633 rows/sec., 1.03 MiB/sec. | ||
4882 | 2024.05.29 21:19:23.648750 [ 3 ] {b4e02b54-a473-4c89-a8fe-2ed5a9dfb170} <Debug> DynamicQueryHandler: Done processing query | ||
4883 | 2024.05.29 21:19:23.648779 [ 3 ] {b4e02b54-a473-4c89-a8fe-2ed5a9dfb170} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4884 | 2024.05.29 21:19:23.648795 [ 3 ] {} <Debug> HTTP-Session: 78a358bf-d2e4-475f-8a87-518da26c74b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4885 | 2024.05.29 21:19:23.649578 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 388 rows, containing 6 columns (6 merged, 0 gathered) in 0.006258952 sec., 61991.208751880506 rows/sec., 83.65 MiB/sec. | ||
4886 | 2024.05.29 21:19:23.649929 [ 197 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4887 | 2024.05.29 21:19:23.650361 [ 197 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4888 | 2024.05.29 21:19:23.650444 [ 197 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4889 | 2024.05.29 21:19:23.650536 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
4890 | 2024.05.29 21:19:28.620402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4891 | 2024.05.29 21:19:28.620540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4892 | 2024.05.29 21:19:28.620569 [ 3 ] {} <Debug> HTTP-Session: f109c44f-aa2d-4cd3-85ae-ab3972b6dfbc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4893 | 2024.05.29 21:19:28.620596 [ 3 ] {} <Debug> HTTP-Session: f109c44f-aa2d-4cd3-85ae-ab3972b6dfbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4894 | 2024.05.29 21:19:28.620614 [ 3 ] {} <Debug> HTTP-Session: f109c44f-aa2d-4cd3-85ae-ab3972b6dfbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4895 | 2024.05.29 21:19:28.620669 [ 3 ] {} <Trace> HTTP-Session: f109c44f-aa2d-4cd3-85ae-ab3972b6dfbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4896 | 2024.05.29 21:19:28.620864 [ 3 ] {9d74babe-6662-493a-b63c-af787157523a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4897 | 2024.05.29 21:19:28.620927 [ 3 ] {9d74babe-6662-493a-b63c-af787157523a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4898 | 2024.05.29 21:19:28.621112 [ 3 ] {9d74babe-6662-493a-b63c-af787157523a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4899 | 2024.05.29 21:19:28.621546 [ 3 ] {9d74babe-6662-493a-b63c-af787157523a} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4900 | 2024.05.29 21:19:28.621584 [ 3 ] {9d74babe-6662-493a-b63c-af787157523a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4901 | 2024.05.29 21:19:28.621947 [ 3 ] {9d74babe-6662-493a-b63c-af787157523a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4902 | 2024.05.29 21:19:28.622282 [ 3 ] {9d74babe-6662-493a-b63c-af787157523a} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4903 | 2024.05.29 21:19:28.622419 [ 3 ] {9d74babe-6662-493a-b63c-af787157523a} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001617 sec., 9894.867037724182 rows/sec., 802.03 KiB/sec. | ||
4904 | 2024.05.29 21:19:28.622627 [ 3 ] {9d74babe-6662-493a-b63c-af787157523a} <Debug> DynamicQueryHandler: Done processing query | ||
4905 | 2024.05.29 21:19:28.622654 [ 3 ] {9d74babe-6662-493a-b63c-af787157523a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4906 | 2024.05.29 21:19:28.622670 [ 3 ] {} <Debug> HTTP-Session: f109c44f-aa2d-4cd3-85ae-ab3972b6dfbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4907 | 2024.05.29 21:19:28.622812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4908 | 2024.05.29 21:19:28.622859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4909 | 2024.05.29 21:19:28.622878 [ 3 ] {} <Debug> HTTP-Session: d54a5d69-d415-4105-9c40-9176187f2671 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4910 | 2024.05.29 21:19:28.622894 [ 3 ] {} <Debug> HTTP-Session: d54a5d69-d415-4105-9c40-9176187f2671 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4911 | 2024.05.29 21:19:28.622907 [ 3 ] {} <Debug> HTTP-Session: d54a5d69-d415-4105-9c40-9176187f2671 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4912 | 2024.05.29 21:19:28.622937 [ 3 ] {} <Trace> HTTP-Session: d54a5d69-d415-4105-9c40-9176187f2671 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4913 | 2024.05.29 21:19:28.623031 [ 3 ] {7fcf8d14-aa18-46fe-9663-a6a979cc616a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4914 | 2024.05.29 21:19:28.623073 [ 3 ] {7fcf8d14-aa18-46fe-9663-a6a979cc616a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4915 | 2024.05.29 21:19:28.623195 [ 3 ] {7fcf8d14-aa18-46fe-9663-a6a979cc616a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4916 | 2024.05.29 21:19:28.623491 [ 3 ] {7fcf8d14-aa18-46fe-9663-a6a979cc616a} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4917 | 2024.05.29 21:19:28.623526 [ 3 ] {7fcf8d14-aa18-46fe-9663-a6a979cc616a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4918 | 2024.05.29 21:19:28.623830 [ 3 ] {7fcf8d14-aa18-46fe-9663-a6a979cc616a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4919 | 2024.05.29 21:19:28.624137 [ 3 ] {7fcf8d14-aa18-46fe-9663-a6a979cc616a} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4920 | 2024.05.29 21:19:28.624262 [ 3 ] {7fcf8d14-aa18-46fe-9663-a6a979cc616a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001255 sec., 1593.6254980079682 rows/sec., 129.95 KiB/sec. | ||
4921 | 2024.05.29 21:19:28.624416 [ 3 ] {7fcf8d14-aa18-46fe-9663-a6a979cc616a} <Debug> DynamicQueryHandler: Done processing query | ||
4922 | 2024.05.29 21:19:28.624441 [ 3 ] {7fcf8d14-aa18-46fe-9663-a6a979cc616a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4923 | 2024.05.29 21:19:28.624456 [ 3 ] {} <Debug> HTTP-Session: d54a5d69-d415-4105-9c40-9176187f2671 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4924 | 2024.05.29 21:19:28.624581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4925 | 2024.05.29 21:19:28.624628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4926 | 2024.05.29 21:19:28.624646 [ 3 ] {} <Debug> HTTP-Session: cec84bec-4ad3-42dd-a486-95b8a4f77f56 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4927 | 2024.05.29 21:19:28.624662 [ 3 ] {} <Debug> HTTP-Session: cec84bec-4ad3-42dd-a486-95b8a4f77f56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4928 | 2024.05.29 21:19:28.624675 [ 3 ] {} <Debug> HTTP-Session: cec84bec-4ad3-42dd-a486-95b8a4f77f56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4929 | 2024.05.29 21:19:28.624705 [ 3 ] {} <Trace> HTTP-Session: cec84bec-4ad3-42dd-a486-95b8a4f77f56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4930 | 2024.05.29 21:19:28.624822 [ 3 ] {17ec9745-beff-4b3f-96d6-b3180b061e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4931 | 2024.05.29 21:19:28.624864 [ 3 ] {17ec9745-beff-4b3f-96d6-b3180b061e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4932 | 2024.05.29 21:19:28.624986 [ 3 ] {17ec9745-beff-4b3f-96d6-b3180b061e6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4933 | 2024.05.29 21:19:28.625331 [ 3 ] {17ec9745-beff-4b3f-96d6-b3180b061e6a} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4934 | 2024.05.29 21:19:28.625366 [ 3 ] {17ec9745-beff-4b3f-96d6-b3180b061e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4935 | 2024.05.29 21:19:28.625669 [ 3 ] {17ec9745-beff-4b3f-96d6-b3180b061e6a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4936 | 2024.05.29 21:19:28.625974 [ 3 ] {17ec9745-beff-4b3f-96d6-b3180b061e6a} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4937 | 2024.05.29 21:19:28.626100 [ 3 ] {17ec9745-beff-4b3f-96d6-b3180b061e6a} <Debug> executeQuery: Read 105 rows, 8.87 KiB in 0.001326 sec., 79185.52036199096 rows/sec., 6.53 MiB/sec. | ||
4938 | 2024.05.29 21:19:28.626244 [ 3 ] {17ec9745-beff-4b3f-96d6-b3180b061e6a} <Debug> DynamicQueryHandler: Done processing query | ||
4939 | 2024.05.29 21:19:28.626268 [ 3 ] {17ec9745-beff-4b3f-96d6-b3180b061e6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4940 | 2024.05.29 21:19:28.626284 [ 3 ] {} <Debug> HTTP-Session: cec84bec-4ad3-42dd-a486-95b8a4f77f56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4941 | 2024.05.29 21:19:28.626390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4942 | 2024.05.29 21:19:28.626436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4943 | 2024.05.29 21:19:28.626454 [ 3 ] {} <Debug> HTTP-Session: cabacc79-03d8-407e-9efa-a2253f6e1653 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4944 | 2024.05.29 21:19:28.626470 [ 3 ] {} <Debug> HTTP-Session: cabacc79-03d8-407e-9efa-a2253f6e1653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4945 | 2024.05.29 21:19:28.626483 [ 3 ] {} <Debug> HTTP-Session: cabacc79-03d8-407e-9efa-a2253f6e1653 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4946 | 2024.05.29 21:19:28.626513 [ 3 ] {} <Trace> HTTP-Session: cabacc79-03d8-407e-9efa-a2253f6e1653 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4947 | 2024.05.29 21:19:28.626602 [ 3 ] {f5f68d64-ee89-446d-9f49-0f882a6fb0a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4948 | 2024.05.29 21:19:28.626643 [ 3 ] {f5f68d64-ee89-446d-9f49-0f882a6fb0a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4949 | 2024.05.29 21:19:28.626764 [ 3 ] {f5f68d64-ee89-446d-9f49-0f882a6fb0a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4950 | 2024.05.29 21:19:28.627055 [ 3 ] {f5f68d64-ee89-446d-9f49-0f882a6fb0a8} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4951 | 2024.05.29 21:19:28.627090 [ 3 ] {f5f68d64-ee89-446d-9f49-0f882a6fb0a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4952 | 2024.05.29 21:19:28.627379 [ 3 ] {f5f68d64-ee89-446d-9f49-0f882a6fb0a8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4953 | 2024.05.29 21:19:28.627675 [ 3 ] {f5f68d64-ee89-446d-9f49-0f882a6fb0a8} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4954 | 2024.05.29 21:19:28.627800 [ 3 ] {f5f68d64-ee89-446d-9f49-0f882a6fb0a8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001218 sec., 1642.0361247947455 rows/sec., 114.65 KiB/sec. | ||
4955 | 2024.05.29 21:19:28.628081 [ 3 ] {f5f68d64-ee89-446d-9f49-0f882a6fb0a8} <Debug> DynamicQueryHandler: Done processing query | ||
4956 | 2024.05.29 21:19:28.628106 [ 3 ] {f5f68d64-ee89-446d-9f49-0f882a6fb0a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4957 | 2024.05.29 21:19:28.628122 [ 3 ] {} <Debug> HTTP-Session: cabacc79-03d8-407e-9efa-a2253f6e1653 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4958 | 2024.05.29 21:19:28.628256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4959 | 2024.05.29 21:19:28.628303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4960 | 2024.05.29 21:19:28.628321 [ 3 ] {} <Debug> HTTP-Session: 07cf51ef-457c-4d35-8866-7c9021115907 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4961 | 2024.05.29 21:19:28.628337 [ 3 ] {} <Debug> HTTP-Session: 07cf51ef-457c-4d35-8866-7c9021115907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4962 | 2024.05.29 21:19:28.628351 [ 3 ] {} <Debug> HTTP-Session: 07cf51ef-457c-4d35-8866-7c9021115907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4963 | 2024.05.29 21:19:28.628381 [ 3 ] {} <Trace> HTTP-Session: 07cf51ef-457c-4d35-8866-7c9021115907 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4964 | 2024.05.29 21:19:28.628495 [ 3 ] {753ec5cd-7a12-42da-84a5-3d95af2d4ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4965 | 2024.05.29 21:19:28.628538 [ 3 ] {753ec5cd-7a12-42da-84a5-3d95af2d4ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4966 | 2024.05.29 21:19:28.628675 [ 3 ] {753ec5cd-7a12-42da-84a5-3d95af2d4ed7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4967 | 2024.05.29 21:19:28.629001 [ 3 ] {753ec5cd-7a12-42da-84a5-3d95af2d4ed7} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4968 | 2024.05.29 21:19:28.629036 [ 3 ] {753ec5cd-7a12-42da-84a5-3d95af2d4ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4969 | 2024.05.29 21:19:28.629349 [ 3 ] {753ec5cd-7a12-42da-84a5-3d95af2d4ed7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4970 | 2024.05.29 21:19:28.629682 [ 3 ] {753ec5cd-7a12-42da-84a5-3d95af2d4ed7} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4971 | 2024.05.29 21:19:28.629836 [ 3 ] {753ec5cd-7a12-42da-84a5-3d95af2d4ed7} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001381 sec., 59377.262853005064 rows/sec., 4.64 MiB/sec. | ||
4972 | 2024.05.29 21:19:28.630036 [ 3 ] {753ec5cd-7a12-42da-84a5-3d95af2d4ed7} <Debug> DynamicQueryHandler: Done processing query | ||
4973 | 2024.05.29 21:19:28.630070 [ 3 ] {753ec5cd-7a12-42da-84a5-3d95af2d4ed7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4974 | 2024.05.29 21:19:28.630094 [ 3 ] {} <Debug> HTTP-Session: 07cf51ef-457c-4d35-8866-7c9021115907 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4975 | 2024.05.29 21:19:28.630273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4976 | 2024.05.29 21:19:28.630342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4977 | 2024.05.29 21:19:28.630372 [ 3 ] {} <Debug> HTTP-Session: 9ee05694-53dc-40b0-8252-009fd5abe861 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4978 | 2024.05.29 21:19:28.630396 [ 3 ] {} <Debug> HTTP-Session: 9ee05694-53dc-40b0-8252-009fd5abe861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4979 | 2024.05.29 21:19:28.630416 [ 3 ] {} <Debug> HTTP-Session: 9ee05694-53dc-40b0-8252-009fd5abe861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4980 | 2024.05.29 21:19:28.630459 [ 3 ] {} <Trace> HTTP-Session: 9ee05694-53dc-40b0-8252-009fd5abe861 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4981 | 2024.05.29 21:19:28.630659 [ 3 ] {dab93dab-2c80-40c8-bdc5-2a478b819d2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4982 | 2024.05.29 21:19:28.630722 [ 3 ] {dab93dab-2c80-40c8-bdc5-2a478b819d2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4983 | 2024.05.29 21:19:28.630890 [ 3 ] {dab93dab-2c80-40c8-bdc5-2a478b819d2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4984 | 2024.05.29 21:19:28.631283 [ 3 ] {dab93dab-2c80-40c8-bdc5-2a478b819d2f} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4985 | 2024.05.29 21:19:28.631318 [ 3 ] {dab93dab-2c80-40c8-bdc5-2a478b819d2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4986 | 2024.05.29 21:19:28.631736 [ 3 ] {dab93dab-2c80-40c8-bdc5-2a478b819d2f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4987 | 2024.05.29 21:19:28.632083 [ 3 ] {dab93dab-2c80-40c8-bdc5-2a478b819d2f} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4988 | 2024.05.29 21:19:28.632214 [ 3 ] {dab93dab-2c80-40c8-bdc5-2a478b819d2f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001654 sec., 97339.7823458283 rows/sec., 6.78 MiB/sec. | ||
4989 | 2024.05.29 21:19:28.632434 [ 3 ] {dab93dab-2c80-40c8-bdc5-2a478b819d2f} <Debug> DynamicQueryHandler: Done processing query | ||
4990 | 2024.05.29 21:19:28.632458 [ 3 ] {dab93dab-2c80-40c8-bdc5-2a478b819d2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4991 | 2024.05.29 21:19:28.632473 [ 3 ] {} <Debug> HTTP-Session: 9ee05694-53dc-40b0-8252-009fd5abe861 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4992 | 2024.05.29 21:19:28.632655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4993 | 2024.05.29 21:19:28.632706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4994 | 2024.05.29 21:19:28.632724 [ 3 ] {} <Debug> HTTP-Session: 12d2381c-0ee8-49e5-ad28-7311cb0a0faa Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
4995 | 2024.05.29 21:19:28.632742 [ 3 ] {} <Debug> HTTP-Session: 12d2381c-0ee8-49e5-ad28-7311cb0a0faa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4996 | 2024.05.29 21:19:28.632755 [ 3 ] {} <Debug> HTTP-Session: 12d2381c-0ee8-49e5-ad28-7311cb0a0faa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4997 | 2024.05.29 21:19:28.632785 [ 3 ] {} <Trace> HTTP-Session: 12d2381c-0ee8-49e5-ad28-7311cb0a0faa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4998 | 2024.05.29 21:19:28.632969 [ 3 ] {45b379cb-5565-4ddb-8ed7-106e1369df92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4999 | 2024.05.29 21:19:28.633015 [ 3 ] {45b379cb-5565-4ddb-8ed7-106e1369df92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5000 | 2024.05.29 21:19:28.633174 [ 3 ] {45b379cb-5565-4ddb-8ed7-106e1369df92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5001 | 2024.05.29 21:19:28.633549 [ 3 ] {45b379cb-5565-4ddb-8ed7-106e1369df92} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5002 | 2024.05.29 21:19:28.633584 [ 3 ] {45b379cb-5565-4ddb-8ed7-106e1369df92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5003 | 2024.05.29 21:19:28.633982 [ 3 ] {45b379cb-5565-4ddb-8ed7-106e1369df92} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5004 | 2024.05.29 21:19:28.634321 [ 3 ] {45b379cb-5565-4ddb-8ed7-106e1369df92} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5005 | 2024.05.29 21:19:28.634451 [ 3 ] {45b379cb-5565-4ddb-8ed7-106e1369df92} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001589 sec., 10069.225928256767 rows/sec., 13.59 MiB/sec. | ||
5006 | 2024.05.29 21:19:28.634740 [ 3 ] {45b379cb-5565-4ddb-8ed7-106e1369df92} <Debug> DynamicQueryHandler: Done processing query | ||
5007 | 2024.05.29 21:19:28.634784 [ 3 ] {45b379cb-5565-4ddb-8ed7-106e1369df92} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5008 | 2024.05.29 21:19:28.634803 [ 3 ] {} <Debug> HTTP-Session: 12d2381c-0ee8-49e5-ad28-7311cb0a0faa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5009 | 2024.05.29 21:19:28.634926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5010 | 2024.05.29 21:19:28.634976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5011 | 2024.05.29 21:19:28.634994 [ 3 ] {} <Debug> HTTP-Session: f865f8e0-e470-4195-a5c0-97b6933f513c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5012 | 2024.05.29 21:19:28.635010 [ 3 ] {} <Debug> HTTP-Session: f865f8e0-e470-4195-a5c0-97b6933f513c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5013 | 2024.05.29 21:19:28.635023 [ 3 ] {} <Debug> HTTP-Session: f865f8e0-e470-4195-a5c0-97b6933f513c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5014 | 2024.05.29 21:19:28.635054 [ 3 ] {} <Trace> HTTP-Session: f865f8e0-e470-4195-a5c0-97b6933f513c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5015 | 2024.05.29 21:19:28.635178 [ 3 ] {2390b52d-4134-408e-a417-b7757f99270c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5016 | 2024.05.29 21:19:28.635224 [ 3 ] {2390b52d-4134-408e-a417-b7757f99270c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5017 | 2024.05.29 21:19:28.635373 [ 3 ] {2390b52d-4134-408e-a417-b7757f99270c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5018 | 2024.05.29 21:19:28.635742 [ 3 ] {2390b52d-4134-408e-a417-b7757f99270c} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5019 | 2024.05.29 21:19:28.635778 [ 3 ] {2390b52d-4134-408e-a417-b7757f99270c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5020 | 2024.05.29 21:19:28.636133 [ 3 ] {2390b52d-4134-408e-a417-b7757f99270c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5021 | 2024.05.29 21:19:28.636470 [ 3 ] {2390b52d-4134-408e-a417-b7757f99270c} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5022 | 2024.05.29 21:19:28.636632 [ 3 ] {2390b52d-4134-408e-a417-b7757f99270c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec. | ||
5023 | 2024.05.29 21:19:28.636804 [ 3 ] {2390b52d-4134-408e-a417-b7757f99270c} <Debug> DynamicQueryHandler: Done processing query | ||
5024 | 2024.05.29 21:19:28.636827 [ 3 ] {2390b52d-4134-408e-a417-b7757f99270c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5025 | 2024.05.29 21:19:28.636842 [ 3 ] {} <Debug> HTTP-Session: f865f8e0-e470-4195-a5c0-97b6933f513c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5026 | 2024.05.29 21:19:33.621864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5027 | 2024.05.29 21:19:33.622004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5028 | 2024.05.29 21:19:33.622033 [ 3 ] {} <Debug> HTTP-Session: 6ba0a37f-b204-4d63-ae59-d5961a5e4ec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5029 | 2024.05.29 21:19:33.622062 [ 3 ] {} <Debug> HTTP-Session: 6ba0a37f-b204-4d63-ae59-d5961a5e4ec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5030 | 2024.05.29 21:19:33.622080 [ 3 ] {} <Debug> HTTP-Session: 6ba0a37f-b204-4d63-ae59-d5961a5e4ec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5031 | 2024.05.29 21:19:33.622133 [ 3 ] {} <Trace> HTTP-Session: 6ba0a37f-b204-4d63-ae59-d5961a5e4ec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5032 | 2024.05.29 21:19:33.622334 [ 3 ] {7717a4a9-c5dd-4485-8847-fec60966b1f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5033 | 2024.05.29 21:19:33.622410 [ 3 ] {7717a4a9-c5dd-4485-8847-fec60966b1f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5034 | 2024.05.29 21:19:33.622734 [ 3 ] {7717a4a9-c5dd-4485-8847-fec60966b1f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5035 | 2024.05.29 21:19:33.623431 [ 3 ] {7717a4a9-c5dd-4485-8847-fec60966b1f8} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5036 | 2024.05.29 21:19:33.623474 [ 3 ] {7717a4a9-c5dd-4485-8847-fec60966b1f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5037 | 2024.05.29 21:19:33.623839 [ 3 ] {7717a4a9-c5dd-4485-8847-fec60966b1f8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5038 | 2024.05.29 21:19:33.624176 [ 3 ] {7717a4a9-c5dd-4485-8847-fec60966b1f8} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5039 | 2024.05.29 21:19:33.624347 [ 3 ] {7717a4a9-c5dd-4485-8847-fec60966b1f8} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.002068 sec., 6769.825918762089 rows/sec., 548.73 KiB/sec. | ||
5040 | 2024.05.29 21:19:33.624540 [ 3 ] {7717a4a9-c5dd-4485-8847-fec60966b1f8} <Debug> DynamicQueryHandler: Done processing query | ||
5041 | 2024.05.29 21:19:33.624566 [ 3 ] {7717a4a9-c5dd-4485-8847-fec60966b1f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5042 | 2024.05.29 21:19:33.624582 [ 3 ] {} <Debug> HTTP-Session: 6ba0a37f-b204-4d63-ae59-d5961a5e4ec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5043 | 2024.05.29 21:19:33.624735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5044 | 2024.05.29 21:19:33.624785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5045 | 2024.05.29 21:19:33.624803 [ 3 ] {} <Debug> HTTP-Session: d90ad1b8-ed16-4c4c-9f39-e47cffdda71f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5046 | 2024.05.29 21:19:33.624819 [ 3 ] {} <Debug> HTTP-Session: d90ad1b8-ed16-4c4c-9f39-e47cffdda71f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5047 | 2024.05.29 21:19:33.624833 [ 3 ] {} <Debug> HTTP-Session: d90ad1b8-ed16-4c4c-9f39-e47cffdda71f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5048 | 2024.05.29 21:19:33.624863 [ 3 ] {} <Trace> HTTP-Session: d90ad1b8-ed16-4c4c-9f39-e47cffdda71f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5049 | 2024.05.29 21:19:33.624956 [ 3 ] {33598103-67ff-47fa-8918-631803f709e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5050 | 2024.05.29 21:19:33.624999 [ 3 ] {33598103-67ff-47fa-8918-631803f709e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5051 | 2024.05.29 21:19:33.625127 [ 3 ] {33598103-67ff-47fa-8918-631803f709e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5052 | 2024.05.29 21:19:33.625431 [ 3 ] {33598103-67ff-47fa-8918-631803f709e6} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5053 | 2024.05.29 21:19:33.625468 [ 3 ] {33598103-67ff-47fa-8918-631803f709e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5054 | 2024.05.29 21:19:33.625763 [ 3 ] {33598103-67ff-47fa-8918-631803f709e6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5055 | 2024.05.29 21:19:33.626064 [ 3 ] {33598103-67ff-47fa-8918-631803f709e6} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5056 | 2024.05.29 21:19:33.626215 [ 3 ] {33598103-67ff-47fa-8918-631803f709e6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001277 sec., 1566.1707126076744 rows/sec., 127.71 KiB/sec. | ||
5057 | 2024.05.29 21:19:33.626381 [ 3 ] {33598103-67ff-47fa-8918-631803f709e6} <Debug> DynamicQueryHandler: Done processing query | ||
5058 | 2024.05.29 21:19:33.626405 [ 3 ] {33598103-67ff-47fa-8918-631803f709e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5059 | 2024.05.29 21:19:33.626420 [ 3 ] {} <Debug> HTTP-Session: d90ad1b8-ed16-4c4c-9f39-e47cffdda71f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5060 | 2024.05.29 21:19:33.626576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 19219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5061 | 2024.05.29 21:19:33.626624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5062 | 2024.05.29 21:19:33.626643 [ 3 ] {} <Debug> HTTP-Session: f4abb555-6153-416f-99dd-2f74ea11990a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5063 | 2024.05.29 21:19:33.626659 [ 3 ] {} <Debug> HTTP-Session: f4abb555-6153-416f-99dd-2f74ea11990a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5064 | 2024.05.29 21:19:33.626672 [ 3 ] {} <Debug> HTTP-Session: f4abb555-6153-416f-99dd-2f74ea11990a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5065 | 2024.05.29 21:19:33.626701 [ 3 ] {} <Trace> HTTP-Session: f4abb555-6153-416f-99dd-2f74ea11990a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5066 | 2024.05.29 21:19:33.626831 [ 3 ] {eb71b450-daaf-443a-a13b-20b5dced239d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5067 | 2024.05.29 21:19:33.626873 [ 3 ] {eb71b450-daaf-443a-a13b-20b5dced239d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5068 | 2024.05.29 21:19:33.626998 [ 3 ] {eb71b450-daaf-443a-a13b-20b5dced239d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5069 | 2024.05.29 21:19:33.627378 [ 3 ] {eb71b450-daaf-443a-a13b-20b5dced239d} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5070 | 2024.05.29 21:19:33.627415 [ 3 ] {eb71b450-daaf-443a-a13b-20b5dced239d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5071 | 2024.05.29 21:19:33.627728 [ 3 ] {eb71b450-daaf-443a-a13b-20b5dced239d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5072 | 2024.05.29 21:19:33.628044 [ 3 ] {eb71b450-daaf-443a-a13b-20b5dced239d} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5073 | 2024.05.29 21:19:33.628191 [ 3 ] {eb71b450-daaf-443a-a13b-20b5dced239d} <Debug> executeQuery: Read 135 rows, 11.04 KiB in 0.001413 sec., 95541.40127388535 rows/sec., 7.63 MiB/sec. | ||
5074 | 2024.05.29 21:19:33.628350 [ 3 ] {eb71b450-daaf-443a-a13b-20b5dced239d} <Debug> DynamicQueryHandler: Done processing query | ||
5075 | 2024.05.29 21:19:33.628374 [ 3 ] {eb71b450-daaf-443a-a13b-20b5dced239d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5076 | 2024.05.29 21:19:33.628389 [ 3 ] {} <Debug> HTTP-Session: f4abb555-6153-416f-99dd-2f74ea11990a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5077 | 2024.05.29 21:19:33.628503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5078 | 2024.05.29 21:19:33.628549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5079 | 2024.05.29 21:19:33.628568 [ 3 ] {} <Debug> HTTP-Session: 51842b49-02c2-4384-b07b-f4d8d85279b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5080 | 2024.05.29 21:19:33.628585 [ 3 ] {} <Debug> HTTP-Session: 51842b49-02c2-4384-b07b-f4d8d85279b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5081 | 2024.05.29 21:19:33.628598 [ 3 ] {} <Debug> HTTP-Session: 51842b49-02c2-4384-b07b-f4d8d85279b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5082 | 2024.05.29 21:19:33.628628 [ 3 ] {} <Trace> HTTP-Session: 51842b49-02c2-4384-b07b-f4d8d85279b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5083 | 2024.05.29 21:19:33.628720 [ 3 ] {2250bc9c-a34f-4974-9c0b-cf0f373734b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5084 | 2024.05.29 21:19:33.628763 [ 3 ] {2250bc9c-a34f-4974-9c0b-cf0f373734b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5085 | 2024.05.29 21:19:33.628889 [ 3 ] {2250bc9c-a34f-4974-9c0b-cf0f373734b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5086 | 2024.05.29 21:19:33.629180 [ 3 ] {2250bc9c-a34f-4974-9c0b-cf0f373734b5} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5087 | 2024.05.29 21:19:33.629217 [ 3 ] {2250bc9c-a34f-4974-9c0b-cf0f373734b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5088 | 2024.05.29 21:19:33.629516 [ 3 ] {2250bc9c-a34f-4974-9c0b-cf0f373734b5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5089 | 2024.05.29 21:19:33.629846 [ 3 ] {2250bc9c-a34f-4974-9c0b-cf0f373734b5} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5090 | 2024.05.29 21:19:33.629995 [ 3 ] {2250bc9c-a34f-4974-9c0b-cf0f373734b5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001293 sec., 1546.7904098994586 rows/sec., 108.00 KiB/sec. | ||
5091 | 2024.05.29 21:19:33.630143 [ 3 ] {2250bc9c-a34f-4974-9c0b-cf0f373734b5} <Debug> DynamicQueryHandler: Done processing query | ||
5092 | 2024.05.29 21:19:33.630167 [ 3 ] {2250bc9c-a34f-4974-9c0b-cf0f373734b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5093 | 2024.05.29 21:19:33.630182 [ 3 ] {} <Debug> HTTP-Session: 51842b49-02c2-4384-b07b-f4d8d85279b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5094 | 2024.05.29 21:19:33.630298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5095 | 2024.05.29 21:19:33.630345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5096 | 2024.05.29 21:19:33.630363 [ 3 ] {} <Debug> HTTP-Session: 1aa23fd5-8867-48bc-8018-1f37946b6ebf Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5097 | 2024.05.29 21:19:33.630379 [ 3 ] {} <Debug> HTTP-Session: 1aa23fd5-8867-48bc-8018-1f37946b6ebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5098 | 2024.05.29 21:19:33.630393 [ 3 ] {} <Debug> HTTP-Session: 1aa23fd5-8867-48bc-8018-1f37946b6ebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5099 | 2024.05.29 21:19:33.630422 [ 3 ] {} <Trace> HTTP-Session: 1aa23fd5-8867-48bc-8018-1f37946b6ebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5100 | 2024.05.29 21:19:33.630545 [ 3 ] {4095e0d9-09e5-4b7f-9173-8f64d26e4cbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5101 | 2024.05.29 21:19:33.630587 [ 3 ] {4095e0d9-09e5-4b7f-9173-8f64d26e4cbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5102 | 2024.05.29 21:19:33.630712 [ 3 ] {4095e0d9-09e5-4b7f-9173-8f64d26e4cbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5103 | 2024.05.29 21:19:33.631055 [ 3 ] {4095e0d9-09e5-4b7f-9173-8f64d26e4cbd} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5104 | 2024.05.29 21:19:33.631092 [ 3 ] {4095e0d9-09e5-4b7f-9173-8f64d26e4cbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5105 | 2024.05.29 21:19:33.631401 [ 3 ] {4095e0d9-09e5-4b7f-9173-8f64d26e4cbd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5106 | 2024.05.29 21:19:33.631709 [ 3 ] {4095e0d9-09e5-4b7f-9173-8f64d26e4cbd} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5107 | 2024.05.29 21:19:33.631852 [ 3 ] {4095e0d9-09e5-4b7f-9173-8f64d26e4cbd} <Debug> executeQuery: Read 104 rows, 8.30 KiB in 0.001357 sec., 76639.64627855564 rows/sec., 5.97 MiB/sec. | ||
5108 | 2024.05.29 21:19:33.632013 [ 3 ] {4095e0d9-09e5-4b7f-9173-8f64d26e4cbd} <Debug> DynamicQueryHandler: Done processing query | ||
5109 | 2024.05.29 21:19:33.632036 [ 3 ] {4095e0d9-09e5-4b7f-9173-8f64d26e4cbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5110 | 2024.05.29 21:19:33.632051 [ 3 ] {} <Debug> HTTP-Session: 1aa23fd5-8867-48bc-8018-1f37946b6ebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5111 | 2024.05.29 21:19:33.632340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 37755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5112 | 2024.05.29 21:19:33.632388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5113 | 2024.05.29 21:19:33.632406 [ 3 ] {} <Debug> HTTP-Session: 07d311f0-6c9f-4c50-8b73-9f0a69a33312 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5114 | 2024.05.29 21:19:33.632422 [ 3 ] {} <Debug> HTTP-Session: 07d311f0-6c9f-4c50-8b73-9f0a69a33312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5115 | 2024.05.29 21:19:33.632435 [ 3 ] {} <Debug> HTTP-Session: 07d311f0-6c9f-4c50-8b73-9f0a69a33312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5116 | 2024.05.29 21:19:33.632464 [ 3 ] {} <Trace> HTTP-Session: 07d311f0-6c9f-4c50-8b73-9f0a69a33312 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5117 | 2024.05.29 21:19:33.632635 [ 3 ] {6375c2ef-0f25-4087-be57-1608f424a338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5118 | 2024.05.29 21:19:33.632682 [ 3 ] {6375c2ef-0f25-4087-be57-1608f424a338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5119 | 2024.05.29 21:19:33.632827 [ 3 ] {6375c2ef-0f25-4087-be57-1608f424a338} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5120 | 2024.05.29 21:19:33.633199 [ 3 ] {6375c2ef-0f25-4087-be57-1608f424a338} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5121 | 2024.05.29 21:19:33.633234 [ 3 ] {6375c2ef-0f25-4087-be57-1608f424a338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5122 | 2024.05.29 21:19:33.633623 [ 3 ] {6375c2ef-0f25-4087-be57-1608f424a338} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5123 | 2024.05.29 21:19:33.633966 [ 3 ] {6375c2ef-0f25-4087-be57-1608f424a338} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5124 | 2024.05.29 21:19:33.634127 [ 3 ] {6375c2ef-0f25-4087-be57-1608f424a338} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001572 sec., 125318.06615776081 rows/sec., 8.75 MiB/sec. | ||
5125 | 2024.05.29 21:19:33.634291 [ 3 ] {6375c2ef-0f25-4087-be57-1608f424a338} <Debug> DynamicQueryHandler: Done processing query | ||
5126 | 2024.05.29 21:19:33.634315 [ 3 ] {6375c2ef-0f25-4087-be57-1608f424a338} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5127 | 2024.05.29 21:19:33.634330 [ 3 ] {} <Debug> HTTP-Session: 07d311f0-6c9f-4c50-8b73-9f0a69a33312 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5128 | 2024.05.29 21:19:33.634454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5129 | 2024.05.29 21:19:33.634502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5130 | 2024.05.29 21:19:33.634520 [ 3 ] {} <Debug> HTTP-Session: 3f588d49-72cf-49c4-ade6-a1faee2d1f39 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5131 | 2024.05.29 21:19:33.634536 [ 3 ] {} <Debug> HTTP-Session: 3f588d49-72cf-49c4-ade6-a1faee2d1f39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5132 | 2024.05.29 21:19:33.634550 [ 3 ] {} <Debug> HTTP-Session: 3f588d49-72cf-49c4-ade6-a1faee2d1f39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5133 | 2024.05.29 21:19:33.634579 [ 3 ] {} <Trace> HTTP-Session: 3f588d49-72cf-49c4-ade6-a1faee2d1f39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5134 | 2024.05.29 21:19:33.634750 [ 3 ] {2ba37b67-6e61-48ba-b1e8-c3889866d7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5135 | 2024.05.29 21:19:33.634798 [ 3 ] {2ba37b67-6e61-48ba-b1e8-c3889866d7a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5136 | 2024.05.29 21:19:33.634955 [ 3 ] {2ba37b67-6e61-48ba-b1e8-c3889866d7a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5137 | 2024.05.29 21:19:33.635338 [ 3 ] {2ba37b67-6e61-48ba-b1e8-c3889866d7a8} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5138 | 2024.05.29 21:19:33.635372 [ 3 ] {2ba37b67-6e61-48ba-b1e8-c3889866d7a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5139 | 2024.05.29 21:19:33.635776 [ 3 ] {2ba37b67-6e61-48ba-b1e8-c3889866d7a8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5140 | 2024.05.29 21:19:33.636097 [ 3 ] {2ba37b67-6e61-48ba-b1e8-c3889866d7a8} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5141 | 2024.05.29 21:19:33.636249 [ 3 ] {2ba37b67-6e61-48ba-b1e8-c3889866d7a8} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.00163 sec., 8588.957055214723 rows/sec., 11.59 MiB/sec. | ||
5142 | 2024.05.29 21:19:33.636409 [ 3 ] {2ba37b67-6e61-48ba-b1e8-c3889866d7a8} <Debug> DynamicQueryHandler: Done processing query | ||
5143 | 2024.05.29 21:19:33.636432 [ 3 ] {2ba37b67-6e61-48ba-b1e8-c3889866d7a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5144 | 2024.05.29 21:19:33.636446 [ 3 ] {} <Debug> HTTP-Session: 3f588d49-72cf-49c4-ade6-a1faee2d1f39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5145 | 2024.05.29 21:19:33.636646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5146 | 2024.05.29 21:19:33.636694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5147 | 2024.05.29 21:19:33.636712 [ 3 ] {} <Debug> HTTP-Session: 66f5da8a-d3e7-48e7-b827-d09ceaad537c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5148 | 2024.05.29 21:19:33.636728 [ 3 ] {} <Debug> HTTP-Session: 66f5da8a-d3e7-48e7-b827-d09ceaad537c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5149 | 2024.05.29 21:19:33.636743 [ 3 ] {} <Debug> HTTP-Session: 66f5da8a-d3e7-48e7-b827-d09ceaad537c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5150 | 2024.05.29 21:19:33.636772 [ 3 ] {} <Trace> HTTP-Session: 66f5da8a-d3e7-48e7-b827-d09ceaad537c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5151 | 2024.05.29 21:19:33.636890 [ 3 ] {aff0fd68-1067-4fbb-ac84-2dfe39d487ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5152 | 2024.05.29 21:19:33.636933 [ 3 ] {aff0fd68-1067-4fbb-ac84-2dfe39d487ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5153 | 2024.05.29 21:19:33.637057 [ 3 ] {aff0fd68-1067-4fbb-ac84-2dfe39d487ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5154 | 2024.05.29 21:19:33.637340 [ 3 ] {aff0fd68-1067-4fbb-ac84-2dfe39d487ce} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5155 | 2024.05.29 21:19:33.637376 [ 3 ] {aff0fd68-1067-4fbb-ac84-2dfe39d487ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5156 | 2024.05.29 21:19:33.637733 [ 3 ] {aff0fd68-1067-4fbb-ac84-2dfe39d487ce} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5157 | 2024.05.29 21:19:33.638052 [ 3 ] {aff0fd68-1067-4fbb-ac84-2dfe39d487ce} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5158 | 2024.05.29 21:19:33.638188 [ 3 ] {aff0fd68-1067-4fbb-ac84-2dfe39d487ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
5159 | 2024.05.29 21:19:33.638376 [ 3 ] {aff0fd68-1067-4fbb-ac84-2dfe39d487ce} <Debug> DynamicQueryHandler: Done processing query | ||
5160 | 2024.05.29 21:19:33.638400 [ 3 ] {aff0fd68-1067-4fbb-ac84-2dfe39d487ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5161 | 2024.05.29 21:19:33.638415 [ 3 ] {} <Debug> HTTP-Session: 66f5da8a-d3e7-48e7-b827-d09ceaad537c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5162 | 2024.05.29 21:19:36.140893 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5163 | 2024.05.29 21:19:36.140959 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5164 | 2024.05.29 21:19:38.620878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5165 | 2024.05.29 21:19:38.621002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5166 | 2024.05.29 21:19:38.621033 [ 3 ] {} <Debug> HTTP-Session: 0149f688-79a0-45ae-9c99-ddc908254e52 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5167 | 2024.05.29 21:19:38.621061 [ 3 ] {} <Debug> HTTP-Session: 0149f688-79a0-45ae-9c99-ddc908254e52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5168 | 2024.05.29 21:19:38.621078 [ 3 ] {} <Debug> HTTP-Session: 0149f688-79a0-45ae-9c99-ddc908254e52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5169 | 2024.05.29 21:19:38.621135 [ 3 ] {} <Trace> HTTP-Session: 0149f688-79a0-45ae-9c99-ddc908254e52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5170 | 2024.05.29 21:19:38.621340 [ 3 ] {b111e4a4-6299-4ae0-895b-ae2445367d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5171 | 2024.05.29 21:19:38.621409 [ 3 ] {b111e4a4-6299-4ae0-895b-ae2445367d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5172 | 2024.05.29 21:19:38.621599 [ 3 ] {b111e4a4-6299-4ae0-895b-ae2445367d25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5173 | 2024.05.29 21:19:38.622083 [ 3 ] {b111e4a4-6299-4ae0-895b-ae2445367d25} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5174 | 2024.05.29 21:19:38.622130 [ 3 ] {b111e4a4-6299-4ae0-895b-ae2445367d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5175 | 2024.05.29 21:19:38.622513 [ 3 ] {b111e4a4-6299-4ae0-895b-ae2445367d25} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5176 | 2024.05.29 21:19:38.622845 [ 3 ] {b111e4a4-6299-4ae0-895b-ae2445367d25} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5177 | 2024.05.29 21:19:38.623023 [ 3 ] {b111e4a4-6299-4ae0-895b-ae2445367d25} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001736 sec., 9216.589861751152 rows/sec., 747.05 KiB/sec. | ||
5178 | 2024.05.29 21:19:38.623243 [ 3 ] {b111e4a4-6299-4ae0-895b-ae2445367d25} <Debug> DynamicQueryHandler: Done processing query | ||
5179 | 2024.05.29 21:19:38.623269 [ 3 ] {b111e4a4-6299-4ae0-895b-ae2445367d25} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5180 | 2024.05.29 21:19:38.623285 [ 3 ] {} <Debug> HTTP-Session: 0149f688-79a0-45ae-9c99-ddc908254e52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5181 | 2024.05.29 21:19:38.623466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5182 | 2024.05.29 21:19:38.623520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5183 | 2024.05.29 21:19:38.623541 [ 3 ] {} <Debug> HTTP-Session: 45487b95-b282-4138-8f29-2301312de5e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5184 | 2024.05.29 21:19:38.623559 [ 3 ] {} <Debug> HTTP-Session: 45487b95-b282-4138-8f29-2301312de5e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5185 | 2024.05.29 21:19:38.623572 [ 3 ] {} <Debug> HTTP-Session: 45487b95-b282-4138-8f29-2301312de5e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5186 | 2024.05.29 21:19:38.623607 [ 3 ] {} <Trace> HTTP-Session: 45487b95-b282-4138-8f29-2301312de5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5187 | 2024.05.29 21:19:38.623739 [ 3 ] {4c35865b-5562-496b-ac71-293231a346f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5188 | 2024.05.29 21:19:38.623787 [ 3 ] {4c35865b-5562-496b-ac71-293231a346f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5189 | 2024.05.29 21:19:38.623918 [ 3 ] {4c35865b-5562-496b-ac71-293231a346f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5190 | 2024.05.29 21:19:38.624290 [ 3 ] {4c35865b-5562-496b-ac71-293231a346f6} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5191 | 2024.05.29 21:19:38.624328 [ 3 ] {4c35865b-5562-496b-ac71-293231a346f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5192 | 2024.05.29 21:19:38.624641 [ 3 ] {4c35865b-5562-496b-ac71-293231a346f6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5193 | 2024.05.29 21:19:38.624944 [ 3 ] {4c35865b-5562-496b-ac71-293231a346f6} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5194 | 2024.05.29 21:19:38.625092 [ 3 ] {4c35865b-5562-496b-ac71-293231a346f6} <Debug> executeQuery: Read 104 rows, 8.80 KiB in 0.001403 sec., 74126.87099073414 rows/sec., 6.12 MiB/sec. | ||
5195 | 2024.05.29 21:19:38.625245 [ 3 ] {4c35865b-5562-496b-ac71-293231a346f6} <Debug> DynamicQueryHandler: Done processing query | ||
5196 | 2024.05.29 21:19:38.625269 [ 3 ] {4c35865b-5562-496b-ac71-293231a346f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5197 | 2024.05.29 21:19:38.625284 [ 3 ] {} <Debug> HTTP-Session: 45487b95-b282-4138-8f29-2301312de5e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5198 | 2024.05.29 21:19:38.625456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5199 | 2024.05.29 21:19:38.625503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5200 | 2024.05.29 21:19:38.625522 [ 3 ] {} <Debug> HTTP-Session: 854c47d0-82e0-49c0-8145-0ff19fd98397 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5201 | 2024.05.29 21:19:38.625538 [ 3 ] {} <Debug> HTTP-Session: 854c47d0-82e0-49c0-8145-0ff19fd98397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5202 | 2024.05.29 21:19:38.625551 [ 3 ] {} <Debug> HTTP-Session: 854c47d0-82e0-49c0-8145-0ff19fd98397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5203 | 2024.05.29 21:19:38.625581 [ 3 ] {} <Trace> HTTP-Session: 854c47d0-82e0-49c0-8145-0ff19fd98397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5204 | 2024.05.29 21:19:38.625694 [ 3 ] {70d80584-5c20-4650-94b3-438a35a0646c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5205 | 2024.05.29 21:19:38.625735 [ 3 ] {70d80584-5c20-4650-94b3-438a35a0646c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5206 | 2024.05.29 21:19:38.625857 [ 3 ] {70d80584-5c20-4650-94b3-438a35a0646c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5207 | 2024.05.29 21:19:38.626176 [ 3 ] {70d80584-5c20-4650-94b3-438a35a0646c} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5208 | 2024.05.29 21:19:38.626213 [ 3 ] {70d80584-5c20-4650-94b3-438a35a0646c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5209 | 2024.05.29 21:19:38.626528 [ 3 ] {70d80584-5c20-4650-94b3-438a35a0646c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5210 | 2024.05.29 21:19:38.626828 [ 3 ] {70d80584-5c20-4650-94b3-438a35a0646c} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5211 | 2024.05.29 21:19:38.626981 [ 3 ] {70d80584-5c20-4650-94b3-438a35a0646c} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001323 sec., 60468.631897203326 rows/sec., 4.72 MiB/sec. | ||
5212 | 2024.05.29 21:19:38.627143 [ 3 ] {70d80584-5c20-4650-94b3-438a35a0646c} <Debug> DynamicQueryHandler: Done processing query | ||
5213 | 2024.05.29 21:19:38.627166 [ 3 ] {70d80584-5c20-4650-94b3-438a35a0646c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5214 | 2024.05.29 21:19:38.627181 [ 3 ] {} <Debug> HTTP-Session: 854c47d0-82e0-49c0-8145-0ff19fd98397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5215 | 2024.05.29 21:19:38.627370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5216 | 2024.05.29 21:19:38.627419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5217 | 2024.05.29 21:19:38.627438 [ 3 ] {} <Debug> HTTP-Session: 5c05b84c-3bed-43f7-b618-042a8de3bb4a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5218 | 2024.05.29 21:19:38.627453 [ 3 ] {} <Debug> HTTP-Session: 5c05b84c-3bed-43f7-b618-042a8de3bb4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5219 | 2024.05.29 21:19:38.627467 [ 3 ] {} <Debug> HTTP-Session: 5c05b84c-3bed-43f7-b618-042a8de3bb4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5220 | 2024.05.29 21:19:38.627496 [ 3 ] {} <Trace> HTTP-Session: 5c05b84c-3bed-43f7-b618-042a8de3bb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5221 | 2024.05.29 21:19:38.627644 [ 3 ] {d6fd05a2-1b8c-4f65-906d-252535c698d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5222 | 2024.05.29 21:19:38.627690 [ 3 ] {d6fd05a2-1b8c-4f65-906d-252535c698d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5223 | 2024.05.29 21:19:38.627834 [ 3 ] {d6fd05a2-1b8c-4f65-906d-252535c698d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5224 | 2024.05.29 21:19:38.628198 [ 3 ] {d6fd05a2-1b8c-4f65-906d-252535c698d2} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5225 | 2024.05.29 21:19:38.628234 [ 3 ] {d6fd05a2-1b8c-4f65-906d-252535c698d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5226 | 2024.05.29 21:19:38.628613 [ 3 ] {d6fd05a2-1b8c-4f65-906d-252535c698d2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5227 | 2024.05.29 21:19:38.628948 [ 3 ] {d6fd05a2-1b8c-4f65-906d-252535c698d2} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5228 | 2024.05.29 21:19:38.629101 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5229 | 2024.05.29 21:19:38.629109 [ 3 ] {d6fd05a2-1b8c-4f65-906d-252535c698d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00152 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec. | ||
5230 | 2024.05.29 21:19:38.629189 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5231 | 2024.05.29 21:19:38.629258 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5232 | 2024.05.29 21:19:38.629458 [ 3 ] {d6fd05a2-1b8c-4f65-906d-252535c698d2} <Debug> DynamicQueryHandler: Done processing query | ||
5233 | 2024.05.29 21:19:38.629509 [ 3 ] {d6fd05a2-1b8c-4f65-906d-252535c698d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5234 | 2024.05.29 21:19:38.629535 [ 194 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
5235 | 2024.05.29 21:19:38.629544 [ 3 ] {} <Debug> HTTP-Session: 5c05b84c-3bed-43f7-b618-042a8de3bb4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5236 | 2024.05.29 21:19:38.629843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5237 | 2024.05.29 21:19:38.630022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5238 | 2024.05.29 21:19:38.630128 [ 3 ] {} <Debug> HTTP-Session: e528ee5c-26a1-4f7c-ad0a-2c1f8f5c2746 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5239 | 2024.05.29 21:19:38.630162 [ 194 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5240 | 2024.05.29 21:19:38.630194 [ 3 ] {} <Debug> HTTP-Session: e528ee5c-26a1-4f7c-ad0a-2c1f8f5c2746 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5241 | 2024.05.29 21:19:38.630275 [ 3 ] {} <Debug> HTTP-Session: e528ee5c-26a1-4f7c-ad0a-2c1f8f5c2746 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5242 | 2024.05.29 21:19:38.630278 [ 194 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2091 rows starting from the beginning of the part | ||
5243 | 2024.05.29 21:19:38.630324 [ 3 ] {} <Trace> HTTP-Session: e528ee5c-26a1-4f7c-ad0a-2c1f8f5c2746 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5244 | 2024.05.29 21:19:38.630403 [ 194 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 162 rows starting from the beginning of the part | ||
5245 | 2024.05.29 21:19:38.630614 [ 194 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
5246 | 2024.05.29 21:19:38.630675 [ 3 ] {a37b4402-2518-4b57-a355-9f69e4840e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5247 | 2024.05.29 21:19:38.630905 [ 3 ] {a37b4402-2518-4b57-a355-9f69e4840e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5248 | 2024.05.29 21:19:38.630948 [ 194 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 161 rows starting from the beginning of the part | ||
5249 | 2024.05.29 21:19:38.631392 [ 194 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 197 rows starting from the beginning of the part | ||
5250 | 2024.05.29 21:19:38.631835 [ 194 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
5251 | 2024.05.29 21:19:38.632388 [ 3 ] {a37b4402-2518-4b57-a355-9f69e4840e9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5252 | 2024.05.29 21:19:38.632844 [ 3 ] {a37b4402-2518-4b57-a355-9f69e4840e9a} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5253 | 2024.05.29 21:19:38.632888 [ 3 ] {a37b4402-2518-4b57-a355-9f69e4840e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5254 | 2024.05.29 21:19:38.633532 [ 3 ] {a37b4402-2518-4b57-a355-9f69e4840e9a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5255 | 2024.05.29 21:19:38.634024 [ 197 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2931 rows, containing 5 columns (5 merged, 0 gathered) in 0.004646927 sec., 630739.4112281083 rows/sec., 44.17 MiB/sec. | ||
5256 | 2024.05.29 21:19:38.634052 [ 3 ] {a37b4402-2518-4b57-a355-9f69e4840e9a} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5257 | 2024.05.29 21:19:38.634334 [ 3 ] {a37b4402-2518-4b57-a355-9f69e4840e9a} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.00388 sec., 4123.711340206185 rows/sec., 5.56 MiB/sec. | ||
5258 | 2024.05.29 21:19:38.634497 [ 197 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5259 | 2024.05.29 21:19:38.634606 [ 3 ] {a37b4402-2518-4b57-a355-9f69e4840e9a} <Debug> DynamicQueryHandler: Done processing query | ||
5260 | 2024.05.29 21:19:38.634643 [ 3 ] {a37b4402-2518-4b57-a355-9f69e4840e9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5261 | 2024.05.29 21:19:38.634662 [ 3 ] {} <Debug> HTTP-Session: e528ee5c-26a1-4f7c-ad0a-2c1f8f5c2746 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5262 | 2024.05.29 21:19:38.634857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5263 | 2024.05.29 21:19:38.634971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5264 | 2024.05.29 21:19:38.635026 [ 3 ] {} <Debug> HTTP-Session: f30e6b07-46fd-47a6-94ac-28891d4a3383 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5265 | 2024.05.29 21:19:38.635061 [ 3 ] {} <Debug> HTTP-Session: f30e6b07-46fd-47a6-94ac-28891d4a3383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5266 | 2024.05.29 21:19:38.635083 [ 3 ] {} <Debug> HTTP-Session: f30e6b07-46fd-47a6-94ac-28891d4a3383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5267 | 2024.05.29 21:19:38.635133 [ 3 ] {} <Trace> HTTP-Session: f30e6b07-46fd-47a6-94ac-28891d4a3383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5268 | 2024.05.29 21:19:38.635306 [ 197 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5269 | 2024.05.29 21:19:38.635328 [ 3 ] {04883ec2-aa25-4e22-908c-956b07791e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5270 | 2024.05.29 21:19:38.635423 [ 3 ] {04883ec2-aa25-4e22-908c-956b07791e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5271 | 2024.05.29 21:19:38.635480 [ 197 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5272 | 2024.05.29 21:19:38.635685 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
5273 | 2024.05.29 21:19:38.635771 [ 3 ] {04883ec2-aa25-4e22-908c-956b07791e41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5274 | 2024.05.29 21:19:38.636043 [ 3 ] {04883ec2-aa25-4e22-908c-956b07791e41} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5275 | 2024.05.29 21:19:38.636080 [ 3 ] {04883ec2-aa25-4e22-908c-956b07791e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5276 | 2024.05.29 21:19:38.636445 [ 3 ] {04883ec2-aa25-4e22-908c-956b07791e41} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5277 | 2024.05.29 21:19:38.636777 [ 3 ] {04883ec2-aa25-4e22-908c-956b07791e41} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5278 | 2024.05.29 21:19:38.636944 [ 3 ] {04883ec2-aa25-4e22-908c-956b07791e41} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001687 sec., 35566.09365737996 rows/sec., 2.40 MiB/sec. | ||
5279 | 2024.05.29 21:19:38.636960 [ 128 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5280 | 2024.05.29 21:19:38.637092 [ 128 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5281 | 2024.05.29 21:19:38.637157 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5282 | 2024.05.29 21:19:38.637248 [ 3 ] {04883ec2-aa25-4e22-908c-956b07791e41} <Debug> DynamicQueryHandler: Done processing query | ||
5283 | 2024.05.29 21:19:38.637305 [ 3 ] {04883ec2-aa25-4e22-908c-956b07791e41} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5284 | 2024.05.29 21:19:38.637333 [ 3 ] {} <Debug> HTTP-Session: f30e6b07-46fd-47a6-94ac-28891d4a3383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5285 | 2024.05.29 21:19:38.637343 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
5286 | 2024.05.29 21:19:38.637458 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5287 | 2024.05.29 21:19:38.637486 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 672 rows starting from the beginning of the part | ||
5288 | 2024.05.29 21:19:38.637565 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
5289 | 2024.05.29 21:19:38.637758 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
5290 | 2024.05.29 21:19:38.637943 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
5291 | 2024.05.29 21:19:38.638108 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
5292 | 2024.05.29 21:19:38.638285 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
5293 | 2024.05.29 21:19:38.639402 [ 193 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 972 rows, containing 4 columns (4 merged, 0 gathered) in 0.002133562 sec., 455576.1679295001 rows/sec., 30.39 MiB/sec. | ||
5294 | 2024.05.29 21:19:38.639613 [ 193 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5295 | 2024.05.29 21:19:38.640077 [ 193 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_26_5} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5296 | 2024.05.29 21:19:38.640175 [ 193 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_26_5} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5297 | 2024.05.29 21:19:38.640269 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
5298 | 2024.05.29 21:19:43.624291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5299 | 2024.05.29 21:19:43.624427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5300 | 2024.05.29 21:19:43.624453 [ 3 ] {} <Debug> HTTP-Session: 08c0de17-f33e-40fc-8e03-d82538f942ce Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5301 | 2024.05.29 21:19:43.624477 [ 3 ] {} <Debug> HTTP-Session: 08c0de17-f33e-40fc-8e03-d82538f942ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5302 | 2024.05.29 21:19:43.624491 [ 3 ] {} <Debug> HTTP-Session: 08c0de17-f33e-40fc-8e03-d82538f942ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5303 | 2024.05.29 21:19:43.624542 [ 3 ] {} <Trace> HTTP-Session: 08c0de17-f33e-40fc-8e03-d82538f942ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5304 | 2024.05.29 21:19:43.624742 [ 3 ] {425c78c9-d09b-4b04-9566-2b9252dfe1ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5305 | 2024.05.29 21:19:43.624814 [ 3 ] {425c78c9-d09b-4b04-9566-2b9252dfe1ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5306 | 2024.05.29 21:19:43.625012 [ 3 ] {425c78c9-d09b-4b04-9566-2b9252dfe1ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5307 | 2024.05.29 21:19:43.625400 [ 3 ] {425c78c9-d09b-4b04-9566-2b9252dfe1ca} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5308 | 2024.05.29 21:19:43.625449 [ 3 ] {425c78c9-d09b-4b04-9566-2b9252dfe1ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5309 | 2024.05.29 21:19:43.625842 [ 3 ] {425c78c9-d09b-4b04-9566-2b9252dfe1ca} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5310 | 2024.05.29 21:19:43.626213 [ 3 ] {425c78c9-d09b-4b04-9566-2b9252dfe1ca} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5311 | 2024.05.29 21:19:43.626369 [ 3 ] {425c78c9-d09b-4b04-9566-2b9252dfe1ca} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001685 sec., 8308.60534124629 rows/sec., 673.45 KiB/sec. | ||
5312 | 2024.05.29 21:19:43.626603 [ 3 ] {425c78c9-d09b-4b04-9566-2b9252dfe1ca} <Debug> DynamicQueryHandler: Done processing query | ||
5313 | 2024.05.29 21:19:43.626633 [ 3 ] {425c78c9-d09b-4b04-9566-2b9252dfe1ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5314 | 2024.05.29 21:19:43.626651 [ 3 ] {} <Debug> HTTP-Session: 08c0de17-f33e-40fc-8e03-d82538f942ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5315 | 2024.05.29 21:19:43.626818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5316 | 2024.05.29 21:19:43.626876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5317 | 2024.05.29 21:19:43.626896 [ 3 ] {} <Debug> HTTP-Session: 288532bc-8a15-4b90-996d-9a34526e3d4f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5318 | 2024.05.29 21:19:43.626915 [ 3 ] {} <Debug> HTTP-Session: 288532bc-8a15-4b90-996d-9a34526e3d4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5319 | 2024.05.29 21:19:43.626929 [ 3 ] {} <Debug> HTTP-Session: 288532bc-8a15-4b90-996d-9a34526e3d4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5320 | 2024.05.29 21:19:43.626966 [ 3 ] {} <Trace> HTTP-Session: 288532bc-8a15-4b90-996d-9a34526e3d4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5321 | 2024.05.29 21:19:43.627077 [ 3 ] {7ebffca6-5196-4415-80a0-63f6291fa466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5322 | 2024.05.29 21:19:43.627126 [ 3 ] {7ebffca6-5196-4415-80a0-63f6291fa466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5323 | 2024.05.29 21:19:43.627265 [ 3 ] {7ebffca6-5196-4415-80a0-63f6291fa466} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5324 | 2024.05.29 21:19:43.627558 [ 3 ] {7ebffca6-5196-4415-80a0-63f6291fa466} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5325 | 2024.05.29 21:19:43.627595 [ 3 ] {7ebffca6-5196-4415-80a0-63f6291fa466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5326 | 2024.05.29 21:19:43.627909 [ 3 ] {7ebffca6-5196-4415-80a0-63f6291fa466} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5327 | 2024.05.29 21:19:43.628237 [ 3 ] {7ebffca6-5196-4415-80a0-63f6291fa466} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5328 | 2024.05.29 21:19:43.628366 [ 3 ] {7ebffca6-5196-4415-80a0-63f6291fa466} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001321 sec., 1514.0045420136262 rows/sec., 123.46 KiB/sec. | ||
5329 | 2024.05.29 21:19:43.628540 [ 3 ] {7ebffca6-5196-4415-80a0-63f6291fa466} <Debug> DynamicQueryHandler: Done processing query | ||
5330 | 2024.05.29 21:19:43.628570 [ 3 ] {7ebffca6-5196-4415-80a0-63f6291fa466} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5331 | 2024.05.29 21:19:43.628591 [ 3 ] {} <Debug> HTTP-Session: 288532bc-8a15-4b90-996d-9a34526e3d4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5332 | 2024.05.29 21:19:43.628733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5333 | 2024.05.29 21:19:43.628786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5334 | 2024.05.29 21:19:43.628805 [ 3 ] {} <Debug> HTTP-Session: 229bb0c0-7114-4fb1-bcdd-7289fa2b07c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5335 | 2024.05.29 21:19:43.628823 [ 3 ] {} <Debug> HTTP-Session: 229bb0c0-7114-4fb1-bcdd-7289fa2b07c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5336 | 2024.05.29 21:19:43.628836 [ 3 ] {} <Debug> HTTP-Session: 229bb0c0-7114-4fb1-bcdd-7289fa2b07c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5337 | 2024.05.29 21:19:43.628870 [ 3 ] {} <Trace> HTTP-Session: 229bb0c0-7114-4fb1-bcdd-7289fa2b07c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5338 | 2024.05.29 21:19:43.628995 [ 3 ] {f0d3b064-eabf-4b21-8941-901018f90039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5339 | 2024.05.29 21:19:43.629040 [ 3 ] {f0d3b064-eabf-4b21-8941-901018f90039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5340 | 2024.05.29 21:19:43.629163 [ 3 ] {f0d3b064-eabf-4b21-8941-901018f90039} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5341 | 2024.05.29 21:19:43.629490 [ 3 ] {f0d3b064-eabf-4b21-8941-901018f90039} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5342 | 2024.05.29 21:19:43.629527 [ 3 ] {f0d3b064-eabf-4b21-8941-901018f90039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5343 | 2024.05.29 21:19:43.629847 [ 3 ] {f0d3b064-eabf-4b21-8941-901018f90039} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5344 | 2024.05.29 21:19:43.630164 [ 3 ] {f0d3b064-eabf-4b21-8941-901018f90039} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5345 | 2024.05.29 21:19:43.630303 [ 3 ] {f0d3b064-eabf-4b21-8941-901018f90039} <Debug> executeQuery: Read 99 rows, 8.23 KiB in 0.001355 sec., 73062.73062730627 rows/sec., 5.93 MiB/sec. | ||
5346 | 2024.05.29 21:19:43.630485 [ 3 ] {f0d3b064-eabf-4b21-8941-901018f90039} <Debug> DynamicQueryHandler: Done processing query | ||
5347 | 2024.05.29 21:19:43.630510 [ 3 ] {f0d3b064-eabf-4b21-8941-901018f90039} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5348 | 2024.05.29 21:19:43.630525 [ 3 ] {} <Debug> HTTP-Session: 229bb0c0-7114-4fb1-bcdd-7289fa2b07c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5349 | 2024.05.29 21:19:43.630650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5350 | 2024.05.29 21:19:43.630698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5351 | 2024.05.29 21:19:43.630717 [ 3 ] {} <Debug> HTTP-Session: 9563dac7-02dc-4751-9956-9ac754b21fe3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5352 | 2024.05.29 21:19:43.630734 [ 3 ] {} <Debug> HTTP-Session: 9563dac7-02dc-4751-9956-9ac754b21fe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5353 | 2024.05.29 21:19:43.630747 [ 3 ] {} <Debug> HTTP-Session: 9563dac7-02dc-4751-9956-9ac754b21fe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5354 | 2024.05.29 21:19:43.630777 [ 3 ] {} <Trace> HTTP-Session: 9563dac7-02dc-4751-9956-9ac754b21fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5355 | 2024.05.29 21:19:43.630870 [ 3 ] {02c9bb41-5be2-425a-a552-f2ee303c6ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5356 | 2024.05.29 21:19:43.630913 [ 3 ] {02c9bb41-5be2-425a-a552-f2ee303c6ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5357 | 2024.05.29 21:19:43.631046 [ 3 ] {02c9bb41-5be2-425a-a552-f2ee303c6ca0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5358 | 2024.05.29 21:19:43.631328 [ 3 ] {02c9bb41-5be2-425a-a552-f2ee303c6ca0} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5359 | 2024.05.29 21:19:43.631364 [ 3 ] {02c9bb41-5be2-425a-a552-f2ee303c6ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5360 | 2024.05.29 21:19:43.631663 [ 3 ] {02c9bb41-5be2-425a-a552-f2ee303c6ca0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5361 | 2024.05.29 21:19:43.631976 [ 3 ] {02c9bb41-5be2-425a-a552-f2ee303c6ca0} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5362 | 2024.05.29 21:19:43.632133 [ 3 ] {02c9bb41-5be2-425a-a552-f2ee303c6ca0} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00127 sec., 1574.803149606299 rows/sec., 109.96 KiB/sec. | ||
5363 | 2024.05.29 21:19:43.632420 [ 3 ] {02c9bb41-5be2-425a-a552-f2ee303c6ca0} <Debug> DynamicQueryHandler: Done processing query | ||
5364 | 2024.05.29 21:19:43.632445 [ 3 ] {02c9bb41-5be2-425a-a552-f2ee303c6ca0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5365 | 2024.05.29 21:19:43.632462 [ 3 ] {} <Debug> HTTP-Session: 9563dac7-02dc-4751-9956-9ac754b21fe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5366 | 2024.05.29 21:19:43.632618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5367 | 2024.05.29 21:19:43.632672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5368 | 2024.05.29 21:19:43.632691 [ 3 ] {} <Debug> HTTP-Session: 47a17f20-91bc-4857-b183-c789d9d2bb36 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5369 | 2024.05.29 21:19:43.632707 [ 3 ] {} <Debug> HTTP-Session: 47a17f20-91bc-4857-b183-c789d9d2bb36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5370 | 2024.05.29 21:19:43.632721 [ 3 ] {} <Debug> HTTP-Session: 47a17f20-91bc-4857-b183-c789d9d2bb36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5371 | 2024.05.29 21:19:43.632751 [ 3 ] {} <Trace> HTTP-Session: 47a17f20-91bc-4857-b183-c789d9d2bb36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5372 | 2024.05.29 21:19:43.632870 [ 3 ] {e8a06d48-b13f-4b43-ba1e-96c4d40744f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5373 | 2024.05.29 21:19:43.632914 [ 3 ] {e8a06d48-b13f-4b43-ba1e-96c4d40744f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5374 | 2024.05.29 21:19:43.633056 [ 3 ] {e8a06d48-b13f-4b43-ba1e-96c4d40744f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5375 | 2024.05.29 21:19:43.633391 [ 3 ] {e8a06d48-b13f-4b43-ba1e-96c4d40744f9} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5376 | 2024.05.29 21:19:43.633427 [ 3 ] {e8a06d48-b13f-4b43-ba1e-96c4d40744f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5377 | 2024.05.29 21:19:43.633739 [ 3 ] {e8a06d48-b13f-4b43-ba1e-96c4d40744f9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5378 | 2024.05.29 21:19:43.634060 [ 3 ] {e8a06d48-b13f-4b43-ba1e-96c4d40744f9} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5379 | 2024.05.29 21:19:43.634307 [ 3 ] {e8a06d48-b13f-4b43-ba1e-96c4d40744f9} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001473 sec., 54310.93007467753 rows/sec., 4.24 MiB/sec. | ||
5380 | 2024.05.29 21:19:43.634459 [ 3 ] {e8a06d48-b13f-4b43-ba1e-96c4d40744f9} <Debug> DynamicQueryHandler: Done processing query | ||
5381 | 2024.05.29 21:19:43.634482 [ 3 ] {e8a06d48-b13f-4b43-ba1e-96c4d40744f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5382 | 2024.05.29 21:19:43.634497 [ 3 ] {} <Debug> HTTP-Session: 47a17f20-91bc-4857-b183-c789d9d2bb36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5383 | 2024.05.29 21:19:43.634686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5384 | 2024.05.29 21:19:43.634734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5385 | 2024.05.29 21:19:43.634754 [ 3 ] {} <Debug> HTTP-Session: 0477a574-fa9b-4098-acb5-332b23ded4b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5386 | 2024.05.29 21:19:43.634770 [ 3 ] {} <Debug> HTTP-Session: 0477a574-fa9b-4098-acb5-332b23ded4b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5387 | 2024.05.29 21:19:43.634783 [ 3 ] {} <Debug> HTTP-Session: 0477a574-fa9b-4098-acb5-332b23ded4b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5388 | 2024.05.29 21:19:43.634813 [ 3 ] {} <Trace> HTTP-Session: 0477a574-fa9b-4098-acb5-332b23ded4b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5389 | 2024.05.29 21:19:43.635047 [ 3 ] {fa916c4b-25a5-4c53-a284-4810081b96c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5390 | 2024.05.29 21:19:43.635095 [ 3 ] {fa916c4b-25a5-4c53-a284-4810081b96c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5391 | 2024.05.29 21:19:43.635238 [ 3 ] {fa916c4b-25a5-4c53-a284-4810081b96c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5392 | 2024.05.29 21:19:43.635674 [ 3 ] {fa916c4b-25a5-4c53-a284-4810081b96c3} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5393 | 2024.05.29 21:19:43.635710 [ 3 ] {fa916c4b-25a5-4c53-a284-4810081b96c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5394 | 2024.05.29 21:19:43.636140 [ 3 ] {fa916c4b-25a5-4c53-a284-4810081b96c3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5395 | 2024.05.29 21:19:43.636504 [ 3 ] {fa916c4b-25a5-4c53-a284-4810081b96c3} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5396 | 2024.05.29 21:19:43.636673 [ 3 ] {fa916c4b-25a5-4c53-a284-4810081b96c3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001689 sec., 95322.67613972766 rows/sec., 6.64 MiB/sec. | ||
5397 | 2024.05.29 21:19:43.636847 [ 3 ] {fa916c4b-25a5-4c53-a284-4810081b96c3} <Debug> DynamicQueryHandler: Done processing query | ||
5398 | 2024.05.29 21:19:43.636872 [ 3 ] {fa916c4b-25a5-4c53-a284-4810081b96c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5399 | 2024.05.29 21:19:43.636889 [ 3 ] {} <Debug> HTTP-Session: 0477a574-fa9b-4098-acb5-332b23ded4b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5400 | 2024.05.29 21:19:43.637041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5401 | 2024.05.29 21:19:43.637094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5402 | 2024.05.29 21:19:43.637114 [ 3 ] {} <Debug> HTTP-Session: 32fe9f6a-ef37-43fd-928d-11ecab2f88ee Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5403 | 2024.05.29 21:19:43.637130 [ 3 ] {} <Debug> HTTP-Session: 32fe9f6a-ef37-43fd-928d-11ecab2f88ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5404 | 2024.05.29 21:19:43.637144 [ 3 ] {} <Debug> HTTP-Session: 32fe9f6a-ef37-43fd-928d-11ecab2f88ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5405 | 2024.05.29 21:19:43.637173 [ 3 ] {} <Trace> HTTP-Session: 32fe9f6a-ef37-43fd-928d-11ecab2f88ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5406 | 2024.05.29 21:19:43.637350 [ 3 ] {520e783d-bb0d-421f-85de-965b281d15c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5407 | 2024.05.29 21:19:43.637398 [ 3 ] {520e783d-bb0d-421f-85de-965b281d15c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5408 | 2024.05.29 21:19:43.637557 [ 3 ] {520e783d-bb0d-421f-85de-965b281d15c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5409 | 2024.05.29 21:19:43.637914 [ 3 ] {520e783d-bb0d-421f-85de-965b281d15c6} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5410 | 2024.05.29 21:19:43.637950 [ 3 ] {520e783d-bb0d-421f-85de-965b281d15c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5411 | 2024.05.29 21:19:43.638347 [ 3 ] {520e783d-bb0d-421f-85de-965b281d15c6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5412 | 2024.05.29 21:19:43.638683 [ 3 ] {520e783d-bb0d-421f-85de-965b281d15c6} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5413 | 2024.05.29 21:19:43.638834 [ 3 ] {520e783d-bb0d-421f-85de-965b281d15c6} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.00158 sec., 8860.759493670887 rows/sec., 11.96 MiB/sec. | ||
5414 | 2024.05.29 21:19:43.639031 [ 3 ] {520e783d-bb0d-421f-85de-965b281d15c6} <Debug> DynamicQueryHandler: Done processing query | ||
5415 | 2024.05.29 21:19:43.639064 [ 3 ] {520e783d-bb0d-421f-85de-965b281d15c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5416 | 2024.05.29 21:19:43.639089 [ 3 ] {} <Debug> HTTP-Session: 32fe9f6a-ef37-43fd-928d-11ecab2f88ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5417 | 2024.05.29 21:19:43.639221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5418 | 2024.05.29 21:19:43.639268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5419 | 2024.05.29 21:19:43.639288 [ 3 ] {} <Debug> HTTP-Session: 265d8bd9-fafc-434d-95b1-3e37c0ac9ad9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5420 | 2024.05.29 21:19:43.639304 [ 3 ] {} <Debug> HTTP-Session: 265d8bd9-fafc-434d-95b1-3e37c0ac9ad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5421 | 2024.05.29 21:19:43.639317 [ 3 ] {} <Debug> HTTP-Session: 265d8bd9-fafc-434d-95b1-3e37c0ac9ad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5422 | 2024.05.29 21:19:43.639346 [ 3 ] {} <Trace> HTTP-Session: 265d8bd9-fafc-434d-95b1-3e37c0ac9ad9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5423 | 2024.05.29 21:19:43.639457 [ 3 ] {8681e8ed-96f2-47c3-97ec-e5c2be183741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5424 | 2024.05.29 21:19:43.639501 [ 3 ] {8681e8ed-96f2-47c3-97ec-e5c2be183741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5425 | 2024.05.29 21:19:43.639624 [ 3 ] {8681e8ed-96f2-47c3-97ec-e5c2be183741} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5426 | 2024.05.29 21:19:43.639929 [ 3 ] {8681e8ed-96f2-47c3-97ec-e5c2be183741} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5427 | 2024.05.29 21:19:43.639964 [ 3 ] {8681e8ed-96f2-47c3-97ec-e5c2be183741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5428 | 2024.05.29 21:19:43.640325 [ 3 ] {8681e8ed-96f2-47c3-97ec-e5c2be183741} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5429 | 2024.05.29 21:19:43.640665 [ 3 ] {8681e8ed-96f2-47c3-97ec-e5c2be183741} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5430 | 2024.05.29 21:19:43.640821 [ 3 ] {8681e8ed-96f2-47c3-97ec-e5c2be183741} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. | ||
5431 | 2024.05.29 21:19:43.640988 [ 3 ] {8681e8ed-96f2-47c3-97ec-e5c2be183741} <Debug> DynamicQueryHandler: Done processing query | ||
5432 | 2024.05.29 21:19:43.641012 [ 3 ] {8681e8ed-96f2-47c3-97ec-e5c2be183741} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5433 | 2024.05.29 21:19:43.641027 [ 3 ] {} <Debug> HTTP-Session: 265d8bd9-fafc-434d-95b1-3e37c0ac9ad9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5434 | 2024.05.29 21:19:48.620521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5435 | 2024.05.29 21:19:48.620654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5436 | 2024.05.29 21:19:48.620683 [ 3 ] {} <Debug> HTTP-Session: 123c3775-85d5-4626-9618-e628d6c2ad2c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5437 | 2024.05.29 21:19:48.620711 [ 3 ] {} <Debug> HTTP-Session: 123c3775-85d5-4626-9618-e628d6c2ad2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5438 | 2024.05.29 21:19:48.620728 [ 3 ] {} <Debug> HTTP-Session: 123c3775-85d5-4626-9618-e628d6c2ad2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5439 | 2024.05.29 21:19:48.620784 [ 3 ] {} <Trace> HTTP-Session: 123c3775-85d5-4626-9618-e628d6c2ad2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5440 | 2024.05.29 21:19:48.620969 [ 3 ] {c085bdf1-ea76-4fca-a98e-92143a873a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5441 | 2024.05.29 21:19:48.621035 [ 3 ] {c085bdf1-ea76-4fca-a98e-92143a873a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5442 | 2024.05.29 21:19:48.621227 [ 3 ] {c085bdf1-ea76-4fca-a98e-92143a873a41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5443 | 2024.05.29 21:19:48.621626 [ 3 ] {c085bdf1-ea76-4fca-a98e-92143a873a41} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5444 | 2024.05.29 21:19:48.621665 [ 3 ] {c085bdf1-ea76-4fca-a98e-92143a873a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5445 | 2024.05.29 21:19:48.622034 [ 3 ] {c085bdf1-ea76-4fca-a98e-92143a873a41} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5446 | 2024.05.29 21:19:48.622367 [ 3 ] {c085bdf1-ea76-4fca-a98e-92143a873a41} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5447 | 2024.05.29 21:19:48.622510 [ 3 ] {c085bdf1-ea76-4fca-a98e-92143a873a41} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001599 sec., 10006.253908692934 rows/sec., 811.05 KiB/sec. | ||
5448 | 2024.05.29 21:19:48.622512 [ 122 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5449 | 2024.05.29 21:19:48.622573 [ 122 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5450 | 2024.05.29 21:19:48.622600 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5451 | 2024.05.29 21:19:48.622711 [ 194 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
5452 | 2024.05.29 21:19:48.622724 [ 3 ] {c085bdf1-ea76-4fca-a98e-92143a873a41} <Debug> DynamicQueryHandler: Done processing query | ||
5453 | 2024.05.29 21:19:48.622756 [ 3 ] {c085bdf1-ea76-4fca-a98e-92143a873a41} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5454 | 2024.05.29 21:19:48.622782 [ 3 ] {} <Debug> HTTP-Session: 123c3775-85d5-4626-9618-e628d6c2ad2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5455 | 2024.05.29 21:19:48.622847 [ 194 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5456 | 2024.05.29 21:19:48.622882 [ 194 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 30 rows starting from the beginning of the part | ||
5457 | 2024.05.29 21:19:48.622956 [ 194 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 16 rows starting from the beginning of the part | ||
5458 | 2024.05.29 21:19:48.623032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5459 | 2024.05.29 21:19:48.623255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5460 | 2024.05.29 21:19:48.623413 [ 3 ] {} <Debug> HTTP-Session: bcba60ab-562d-4d43-a2c6-ce85c8ba89e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5461 | 2024.05.29 21:19:48.623437 [ 194 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
5462 | 2024.05.29 21:19:48.623476 [ 3 ] {} <Debug> HTTP-Session: bcba60ab-562d-4d43-a2c6-ce85c8ba89e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5463 | 2024.05.29 21:19:48.623506 [ 3 ] {} <Debug> HTTP-Session: bcba60ab-562d-4d43-a2c6-ce85c8ba89e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5464 | 2024.05.29 21:19:48.623637 [ 3 ] {} <Trace> HTTP-Session: bcba60ab-562d-4d43-a2c6-ce85c8ba89e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5465 | 2024.05.29 21:19:48.623670 [ 194 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part | ||
5466 | 2024.05.29 21:19:48.624002 [ 194 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
5467 | 2024.05.29 21:19:48.624044 [ 3 ] {f846dd26-3844-4fc6-80bd-f6d683ead497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5468 | 2024.05.29 21:19:48.624202 [ 3 ] {f846dd26-3844-4fc6-80bd-f6d683ead497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5469 | 2024.05.29 21:19:48.624233 [ 194 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part | ||
5470 | 2024.05.29 21:19:48.624994 [ 3 ] {f846dd26-3844-4fc6-80bd-f6d683ead497} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5471 | 2024.05.29 21:19:48.625588 [ 3 ] {f846dd26-3844-4fc6-80bd-f6d683ead497} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5472 | 2024.05.29 21:19:48.625634 [ 3 ] {f846dd26-3844-4fc6-80bd-f6d683ead497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5473 | 2024.05.29 21:19:48.626125 [ 194 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003472287 sec., 30527.43048025696 rows/sec., 2.42 MiB/sec. | ||
5474 | 2024.05.29 21:19:48.626193 [ 3 ] {f846dd26-3844-4fc6-80bd-f6d683ead497} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5475 | 2024.05.29 21:19:48.626345 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5476 | 2024.05.29 21:19:48.626888 [ 3 ] {f846dd26-3844-4fc6-80bd-f6d683ead497} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5477 | 2024.05.29 21:19:48.627153 [ 122 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5478 | 2024.05.29 21:19:48.627206 [ 3 ] {f846dd26-3844-4fc6-80bd-f6d683ead497} <Debug> executeQuery: Read 104 rows, 8.80 KiB in 0.003319 sec., 31334.739379331124 rows/sec., 2.59 MiB/sec. | ||
5479 | 2024.05.29 21:19:48.627222 [ 122 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5480 | 2024.05.29 21:19:48.627292 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5481 | 2024.05.29 21:19:48.627484 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_31_6} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5482 | 2024.05.29 21:19:48.627769 [ 3 ] {f846dd26-3844-4fc6-80bd-f6d683ead497} <Debug> DynamicQueryHandler: Done processing query | ||
5483 | 2024.05.29 21:19:48.627868 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_31_6} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5484 | 2024.05.29 21:19:48.627875 [ 3 ] {f846dd26-3844-4fc6-80bd-f6d683ead497} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5485 | 2024.05.29 21:19:48.627891 [ 188 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
5486 | 2024.05.29 21:19:48.627928 [ 3 ] {} <Debug> HTTP-Session: bcba60ab-562d-4d43-a2c6-ce85c8ba89e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5487 | 2024.05.29 21:19:48.628144 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5488 | 2024.05.29 21:19:48.628252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5489 | 2024.05.29 21:19:48.628419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5490 | 2024.05.29 21:19:48.628506 [ 3 ] {} <Debug> HTTP-Session: c7a8e6fd-ddbb-4793-9b27-b86eaabd8169 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5491 | 2024.05.29 21:19:48.628590 [ 3 ] {} <Debug> HTTP-Session: c7a8e6fd-ddbb-4793-9b27-b86eaabd8169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5492 | 2024.05.29 21:19:48.628659 [ 3 ] {} <Debug> HTTP-Session: c7a8e6fd-ddbb-4793-9b27-b86eaabd8169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5493 | 2024.05.29 21:19:48.628680 [ 188 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5494 | 2024.05.29 21:19:48.628800 [ 3 ] {} <Trace> HTTP-Session: c7a8e6fd-ddbb-4793-9b27-b86eaabd8169 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5495 | 2024.05.29 21:19:48.628825 [ 188 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 188 rows starting from the beginning of the part | ||
5496 | 2024.05.29 21:19:48.629163 [ 188 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 105 rows starting from the beginning of the part | ||
5497 | 2024.05.29 21:19:48.629211 [ 3 ] {d48c8e6c-cd15-4a79-bc77-5353b18b2c0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5498 | 2024.05.29 21:19:48.629375 [ 188 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 135 rows starting from the beginning of the part | ||
5499 | 2024.05.29 21:19:48.629415 [ 3 ] {d48c8e6c-cd15-4a79-bc77-5353b18b2c0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5500 | 2024.05.29 21:19:48.629634 [ 188 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 104 rows starting from the beginning of the part | ||
5501 | 2024.05.29 21:19:48.629955 [ 188 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 99 rows starting from the beginning of the part | ||
5502 | 2024.05.29 21:19:48.630277 [ 188 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 104 rows starting from the beginning of the part | ||
5503 | 2024.05.29 21:19:48.630785 [ 3 ] {d48c8e6c-cd15-4a79-bc77-5353b18b2c0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5504 | 2024.05.29 21:19:48.631615 [ 3 ] {d48c8e6c-cd15-4a79-bc77-5353b18b2c0d} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5505 | 2024.05.29 21:19:48.631687 [ 3 ] {d48c8e6c-cd15-4a79-bc77-5353b18b2c0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5506 | 2024.05.29 21:19:48.632600 [ 3 ] {d48c8e6c-cd15-4a79-bc77-5353b18b2c0d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5507 | 2024.05.29 21:19:48.633311 [ 197 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 735 rows, containing 4 columns (4 merged, 0 gathered) in 0.005799176 sec., 126742.144056328 rows/sec., 10.36 MiB/sec. | ||
5508 | 2024.05.29 21:19:48.633502 [ 3 ] {d48c8e6c-cd15-4a79-bc77-5353b18b2c0d} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5509 | 2024.05.29 21:19:48.633643 [ 197 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5510 | 2024.05.29 21:19:48.633721 [ 122 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5511 | 2024.05.29 21:19:48.633817 [ 122 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5512 | 2024.05.29 21:19:48.633818 [ 3 ] {d48c8e6c-cd15-4a79-bc77-5353b18b2c0d} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.004798 sec., 16673.614005835763 rows/sec., 1.30 MiB/sec. | ||
5513 | 2024.05.29 21:19:48.633898 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5514 | 2024.05.29 21:19:48.634521 [ 3 ] {d48c8e6c-cd15-4a79-bc77-5353b18b2c0d} <Debug> DynamicQueryHandler: Done processing query | ||
5515 | 2024.05.29 21:19:48.634573 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
5516 | 2024.05.29 21:19:48.634607 [ 3 ] {d48c8e6c-cd15-4a79-bc77-5353b18b2c0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5517 | 2024.05.29 21:19:48.634696 [ 3 ] {} <Debug> HTTP-Session: c7a8e6fd-ddbb-4793-9b27-b86eaabd8169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5518 | 2024.05.29 21:19:48.634997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5519 | 2024.05.29 21:19:48.635019 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5520 | 2024.05.29 21:19:48.635130 [ 194 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_31_6} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5521 | 2024.05.29 21:19:48.635149 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 148 rows starting from the beginning of the part | ||
5522 | 2024.05.29 21:19:48.635140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5523 | 2024.05.29 21:19:48.635269 [ 3 ] {} <Debug> HTTP-Session: 5b1c63cf-381a-456b-8c24-7e4c8edfcb8e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5524 | 2024.05.29 21:19:48.635362 [ 3 ] {} <Debug> HTTP-Session: 5b1c63cf-381a-456b-8c24-7e4c8edfcb8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5525 | 2024.05.29 21:19:48.635471 [ 194 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_31_6} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5526 | 2024.05.29 21:19:48.635504 [ 3 ] {} <Debug> HTTP-Session: 5b1c63cf-381a-456b-8c24-7e4c8edfcb8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5527 | 2024.05.29 21:19:48.635594 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
5528 | 2024.05.29 21:19:48.635711 [ 3 ] {} <Trace> HTTP-Session: 5b1c63cf-381a-456b-8c24-7e4c8edfcb8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5529 | 2024.05.29 21:19:48.635893 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
5530 | 2024.05.29 21:19:48.636118 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 104 rows starting from the beginning of the part | ||
5531 | 2024.05.29 21:19:48.636272 [ 3 ] {4fb06741-bab7-4f22-bf03-fa1f16ac77d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5532 | 2024.05.29 21:19:48.636400 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 80 rows starting from the beginning of the part | ||
5533 | 2024.05.29 21:19:48.636475 [ 3 ] {4fb06741-bab7-4f22-bf03-fa1f16ac77d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5534 | 2024.05.29 21:19:48.636770 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 80 rows starting from the beginning of the part | ||
5535 | 2024.05.29 21:19:48.637081 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 80 rows starting from the beginning of the part | ||
5536 | 2024.05.29 21:19:48.637651 [ 3 ] {4fb06741-bab7-4f22-bf03-fa1f16ac77d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5537 | 2024.05.29 21:19:48.638578 [ 3 ] {4fb06741-bab7-4f22-bf03-fa1f16ac77d4} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5538 | 2024.05.29 21:19:48.638643 [ 3 ] {4fb06741-bab7-4f22-bf03-fa1f16ac77d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5539 | 2024.05.29 21:19:48.639703 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 574 rows, containing 4 columns (4 merged, 0 gathered) in 0.0056312 sec., 101932.09262679357 rows/sec., 7.96 MiB/sec. | ||
5540 | 2024.05.29 21:19:48.639746 [ 3 ] {4fb06741-bab7-4f22-bf03-fa1f16ac77d4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5541 | 2024.05.29 21:19:48.639922 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5542 | 2024.05.29 21:19:48.640680 [ 3 ] {4fb06741-bab7-4f22-bf03-fa1f16ac77d4} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5543 | 2024.05.29 21:19:48.640790 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_31_6} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5544 | 2024.05.29 21:19:48.640993 [ 3 ] {4fb06741-bab7-4f22-bf03-fa1f16ac77d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004949 sec., 32329.763588603757 rows/sec., 2.25 MiB/sec. | ||
5545 | 2024.05.29 21:19:48.641004 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_31_6} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5546 | 2024.05.29 21:19:48.641260 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
5547 | 2024.05.29 21:19:48.641384 [ 3 ] {4fb06741-bab7-4f22-bf03-fa1f16ac77d4} <Debug> DynamicQueryHandler: Done processing query | ||
5548 | 2024.05.29 21:19:48.641413 [ 3 ] {4fb06741-bab7-4f22-bf03-fa1f16ac77d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5549 | 2024.05.29 21:19:48.641429 [ 3 ] {} <Debug> HTTP-Session: 5b1c63cf-381a-456b-8c24-7e4c8edfcb8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5550 | 2024.05.29 21:19:48.641568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5551 | 2024.05.29 21:19:48.641619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5552 | 2024.05.29 21:19:48.641637 [ 3 ] {} <Debug> HTTP-Session: 13e3705e-fc18-4bed-979f-f18cfb14906e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5553 | 2024.05.29 21:19:48.641653 [ 3 ] {} <Debug> HTTP-Session: 13e3705e-fc18-4bed-979f-f18cfb14906e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5554 | 2024.05.29 21:19:48.641667 [ 3 ] {} <Debug> HTTP-Session: 13e3705e-fc18-4bed-979f-f18cfb14906e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5555 | 2024.05.29 21:19:48.641697 [ 3 ] {} <Trace> HTTP-Session: 13e3705e-fc18-4bed-979f-f18cfb14906e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5556 | 2024.05.29 21:19:48.641899 [ 3 ] {350e046d-2fde-424a-929b-cc662153f049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5557 | 2024.05.29 21:19:48.641948 [ 3 ] {350e046d-2fde-424a-929b-cc662153f049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5558 | 2024.05.29 21:19:48.642132 [ 3 ] {350e046d-2fde-424a-929b-cc662153f049} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5559 | 2024.05.29 21:19:48.642508 [ 3 ] {350e046d-2fde-424a-929b-cc662153f049} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5560 | 2024.05.29 21:19:48.642542 [ 3 ] {350e046d-2fde-424a-929b-cc662153f049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5561 | 2024.05.29 21:19:48.643006 [ 3 ] {350e046d-2fde-424a-929b-cc662153f049} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5562 | 2024.05.29 21:19:48.643394 [ 3 ] {350e046d-2fde-424a-929b-cc662153f049} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5563 | 2024.05.29 21:19:48.643522 [ 122 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5564 | 2024.05.29 21:19:48.643526 [ 3 ] {350e046d-2fde-424a-929b-cc662153f049} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001752 sec., 9132.4200913242 rows/sec., 12.32 MiB/sec. | ||
5565 | 2024.05.29 21:19:48.643550 [ 122 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5566 | 2024.05.29 21:19:48.643585 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5567 | 2024.05.29 21:19:48.643806 [ 3 ] {350e046d-2fde-424a-929b-cc662153f049} <Debug> DynamicQueryHandler: Done processing query | ||
5568 | 2024.05.29 21:19:48.643858 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
5569 | 2024.05.29 21:19:48.643899 [ 3 ] {350e046d-2fde-424a-929b-cc662153f049} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5570 | 2024.05.29 21:19:48.643999 [ 3 ] {} <Debug> HTTP-Session: 13e3705e-fc18-4bed-979f-f18cfb14906e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5571 | 2024.05.29 21:19:48.644298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5572 | 2024.05.29 21:19:48.644495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5573 | 2024.05.29 21:19:48.644598 [ 3 ] {} <Debug> HTTP-Session: 7b2356d8-7afd-4a5c-a1e2-26f0e65e8131 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5574 | 2024.05.29 21:19:48.644662 [ 3 ] {} <Debug> HTTP-Session: 7b2356d8-7afd-4a5c-a1e2-26f0e65e8131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5575 | 2024.05.29 21:19:48.644669 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5576 | 2024.05.29 21:19:48.644684 [ 3 ] {} <Debug> HTTP-Session: 7b2356d8-7afd-4a5c-a1e2-26f0e65e8131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5577 | 2024.05.29 21:19:48.644712 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 388 rows starting from the beginning of the part | ||
5578 | 2024.05.29 21:19:48.644726 [ 3 ] {} <Trace> HTTP-Session: 7b2356d8-7afd-4a5c-a1e2-26f0e65e8131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5579 | 2024.05.29 21:19:48.644871 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 16 rows starting from the beginning of the part | ||
5580 | 2024.05.29 21:19:48.645089 [ 3 ] {e7df09ce-ecae-4b32-a2bc-0ea8f536622c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5581 | 2024.05.29 21:19:48.645377 [ 3 ] {e7df09ce-ecae-4b32-a2bc-0ea8f536622c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5582 | 2024.05.29 21:19:48.645396 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
5583 | 2024.05.29 21:19:48.645615 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part | ||
5584 | 2024.05.29 21:19:48.645858 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
5585 | 2024.05.29 21:19:48.646111 [ 3 ] {e7df09ce-ecae-4b32-a2bc-0ea8f536622c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5586 | 2024.05.29 21:19:48.646144 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part | ||
5587 | 2024.05.29 21:19:48.646776 [ 3 ] {e7df09ce-ecae-4b32-a2bc-0ea8f536622c} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5588 | 2024.05.29 21:19:48.646818 [ 3 ] {e7df09ce-ecae-4b32-a2bc-0ea8f536622c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5589 | 2024.05.29 21:19:48.647252 [ 3 ] {e7df09ce-ecae-4b32-a2bc-0ea8f536622c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5590 | 2024.05.29 21:19:48.647807 [ 3 ] {e7df09ce-ecae-4b32-a2bc-0ea8f536622c} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5591 | 2024.05.29 21:19:48.648064 [ 3 ] {e7df09ce-ecae-4b32-a2bc-0ea8f536622c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003117 sec., 19249.2781520693 rows/sec., 1.30 MiB/sec. | ||
5592 | 2024.05.29 21:19:48.648263 [ 3 ] {e7df09ce-ecae-4b32-a2bc-0ea8f536622c} <Debug> DynamicQueryHandler: Done processing query | ||
5593 | 2024.05.29 21:19:48.648286 [ 3 ] {e7df09ce-ecae-4b32-a2bc-0ea8f536622c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5594 | 2024.05.29 21:19:48.648303 [ 3 ] {} <Debug> HTTP-Session: 7b2356d8-7afd-4a5c-a1e2-26f0e65e8131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5595 | 2024.05.29 21:19:48.648764 [ 196 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 6 columns (6 merged, 0 gathered) in 0.005115023 sec., 90713.17958883078 rows/sec., 122.41 MiB/sec. | ||
5596 | 2024.05.29 21:19:48.649444 [ 195 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5597 | 2024.05.29 21:19:48.649991 [ 195 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5598 | 2024.05.29 21:19:48.650083 [ 195 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5599 | 2024.05.29 21:19:48.650195 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. | ||
5600 | 2024.05.29 21:19:51.140993 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5601 | 2024.05.29 21:19:51.141060 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5602 | 2024.05.29 21:19:53.620568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5603 | 2024.05.29 21:19:53.620683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5604 | 2024.05.29 21:19:53.620712 [ 3 ] {} <Debug> HTTP-Session: b2c5f7ea-f3e3-45e5-a4dd-d9c172398931 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5605 | 2024.05.29 21:19:53.620735 [ 3 ] {} <Debug> HTTP-Session: b2c5f7ea-f3e3-45e5-a4dd-d9c172398931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5606 | 2024.05.29 21:19:53.620749 [ 3 ] {} <Debug> HTTP-Session: b2c5f7ea-f3e3-45e5-a4dd-d9c172398931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5607 | 2024.05.29 21:19:53.620798 [ 3 ] {} <Trace> HTTP-Session: b2c5f7ea-f3e3-45e5-a4dd-d9c172398931 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5608 | 2024.05.29 21:19:53.620986 [ 3 ] {3f2f947e-76a7-421d-bd08-8d0787b8f39b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5609 | 2024.05.29 21:19:53.621053 [ 3 ] {3f2f947e-76a7-421d-bd08-8d0787b8f39b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5610 | 2024.05.29 21:19:53.621241 [ 3 ] {3f2f947e-76a7-421d-bd08-8d0787b8f39b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5611 | 2024.05.29 21:19:53.621666 [ 3 ] {3f2f947e-76a7-421d-bd08-8d0787b8f39b} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5612 | 2024.05.29 21:19:53.621710 [ 3 ] {3f2f947e-76a7-421d-bd08-8d0787b8f39b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5613 | 2024.05.29 21:19:53.622079 [ 3 ] {3f2f947e-76a7-421d-bd08-8d0787b8f39b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5614 | 2024.05.29 21:19:53.622413 [ 3 ] {3f2f947e-76a7-421d-bd08-8d0787b8f39b} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5615 | 2024.05.29 21:19:53.622566 [ 3 ] {3f2f947e-76a7-421d-bd08-8d0787b8f39b} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001635 sec., 8562.691131498472 rows/sec., 694.05 KiB/sec. | ||
5616 | 2024.05.29 21:19:53.622770 [ 3 ] {3f2f947e-76a7-421d-bd08-8d0787b8f39b} <Debug> DynamicQueryHandler: Done processing query | ||
5617 | 2024.05.29 21:19:53.622796 [ 3 ] {3f2f947e-76a7-421d-bd08-8d0787b8f39b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5618 | 2024.05.29 21:19:53.622812 [ 3 ] {} <Debug> HTTP-Session: b2c5f7ea-f3e3-45e5-a4dd-d9c172398931 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5619 | 2024.05.29 21:19:53.622998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5620 | 2024.05.29 21:19:53.623047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5621 | 2024.05.29 21:19:53.623067 [ 3 ] {} <Debug> HTTP-Session: e868b6c1-a21e-4e30-918f-131826ff6a3a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5622 | 2024.05.29 21:19:53.623083 [ 3 ] {} <Debug> HTTP-Session: e868b6c1-a21e-4e30-918f-131826ff6a3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5623 | 2024.05.29 21:19:53.623096 [ 3 ] {} <Debug> HTTP-Session: e868b6c1-a21e-4e30-918f-131826ff6a3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5624 | 2024.05.29 21:19:53.623127 [ 3 ] {} <Trace> HTTP-Session: e868b6c1-a21e-4e30-918f-131826ff6a3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5625 | 2024.05.29 21:19:53.623244 [ 3 ] {cb124e36-81d6-4848-b1df-69cbfae3a109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5626 | 2024.05.29 21:19:53.623287 [ 3 ] {cb124e36-81d6-4848-b1df-69cbfae3a109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5627 | 2024.05.29 21:19:53.623411 [ 3 ] {cb124e36-81d6-4848-b1df-69cbfae3a109} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5628 | 2024.05.29 21:19:53.623771 [ 3 ] {cb124e36-81d6-4848-b1df-69cbfae3a109} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5629 | 2024.05.29 21:19:53.623807 [ 3 ] {cb124e36-81d6-4848-b1df-69cbfae3a109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5630 | 2024.05.29 21:19:53.624122 [ 3 ] {cb124e36-81d6-4848-b1df-69cbfae3a109} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5631 | 2024.05.29 21:19:53.624427 [ 3 ] {cb124e36-81d6-4848-b1df-69cbfae3a109} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5632 | 2024.05.29 21:19:53.624581 [ 3 ] {cb124e36-81d6-4848-b1df-69cbfae3a109} <Debug> executeQuery: Read 98 rows, 8.16 KiB in 0.001374 sec., 71324.59970887919 rows/sec., 5.80 MiB/sec. | ||
5633 | 2024.05.29 21:19:53.624816 [ 3 ] {cb124e36-81d6-4848-b1df-69cbfae3a109} <Debug> DynamicQueryHandler: Done processing query | ||
5634 | 2024.05.29 21:19:53.624869 [ 3 ] {cb124e36-81d6-4848-b1df-69cbfae3a109} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5635 | 2024.05.29 21:19:53.624912 [ 3 ] {} <Debug> HTTP-Session: e868b6c1-a21e-4e30-918f-131826ff6a3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5636 | 2024.05.29 21:19:53.625122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5637 | 2024.05.29 21:19:53.625171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5638 | 2024.05.29 21:19:53.625190 [ 3 ] {} <Debug> HTTP-Session: a52c1d42-46b3-474d-8427-ba715106d212 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5639 | 2024.05.29 21:19:53.625206 [ 3 ] {} <Debug> HTTP-Session: a52c1d42-46b3-474d-8427-ba715106d212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5640 | 2024.05.29 21:19:53.625219 [ 3 ] {} <Debug> HTTP-Session: a52c1d42-46b3-474d-8427-ba715106d212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5641 | 2024.05.29 21:19:53.625251 [ 3 ] {} <Trace> HTTP-Session: a52c1d42-46b3-474d-8427-ba715106d212 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5642 | 2024.05.29 21:19:53.625370 [ 3 ] {46508531-14e0-4dcd-bda4-810da90c351b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5643 | 2024.05.29 21:19:53.625413 [ 3 ] {46508531-14e0-4dcd-bda4-810da90c351b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5644 | 2024.05.29 21:19:53.625557 [ 3 ] {46508531-14e0-4dcd-bda4-810da90c351b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5645 | 2024.05.29 21:19:53.625946 [ 3 ] {46508531-14e0-4dcd-bda4-810da90c351b} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5646 | 2024.05.29 21:19:53.625983 [ 3 ] {46508531-14e0-4dcd-bda4-810da90c351b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5647 | 2024.05.29 21:19:53.626294 [ 3 ] {46508531-14e0-4dcd-bda4-810da90c351b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5648 | 2024.05.29 21:19:53.626607 [ 3 ] {46508531-14e0-4dcd-bda4-810da90c351b} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5649 | 2024.05.29 21:19:53.626753 [ 3 ] {46508531-14e0-4dcd-bda4-810da90c351b} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.00142 sec., 54929.57746478873 rows/sec., 4.29 MiB/sec. | ||
5650 | 2024.05.29 21:19:53.626936 [ 3 ] {46508531-14e0-4dcd-bda4-810da90c351b} <Debug> DynamicQueryHandler: Done processing query | ||
5651 | 2024.05.29 21:19:53.626963 [ 3 ] {46508531-14e0-4dcd-bda4-810da90c351b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5652 | 2024.05.29 21:19:53.626981 [ 3 ] {} <Debug> HTTP-Session: a52c1d42-46b3-474d-8427-ba715106d212 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5653 | 2024.05.29 21:19:53.627162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5654 | 2024.05.29 21:19:53.627212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5655 | 2024.05.29 21:19:53.627230 [ 3 ] {} <Debug> HTTP-Session: 68efca81-cfbc-4442-928c-f5a82253b427 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5656 | 2024.05.29 21:19:53.627247 [ 3 ] {} <Debug> HTTP-Session: 68efca81-cfbc-4442-928c-f5a82253b427 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5657 | 2024.05.29 21:19:53.627261 [ 3 ] {} <Debug> HTTP-Session: 68efca81-cfbc-4442-928c-f5a82253b427 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5658 | 2024.05.29 21:19:53.627290 [ 3 ] {} <Trace> HTTP-Session: 68efca81-cfbc-4442-928c-f5a82253b427 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5659 | 2024.05.29 21:19:53.627428 [ 3 ] {5b8f34ce-375b-4a32-b7dc-81107beb6a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5660 | 2024.05.29 21:19:53.627475 [ 3 ] {5b8f34ce-375b-4a32-b7dc-81107beb6a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5661 | 2024.05.29 21:19:53.627621 [ 3 ] {5b8f34ce-375b-4a32-b7dc-81107beb6a2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5662 | 2024.05.29 21:19:53.627976 [ 3 ] {5b8f34ce-375b-4a32-b7dc-81107beb6a2a} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5663 | 2024.05.29 21:19:53.628012 [ 3 ] {5b8f34ce-375b-4a32-b7dc-81107beb6a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5664 | 2024.05.29 21:19:53.628392 [ 3 ] {5b8f34ce-375b-4a32-b7dc-81107beb6a2a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5665 | 2024.05.29 21:19:53.628731 [ 3 ] {5b8f34ce-375b-4a32-b7dc-81107beb6a2a} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5666 | 2024.05.29 21:19:53.628886 [ 3 ] {5b8f34ce-375b-4a32-b7dc-81107beb6a2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001514 sec., 105680.31704095112 rows/sec., 7.36 MiB/sec. | ||
5667 | 2024.05.29 21:19:53.629167 [ 3 ] {5b8f34ce-375b-4a32-b7dc-81107beb6a2a} <Debug> DynamicQueryHandler: Done processing query | ||
5668 | 2024.05.29 21:19:53.629215 [ 3 ] {5b8f34ce-375b-4a32-b7dc-81107beb6a2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5669 | 2024.05.29 21:19:53.629239 [ 3 ] {} <Debug> HTTP-Session: 68efca81-cfbc-4442-928c-f5a82253b427 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5670 | 2024.05.29 21:19:53.629415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5671 | 2024.05.29 21:19:53.629463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5672 | 2024.05.29 21:19:53.629482 [ 3 ] {} <Debug> HTTP-Session: 6e2f95bd-2f60-4094-af1d-b425ac68c77d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5673 | 2024.05.29 21:19:53.629498 [ 3 ] {} <Debug> HTTP-Session: 6e2f95bd-2f60-4094-af1d-b425ac68c77d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5674 | 2024.05.29 21:19:53.629511 [ 3 ] {} <Debug> HTTP-Session: 6e2f95bd-2f60-4094-af1d-b425ac68c77d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5675 | 2024.05.29 21:19:53.629541 [ 3 ] {} <Trace> HTTP-Session: 6e2f95bd-2f60-4094-af1d-b425ac68c77d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5676 | 2024.05.29 21:19:53.629723 [ 3 ] {b353921b-ec84-47b6-bdcb-653968b88a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5677 | 2024.05.29 21:19:53.629771 [ 3 ] {b353921b-ec84-47b6-bdcb-653968b88a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5678 | 2024.05.29 21:19:53.629951 [ 3 ] {b353921b-ec84-47b6-bdcb-653968b88a42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5679 | 2024.05.29 21:19:53.630385 [ 3 ] {b353921b-ec84-47b6-bdcb-653968b88a42} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5680 | 2024.05.29 21:19:53.630420 [ 3 ] {b353921b-ec84-47b6-bdcb-653968b88a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5681 | 2024.05.29 21:19:53.630814 [ 3 ] {b353921b-ec84-47b6-bdcb-653968b88a42} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5682 | 2024.05.29 21:19:53.631161 [ 3 ] {b353921b-ec84-47b6-bdcb-653968b88a42} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5683 | 2024.05.29 21:19:53.631315 [ 3 ] {b353921b-ec84-47b6-bdcb-653968b88a42} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001697 sec., 8249.852681202121 rows/sec., 11.13 MiB/sec. | ||
5684 | 2024.05.29 21:19:53.631541 [ 3 ] {b353921b-ec84-47b6-bdcb-653968b88a42} <Debug> DynamicQueryHandler: Done processing query | ||
5685 | 2024.05.29 21:19:53.631565 [ 3 ] {b353921b-ec84-47b6-bdcb-653968b88a42} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5686 | 2024.05.29 21:19:53.631580 [ 3 ] {} <Debug> HTTP-Session: 6e2f95bd-2f60-4094-af1d-b425ac68c77d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5687 | 2024.05.29 21:19:53.631697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5688 | 2024.05.29 21:19:53.631744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5689 | 2024.05.29 21:19:53.631764 [ 3 ] {} <Debug> HTTP-Session: badbe4d3-06a7-4bd3-9200-5ec51b250641 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5690 | 2024.05.29 21:19:53.631780 [ 3 ] {} <Debug> HTTP-Session: badbe4d3-06a7-4bd3-9200-5ec51b250641 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5691 | 2024.05.29 21:19:53.631793 [ 3 ] {} <Debug> HTTP-Session: badbe4d3-06a7-4bd3-9200-5ec51b250641 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5692 | 2024.05.29 21:19:53.631822 [ 3 ] {} <Trace> HTTP-Session: badbe4d3-06a7-4bd3-9200-5ec51b250641 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5693 | 2024.05.29 21:19:53.631935 [ 3 ] {2bad9e19-923d-4398-a304-95ac664178ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5694 | 2024.05.29 21:19:53.631980 [ 3 ] {2bad9e19-923d-4398-a304-95ac664178ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5695 | 2024.05.29 21:19:53.632105 [ 3 ] {2bad9e19-923d-4398-a304-95ac664178ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5696 | 2024.05.29 21:19:53.632390 [ 3 ] {2bad9e19-923d-4398-a304-95ac664178ad} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5697 | 2024.05.29 21:19:53.632426 [ 3 ] {2bad9e19-923d-4398-a304-95ac664178ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5698 | 2024.05.29 21:19:53.632823 [ 3 ] {2bad9e19-923d-4398-a304-95ac664178ad} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5699 | 2024.05.29 21:19:53.633145 [ 3 ] {2bad9e19-923d-4398-a304-95ac664178ad} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5700 | 2024.05.29 21:19:53.633293 [ 3 ] {2bad9e19-923d-4398-a304-95ac664178ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
5701 | 2024.05.29 21:19:53.633449 [ 3 ] {2bad9e19-923d-4398-a304-95ac664178ad} <Debug> DynamicQueryHandler: Done processing query | ||
5702 | 2024.05.29 21:19:53.633473 [ 3 ] {2bad9e19-923d-4398-a304-95ac664178ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5703 | 2024.05.29 21:19:53.633488 [ 3 ] {} <Debug> HTTP-Session: badbe4d3-06a7-4bd3-9200-5ec51b250641 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5704 | 2024.05.29 21:19:54.708859 [ 111 ] {} <Debug> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
5705 | 2024.05.29 21:19:54.708979 [ 111 ] {} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5706 | 2024.05.29 21:19:54.709022 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5707 | 2024.05.29 21:19:54.709259 [ 194 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::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 | ||
5708 | 2024.05.29 21:19:54.709582 [ 194 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5709 | 2024.05.29 21:19:54.709623 [ 194 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 12 rows starting from the beginning of the part | ||
5710 | 2024.05.29 21:19:54.709706 [ 194 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
5711 | 2024.05.29 21:19:54.709808 [ 194 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
5712 | 2024.05.29 21:19:54.710094 [ 194 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5713 | 2024.05.29 21:19:54.710287 [ 194 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::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 | ||
5714 | 2024.05.29 21:19:54.711267 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.002149433 sec., 10235.257391135243 rows/sec., 714.67 KiB/sec. | ||
5715 | 2024.05.29 21:19:54.711536 [ 187 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5716 | 2024.05.29 21:19:54.712222 [ 187 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_10_2} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5717 | 2024.05.29 21:19:54.712309 [ 187 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_10_2} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
5718 | 2024.05.29 21:19:54.712404 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5719 | 2024.05.29 21:19:54.884237 [ 111 ] {} <Debug> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
5720 | 2024.05.29 21:19:54.884275 [ 111 ] {} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5721 | 2024.05.29 21:19:54.884295 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5722 | 2024.05.29 21:19:54.884486 [ 194 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::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 | ||
5723 | 2024.05.29 21:19:54.884677 [ 194 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5724 | 2024.05.29 21:19:54.884711 [ 194 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 12 rows starting from the beginning of the part | ||
5725 | 2024.05.29 21:19:54.884792 [ 194 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
5726 | 2024.05.29 21:19:54.885009 [ 194 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
5727 | 2024.05.29 21:19:54.885140 [ 194 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5728 | 2024.05.29 21:19:54.885278 [ 194 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::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 | ||
5729 | 2024.05.29 21:19:54.886181 [ 187 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.001822841 sec., 12069.072398525159 rows/sec., 984.15 KiB/sec. | ||
5730 | 2024.05.29 21:19:54.886300 [ 194 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5731 | 2024.05.29 21:19:54.886651 [ 194 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_10_2} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5732 | 2024.05.29 21:19:54.886727 [ 194 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_10_2} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
5733 | 2024.05.29 21:19:54.886800 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5734 | 2024.05.29 21:19:58.620427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5735 | 2024.05.29 21:19:58.620557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5736 | 2024.05.29 21:19:58.620586 [ 3 ] {} <Debug> HTTP-Session: a0ebdb09-7fc6-4699-a907-bd3710dc8cda Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5737 | 2024.05.29 21:19:58.620614 [ 3 ] {} <Debug> HTTP-Session: a0ebdb09-7fc6-4699-a907-bd3710dc8cda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5738 | 2024.05.29 21:19:58.620631 [ 3 ] {} <Debug> HTTP-Session: a0ebdb09-7fc6-4699-a907-bd3710dc8cda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5739 | 2024.05.29 21:19:58.620687 [ 3 ] {} <Trace> HTTP-Session: a0ebdb09-7fc6-4699-a907-bd3710dc8cda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5740 | 2024.05.29 21:19:58.620894 [ 3 ] {660937a4-ef1c-4701-b866-60e7995bcd38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5741 | 2024.05.29 21:19:58.620969 [ 3 ] {660937a4-ef1c-4701-b866-60e7995bcd38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5742 | 2024.05.29 21:19:58.621187 [ 3 ] {660937a4-ef1c-4701-b866-60e7995bcd38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5743 | 2024.05.29 21:19:58.621633 [ 3 ] {660937a4-ef1c-4701-b866-60e7995bcd38} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5744 | 2024.05.29 21:19:58.621676 [ 3 ] {660937a4-ef1c-4701-b866-60e7995bcd38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5745 | 2024.05.29 21:19:58.622053 [ 3 ] {660937a4-ef1c-4701-b866-60e7995bcd38} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5746 | 2024.05.29 21:19:58.622395 [ 3 ] {660937a4-ef1c-4701-b866-60e7995bcd38} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5747 | 2024.05.29 21:19:58.622546 [ 3 ] {660937a4-ef1c-4701-b866-60e7995bcd38} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001717 sec., 9318.578916715202 rows/sec., 755.31 KiB/sec. | ||
5748 | 2024.05.29 21:19:58.622765 [ 3 ] {660937a4-ef1c-4701-b866-60e7995bcd38} <Debug> DynamicQueryHandler: Done processing query | ||
5749 | 2024.05.29 21:19:58.622792 [ 3 ] {660937a4-ef1c-4701-b866-60e7995bcd38} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5750 | 2024.05.29 21:19:58.622810 [ 3 ] {} <Debug> HTTP-Session: a0ebdb09-7fc6-4699-a907-bd3710dc8cda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5751 | 2024.05.29 21:19:58.622984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5752 | 2024.05.29 21:19:58.623033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5753 | 2024.05.29 21:19:58.623053 [ 3 ] {} <Debug> HTTP-Session: 54483b91-3f95-4612-97b3-857591d3bc40 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5754 | 2024.05.29 21:19:58.623070 [ 3 ] {} <Debug> HTTP-Session: 54483b91-3f95-4612-97b3-857591d3bc40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5755 | 2024.05.29 21:19:58.623084 [ 3 ] {} <Debug> HTTP-Session: 54483b91-3f95-4612-97b3-857591d3bc40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5756 | 2024.05.29 21:19:58.623113 [ 3 ] {} <Trace> HTTP-Session: 54483b91-3f95-4612-97b3-857591d3bc40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5757 | 2024.05.29 21:19:58.623235 [ 3 ] {b8388913-fa60-49ec-a0e4-d5910f7c3da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5758 | 2024.05.29 21:19:58.623279 [ 3 ] {b8388913-fa60-49ec-a0e4-d5910f7c3da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5759 | 2024.05.29 21:19:58.623412 [ 3 ] {b8388913-fa60-49ec-a0e4-d5910f7c3da2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5760 | 2024.05.29 21:19:58.623779 [ 3 ] {b8388913-fa60-49ec-a0e4-d5910f7c3da2} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5761 | 2024.05.29 21:19:58.623816 [ 3 ] {b8388913-fa60-49ec-a0e4-d5910f7c3da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5762 | 2024.05.29 21:19:58.624140 [ 3 ] {b8388913-fa60-49ec-a0e4-d5910f7c3da2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5763 | 2024.05.29 21:19:58.624462 [ 3 ] {b8388913-fa60-49ec-a0e4-d5910f7c3da2} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5764 | 2024.05.29 21:19:58.624618 [ 3 ] {b8388913-fa60-49ec-a0e4-d5910f7c3da2} <Debug> executeQuery: Read 104 rows, 8.80 KiB in 0.00142 sec., 73239.43661971831 rows/sec., 6.05 MiB/sec. | ||
5765 | 2024.05.29 21:19:58.624791 [ 3 ] {b8388913-fa60-49ec-a0e4-d5910f7c3da2} <Debug> DynamicQueryHandler: Done processing query | ||
5766 | 2024.05.29 21:19:58.624816 [ 3 ] {b8388913-fa60-49ec-a0e4-d5910f7c3da2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5767 | 2024.05.29 21:19:58.624832 [ 3 ] {} <Debug> HTTP-Session: 54483b91-3f95-4612-97b3-857591d3bc40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5768 | 2024.05.29 21:19:58.624986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5769 | 2024.05.29 21:19:58.625035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5770 | 2024.05.29 21:19:58.625055 [ 3 ] {} <Debug> HTTP-Session: b7bdf75d-0225-4424-b9ed-99c034601acc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5771 | 2024.05.29 21:19:58.625072 [ 3 ] {} <Debug> HTTP-Session: b7bdf75d-0225-4424-b9ed-99c034601acc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5772 | 2024.05.29 21:19:58.625086 [ 3 ] {} <Debug> HTTP-Session: b7bdf75d-0225-4424-b9ed-99c034601acc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5773 | 2024.05.29 21:19:58.625115 [ 3 ] {} <Trace> HTTP-Session: b7bdf75d-0225-4424-b9ed-99c034601acc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5774 | 2024.05.29 21:19:58.625229 [ 3 ] {938396ab-4c75-48f6-8f5d-cfeccff71e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5775 | 2024.05.29 21:19:58.625272 [ 3 ] {938396ab-4c75-48f6-8f5d-cfeccff71e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5776 | 2024.05.29 21:19:58.625402 [ 3 ] {938396ab-4c75-48f6-8f5d-cfeccff71e68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5777 | 2024.05.29 21:19:58.625737 [ 3 ] {938396ab-4c75-48f6-8f5d-cfeccff71e68} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5778 | 2024.05.29 21:19:58.625774 [ 3 ] {938396ab-4c75-48f6-8f5d-cfeccff71e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5779 | 2024.05.29 21:19:58.626123 [ 3 ] {938396ab-4c75-48f6-8f5d-cfeccff71e68} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5780 | 2024.05.29 21:19:58.626438 [ 3 ] {938396ab-4c75-48f6-8f5d-cfeccff71e68} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5781 | 2024.05.29 21:19:58.626592 [ 3 ] {938396ab-4c75-48f6-8f5d-cfeccff71e68} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001395 sec., 57347.67025089606 rows/sec., 4.48 MiB/sec. | ||
5782 | 2024.05.29 21:19:58.626750 [ 3 ] {938396ab-4c75-48f6-8f5d-cfeccff71e68} <Debug> DynamicQueryHandler: Done processing query | ||
5783 | 2024.05.29 21:19:58.626775 [ 3 ] {938396ab-4c75-48f6-8f5d-cfeccff71e68} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5784 | 2024.05.29 21:19:58.626791 [ 3 ] {} <Debug> HTTP-Session: b7bdf75d-0225-4424-b9ed-99c034601acc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5785 | 2024.05.29 21:19:58.626961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5786 | 2024.05.29 21:19:58.627010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5787 | 2024.05.29 21:19:58.627030 [ 3 ] {} <Debug> HTTP-Session: 577d0f9e-62a2-4ad6-962e-1e84c20a73bb Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5788 | 2024.05.29 21:19:58.627046 [ 3 ] {} <Debug> HTTP-Session: 577d0f9e-62a2-4ad6-962e-1e84c20a73bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5789 | 2024.05.29 21:19:58.627059 [ 3 ] {} <Debug> HTTP-Session: 577d0f9e-62a2-4ad6-962e-1e84c20a73bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5790 | 2024.05.29 21:19:58.627088 [ 3 ] {} <Trace> HTTP-Session: 577d0f9e-62a2-4ad6-962e-1e84c20a73bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5791 | 2024.05.29 21:19:58.627230 [ 3 ] {61b91ebc-c879-4170-97ca-65a5392261f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5792 | 2024.05.29 21:19:58.627277 [ 3 ] {61b91ebc-c879-4170-97ca-65a5392261f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5793 | 2024.05.29 21:19:58.627421 [ 3 ] {61b91ebc-c879-4170-97ca-65a5392261f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5794 | 2024.05.29 21:19:58.627803 [ 3 ] {61b91ebc-c879-4170-97ca-65a5392261f5} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5795 | 2024.05.29 21:19:58.627840 [ 3 ] {61b91ebc-c879-4170-97ca-65a5392261f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5796 | 2024.05.29 21:19:58.628239 [ 3 ] {61b91ebc-c879-4170-97ca-65a5392261f5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5797 | 2024.05.29 21:19:58.628580 [ 3 ] {61b91ebc-c879-4170-97ca-65a5392261f5} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5798 | 2024.05.29 21:19:58.628732 [ 3 ] {61b91ebc-c879-4170-97ca-65a5392261f5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
5799 | 2024.05.29 21:19:58.628905 [ 3 ] {61b91ebc-c879-4170-97ca-65a5392261f5} <Debug> DynamicQueryHandler: Done processing query | ||
5800 | 2024.05.29 21:19:58.628929 [ 3 ] {61b91ebc-c879-4170-97ca-65a5392261f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5801 | 2024.05.29 21:19:58.628945 [ 3 ] {} <Debug> HTTP-Session: 577d0f9e-62a2-4ad6-962e-1e84c20a73bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5802 | 2024.05.29 21:19:58.629094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5803 | 2024.05.29 21:19:58.629143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5804 | 2024.05.29 21:19:58.629164 [ 3 ] {} <Debug> HTTP-Session: 2251f191-248d-412b-a817-186ac40ae718 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5805 | 2024.05.29 21:19:58.629180 [ 3 ] {} <Debug> HTTP-Session: 2251f191-248d-412b-a817-186ac40ae718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5806 | 2024.05.29 21:19:58.629193 [ 3 ] {} <Debug> HTTP-Session: 2251f191-248d-412b-a817-186ac40ae718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5807 | 2024.05.29 21:19:58.629223 [ 3 ] {} <Trace> HTTP-Session: 2251f191-248d-412b-a817-186ac40ae718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5808 | 2024.05.29 21:19:58.629410 [ 3 ] {a25e2c40-82ea-4757-82ef-412850c323bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5809 | 2024.05.29 21:19:58.629456 [ 3 ] {a25e2c40-82ea-4757-82ef-412850c323bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5810 | 2024.05.29 21:19:58.629616 [ 3 ] {a25e2c40-82ea-4757-82ef-412850c323bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5811 | 2024.05.29 21:19:58.629987 [ 3 ] {a25e2c40-82ea-4757-82ef-412850c323bf} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5812 | 2024.05.29 21:19:58.630024 [ 3 ] {a25e2c40-82ea-4757-82ef-412850c323bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5813 | 2024.05.29 21:19:58.630423 [ 3 ] {a25e2c40-82ea-4757-82ef-412850c323bf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5814 | 2024.05.29 21:19:58.630795 [ 3 ] {a25e2c40-82ea-4757-82ef-412850c323bf} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5815 | 2024.05.29 21:19:58.630955 [ 3 ] {a25e2c40-82ea-4757-82ef-412850c323bf} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001649 sec., 9702.850212249848 rows/sec., 13.09 MiB/sec. | ||
5816 | 2024.05.29 21:19:58.631116 [ 3 ] {a25e2c40-82ea-4757-82ef-412850c323bf} <Debug> DynamicQueryHandler: Done processing query | ||
5817 | 2024.05.29 21:19:58.631141 [ 3 ] {a25e2c40-82ea-4757-82ef-412850c323bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5818 | 2024.05.29 21:19:58.631158 [ 3 ] {} <Debug> HTTP-Session: 2251f191-248d-412b-a817-186ac40ae718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5819 | 2024.05.29 21:19:58.631280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5820 | 2024.05.29 21:19:58.631329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5821 | 2024.05.29 21:19:58.631349 [ 3 ] {} <Debug> HTTP-Session: a405a343-8cac-488a-8534-2248692da135 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5822 | 2024.05.29 21:19:58.631364 [ 3 ] {} <Debug> HTTP-Session: a405a343-8cac-488a-8534-2248692da135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5823 | 2024.05.29 21:19:58.631378 [ 3 ] {} <Debug> HTTP-Session: a405a343-8cac-488a-8534-2248692da135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5824 | 2024.05.29 21:19:58.631409 [ 3 ] {} <Trace> HTTP-Session: a405a343-8cac-488a-8534-2248692da135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5825 | 2024.05.29 21:19:58.631527 [ 3 ] {09fbe844-c45b-44e7-ac4f-174f5559cf23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5826 | 2024.05.29 21:19:58.631572 [ 3 ] {09fbe844-c45b-44e7-ac4f-174f5559cf23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5827 | 2024.05.29 21:19:58.631699 [ 3 ] {09fbe844-c45b-44e7-ac4f-174f5559cf23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5828 | 2024.05.29 21:19:58.631991 [ 3 ] {09fbe844-c45b-44e7-ac4f-174f5559cf23} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5829 | 2024.05.29 21:19:58.632027 [ 3 ] {09fbe844-c45b-44e7-ac4f-174f5559cf23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5830 | 2024.05.29 21:19:58.632388 [ 3 ] {09fbe844-c45b-44e7-ac4f-174f5559cf23} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5831 | 2024.05.29 21:19:58.632711 [ 3 ] {09fbe844-c45b-44e7-ac4f-174f5559cf23} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5832 | 2024.05.29 21:19:58.632868 [ 3 ] {09fbe844-c45b-44e7-ac4f-174f5559cf23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
5833 | 2024.05.29 21:19:58.633037 [ 3 ] {09fbe844-c45b-44e7-ac4f-174f5559cf23} <Debug> DynamicQueryHandler: Done processing query | ||
5834 | 2024.05.29 21:19:58.633062 [ 3 ] {09fbe844-c45b-44e7-ac4f-174f5559cf23} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5835 | 2024.05.29 21:19:58.633078 [ 3 ] {} <Debug> HTTP-Session: a405a343-8cac-488a-8534-2248692da135 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5836 | 2024.05.29 21:20:03.623253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5837 | 2024.05.29 21:20:03.623397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5838 | 2024.05.29 21:20:03.623427 [ 3 ] {} <Debug> HTTP-Session: 957c2f0d-8963-451a-bfda-dc456b038575 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5839 | 2024.05.29 21:20:03.623454 [ 3 ] {} <Debug> HTTP-Session: 957c2f0d-8963-451a-bfda-dc456b038575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5840 | 2024.05.29 21:20:03.623472 [ 3 ] {} <Debug> HTTP-Session: 957c2f0d-8963-451a-bfda-dc456b038575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5841 | 2024.05.29 21:20:03.623533 [ 3 ] {} <Trace> HTTP-Session: 957c2f0d-8963-451a-bfda-dc456b038575 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5842 | 2024.05.29 21:20:03.623720 [ 3 ] {e8214cb4-0de1-4ca4-9b3b-4da61368e3c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5843 | 2024.05.29 21:20:03.623785 [ 3 ] {e8214cb4-0de1-4ca4-9b3b-4da61368e3c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5844 | 2024.05.29 21:20:03.623973 [ 3 ] {e8214cb4-0de1-4ca4-9b3b-4da61368e3c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5845 | 2024.05.29 21:20:03.624373 [ 3 ] {e8214cb4-0de1-4ca4-9b3b-4da61368e3c9} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5846 | 2024.05.29 21:20:03.624411 [ 3 ] {e8214cb4-0de1-4ca4-9b3b-4da61368e3c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5847 | 2024.05.29 21:20:03.624782 [ 3 ] {e8214cb4-0de1-4ca4-9b3b-4da61368e3c9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5848 | 2024.05.29 21:20:03.625118 [ 3 ] {e8214cb4-0de1-4ca4-9b3b-4da61368e3c9} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5849 | 2024.05.29 21:20:03.625260 [ 3 ] {e8214cb4-0de1-4ca4-9b3b-4da61368e3c9} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001596 sec., 8771.929824561405 rows/sec., 711.01 KiB/sec. | ||
5850 | 2024.05.29 21:20:03.625436 [ 3 ] {e8214cb4-0de1-4ca4-9b3b-4da61368e3c9} <Debug> DynamicQueryHandler: Done processing query | ||
5851 | 2024.05.29 21:20:03.625462 [ 3 ] {e8214cb4-0de1-4ca4-9b3b-4da61368e3c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5852 | 2024.05.29 21:20:03.625477 [ 3 ] {} <Debug> HTTP-Session: 957c2f0d-8963-451a-bfda-dc456b038575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5853 | 2024.05.29 21:20:03.625630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5854 | 2024.05.29 21:20:03.625678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5855 | 2024.05.29 21:20:03.625696 [ 3 ] {} <Debug> HTTP-Session: 9747e1c8-56d7-4849-a3ef-213e6c61e35d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5856 | 2024.05.29 21:20:03.625713 [ 3 ] {} <Debug> HTTP-Session: 9747e1c8-56d7-4849-a3ef-213e6c61e35d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5857 | 2024.05.29 21:20:03.625726 [ 3 ] {} <Debug> HTTP-Session: 9747e1c8-56d7-4849-a3ef-213e6c61e35d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5858 | 2024.05.29 21:20:03.625757 [ 3 ] {} <Trace> HTTP-Session: 9747e1c8-56d7-4849-a3ef-213e6c61e35d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5859 | 2024.05.29 21:20:03.625848 [ 3 ] {34b568d9-55f6-43e8-9ed5-fa9638033c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5860 | 2024.05.29 21:20:03.625892 [ 3 ] {34b568d9-55f6-43e8-9ed5-fa9638033c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5861 | 2024.05.29 21:20:03.626016 [ 3 ] {34b568d9-55f6-43e8-9ed5-fa9638033c85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5862 | 2024.05.29 21:20:03.626301 [ 3 ] {34b568d9-55f6-43e8-9ed5-fa9638033c85} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5863 | 2024.05.29 21:20:03.626338 [ 3 ] {34b568d9-55f6-43e8-9ed5-fa9638033c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5864 | 2024.05.29 21:20:03.626635 [ 3 ] {34b568d9-55f6-43e8-9ed5-fa9638033c85} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5865 | 2024.05.29 21:20:03.626949 [ 3 ] {34b568d9-55f6-43e8-9ed5-fa9638033c85} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5866 | 2024.05.29 21:20:03.627076 [ 3 ] {34b568d9-55f6-43e8-9ed5-fa9638033c85} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001252 sec., 1597.4440894568688 rows/sec., 130.26 KiB/sec. | ||
5867 | 2024.05.29 21:20:03.627366 [ 3 ] {34b568d9-55f6-43e8-9ed5-fa9638033c85} <Debug> DynamicQueryHandler: Done processing query | ||
5868 | 2024.05.29 21:20:03.627400 [ 3 ] {34b568d9-55f6-43e8-9ed5-fa9638033c85} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5869 | 2024.05.29 21:20:03.627425 [ 3 ] {} <Debug> HTTP-Session: 9747e1c8-56d7-4849-a3ef-213e6c61e35d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5870 | 2024.05.29 21:20:03.627558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 19218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5871 | 2024.05.29 21:20:03.627607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5872 | 2024.05.29 21:20:03.627626 [ 3 ] {} <Debug> HTTP-Session: 9e7e3f05-15bf-4c22-8e10-7648cf37197d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5873 | 2024.05.29 21:20:03.627642 [ 3 ] {} <Debug> HTTP-Session: 9e7e3f05-15bf-4c22-8e10-7648cf37197d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5874 | 2024.05.29 21:20:03.627655 [ 3 ] {} <Debug> HTTP-Session: 9e7e3f05-15bf-4c22-8e10-7648cf37197d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5875 | 2024.05.29 21:20:03.627686 [ 3 ] {} <Trace> HTTP-Session: 9e7e3f05-15bf-4c22-8e10-7648cf37197d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5876 | 2024.05.29 21:20:03.627824 [ 3 ] {944678c5-a517-4548-bcc5-ab5174b4b8fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5877 | 2024.05.29 21:20:03.627867 [ 3 ] {944678c5-a517-4548-bcc5-ab5174b4b8fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5878 | 2024.05.29 21:20:03.628005 [ 3 ] {944678c5-a517-4548-bcc5-ab5174b4b8fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5879 | 2024.05.29 21:20:03.628375 [ 3 ] {944678c5-a517-4548-bcc5-ab5174b4b8fd} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5880 | 2024.05.29 21:20:03.628411 [ 3 ] {944678c5-a517-4548-bcc5-ab5174b4b8fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5881 | 2024.05.29 21:20:03.628723 [ 3 ] {944678c5-a517-4548-bcc5-ab5174b4b8fd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5882 | 2024.05.29 21:20:03.629022 [ 3 ] {944678c5-a517-4548-bcc5-ab5174b4b8fd} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5883 | 2024.05.29 21:20:03.629144 [ 3 ] {944678c5-a517-4548-bcc5-ab5174b4b8fd} <Debug> executeQuery: Read 135 rows, 11.04 KiB in 0.001382 sec., 97684.51519536904 rows/sec., 7.80 MiB/sec. | ||
5884 | 2024.05.29 21:20:03.629288 [ 3 ] {944678c5-a517-4548-bcc5-ab5174b4b8fd} <Debug> DynamicQueryHandler: Done processing query | ||
5885 | 2024.05.29 21:20:03.629312 [ 3 ] {944678c5-a517-4548-bcc5-ab5174b4b8fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5886 | 2024.05.29 21:20:03.629327 [ 3 ] {} <Debug> HTTP-Session: 9e7e3f05-15bf-4c22-8e10-7648cf37197d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5887 | 2024.05.29 21:20:03.629439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5888 | 2024.05.29 21:20:03.629486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5889 | 2024.05.29 21:20:03.629505 [ 3 ] {} <Debug> HTTP-Session: 0ba534d4-3513-448e-8101-c4d656a22534 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5890 | 2024.05.29 21:20:03.629520 [ 3 ] {} <Debug> HTTP-Session: 0ba534d4-3513-448e-8101-c4d656a22534 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5891 | 2024.05.29 21:20:03.629533 [ 3 ] {} <Debug> HTTP-Session: 0ba534d4-3513-448e-8101-c4d656a22534 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5892 | 2024.05.29 21:20:03.629565 [ 3 ] {} <Trace> HTTP-Session: 0ba534d4-3513-448e-8101-c4d656a22534 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5893 | 2024.05.29 21:20:03.629656 [ 3 ] {d582caed-17ba-4c2f-81db-69e8aa4b2b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5894 | 2024.05.29 21:20:03.629697 [ 3 ] {d582caed-17ba-4c2f-81db-69e8aa4b2b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5895 | 2024.05.29 21:20:03.629819 [ 3 ] {d582caed-17ba-4c2f-81db-69e8aa4b2b52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5896 | 2024.05.29 21:20:03.630143 [ 3 ] {d582caed-17ba-4c2f-81db-69e8aa4b2b52} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5897 | 2024.05.29 21:20:03.630180 [ 3 ] {d582caed-17ba-4c2f-81db-69e8aa4b2b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5898 | 2024.05.29 21:20:03.630475 [ 3 ] {d582caed-17ba-4c2f-81db-69e8aa4b2b52} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5899 | 2024.05.29 21:20:03.630786 [ 3 ] {d582caed-17ba-4c2f-81db-69e8aa4b2b52} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5900 | 2024.05.29 21:20:03.630919 [ 3 ] {d582caed-17ba-4c2f-81db-69e8aa4b2b52} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001286 sec., 1555.2099533437013 rows/sec., 108.59 KiB/sec. | ||
5901 | 2024.05.29 21:20:03.631078 [ 3 ] {d582caed-17ba-4c2f-81db-69e8aa4b2b52} <Debug> DynamicQueryHandler: Done processing query | ||
5902 | 2024.05.29 21:20:03.631103 [ 3 ] {d582caed-17ba-4c2f-81db-69e8aa4b2b52} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5903 | 2024.05.29 21:20:03.631118 [ 3 ] {} <Debug> HTTP-Session: 0ba534d4-3513-448e-8101-c4d656a22534 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5904 | 2024.05.29 21:20:03.631236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5905 | 2024.05.29 21:20:03.631285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5906 | 2024.05.29 21:20:03.631304 [ 3 ] {} <Debug> HTTP-Session: 237c7acb-1cd5-4853-9066-5f72344cc0c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5907 | 2024.05.29 21:20:03.631321 [ 3 ] {} <Debug> HTTP-Session: 237c7acb-1cd5-4853-9066-5f72344cc0c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5908 | 2024.05.29 21:20:03.631334 [ 3 ] {} <Debug> HTTP-Session: 237c7acb-1cd5-4853-9066-5f72344cc0c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5909 | 2024.05.29 21:20:03.631364 [ 3 ] {} <Trace> HTTP-Session: 237c7acb-1cd5-4853-9066-5f72344cc0c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5910 | 2024.05.29 21:20:03.631481 [ 3 ] {b3f41504-3b41-4eff-a541-c78a679312b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5911 | 2024.05.29 21:20:03.631523 [ 3 ] {b3f41504-3b41-4eff-a541-c78a679312b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5912 | 2024.05.29 21:20:03.631646 [ 3 ] {b3f41504-3b41-4eff-a541-c78a679312b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5913 | 2024.05.29 21:20:03.632023 [ 3 ] {b3f41504-3b41-4eff-a541-c78a679312b7} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5914 | 2024.05.29 21:20:03.632058 [ 3 ] {b3f41504-3b41-4eff-a541-c78a679312b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5915 | 2024.05.29 21:20:03.632366 [ 3 ] {b3f41504-3b41-4eff-a541-c78a679312b7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5916 | 2024.05.29 21:20:03.632670 [ 3 ] {b3f41504-3b41-4eff-a541-c78a679312b7} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5917 | 2024.05.29 21:20:03.632795 [ 3 ] {b3f41504-3b41-4eff-a541-c78a679312b7} <Debug> executeQuery: Read 104 rows, 8.30 KiB in 0.001355 sec., 76752.76752767527 rows/sec., 5.98 MiB/sec. | ||
5918 | 2024.05.29 21:20:03.632986 [ 3 ] {b3f41504-3b41-4eff-a541-c78a679312b7} <Debug> DynamicQueryHandler: Done processing query | ||
5919 | 2024.05.29 21:20:03.633010 [ 3 ] {b3f41504-3b41-4eff-a541-c78a679312b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5920 | 2024.05.29 21:20:03.633026 [ 3 ] {} <Debug> HTTP-Session: 237c7acb-1cd5-4853-9066-5f72344cc0c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5921 | 2024.05.29 21:20:03.633250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 37755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5922 | 2024.05.29 21:20:03.633298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5923 | 2024.05.29 21:20:03.633318 [ 3 ] {} <Debug> HTTP-Session: 9f9007c8-15f8-4170-824c-e416e52b0b97 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5924 | 2024.05.29 21:20:03.633334 [ 3 ] {} <Debug> HTTP-Session: 9f9007c8-15f8-4170-824c-e416e52b0b97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5925 | 2024.05.29 21:20:03.633347 [ 3 ] {} <Debug> HTTP-Session: 9f9007c8-15f8-4170-824c-e416e52b0b97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5926 | 2024.05.29 21:20:03.633376 [ 3 ] {} <Trace> HTTP-Session: 9f9007c8-15f8-4170-824c-e416e52b0b97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5927 | 2024.05.29 21:20:03.633547 [ 3 ] {6cf0482a-b686-4db4-97b6-5f9212f07197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5928 | 2024.05.29 21:20:03.633596 [ 3 ] {6cf0482a-b686-4db4-97b6-5f9212f07197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5929 | 2024.05.29 21:20:03.633745 [ 3 ] {6cf0482a-b686-4db4-97b6-5f9212f07197} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5930 | 2024.05.29 21:20:03.634154 [ 3 ] {6cf0482a-b686-4db4-97b6-5f9212f07197} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5931 | 2024.05.29 21:20:03.634189 [ 3 ] {6cf0482a-b686-4db4-97b6-5f9212f07197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5932 | 2024.05.29 21:20:03.634574 [ 3 ] {6cf0482a-b686-4db4-97b6-5f9212f07197} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5933 | 2024.05.29 21:20:03.634904 [ 3 ] {6cf0482a-b686-4db4-97b6-5f9212f07197} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5934 | 2024.05.29 21:20:03.635059 [ 3 ] {6cf0482a-b686-4db4-97b6-5f9212f07197} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001589 sec., 123977.34424166143 rows/sec., 8.66 MiB/sec. | ||
5935 | 2024.05.29 21:20:03.635072 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5936 | 2024.05.29 21:20:03.635174 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5937 | 2024.05.29 21:20:03.635234 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5938 | 2024.05.29 21:20:03.635347 [ 3 ] {6cf0482a-b686-4db4-97b6-5f9212f07197} <Debug> DynamicQueryHandler: Done processing query | ||
5939 | 2024.05.29 21:20:03.635434 [ 3 ] {6cf0482a-b686-4db4-97b6-5f9212f07197} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5940 | 2024.05.29 21:20:03.635506 [ 3 ] {} <Debug> HTTP-Session: 9f9007c8-15f8-4170-824c-e416e52b0b97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5941 | 2024.05.29 21:20:03.635611 [ 192 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
5942 | 2024.05.29 21:20:03.635770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5943 | 2024.05.29 21:20:03.635918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5944 | 2024.05.29 21:20:03.635996 [ 3 ] {} <Debug> HTTP-Session: edf6671b-107b-4947-bd79-4574718655ee Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5945 | 2024.05.29 21:20:03.636054 [ 3 ] {} <Debug> HTTP-Session: edf6671b-107b-4947-bd79-4574718655ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5946 | 2024.05.29 21:20:03.636113 [ 3 ] {} <Debug> HTTP-Session: edf6671b-107b-4947-bd79-4574718655ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5947 | 2024.05.29 21:20:03.636202 [ 3 ] {} <Trace> HTTP-Session: edf6671b-107b-4947-bd79-4574718655ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5948 | 2024.05.29 21:20:03.636257 [ 192 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5949 | 2024.05.29 21:20:03.636354 [ 192 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2931 rows starting from the beginning of the part | ||
5950 | 2024.05.29 21:20:03.636567 [ 192 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 161 rows starting from the beginning of the part | ||
5951 | 2024.05.29 21:20:03.636601 [ 3 ] {33930e36-6f07-49dc-8f87-8aaa9604da3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5952 | 2024.05.29 21:20:03.636851 [ 3 ] {33930e36-6f07-49dc-8f87-8aaa9604da3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5953 | 2024.05.29 21:20:03.636936 [ 192 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
5954 | 2024.05.29 21:20:03.637338 [ 192 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
5955 | 2024.05.29 21:20:03.637760 [ 192 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
5956 | 2024.05.29 21:20:03.638096 [ 192 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 197 rows starting from the beginning of the part | ||
5957 | 2024.05.29 21:20:03.638139 [ 3 ] {33930e36-6f07-49dc-8f87-8aaa9604da3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5958 | 2024.05.29 21:20:03.639209 [ 3 ] {33930e36-6f07-49dc-8f87-8aaa9604da3b} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5959 | 2024.05.29 21:20:03.639273 [ 3 ] {33930e36-6f07-49dc-8f87-8aaa9604da3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5960 | 2024.05.29 21:20:03.640408 [ 3 ] {33930e36-6f07-49dc-8f87-8aaa9604da3b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5961 | 2024.05.29 21:20:03.641081 [ 3 ] {33930e36-6f07-49dc-8f87-8aaa9604da3b} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5962 | 2024.05.29 21:20:03.641345 [ 3 ] {33930e36-6f07-49dc-8f87-8aaa9604da3b} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.004974 sec., 2814.6361077603538 rows/sec., 3.80 MiB/sec. | ||
5963 | 2024.05.29 21:20:03.641994 [ 3 ] {33930e36-6f07-49dc-8f87-8aaa9604da3b} <Debug> DynamicQueryHandler: Done processing query | ||
5964 | 2024.05.29 21:20:03.642007 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3769 rows, containing 5 columns (5 merged, 0 gathered) in 0.006675916 sec., 564566.7201324882 rows/sec., 39.49 MiB/sec. | ||
5965 | 2024.05.29 21:20:03.642024 [ 3 ] {33930e36-6f07-49dc-8f87-8aaa9604da3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5966 | 2024.05.29 21:20:03.642123 [ 3 ] {} <Debug> HTTP-Session: edf6671b-107b-4947-bd79-4574718655ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5967 | 2024.05.29 21:20:03.642302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5968 | 2024.05.29 21:20:03.642368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5969 | 2024.05.29 21:20:03.642388 [ 3 ] {} <Debug> HTTP-Session: 250e4fdb-860d-419e-84f8-fd831006c12e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
5970 | 2024.05.29 21:20:03.642405 [ 3 ] {} <Debug> HTTP-Session: 250e4fdb-860d-419e-84f8-fd831006c12e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5971 | 2024.05.29 21:20:03.642418 [ 3 ] {} <Debug> HTTP-Session: 250e4fdb-860d-419e-84f8-fd831006c12e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5972 | 2024.05.29 21:20:03.642457 [ 3 ] {} <Trace> HTTP-Session: 250e4fdb-860d-419e-84f8-fd831006c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5973 | 2024.05.29 21:20:03.642653 [ 3 ] {8a3096d5-2b02-4432-9105-943377f1b770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5974 | 2024.05.29 21:20:03.642678 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5975 | 2024.05.29 21:20:03.642729 [ 3 ] {8a3096d5-2b02-4432-9105-943377f1b770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5976 | 2024.05.29 21:20:03.643328 [ 3 ] {8a3096d5-2b02-4432-9105-943377f1b770} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5977 | 2024.05.29 21:20:03.643780 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5978 | 2024.05.29 21:20:03.643995 [ 3 ] {8a3096d5-2b02-4432-9105-943377f1b770} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5979 | 2024.05.29 21:20:03.644010 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5980 | 2024.05.29 21:20:03.644054 [ 3 ] {8a3096d5-2b02-4432-9105-943377f1b770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5981 | 2024.05.29 21:20:03.644203 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
5982 | 2024.05.29 21:20:03.644558 [ 3 ] {8a3096d5-2b02-4432-9105-943377f1b770} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5983 | 2024.05.29 21:20:03.644909 [ 3 ] {8a3096d5-2b02-4432-9105-943377f1b770} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5984 | 2024.05.29 21:20:03.645064 [ 3 ] {8a3096d5-2b02-4432-9105-943377f1b770} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002488 sec., 24115.755627009643 rows/sec., 1.63 MiB/sec. | ||
5985 | 2024.05.29 21:20:03.645072 [ 105 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5986 | 2024.05.29 21:20:03.645154 [ 105 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5987 | 2024.05.29 21:20:03.645190 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5988 | 2024.05.29 21:20:03.645338 [ 3 ] {8a3096d5-2b02-4432-9105-943377f1b770} <Debug> DynamicQueryHandler: Done processing query | ||
5989 | 2024.05.29 21:20:03.645338 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
5990 | 2024.05.29 21:20:03.645368 [ 3 ] {8a3096d5-2b02-4432-9105-943377f1b770} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5991 | 2024.05.29 21:20:03.645396 [ 3 ] {} <Debug> HTTP-Session: 250e4fdb-860d-419e-84f8-fd831006c12e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5992 | 2024.05.29 21:20:03.645487 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5993 | 2024.05.29 21:20:03.645519 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 972 rows starting from the beginning of the part | ||
5994 | 2024.05.29 21:20:03.645634 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
5995 | 2024.05.29 21:20:03.645825 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
5996 | 2024.05.29 21:20:03.646008 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
5997 | 2024.05.29 21:20:03.646164 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
5998 | 2024.05.29 21:20:03.646311 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
5999 | 2024.05.29 21:20:03.647624 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1272 rows, containing 4 columns (4 merged, 0 gathered) in 0.002348549 sec., 541611.011735331 rows/sec., 36.21 MiB/sec. | ||
6000 | 2024.05.29 21:20:03.647790 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6001 | 2024.05.29 21:20:03.648155 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_31_6} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6002 | 2024.05.29 21:20:03.648232 [ 194 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_31_6} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6003 | 2024.05.29 21:20:03.648301 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
6004 | 2024.05.29 21:20:06.141100 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6005 | 2024.05.29 21:20:06.141173 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6006 | 2024.05.29 21:20:07.001328 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00089858 sec. | ||
6007 | 2024.05.29 21:20:08.621176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6008 | 2024.05.29 21:20:08.621289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6009 | 2024.05.29 21:20:08.621313 [ 3 ] {} <Debug> HTTP-Session: fbc73728-c8fd-452c-a016-e9312cb272c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6010 | 2024.05.29 21:20:08.621337 [ 3 ] {} <Debug> HTTP-Session: fbc73728-c8fd-452c-a016-e9312cb272c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6011 | 2024.05.29 21:20:08.621352 [ 3 ] {} <Debug> HTTP-Session: fbc73728-c8fd-452c-a016-e9312cb272c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6012 | 2024.05.29 21:20:08.621401 [ 3 ] {} <Trace> HTTP-Session: fbc73728-c8fd-452c-a016-e9312cb272c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6013 | 2024.05.29 21:20:08.621585 [ 3 ] {bc86e8f5-5ee1-4987-b50b-ba8b064e2878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6014 | 2024.05.29 21:20:08.621650 [ 3 ] {bc86e8f5-5ee1-4987-b50b-ba8b064e2878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6015 | 2024.05.29 21:20:08.621837 [ 3 ] {bc86e8f5-5ee1-4987-b50b-ba8b064e2878} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6016 | 2024.05.29 21:20:08.622290 [ 3 ] {bc86e8f5-5ee1-4987-b50b-ba8b064e2878} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6017 | 2024.05.29 21:20:08.622330 [ 3 ] {bc86e8f5-5ee1-4987-b50b-ba8b064e2878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6018 | 2024.05.29 21:20:08.622689 [ 3 ] {bc86e8f5-5ee1-4987-b50b-ba8b064e2878} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6019 | 2024.05.29 21:20:08.623033 [ 3 ] {bc86e8f5-5ee1-4987-b50b-ba8b064e2878} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6020 | 2024.05.29 21:20:08.623179 [ 3 ] {bc86e8f5-5ee1-4987-b50b-ba8b064e2878} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001653 sec., 9679.370840895343 rows/sec., 784.56 KiB/sec. | ||
6021 | 2024.05.29 21:20:08.623388 [ 3 ] {bc86e8f5-5ee1-4987-b50b-ba8b064e2878} <Debug> DynamicQueryHandler: Done processing query | ||
6022 | 2024.05.29 21:20:08.623414 [ 3 ] {bc86e8f5-5ee1-4987-b50b-ba8b064e2878} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6023 | 2024.05.29 21:20:08.623431 [ 3 ] {} <Debug> HTTP-Session: fbc73728-c8fd-452c-a016-e9312cb272c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6024 | 2024.05.29 21:20:08.623589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6025 | 2024.05.29 21:20:08.623643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6026 | 2024.05.29 21:20:08.623662 [ 3 ] {} <Debug> HTTP-Session: 9f41a734-a25c-4a6a-a3e0-24f838cbe33a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6027 | 2024.05.29 21:20:08.623680 [ 3 ] {} <Debug> HTTP-Session: 9f41a734-a25c-4a6a-a3e0-24f838cbe33a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6028 | 2024.05.29 21:20:08.623694 [ 3 ] {} <Debug> HTTP-Session: 9f41a734-a25c-4a6a-a3e0-24f838cbe33a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6029 | 2024.05.29 21:20:08.623730 [ 3 ] {} <Trace> HTTP-Session: 9f41a734-a25c-4a6a-a3e0-24f838cbe33a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6030 | 2024.05.29 21:20:08.623832 [ 3 ] {073e0691-0222-4466-ab2d-8733a23f76bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6031 | 2024.05.29 21:20:08.623876 [ 3 ] {073e0691-0222-4466-ab2d-8733a23f76bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6032 | 2024.05.29 21:20:08.624005 [ 3 ] {073e0691-0222-4466-ab2d-8733a23f76bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6033 | 2024.05.29 21:20:08.624312 [ 3 ] {073e0691-0222-4466-ab2d-8733a23f76bf} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6034 | 2024.05.29 21:20:08.624347 [ 3 ] {073e0691-0222-4466-ab2d-8733a23f76bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6035 | 2024.05.29 21:20:08.624645 [ 3 ] {073e0691-0222-4466-ab2d-8733a23f76bf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6036 | 2024.05.29 21:20:08.624954 [ 3 ] {073e0691-0222-4466-ab2d-8733a23f76bf} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6037 | 2024.05.29 21:20:08.625077 [ 3 ] {073e0691-0222-4466-ab2d-8733a23f76bf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001274 sec., 1569.8587127158555 rows/sec., 128.01 KiB/sec. | ||
6038 | 2024.05.29 21:20:08.625383 [ 3 ] {073e0691-0222-4466-ab2d-8733a23f76bf} <Debug> DynamicQueryHandler: Done processing query | ||
6039 | 2024.05.29 21:20:08.625408 [ 3 ] {073e0691-0222-4466-ab2d-8733a23f76bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6040 | 2024.05.29 21:20:08.625424 [ 3 ] {} <Debug> HTTP-Session: 9f41a734-a25c-4a6a-a3e0-24f838cbe33a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6041 | 2024.05.29 21:20:08.625550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6042 | 2024.05.29 21:20:08.625599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6043 | 2024.05.29 21:20:08.625618 [ 3 ] {} <Debug> HTTP-Session: 0459911d-f208-47dd-bfcc-70e521866750 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6044 | 2024.05.29 21:20:08.625636 [ 3 ] {} <Debug> HTTP-Session: 0459911d-f208-47dd-bfcc-70e521866750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6045 | 2024.05.29 21:20:08.625650 [ 3 ] {} <Debug> HTTP-Session: 0459911d-f208-47dd-bfcc-70e521866750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6046 | 2024.05.29 21:20:08.625680 [ 3 ] {} <Trace> HTTP-Session: 0459911d-f208-47dd-bfcc-70e521866750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6047 | 2024.05.29 21:20:08.625805 [ 3 ] {ade87baa-34f8-49ef-9a88-077532b48298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6048 | 2024.05.29 21:20:08.625848 [ 3 ] {ade87baa-34f8-49ef-9a88-077532b48298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6049 | 2024.05.29 21:20:08.625989 [ 3 ] {ade87baa-34f8-49ef-9a88-077532b48298} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6050 | 2024.05.29 21:20:08.626358 [ 3 ] {ade87baa-34f8-49ef-9a88-077532b48298} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6051 | 2024.05.29 21:20:08.626394 [ 3 ] {ade87baa-34f8-49ef-9a88-077532b48298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6052 | 2024.05.29 21:20:08.626709 [ 3 ] {ade87baa-34f8-49ef-9a88-077532b48298} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6053 | 2024.05.29 21:20:08.627158 [ 3 ] {ade87baa-34f8-49ef-9a88-077532b48298} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6054 | 2024.05.29 21:20:08.627340 [ 3 ] {ade87baa-34f8-49ef-9a88-077532b48298} <Debug> executeQuery: Read 105 rows, 8.87 KiB in 0.001585 sec., 66246.05678233439 rows/sec., 5.47 MiB/sec. | ||
6055 | 2024.05.29 21:20:08.627615 [ 3 ] {ade87baa-34f8-49ef-9a88-077532b48298} <Debug> DynamicQueryHandler: Done processing query | ||
6056 | 2024.05.29 21:20:08.627648 [ 3 ] {ade87baa-34f8-49ef-9a88-077532b48298} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6057 | 2024.05.29 21:20:08.627669 [ 3 ] {} <Debug> HTTP-Session: 0459911d-f208-47dd-bfcc-70e521866750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6058 | 2024.05.29 21:20:08.627825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6059 | 2024.05.29 21:20:08.627891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6060 | 2024.05.29 21:20:08.627921 [ 3 ] {} <Debug> HTTP-Session: 51177be3-9fc7-4eef-a667-5577e2d9a017 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6061 | 2024.05.29 21:20:08.627944 [ 3 ] {} <Debug> HTTP-Session: 51177be3-9fc7-4eef-a667-5577e2d9a017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6062 | 2024.05.29 21:20:08.627966 [ 3 ] {} <Debug> HTTP-Session: 51177be3-9fc7-4eef-a667-5577e2d9a017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6063 | 2024.05.29 21:20:08.628010 [ 3 ] {} <Trace> HTTP-Session: 51177be3-9fc7-4eef-a667-5577e2d9a017 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6064 | 2024.05.29 21:20:08.628142 [ 3 ] {072d3bdc-2d9f-4400-85de-96cf36accfd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6065 | 2024.05.29 21:20:08.628195 [ 3 ] {072d3bdc-2d9f-4400-85de-96cf36accfd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6066 | 2024.05.29 21:20:08.628362 [ 3 ] {072d3bdc-2d9f-4400-85de-96cf36accfd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6067 | 2024.05.29 21:20:08.628719 [ 3 ] {072d3bdc-2d9f-4400-85de-96cf36accfd1} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6068 | 2024.05.29 21:20:08.628761 [ 3 ] {072d3bdc-2d9f-4400-85de-96cf36accfd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6069 | 2024.05.29 21:20:08.629101 [ 3 ] {072d3bdc-2d9f-4400-85de-96cf36accfd1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6070 | 2024.05.29 21:20:08.629411 [ 3 ] {072d3bdc-2d9f-4400-85de-96cf36accfd1} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6071 | 2024.05.29 21:20:08.629538 [ 3 ] {072d3bdc-2d9f-4400-85de-96cf36accfd1} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001433 sec., 1395.6734124214934 rows/sec., 97.45 KiB/sec. | ||
6072 | 2024.05.29 21:20:08.629852 [ 3 ] {072d3bdc-2d9f-4400-85de-96cf36accfd1} <Debug> DynamicQueryHandler: Done processing query | ||
6073 | 2024.05.29 21:20:08.629880 [ 3 ] {072d3bdc-2d9f-4400-85de-96cf36accfd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6074 | 2024.05.29 21:20:08.629896 [ 3 ] {} <Debug> HTTP-Session: 51177be3-9fc7-4eef-a667-5577e2d9a017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6075 | 2024.05.29 21:20:08.630025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6076 | 2024.05.29 21:20:08.630073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6077 | 2024.05.29 21:20:08.630091 [ 3 ] {} <Debug> HTTP-Session: c06a07ca-b978-4e37-90e8-a6b1d6c7d9a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6078 | 2024.05.29 21:20:08.630109 [ 3 ] {} <Debug> HTTP-Session: c06a07ca-b978-4e37-90e8-a6b1d6c7d9a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6079 | 2024.05.29 21:20:08.630123 [ 3 ] {} <Debug> HTTP-Session: c06a07ca-b978-4e37-90e8-a6b1d6c7d9a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6080 | 2024.05.29 21:20:08.630155 [ 3 ] {} <Trace> HTTP-Session: c06a07ca-b978-4e37-90e8-a6b1d6c7d9a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6081 | 2024.05.29 21:20:08.630273 [ 3 ] {335c90b2-788d-4e27-bbc4-178e1eb87b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6082 | 2024.05.29 21:20:08.630316 [ 3 ] {335c90b2-788d-4e27-bbc4-178e1eb87b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6083 | 2024.05.29 21:20:08.630460 [ 3 ] {335c90b2-788d-4e27-bbc4-178e1eb87b46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6084 | 2024.05.29 21:20:08.630816 [ 3 ] {335c90b2-788d-4e27-bbc4-178e1eb87b46} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6085 | 2024.05.29 21:20:08.630852 [ 3 ] {335c90b2-788d-4e27-bbc4-178e1eb87b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6086 | 2024.05.29 21:20:08.631156 [ 3 ] {335c90b2-788d-4e27-bbc4-178e1eb87b46} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6087 | 2024.05.29 21:20:08.631463 [ 3 ] {335c90b2-788d-4e27-bbc4-178e1eb87b46} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6088 | 2024.05.29 21:20:08.631587 [ 3 ] {335c90b2-788d-4e27-bbc4-178e1eb87b46} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001359 sec., 60338.48417954378 rows/sec., 4.71 MiB/sec. | ||
6089 | 2024.05.29 21:20:08.631746 [ 3 ] {335c90b2-788d-4e27-bbc4-178e1eb87b46} <Debug> DynamicQueryHandler: Done processing query | ||
6090 | 2024.05.29 21:20:08.631769 [ 3 ] {335c90b2-788d-4e27-bbc4-178e1eb87b46} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6091 | 2024.05.29 21:20:08.631785 [ 3 ] {} <Debug> HTTP-Session: c06a07ca-b978-4e37-90e8-a6b1d6c7d9a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6092 | 2024.05.29 21:20:08.631963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6093 | 2024.05.29 21:20:08.632011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6094 | 2024.05.29 21:20:08.632030 [ 3 ] {} <Debug> HTTP-Session: 9069666d-242f-4b52-9527-d81dbfe83f39 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6095 | 2024.05.29 21:20:08.632073 [ 3 ] {} <Debug> HTTP-Session: 9069666d-242f-4b52-9527-d81dbfe83f39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6096 | 2024.05.29 21:20:08.632090 [ 3 ] {} <Debug> HTTP-Session: 9069666d-242f-4b52-9527-d81dbfe83f39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6097 | 2024.05.29 21:20:08.632122 [ 3 ] {} <Trace> HTTP-Session: 9069666d-242f-4b52-9527-d81dbfe83f39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6098 | 2024.05.29 21:20:08.632268 [ 3 ] {715c1c59-adf0-42b6-8607-21cfd473fa12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6099 | 2024.05.29 21:20:08.632316 [ 3 ] {715c1c59-adf0-42b6-8607-21cfd473fa12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6100 | 2024.05.29 21:20:08.632460 [ 3 ] {715c1c59-adf0-42b6-8607-21cfd473fa12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6101 | 2024.05.29 21:20:08.632820 [ 3 ] {715c1c59-adf0-42b6-8607-21cfd473fa12} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6102 | 2024.05.29 21:20:08.632855 [ 3 ] {715c1c59-adf0-42b6-8607-21cfd473fa12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6103 | 2024.05.29 21:20:08.633226 [ 3 ] {715c1c59-adf0-42b6-8607-21cfd473fa12} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6104 | 2024.05.29 21:20:08.633553 [ 3 ] {715c1c59-adf0-42b6-8607-21cfd473fa12} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6105 | 2024.05.29 21:20:08.633699 [ 3 ] {715c1c59-adf0-42b6-8607-21cfd473fa12} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001504 sec., 107047.87234042554 rows/sec., 7.46 MiB/sec. | ||
6106 | 2024.05.29 21:20:08.633859 [ 3 ] {715c1c59-adf0-42b6-8607-21cfd473fa12} <Debug> DynamicQueryHandler: Done processing query | ||
6107 | 2024.05.29 21:20:08.633883 [ 3 ] {715c1c59-adf0-42b6-8607-21cfd473fa12} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6108 | 2024.05.29 21:20:08.633898 [ 3 ] {} <Debug> HTTP-Session: 9069666d-242f-4b52-9527-d81dbfe83f39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6109 | 2024.05.29 21:20:08.634034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6110 | 2024.05.29 21:20:08.634080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6111 | 2024.05.29 21:20:08.634098 [ 3 ] {} <Debug> HTTP-Session: cbef463c-3d21-4464-98d5-f7251a91432c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6112 | 2024.05.29 21:20:08.634114 [ 3 ] {} <Debug> HTTP-Session: cbef463c-3d21-4464-98d5-f7251a91432c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6113 | 2024.05.29 21:20:08.634128 [ 3 ] {} <Debug> HTTP-Session: cbef463c-3d21-4464-98d5-f7251a91432c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6114 | 2024.05.29 21:20:08.634158 [ 3 ] {} <Trace> HTTP-Session: cbef463c-3d21-4464-98d5-f7251a91432c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6115 | 2024.05.29 21:20:08.634330 [ 3 ] {ae57456d-b0d9-4352-94d8-fe9cfc63d5b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6116 | 2024.05.29 21:20:08.634376 [ 3 ] {ae57456d-b0d9-4352-94d8-fe9cfc63d5b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6117 | 2024.05.29 21:20:08.634528 [ 3 ] {ae57456d-b0d9-4352-94d8-fe9cfc63d5b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6118 | 2024.05.29 21:20:08.634907 [ 3 ] {ae57456d-b0d9-4352-94d8-fe9cfc63d5b6} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6119 | 2024.05.29 21:20:08.634940 [ 3 ] {ae57456d-b0d9-4352-94d8-fe9cfc63d5b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6120 | 2024.05.29 21:20:08.635332 [ 3 ] {ae57456d-b0d9-4352-94d8-fe9cfc63d5b6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6121 | 2024.05.29 21:20:08.635663 [ 3 ] {ae57456d-b0d9-4352-94d8-fe9cfc63d5b6} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6122 | 2024.05.29 21:20:08.635799 [ 3 ] {ae57456d-b0d9-4352-94d8-fe9cfc63d5b6} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.00156 sec., 10256.410256410256 rows/sec., 13.84 MiB/sec. | ||
6123 | 2024.05.29 21:20:08.635963 [ 3 ] {ae57456d-b0d9-4352-94d8-fe9cfc63d5b6} <Debug> DynamicQueryHandler: Done processing query | ||
6124 | 2024.05.29 21:20:08.635986 [ 3 ] {ae57456d-b0d9-4352-94d8-fe9cfc63d5b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6125 | 2024.05.29 21:20:08.636003 [ 3 ] {} <Debug> HTTP-Session: cbef463c-3d21-4464-98d5-f7251a91432c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6126 | 2024.05.29 21:20:08.636124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6127 | 2024.05.29 21:20:08.636171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6128 | 2024.05.29 21:20:08.636189 [ 3 ] {} <Debug> HTTP-Session: a7783213-19dc-48d0-b4cb-6a9b562e8218 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6129 | 2024.05.29 21:20:08.636205 [ 3 ] {} <Debug> HTTP-Session: a7783213-19dc-48d0-b4cb-6a9b562e8218 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6130 | 2024.05.29 21:20:08.636218 [ 3 ] {} <Debug> HTTP-Session: a7783213-19dc-48d0-b4cb-6a9b562e8218 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6131 | 2024.05.29 21:20:08.636249 [ 3 ] {} <Trace> HTTP-Session: a7783213-19dc-48d0-b4cb-6a9b562e8218 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6132 | 2024.05.29 21:20:08.636360 [ 3 ] {5ad268cf-d9f5-4dfa-bed4-afa3ac0ff68a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6133 | 2024.05.29 21:20:08.636403 [ 3 ] {5ad268cf-d9f5-4dfa-bed4-afa3ac0ff68a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6134 | 2024.05.29 21:20:08.636526 [ 3 ] {5ad268cf-d9f5-4dfa-bed4-afa3ac0ff68a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6135 | 2024.05.29 21:20:08.636815 [ 3 ] {5ad268cf-d9f5-4dfa-bed4-afa3ac0ff68a} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6136 | 2024.05.29 21:20:08.636849 [ 3 ] {5ad268cf-d9f5-4dfa-bed4-afa3ac0ff68a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6137 | 2024.05.29 21:20:08.637189 [ 3 ] {5ad268cf-d9f5-4dfa-bed4-afa3ac0ff68a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6138 | 2024.05.29 21:20:08.637508 [ 3 ] {5ad268cf-d9f5-4dfa-bed4-afa3ac0ff68a} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6139 | 2024.05.29 21:20:08.637632 [ 3 ] {5ad268cf-d9f5-4dfa-bed4-afa3ac0ff68a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001309 sec., 45836.51642475172 rows/sec., 3.09 MiB/sec. | ||
6140 | 2024.05.29 21:20:08.637779 [ 3 ] {5ad268cf-d9f5-4dfa-bed4-afa3ac0ff68a} <Debug> DynamicQueryHandler: Done processing query | ||
6141 | 2024.05.29 21:20:08.637811 [ 3 ] {5ad268cf-d9f5-4dfa-bed4-afa3ac0ff68a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6142 | 2024.05.29 21:20:08.637827 [ 3 ] {} <Debug> HTTP-Session: a7783213-19dc-48d0-b4cb-6a9b562e8218 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6143 | 2024.05.29 21:20:13.621087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6144 | 2024.05.29 21:20:13.621246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6145 | 2024.05.29 21:20:13.621277 [ 3 ] {} <Debug> HTTP-Session: 1b660c2e-9814-4ef5-a2eb-0884c75e9e63 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6146 | 2024.05.29 21:20:13.621307 [ 3 ] {} <Debug> HTTP-Session: 1b660c2e-9814-4ef5-a2eb-0884c75e9e63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6147 | 2024.05.29 21:20:13.621327 [ 3 ] {} <Debug> HTTP-Session: 1b660c2e-9814-4ef5-a2eb-0884c75e9e63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6148 | 2024.05.29 21:20:13.621389 [ 3 ] {} <Trace> HTTP-Session: 1b660c2e-9814-4ef5-a2eb-0884c75e9e63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6149 | 2024.05.29 21:20:13.621622 [ 3 ] {106e9402-b0fd-4158-8002-d3d3a1e5cab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6150 | 2024.05.29 21:20:13.621711 [ 3 ] {106e9402-b0fd-4158-8002-d3d3a1e5cab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6151 | 2024.05.29 21:20:13.621952 [ 3 ] {106e9402-b0fd-4158-8002-d3d3a1e5cab0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6152 | 2024.05.29 21:20:13.622454 [ 3 ] {106e9402-b0fd-4158-8002-d3d3a1e5cab0} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6153 | 2024.05.29 21:20:13.622510 [ 3 ] {106e9402-b0fd-4158-8002-d3d3a1e5cab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6154 | 2024.05.29 21:20:13.622998 [ 3 ] {106e9402-b0fd-4158-8002-d3d3a1e5cab0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6155 | 2024.05.29 21:20:13.623451 [ 3 ] {106e9402-b0fd-4158-8002-d3d3a1e5cab0} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6156 | 2024.05.29 21:20:13.623665 [ 3 ] {106e9402-b0fd-4158-8002-d3d3a1e5cab0} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.002109 sec., 6638.217164532954 rows/sec., 538.06 KiB/sec. | ||
6157 | 2024.05.29 21:20:13.623697 [ 99 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6158 | 2024.05.29 21:20:13.623804 [ 99 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6159 | 2024.05.29 21:20:13.623860 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6160 | 2024.05.29 21:20:13.624059 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
6161 | 2024.05.29 21:20:13.624068 [ 3 ] {106e9402-b0fd-4158-8002-d3d3a1e5cab0} <Debug> DynamicQueryHandler: Done processing query | ||
6162 | 2024.05.29 21:20:13.624153 [ 3 ] {106e9402-b0fd-4158-8002-d3d3a1e5cab0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6163 | 2024.05.29 21:20:13.624205 [ 3 ] {} <Debug> HTTP-Session: 1b660c2e-9814-4ef5-a2eb-0884c75e9e63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6164 | 2024.05.29 21:20:13.624343 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6165 | 2024.05.29 21:20:13.624392 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 30 rows starting from the beginning of the part | ||
6166 | 2024.05.29 21:20:13.624501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6167 | 2024.05.29 21:20:13.624611 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
6168 | 2024.05.29 21:20:13.624696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6169 | 2024.05.29 21:20:13.624813 [ 3 ] {} <Debug> HTTP-Session: 4601543e-9285-4d8b-a0ae-69ad3cc46b7d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6170 | 2024.05.29 21:20:13.624904 [ 3 ] {} <Debug> HTTP-Session: 4601543e-9285-4d8b-a0ae-69ad3cc46b7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6171 | 2024.05.29 21:20:13.624979 [ 3 ] {} <Debug> HTTP-Session: 4601543e-9285-4d8b-a0ae-69ad3cc46b7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6172 | 2024.05.29 21:20:13.625025 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part | ||
6173 | 2024.05.29 21:20:13.625122 [ 3 ] {} <Trace> HTTP-Session: 4601543e-9285-4d8b-a0ae-69ad3cc46b7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6174 | 2024.05.29 21:20:13.625377 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
6175 | 2024.05.29 21:20:13.625596 [ 3 ] {4fa077d4-ca3c-4d05-956e-de8cbe252359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6176 | 2024.05.29 21:20:13.625770 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part | ||
6177 | 2024.05.29 21:20:13.625788 [ 3 ] {4fa077d4-ca3c-4d05-956e-de8cbe252359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6178 | 2024.05.29 21:20:13.626291 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
6179 | 2024.05.29 21:20:13.626929 [ 3 ] {4fa077d4-ca3c-4d05-956e-de8cbe252359} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6180 | 2024.05.29 21:20:13.627972 [ 3 ] {4fa077d4-ca3c-4d05-956e-de8cbe252359} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6181 | 2024.05.29 21:20:13.628049 [ 3 ] {4fa077d4-ca3c-4d05-956e-de8cbe252359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6182 | 2024.05.29 21:20:13.629282 [ 3 ] {4fa077d4-ca3c-4d05-956e-de8cbe252359} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6183 | 2024.05.29 21:20:13.629528 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.005557208 sec., 18714.4335788763 rows/sec., 1.48 MiB/sec. | ||
6184 | 2024.05.29 21:20:13.629927 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6185 | 2024.05.29 21:20:13.630166 [ 3 ] {4fa077d4-ca3c-4d05-956e-de8cbe252359} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6186 | 2024.05.29 21:20:13.630548 [ 99 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6187 | 2024.05.29 21:20:13.630656 [ 3 ] {4fa077d4-ca3c-4d05-956e-de8cbe252359} <Debug> executeQuery: Read 98 rows, 8.16 KiB in 0.005237 sec., 18713.003628031314 rows/sec., 1.52 MiB/sec. | ||
6188 | 2024.05.29 21:20:13.630723 [ 99 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6189 | 2024.05.29 21:20:13.630858 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6190 | 2024.05.29 21:20:13.631380 [ 3 ] {4fa077d4-ca3c-4d05-956e-de8cbe252359} <Debug> DynamicQueryHandler: Done processing query | ||
6191 | 2024.05.29 21:20:13.631479 [ 3 ] {4fa077d4-ca3c-4d05-956e-de8cbe252359} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6192 | 2024.05.29 21:20:13.631580 [ 3 ] {} <Debug> HTTP-Session: 4601543e-9285-4d8b-a0ae-69ad3cc46b7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6193 | 2024.05.29 21:20:13.631714 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
6194 | 2024.05.29 21:20:13.631952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6195 | 2024.05.29 21:20:13.631992 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_36_7} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6196 | 2024.05.29 21:20:13.632219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6197 | 2024.05.29 21:20:13.632375 [ 3 ] {} <Debug> HTTP-Session: d4c119a8-c4d6-4ec1-a0e0-647bd43935ca Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6198 | 2024.05.29 21:20:13.632451 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_36_7} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6199 | 2024.05.29 21:20:13.632460 [ 3 ] {} <Debug> HTTP-Session: d4c119a8-c4d6-4ec1-a0e0-647bd43935ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6200 | 2024.05.29 21:20:13.632553 [ 3 ] {} <Debug> HTTP-Session: d4c119a8-c4d6-4ec1-a0e0-647bd43935ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6201 | 2024.05.29 21:20:13.632641 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6202 | 2024.05.29 21:20:13.632709 [ 3 ] {} <Trace> HTTP-Session: d4c119a8-c4d6-4ec1-a0e0-647bd43935ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6203 | 2024.05.29 21:20:13.632744 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6204 | 2024.05.29 21:20:13.632764 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 189 rows starting from the beginning of the part | ||
6205 | 2024.05.29 21:20:13.633038 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 98 rows starting from the beginning of the part | ||
6206 | 2024.05.29 21:20:13.633110 [ 3 ] {035a1635-01ff-4ae5-bf2b-707ee6a68be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6207 | 2024.05.29 21:20:13.633291 [ 3 ] {035a1635-01ff-4ae5-bf2b-707ee6a68be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6208 | 2024.05.29 21:20:13.633483 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 104 rows starting from the beginning of the part | ||
6209 | 2024.05.29 21:20:13.633782 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 135 rows starting from the beginning of the part | ||
6210 | 2024.05.29 21:20:13.634146 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 105 rows starting from the beginning of the part | ||
6211 | 2024.05.29 21:20:13.634520 [ 3 ] {035a1635-01ff-4ae5-bf2b-707ee6a68be7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6212 | 2024.05.29 21:20:13.634541 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 98 rows starting from the beginning of the part | ||
6213 | 2024.05.29 21:20:13.635622 [ 3 ] {035a1635-01ff-4ae5-bf2b-707ee6a68be7} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6214 | 2024.05.29 21:20:13.635704 [ 3 ] {035a1635-01ff-4ae5-bf2b-707ee6a68be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6215 | 2024.05.29 21:20:13.636711 [ 3 ] {035a1635-01ff-4ae5-bf2b-707ee6a68be7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6216 | 2024.05.29 21:20:13.637704 [ 3 ] {035a1635-01ff-4ae5-bf2b-707ee6a68be7} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6217 | 2024.05.29 21:20:13.637800 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 729 rows, containing 4 columns (4 merged, 0 gathered) in 0.006664905 sec., 109378.9033752169 rows/sec., 8.92 MiB/sec. | ||
6218 | 2024.05.29 21:20:13.637979 [ 99 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6219 | 2024.05.29 21:20:13.638054 [ 3 ] {035a1635-01ff-4ae5-bf2b-707ee6a68be7} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.005092 sec., 15318.146111547525 rows/sec., 1.20 MiB/sec. | ||
6220 | 2024.05.29 21:20:13.638074 [ 99 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6221 | 2024.05.29 21:20:13.638081 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6222 | 2024.05.29 21:20:13.638157 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6223 | 2024.05.29 21:20:13.638717 [ 201 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
6224 | 2024.05.29 21:20:13.638793 [ 3 ] {035a1635-01ff-4ae5-bf2b-707ee6a68be7} <Debug> DynamicQueryHandler: Done processing query | ||
6225 | 2024.05.29 21:20:13.638941 [ 3 ] {035a1635-01ff-4ae5-bf2b-707ee6a68be7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6226 | 2024.05.29 21:20:13.639081 [ 3 ] {} <Debug> HTTP-Session: d4c119a8-c4d6-4ec1-a0e0-647bd43935ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6227 | 2024.05.29 21:20:13.639541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6228 | 2024.05.29 21:20:13.639576 [ 201 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6229 | 2024.05.29 21:20:13.639655 [ 201 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 150 rows starting from the beginning of the part | ||
6230 | 2024.05.29 21:20:13.639706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6231 | 2024.05.29 21:20:13.639789 [ 3 ] {} <Debug> HTTP-Session: 179bce2b-d20b-46ed-8e39-b72c64e8be1b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6232 | 2024.05.29 21:20:13.640009 [ 3 ] {} <Debug> HTTP-Session: 179bce2b-d20b-46ed-8e39-b72c64e8be1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6233 | 2024.05.29 21:20:13.640034 [ 201 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 78 rows starting from the beginning of the part | ||
6234 | 2024.05.29 21:20:13.640127 [ 3 ] {} <Debug> HTTP-Session: 179bce2b-d20b-46ed-8e39-b72c64e8be1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6235 | 2024.05.29 21:20:13.640202 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_36_7} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6236 | 2024.05.29 21:20:13.640339 [ 3 ] {} <Trace> HTTP-Session: 179bce2b-d20b-46ed-8e39-b72c64e8be1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6237 | 2024.05.29 21:20:13.640413 [ 201 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 80 rows starting from the beginning of the part | ||
6238 | 2024.05.29 21:20:13.640780 [ 201 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 104 rows starting from the beginning of the part | ||
6239 | 2024.05.29 21:20:13.641005 [ 3 ] {6e8b6c70-95b8-4d2a-9d13-754e813b6c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6240 | 2024.05.29 21:20:13.641144 [ 201 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part | ||
6241 | 2024.05.29 21:20:13.641230 [ 3 ] {6e8b6c70-95b8-4d2a-9d13-754e813b6c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6242 | 2024.05.29 21:20:13.641652 [ 201 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 78 rows starting from the beginning of the part | ||
6243 | 2024.05.29 21:20:13.641747 [ 187 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_36_7} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6244 | 2024.05.29 21:20:13.642605 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
6245 | 2024.05.29 21:20:13.642761 [ 3 ] {6e8b6c70-95b8-4d2a-9d13-754e813b6c12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6246 | 2024.05.29 21:20:13.643925 [ 3 ] {6e8b6c70-95b8-4d2a-9d13-754e813b6c12} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6247 | 2024.05.29 21:20:13.644016 [ 3 ] {6e8b6c70-95b8-4d2a-9d13-754e813b6c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6248 | 2024.05.29 21:20:13.644734 [ 189 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 4 columns (4 merged, 0 gathered) in 0.006387026 sec., 89556.54791447538 rows/sec., 6.99 MiB/sec. | ||
6249 | 2024.05.29 21:20:13.644918 [ 190 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6250 | 2024.05.29 21:20:13.645044 [ 3 ] {6e8b6c70-95b8-4d2a-9d13-754e813b6c12} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6251 | 2024.05.29 21:20:13.645460 [ 190 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_36_7} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6252 | 2024.05.29 21:20:13.645563 [ 190 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_36_7} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6253 | 2024.05.29 21:20:13.645627 [ 3 ] {6e8b6c70-95b8-4d2a-9d13-754e813b6c12} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6254 | 2024.05.29 21:20:13.645671 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
6255 | 2024.05.29 21:20:13.645874 [ 3 ] {6e8b6c70-95b8-4d2a-9d13-754e813b6c12} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005218 sec., 30663.089306247603 rows/sec., 2.14 MiB/sec. | ||
6256 | 2024.05.29 21:20:13.646112 [ 3 ] {6e8b6c70-95b8-4d2a-9d13-754e813b6c12} <Debug> DynamicQueryHandler: Done processing query | ||
6257 | 2024.05.29 21:20:13.646147 [ 3 ] {6e8b6c70-95b8-4d2a-9d13-754e813b6c12} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6258 | 2024.05.29 21:20:13.646169 [ 3 ] {} <Debug> HTTP-Session: 179bce2b-d20b-46ed-8e39-b72c64e8be1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6259 | 2024.05.29 21:20:13.646324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6260 | 2024.05.29 21:20:13.646374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6261 | 2024.05.29 21:20:13.646393 [ 3 ] {} <Debug> HTTP-Session: 62016a2b-a8a8-4e8f-90c2-57a0c3438fdf Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6262 | 2024.05.29 21:20:13.646409 [ 3 ] {} <Debug> HTTP-Session: 62016a2b-a8a8-4e8f-90c2-57a0c3438fdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6263 | 2024.05.29 21:20:13.646423 [ 3 ] {} <Debug> HTTP-Session: 62016a2b-a8a8-4e8f-90c2-57a0c3438fdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6264 | 2024.05.29 21:20:13.646457 [ 3 ] {} <Trace> HTTP-Session: 62016a2b-a8a8-4e8f-90c2-57a0c3438fdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6265 | 2024.05.29 21:20:13.646646 [ 3 ] {2c5db657-4a4d-4148-8953-0af2f0036d7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6266 | 2024.05.29 21:20:13.646703 [ 3 ] {2c5db657-4a4d-4148-8953-0af2f0036d7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6267 | 2024.05.29 21:20:13.646875 [ 3 ] {2c5db657-4a4d-4148-8953-0af2f0036d7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6268 | 2024.05.29 21:20:13.647238 [ 3 ] {2c5db657-4a4d-4148-8953-0af2f0036d7e} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6269 | 2024.05.29 21:20:13.647274 [ 3 ] {2c5db657-4a4d-4148-8953-0af2f0036d7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6270 | 2024.05.29 21:20:13.647732 [ 3 ] {2c5db657-4a4d-4148-8953-0af2f0036d7e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6271 | 2024.05.29 21:20:13.648107 [ 3 ] {2c5db657-4a4d-4148-8953-0af2f0036d7e} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6272 | 2024.05.29 21:20:13.648261 [ 3 ] {2c5db657-4a4d-4148-8953-0af2f0036d7e} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001718 sec., 8149.010477299185 rows/sec., 11.00 MiB/sec. | ||
6273 | 2024.05.29 21:20:13.648286 [ 99 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6274 | 2024.05.29 21:20:13.648381 [ 99 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6275 | 2024.05.29 21:20:13.648437 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6276 | 2024.05.29 21:20:13.648557 [ 3 ] {2c5db657-4a4d-4148-8953-0af2f0036d7e} <Debug> DynamicQueryHandler: Done processing query | ||
6277 | 2024.05.29 21:20:13.648611 [ 3 ] {2c5db657-4a4d-4148-8953-0af2f0036d7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6278 | 2024.05.29 21:20:13.648631 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
6279 | 2024.05.29 21:20:13.648642 [ 3 ] {} <Debug> HTTP-Session: 62016a2b-a8a8-4e8f-90c2-57a0c3438fdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6280 | 2024.05.29 21:20:13.648884 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6281 | 2024.05.29 21:20:13.648892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6282 | 2024.05.29 21:20:13.648955 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 464 rows starting from the beginning of the part | ||
6283 | 2024.05.29 21:20:13.649001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6284 | 2024.05.29 21:20:13.649091 [ 3 ] {} <Debug> HTTP-Session: e4e2c81b-53cd-41da-826c-d84bb41f4000 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6285 | 2024.05.29 21:20:13.649168 [ 3 ] {} <Debug> HTTP-Session: e4e2c81b-53cd-41da-826c-d84bb41f4000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6286 | 2024.05.29 21:20:13.649225 [ 3 ] {} <Debug> HTTP-Session: e4e2c81b-53cd-41da-826c-d84bb41f4000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6287 | 2024.05.29 21:20:13.649311 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
6288 | 2024.05.29 21:20:13.649331 [ 3 ] {} <Trace> HTTP-Session: e4e2c81b-53cd-41da-826c-d84bb41f4000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6289 | 2024.05.29 21:20:13.649573 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part | ||
6290 | 2024.05.29 21:20:13.649657 [ 3 ] {660b8f17-6b3e-42a3-8208-96a98d12f51e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6291 | 2024.05.29 21:20:13.649845 [ 3 ] {660b8f17-6b3e-42a3-8208-96a98d12f51e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6292 | 2024.05.29 21:20:13.649892 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
6293 | 2024.05.29 21:20:13.650299 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part | ||
6294 | 2024.05.29 21:20:13.650646 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
6295 | 2024.05.29 21:20:13.651167 [ 3 ] {660b8f17-6b3e-42a3-8208-96a98d12f51e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6296 | 2024.05.29 21:20:13.651946 [ 3 ] {660b8f17-6b3e-42a3-8208-96a98d12f51e} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6297 | 2024.05.29 21:20:13.651999 [ 3 ] {660b8f17-6b3e-42a3-8208-96a98d12f51e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6298 | 2024.05.29 21:20:13.652579 [ 3 ] {660b8f17-6b3e-42a3-8208-96a98d12f51e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6299 | 2024.05.29 21:20:13.653619 [ 3 ] {660b8f17-6b3e-42a3-8208-96a98d12f51e} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6300 | 2024.05.29 21:20:13.654065 [ 3 ] {660b8f17-6b3e-42a3-8208-96a98d12f51e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004532 sec., 13239.18799646955 rows/sec., 913.64 KiB/sec. | ||
6301 | 2024.05.29 21:20:13.654416 [ 3 ] {660b8f17-6b3e-42a3-8208-96a98d12f51e} <Debug> DynamicQueryHandler: Done processing query | ||
6302 | 2024.05.29 21:20:13.654823 [ 3 ] {660b8f17-6b3e-42a3-8208-96a98d12f51e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6303 | 2024.05.29 21:20:13.654848 [ 3 ] {} <Debug> HTTP-Session: e4e2c81b-53cd-41da-826c-d84bb41f4000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6304 | 2024.05.29 21:20:13.655791 [ 190 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 538 rows, containing 6 columns (6 merged, 0 gathered) in 0.007262545 sec., 74078.71483068264 rows/sec., 99.97 MiB/sec. | ||
6305 | 2024.05.29 21:20:13.656374 [ 191 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6306 | 2024.05.29 21:20:13.656940 [ 191 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6307 | 2024.05.29 21:20:13.657036 [ 191 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6308 | 2024.05.29 21:20:13.657150 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. | ||
6309 | 2024.05.29 21:20:14.000136 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.17 MiB, peak 195.87 MiB, free memory in arenas 0.00 B, will set to 188.44 MiB (RSS), difference: 1.27 MiB | ||
6310 | 2024.05.29 21:20:18.621296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6311 | 2024.05.29 21:20:18.621421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6312 | 2024.05.29 21:20:18.621449 [ 3 ] {} <Debug> HTTP-Session: 51c7d0ee-5170-476d-a48f-5addff72f131 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6313 | 2024.05.29 21:20:18.621476 [ 3 ] {} <Debug> HTTP-Session: 51c7d0ee-5170-476d-a48f-5addff72f131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6314 | 2024.05.29 21:20:18.621493 [ 3 ] {} <Debug> HTTP-Session: 51c7d0ee-5170-476d-a48f-5addff72f131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6315 | 2024.05.29 21:20:18.621549 [ 3 ] {} <Trace> HTTP-Session: 51c7d0ee-5170-476d-a48f-5addff72f131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6316 | 2024.05.29 21:20:18.621753 [ 3 ] {5a8a88c7-06f0-481e-80dd-0a7f56364c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6317 | 2024.05.29 21:20:18.621829 [ 3 ] {5a8a88c7-06f0-481e-80dd-0a7f56364c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6318 | 2024.05.29 21:20:18.622043 [ 3 ] {5a8a88c7-06f0-481e-80dd-0a7f56364c23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6319 | 2024.05.29 21:20:18.622418 [ 3 ] {5a8a88c7-06f0-481e-80dd-0a7f56364c23} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6320 | 2024.05.29 21:20:18.622456 [ 3 ] {5a8a88c7-06f0-481e-80dd-0a7f56364c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6321 | 2024.05.29 21:20:18.622816 [ 3 ] {5a8a88c7-06f0-481e-80dd-0a7f56364c23} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6322 | 2024.05.29 21:20:18.623153 [ 3 ] {5a8a88c7-06f0-481e-80dd-0a7f56364c23} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6323 | 2024.05.29 21:20:18.623294 [ 3 ] {5a8a88c7-06f0-481e-80dd-0a7f56364c23} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001607 sec., 9956.440572495334 rows/sec., 807.02 KiB/sec. | ||
6324 | 2024.05.29 21:20:18.623478 [ 3 ] {5a8a88c7-06f0-481e-80dd-0a7f56364c23} <Debug> DynamicQueryHandler: Done processing query | ||
6325 | 2024.05.29 21:20:18.623504 [ 3 ] {5a8a88c7-06f0-481e-80dd-0a7f56364c23} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6326 | 2024.05.29 21:20:18.623520 [ 3 ] {} <Debug> HTTP-Session: 51c7d0ee-5170-476d-a48f-5addff72f131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6327 | 2024.05.29 21:20:18.623668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6328 | 2024.05.29 21:20:18.623715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6329 | 2024.05.29 21:20:18.623733 [ 3 ] {} <Debug> HTTP-Session: 4311dd1d-f008-431f-8cb1-600bc02e7a1f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6330 | 2024.05.29 21:20:18.623749 [ 3 ] {} <Debug> HTTP-Session: 4311dd1d-f008-431f-8cb1-600bc02e7a1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6331 | 2024.05.29 21:20:18.623763 [ 3 ] {} <Debug> HTTP-Session: 4311dd1d-f008-431f-8cb1-600bc02e7a1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6332 | 2024.05.29 21:20:18.623794 [ 3 ] {} <Trace> HTTP-Session: 4311dd1d-f008-431f-8cb1-600bc02e7a1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6333 | 2024.05.29 21:20:18.623887 [ 3 ] {c15d5e6e-a871-4101-8c1c-f18437a82069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6334 | 2024.05.29 21:20:18.623928 [ 3 ] {c15d5e6e-a871-4101-8c1c-f18437a82069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6335 | 2024.05.29 21:20:18.624050 [ 3 ] {c15d5e6e-a871-4101-8c1c-f18437a82069} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6336 | 2024.05.29 21:20:18.624305 [ 3 ] {c15d5e6e-a871-4101-8c1c-f18437a82069} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6337 | 2024.05.29 21:20:18.624339 [ 3 ] {c15d5e6e-a871-4101-8c1c-f18437a82069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6338 | 2024.05.29 21:20:18.624633 [ 3 ] {c15d5e6e-a871-4101-8c1c-f18437a82069} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6339 | 2024.05.29 21:20:18.624944 [ 3 ] {c15d5e6e-a871-4101-8c1c-f18437a82069} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6340 | 2024.05.29 21:20:18.625066 [ 3 ] {c15d5e6e-a871-4101-8c1c-f18437a82069} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001202 sec., 3327.787021630616 rows/sec., 271.36 KiB/sec. | ||
6341 | 2024.05.29 21:20:18.625207 [ 3 ] {c15d5e6e-a871-4101-8c1c-f18437a82069} <Debug> DynamicQueryHandler: Done processing query | ||
6342 | 2024.05.29 21:20:18.625232 [ 3 ] {c15d5e6e-a871-4101-8c1c-f18437a82069} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6343 | 2024.05.29 21:20:18.625247 [ 3 ] {} <Debug> HTTP-Session: 4311dd1d-f008-431f-8cb1-600bc02e7a1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6344 | 2024.05.29 21:20:18.625398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6345 | 2024.05.29 21:20:18.625444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6346 | 2024.05.29 21:20:18.625462 [ 3 ] {} <Debug> HTTP-Session: 2bd95663-1738-4d06-ad5e-faa5cde3b4d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6347 | 2024.05.29 21:20:18.625479 [ 3 ] {} <Debug> HTTP-Session: 2bd95663-1738-4d06-ad5e-faa5cde3b4d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6348 | 2024.05.29 21:20:18.625493 [ 3 ] {} <Debug> HTTP-Session: 2bd95663-1738-4d06-ad5e-faa5cde3b4d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6349 | 2024.05.29 21:20:18.625522 [ 3 ] {} <Trace> HTTP-Session: 2bd95663-1738-4d06-ad5e-faa5cde3b4d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6350 | 2024.05.29 21:20:18.625640 [ 3 ] {b233032b-12f8-4812-a78a-5c039ca7172e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6351 | 2024.05.29 21:20:18.625681 [ 3 ] {b233032b-12f8-4812-a78a-5c039ca7172e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6352 | 2024.05.29 21:20:18.625799 [ 3 ] {b233032b-12f8-4812-a78a-5c039ca7172e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6353 | 2024.05.29 21:20:18.626108 [ 3 ] {b233032b-12f8-4812-a78a-5c039ca7172e} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6354 | 2024.05.29 21:20:18.626143 [ 3 ] {b233032b-12f8-4812-a78a-5c039ca7172e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6355 | 2024.05.29 21:20:18.626445 [ 3 ] {b233032b-12f8-4812-a78a-5c039ca7172e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6356 | 2024.05.29 21:20:18.626743 [ 3 ] {b233032b-12f8-4812-a78a-5c039ca7172e} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6357 | 2024.05.29 21:20:18.626864 [ 3 ] {b233032b-12f8-4812-a78a-5c039ca7172e} <Debug> executeQuery: Read 106 rows, 8.94 KiB in 0.001271 sec., 83398.89850511408 rows/sec., 6.87 MiB/sec. | ||
6358 | 2024.05.29 21:20:18.627006 [ 3 ] {b233032b-12f8-4812-a78a-5c039ca7172e} <Debug> DynamicQueryHandler: Done processing query | ||
6359 | 2024.05.29 21:20:18.627030 [ 3 ] {b233032b-12f8-4812-a78a-5c039ca7172e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6360 | 2024.05.29 21:20:18.627045 [ 3 ] {} <Debug> HTTP-Session: 2bd95663-1738-4d06-ad5e-faa5cde3b4d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6361 | 2024.05.29 21:20:18.627157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6362 | 2024.05.29 21:20:18.627203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6363 | 2024.05.29 21:20:18.627222 [ 3 ] {} <Debug> HTTP-Session: 572acde9-2369-443a-93c4-af8e37401801 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6364 | 2024.05.29 21:20:18.627238 [ 3 ] {} <Debug> HTTP-Session: 572acde9-2369-443a-93c4-af8e37401801 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6365 | 2024.05.29 21:20:18.627251 [ 3 ] {} <Debug> HTTP-Session: 572acde9-2369-443a-93c4-af8e37401801 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6366 | 2024.05.29 21:20:18.627280 [ 3 ] {} <Trace> HTTP-Session: 572acde9-2369-443a-93c4-af8e37401801 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6367 | 2024.05.29 21:20:18.627371 [ 3 ] {ffc7e6ee-89bb-46b9-9197-07209d73f3c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6368 | 2024.05.29 21:20:18.627410 [ 3 ] {ffc7e6ee-89bb-46b9-9197-07209d73f3c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6369 | 2024.05.29 21:20:18.627530 [ 3 ] {ffc7e6ee-89bb-46b9-9197-07209d73f3c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6370 | 2024.05.29 21:20:18.627765 [ 3 ] {ffc7e6ee-89bb-46b9-9197-07209d73f3c6} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6371 | 2024.05.29 21:20:18.627800 [ 3 ] {ffc7e6ee-89bb-46b9-9197-07209d73f3c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6372 | 2024.05.29 21:20:18.628088 [ 3 ] {ffc7e6ee-89bb-46b9-9197-07209d73f3c6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6373 | 2024.05.29 21:20:18.628385 [ 3 ] {ffc7e6ee-89bb-46b9-9197-07209d73f3c6} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6374 | 2024.05.29 21:20:18.628517 [ 3 ] {ffc7e6ee-89bb-46b9-9197-07209d73f3c6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00117 sec., 3418.8034188034185 rows/sec., 238.72 KiB/sec. | ||
6375 | 2024.05.29 21:20:18.628777 [ 3 ] {ffc7e6ee-89bb-46b9-9197-07209d73f3c6} <Debug> DynamicQueryHandler: Done processing query | ||
6376 | 2024.05.29 21:20:18.628820 [ 3 ] {ffc7e6ee-89bb-46b9-9197-07209d73f3c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6377 | 2024.05.29 21:20:18.628837 [ 3 ] {} <Debug> HTTP-Session: 572acde9-2369-443a-93c4-af8e37401801 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6378 | 2024.05.29 21:20:18.628958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14278, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6379 | 2024.05.29 21:20:18.629006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6380 | 2024.05.29 21:20:18.629025 [ 3 ] {} <Debug> HTTP-Session: dced4676-2f95-4b68-8ef7-e4169b3b79dc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6381 | 2024.05.29 21:20:18.629040 [ 3 ] {} <Debug> HTTP-Session: dced4676-2f95-4b68-8ef7-e4169b3b79dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6382 | 2024.05.29 21:20:18.629054 [ 3 ] {} <Debug> HTTP-Session: dced4676-2f95-4b68-8ef7-e4169b3b79dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6383 | 2024.05.29 21:20:18.629083 [ 3 ] {} <Trace> HTTP-Session: dced4676-2f95-4b68-8ef7-e4169b3b79dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6384 | 2024.05.29 21:20:18.629194 [ 3 ] {9754c515-3d38-4d56-bd3e-300149906a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6385 | 2024.05.29 21:20:18.629237 [ 3 ] {9754c515-3d38-4d56-bd3e-300149906a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6386 | 2024.05.29 21:20:18.629378 [ 3 ] {9754c515-3d38-4d56-bd3e-300149906a23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6387 | 2024.05.29 21:20:18.629689 [ 3 ] {9754c515-3d38-4d56-bd3e-300149906a23} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6388 | 2024.05.29 21:20:18.629725 [ 3 ] {9754c515-3d38-4d56-bd3e-300149906a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6389 | 2024.05.29 21:20:18.630025 [ 3 ] {9754c515-3d38-4d56-bd3e-300149906a23} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6390 | 2024.05.29 21:20:18.630330 [ 3 ] {9754c515-3d38-4d56-bd3e-300149906a23} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6391 | 2024.05.29 21:20:18.630483 [ 3 ] {9754c515-3d38-4d56-bd3e-300149906a23} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001323 sec., 63492.06349206349 rows/sec., 4.96 MiB/sec. | ||
6392 | 2024.05.29 21:20:18.630630 [ 3 ] {9754c515-3d38-4d56-bd3e-300149906a23} <Debug> DynamicQueryHandler: Done processing query | ||
6393 | 2024.05.29 21:20:18.630654 [ 3 ] {9754c515-3d38-4d56-bd3e-300149906a23} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6394 | 2024.05.29 21:20:18.630668 [ 3 ] {} <Debug> HTTP-Session: dced4676-2f95-4b68-8ef7-e4169b3b79dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6395 | 2024.05.29 21:20:18.630823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6396 | 2024.05.29 21:20:18.630871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6397 | 2024.05.29 21:20:18.630889 [ 3 ] {} <Debug> HTTP-Session: 29876adc-4826-4553-92cf-f9968af38dd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6398 | 2024.05.29 21:20:18.630905 [ 3 ] {} <Debug> HTTP-Session: 29876adc-4826-4553-92cf-f9968af38dd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6399 | 2024.05.29 21:20:18.630918 [ 3 ] {} <Debug> HTTP-Session: 29876adc-4826-4553-92cf-f9968af38dd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6400 | 2024.05.29 21:20:18.630948 [ 3 ] {} <Trace> HTTP-Session: 29876adc-4826-4553-92cf-f9968af38dd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6401 | 2024.05.29 21:20:18.631086 [ 3 ] {1e07c9cd-a2ce-48e3-9bfa-3b6d541af59f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6402 | 2024.05.29 21:20:18.631133 [ 3 ] {1e07c9cd-a2ce-48e3-9bfa-3b6d541af59f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6403 | 2024.05.29 21:20:18.631276 [ 3 ] {1e07c9cd-a2ce-48e3-9bfa-3b6d541af59f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6404 | 2024.05.29 21:20:18.631820 [ 3 ] {1e07c9cd-a2ce-48e3-9bfa-3b6d541af59f} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6405 | 2024.05.29 21:20:18.631856 [ 3 ] {1e07c9cd-a2ce-48e3-9bfa-3b6d541af59f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6406 | 2024.05.29 21:20:18.632235 [ 3 ] {1e07c9cd-a2ce-48e3-9bfa-3b6d541af59f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6407 | 2024.05.29 21:20:18.632568 [ 3 ] {1e07c9cd-a2ce-48e3-9bfa-3b6d541af59f} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6408 | 2024.05.29 21:20:18.632730 [ 3 ] {1e07c9cd-a2ce-48e3-9bfa-3b6d541af59f} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001704 sec., 95070.42253521127 rows/sec., 6.62 MiB/sec. | ||
6409 | 2024.05.29 21:20:18.632929 [ 3 ] {1e07c9cd-a2ce-48e3-9bfa-3b6d541af59f} <Debug> DynamicQueryHandler: Done processing query | ||
6410 | 2024.05.29 21:20:18.632956 [ 3 ] {1e07c9cd-a2ce-48e3-9bfa-3b6d541af59f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6411 | 2024.05.29 21:20:18.632972 [ 3 ] {} <Debug> HTTP-Session: 29876adc-4826-4553-92cf-f9968af38dd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6412 | 2024.05.29 21:20:18.633105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6413 | 2024.05.29 21:20:18.633153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6414 | 2024.05.29 21:20:18.633171 [ 3 ] {} <Debug> HTTP-Session: edde9b2f-040b-4581-a4ff-bc2de84ad4ac Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6415 | 2024.05.29 21:20:18.633187 [ 3 ] {} <Debug> HTTP-Session: edde9b2f-040b-4581-a4ff-bc2de84ad4ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6416 | 2024.05.29 21:20:18.633200 [ 3 ] {} <Debug> HTTP-Session: edde9b2f-040b-4581-a4ff-bc2de84ad4ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6417 | 2024.05.29 21:20:18.633230 [ 3 ] {} <Trace> HTTP-Session: edde9b2f-040b-4581-a4ff-bc2de84ad4ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6418 | 2024.05.29 21:20:18.633402 [ 3 ] {26e28876-cc89-4b56-97f4-31c8de3e3906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6419 | 2024.05.29 21:20:18.633448 [ 3 ] {26e28876-cc89-4b56-97f4-31c8de3e3906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6420 | 2024.05.29 21:20:18.633602 [ 3 ] {26e28876-cc89-4b56-97f4-31c8de3e3906} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6421 | 2024.05.29 21:20:18.633966 [ 3 ] {26e28876-cc89-4b56-97f4-31c8de3e3906} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6422 | 2024.05.29 21:20:18.634000 [ 3 ] {26e28876-cc89-4b56-97f4-31c8de3e3906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6423 | 2024.05.29 21:20:18.634386 [ 3 ] {26e28876-cc89-4b56-97f4-31c8de3e3906} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6424 | 2024.05.29 21:20:18.634722 [ 3 ] {26e28876-cc89-4b56-97f4-31c8de3e3906} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6425 | 2024.05.29 21:20:18.634882 [ 3 ] {26e28876-cc89-4b56-97f4-31c8de3e3906} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001577 sec., 10145.84654407102 rows/sec., 13.69 MiB/sec. | ||
6426 | 2024.05.29 21:20:18.635208 [ 3 ] {26e28876-cc89-4b56-97f4-31c8de3e3906} <Debug> DynamicQueryHandler: Done processing query | ||
6427 | 2024.05.29 21:20:18.635245 [ 3 ] {26e28876-cc89-4b56-97f4-31c8de3e3906} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6428 | 2024.05.29 21:20:18.635262 [ 3 ] {} <Debug> HTTP-Session: edde9b2f-040b-4581-a4ff-bc2de84ad4ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6429 | 2024.05.29 21:20:18.635415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6430 | 2024.05.29 21:20:18.635463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6431 | 2024.05.29 21:20:18.635481 [ 3 ] {} <Debug> HTTP-Session: dcffcc2f-f4fe-4a25-bb94-4df11c7574f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6432 | 2024.05.29 21:20:18.635498 [ 3 ] {} <Debug> HTTP-Session: dcffcc2f-f4fe-4a25-bb94-4df11c7574f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6433 | 2024.05.29 21:20:18.635512 [ 3 ] {} <Debug> HTTP-Session: dcffcc2f-f4fe-4a25-bb94-4df11c7574f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6434 | 2024.05.29 21:20:18.635541 [ 3 ] {} <Trace> HTTP-Session: dcffcc2f-f4fe-4a25-bb94-4df11c7574f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6435 | 2024.05.29 21:20:18.635654 [ 3 ] {2e6bb0ca-173e-4c07-b297-d950bdb943ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6436 | 2024.05.29 21:20:18.635700 [ 3 ] {2e6bb0ca-173e-4c07-b297-d950bdb943ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6437 | 2024.05.29 21:20:18.635843 [ 3 ] {2e6bb0ca-173e-4c07-b297-d950bdb943ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6438 | 2024.05.29 21:20:18.636144 [ 3 ] {2e6bb0ca-173e-4c07-b297-d950bdb943ee} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6439 | 2024.05.29 21:20:18.636179 [ 3 ] {2e6bb0ca-173e-4c07-b297-d950bdb943ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6440 | 2024.05.29 21:20:18.636539 [ 3 ] {2e6bb0ca-173e-4c07-b297-d950bdb943ee} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6441 | 2024.05.29 21:20:18.636856 [ 3 ] {2e6bb0ca-173e-4c07-b297-d950bdb943ee} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6442 | 2024.05.29 21:20:18.637014 [ 3 ] {2e6bb0ca-173e-4c07-b297-d950bdb943ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
6443 | 2024.05.29 21:20:18.637223 [ 3 ] {2e6bb0ca-173e-4c07-b297-d950bdb943ee} <Debug> DynamicQueryHandler: Done processing query | ||
6444 | 2024.05.29 21:20:18.637247 [ 3 ] {2e6bb0ca-173e-4c07-b297-d950bdb943ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6445 | 2024.05.29 21:20:18.637263 [ 3 ] {} <Debug> HTTP-Session: dcffcc2f-f4fe-4a25-bb94-4df11c7574f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6446 | 2024.05.29 21:20:21.141417 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6447 | 2024.05.29 21:20:21.141488 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6448 | 2024.05.29 21:20:23.621448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6449 | 2024.05.29 21:20:23.621569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6450 | 2024.05.29 21:20:23.621598 [ 3 ] {} <Debug> HTTP-Session: 14647f68-cdf9-40ca-8f82-d45eb5856e8f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6451 | 2024.05.29 21:20:23.621625 [ 3 ] {} <Debug> HTTP-Session: 14647f68-cdf9-40ca-8f82-d45eb5856e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6452 | 2024.05.29 21:20:23.621642 [ 3 ] {} <Debug> HTTP-Session: 14647f68-cdf9-40ca-8f82-d45eb5856e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6453 | 2024.05.29 21:20:23.621697 [ 3 ] {} <Trace> HTTP-Session: 14647f68-cdf9-40ca-8f82-d45eb5856e8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6454 | 2024.05.29 21:20:23.621899 [ 3 ] {f5408623-3648-4bb9-a96b-8be79408cc75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6455 | 2024.05.29 21:20:23.621973 [ 3 ] {f5408623-3648-4bb9-a96b-8be79408cc75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6456 | 2024.05.29 21:20:23.622190 [ 3 ] {f5408623-3648-4bb9-a96b-8be79408cc75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6457 | 2024.05.29 21:20:23.622616 [ 3 ] {f5408623-3648-4bb9-a96b-8be79408cc75} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6458 | 2024.05.29 21:20:23.622656 [ 3 ] {f5408623-3648-4bb9-a96b-8be79408cc75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6459 | 2024.05.29 21:20:23.623014 [ 3 ] {f5408623-3648-4bb9-a96b-8be79408cc75} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6460 | 2024.05.29 21:20:23.623342 [ 3 ] {f5408623-3648-4bb9-a96b-8be79408cc75} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6461 | 2024.05.29 21:20:23.623515 [ 3 ] {f5408623-3648-4bb9-a96b-8be79408cc75} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001675 sec., 8358.20895522388 rows/sec., 677.47 KiB/sec. | ||
6462 | 2024.05.29 21:20:23.623760 [ 3 ] {f5408623-3648-4bb9-a96b-8be79408cc75} <Debug> DynamicQueryHandler: Done processing query | ||
6463 | 2024.05.29 21:20:23.623786 [ 3 ] {f5408623-3648-4bb9-a96b-8be79408cc75} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6464 | 2024.05.29 21:20:23.623802 [ 3 ] {} <Debug> HTTP-Session: 14647f68-cdf9-40ca-8f82-d45eb5856e8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6465 | 2024.05.29 21:20:23.624085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6466 | 2024.05.29 21:20:23.624134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6467 | 2024.05.29 21:20:23.624152 [ 3 ] {} <Debug> HTTP-Session: 08905aac-25e6-46ca-acea-faccf2559e13 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6468 | 2024.05.29 21:20:23.624169 [ 3 ] {} <Debug> HTTP-Session: 08905aac-25e6-46ca-acea-faccf2559e13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6469 | 2024.05.29 21:20:23.624182 [ 3 ] {} <Debug> HTTP-Session: 08905aac-25e6-46ca-acea-faccf2559e13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6470 | 2024.05.29 21:20:23.624213 [ 3 ] {} <Trace> HTTP-Session: 08905aac-25e6-46ca-acea-faccf2559e13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6471 | 2024.05.29 21:20:23.624332 [ 3 ] {311ec910-5fd4-4359-86c6-2683fa1910b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6472 | 2024.05.29 21:20:23.624374 [ 3 ] {311ec910-5fd4-4359-86c6-2683fa1910b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6473 | 2024.05.29 21:20:23.624502 [ 3 ] {311ec910-5fd4-4359-86c6-2683fa1910b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6474 | 2024.05.29 21:20:23.624874 [ 3 ] {311ec910-5fd4-4359-86c6-2683fa1910b4} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6475 | 2024.05.29 21:20:23.624909 [ 3 ] {311ec910-5fd4-4359-86c6-2683fa1910b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6476 | 2024.05.29 21:20:23.625216 [ 3 ] {311ec910-5fd4-4359-86c6-2683fa1910b4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6477 | 2024.05.29 21:20:23.625511 [ 3 ] {311ec910-5fd4-4359-86c6-2683fa1910b4} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6478 | 2024.05.29 21:20:23.625666 [ 3 ] {311ec910-5fd4-4359-86c6-2683fa1910b4} <Debug> executeQuery: Read 98 rows, 8.16 KiB in 0.001372 sec., 71428.57142857143 rows/sec., 5.80 MiB/sec. | ||
6479 | 2024.05.29 21:20:23.625917 [ 3 ] {311ec910-5fd4-4359-86c6-2683fa1910b4} <Debug> DynamicQueryHandler: Done processing query | ||
6480 | 2024.05.29 21:20:23.625971 [ 3 ] {311ec910-5fd4-4359-86c6-2683fa1910b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6481 | 2024.05.29 21:20:23.626018 [ 3 ] {} <Debug> HTTP-Session: 08905aac-25e6-46ca-acea-faccf2559e13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6482 | 2024.05.29 21:20:23.626165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6483 | 2024.05.29 21:20:23.626215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6484 | 2024.05.29 21:20:23.626234 [ 3 ] {} <Debug> HTTP-Session: 9aaca121-3767-4eb9-8680-09f3fca767d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6485 | 2024.05.29 21:20:23.626250 [ 3 ] {} <Debug> HTTP-Session: 9aaca121-3767-4eb9-8680-09f3fca767d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6486 | 2024.05.29 21:20:23.626263 [ 3 ] {} <Debug> HTTP-Session: 9aaca121-3767-4eb9-8680-09f3fca767d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6487 | 2024.05.29 21:20:23.626295 [ 3 ] {} <Trace> HTTP-Session: 9aaca121-3767-4eb9-8680-09f3fca767d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6488 | 2024.05.29 21:20:23.626413 [ 3 ] {f1a6252b-b05f-4332-913e-f1358e5f6d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6489 | 2024.05.29 21:20:23.626458 [ 3 ] {f1a6252b-b05f-4332-913e-f1358e5f6d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6490 | 2024.05.29 21:20:23.626600 [ 3 ] {f1a6252b-b05f-4332-913e-f1358e5f6d8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6491 | 2024.05.29 21:20:23.626929 [ 3 ] {f1a6252b-b05f-4332-913e-f1358e5f6d8c} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6492 | 2024.05.29 21:20:23.626965 [ 3 ] {f1a6252b-b05f-4332-913e-f1358e5f6d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6493 | 2024.05.29 21:20:23.627274 [ 3 ] {f1a6252b-b05f-4332-913e-f1358e5f6d8c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6494 | 2024.05.29 21:20:23.627574 [ 3 ] {f1a6252b-b05f-4332-913e-f1358e5f6d8c} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6495 | 2024.05.29 21:20:23.627734 [ 3 ] {f1a6252b-b05f-4332-913e-f1358e5f6d8c} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001355 sec., 57564.57564575646 rows/sec., 4.49 MiB/sec. | ||
6496 | 2024.05.29 21:20:23.627988 [ 3 ] {f1a6252b-b05f-4332-913e-f1358e5f6d8c} <Debug> DynamicQueryHandler: Done processing query | ||
6497 | 2024.05.29 21:20:23.628027 [ 3 ] {f1a6252b-b05f-4332-913e-f1358e5f6d8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6498 | 2024.05.29 21:20:23.628051 [ 3 ] {} <Debug> HTTP-Session: 9aaca121-3767-4eb9-8680-09f3fca767d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6499 | 2024.05.29 21:20:23.628187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6500 | 2024.05.29 21:20:23.628235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6501 | 2024.05.29 21:20:23.628254 [ 3 ] {} <Debug> HTTP-Session: 05dc7f5e-3f6e-4761-9832-9dc46534dd3c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6502 | 2024.05.29 21:20:23.628271 [ 3 ] {} <Debug> HTTP-Session: 05dc7f5e-3f6e-4761-9832-9dc46534dd3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6503 | 2024.05.29 21:20:23.628284 [ 3 ] {} <Debug> HTTP-Session: 05dc7f5e-3f6e-4761-9832-9dc46534dd3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6504 | 2024.05.29 21:20:23.628313 [ 3 ] {} <Trace> HTTP-Session: 05dc7f5e-3f6e-4761-9832-9dc46534dd3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6505 | 2024.05.29 21:20:23.628457 [ 3 ] {f37ccb0f-27cd-4595-a9fe-e0a599998102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6506 | 2024.05.29 21:20:23.628504 [ 3 ] {f37ccb0f-27cd-4595-a9fe-e0a599998102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6507 | 2024.05.29 21:20:23.628663 [ 3 ] {f37ccb0f-27cd-4595-a9fe-e0a599998102} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6508 | 2024.05.29 21:20:23.629044 [ 3 ] {f37ccb0f-27cd-4595-a9fe-e0a599998102} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6509 | 2024.05.29 21:20:23.629080 [ 3 ] {f37ccb0f-27cd-4595-a9fe-e0a599998102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6510 | 2024.05.29 21:20:23.629460 [ 3 ] {f37ccb0f-27cd-4595-a9fe-e0a599998102} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6511 | 2024.05.29 21:20:23.629797 [ 3 ] {f37ccb0f-27cd-4595-a9fe-e0a599998102} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6512 | 2024.05.29 21:20:23.629959 [ 3 ] {f37ccb0f-27cd-4595-a9fe-e0a599998102} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
6513 | 2024.05.29 21:20:23.630127 [ 3 ] {f37ccb0f-27cd-4595-a9fe-e0a599998102} <Debug> DynamicQueryHandler: Done processing query | ||
6514 | 2024.05.29 21:20:23.630151 [ 3 ] {f37ccb0f-27cd-4595-a9fe-e0a599998102} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6515 | 2024.05.29 21:20:23.630166 [ 3 ] {} <Debug> HTTP-Session: 05dc7f5e-3f6e-4761-9832-9dc46534dd3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6516 | 2024.05.29 21:20:23.630292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6517 | 2024.05.29 21:20:23.630341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6518 | 2024.05.29 21:20:23.630360 [ 3 ] {} <Debug> HTTP-Session: 6cdb909d-e662-469e-9941-22ce064ab2f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6519 | 2024.05.29 21:20:23.630376 [ 3 ] {} <Debug> HTTP-Session: 6cdb909d-e662-469e-9941-22ce064ab2f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6520 | 2024.05.29 21:20:23.630390 [ 3 ] {} <Debug> HTTP-Session: 6cdb909d-e662-469e-9941-22ce064ab2f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6521 | 2024.05.29 21:20:23.630420 [ 3 ] {} <Trace> HTTP-Session: 6cdb909d-e662-469e-9941-22ce064ab2f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6522 | 2024.05.29 21:20:23.630585 [ 3 ] {6c749e47-7383-4e18-abd2-f450af665208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6523 | 2024.05.29 21:20:23.630633 [ 3 ] {6c749e47-7383-4e18-abd2-f450af665208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6524 | 2024.05.29 21:20:23.630792 [ 3 ] {6c749e47-7383-4e18-abd2-f450af665208} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6525 | 2024.05.29 21:20:23.631137 [ 3 ] {6c749e47-7383-4e18-abd2-f450af665208} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6526 | 2024.05.29 21:20:23.631173 [ 3 ] {6c749e47-7383-4e18-abd2-f450af665208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6527 | 2024.05.29 21:20:23.631556 [ 3 ] {6c749e47-7383-4e18-abd2-f450af665208} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6528 | 2024.05.29 21:20:23.631893 [ 3 ] {6c749e47-7383-4e18-abd2-f450af665208} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6529 | 2024.05.29 21:20:23.632055 [ 3 ] {6c749e47-7383-4e18-abd2-f450af665208} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001556 sec., 8997.429305912596 rows/sec., 12.14 MiB/sec. | ||
6530 | 2024.05.29 21:20:23.632215 [ 3 ] {6c749e47-7383-4e18-abd2-f450af665208} <Debug> DynamicQueryHandler: Done processing query | ||
6531 | 2024.05.29 21:20:23.632238 [ 3 ] {6c749e47-7383-4e18-abd2-f450af665208} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6532 | 2024.05.29 21:20:23.632253 [ 3 ] {} <Debug> HTTP-Session: 6cdb909d-e662-469e-9941-22ce064ab2f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6533 | 2024.05.29 21:20:23.632391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6534 | 2024.05.29 21:20:23.632438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6535 | 2024.05.29 21:20:23.632457 [ 3 ] {} <Debug> HTTP-Session: 901cadc8-1a65-4b3a-8a8a-d03bf227c628 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6536 | 2024.05.29 21:20:23.632474 [ 3 ] {} <Debug> HTTP-Session: 901cadc8-1a65-4b3a-8a8a-d03bf227c628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6537 | 2024.05.29 21:20:23.632488 [ 3 ] {} <Debug> HTTP-Session: 901cadc8-1a65-4b3a-8a8a-d03bf227c628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6538 | 2024.05.29 21:20:23.632517 [ 3 ] {} <Trace> HTTP-Session: 901cadc8-1a65-4b3a-8a8a-d03bf227c628 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6539 | 2024.05.29 21:20:23.632626 [ 3 ] {251e5c17-db41-4912-bf6f-ead2e0892a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6540 | 2024.05.29 21:20:23.632670 [ 3 ] {251e5c17-db41-4912-bf6f-ead2e0892a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6541 | 2024.05.29 21:20:23.632793 [ 3 ] {251e5c17-db41-4912-bf6f-ead2e0892a50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6542 | 2024.05.29 21:20:23.633140 [ 3 ] {251e5c17-db41-4912-bf6f-ead2e0892a50} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6543 | 2024.05.29 21:20:23.633176 [ 3 ] {251e5c17-db41-4912-bf6f-ead2e0892a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6544 | 2024.05.29 21:20:23.633522 [ 3 ] {251e5c17-db41-4912-bf6f-ead2e0892a50} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6545 | 2024.05.29 21:20:23.633831 [ 3 ] {251e5c17-db41-4912-bf6f-ead2e0892a50} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6546 | 2024.05.29 21:20:23.633991 [ 3 ] {251e5c17-db41-4912-bf6f-ead2e0892a50} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
6547 | 2024.05.29 21:20:23.634284 [ 3 ] {251e5c17-db41-4912-bf6f-ead2e0892a50} <Debug> DynamicQueryHandler: Done processing query | ||
6548 | 2024.05.29 21:20:23.634313 [ 3 ] {251e5c17-db41-4912-bf6f-ead2e0892a50} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6549 | 2024.05.29 21:20:23.634330 [ 3 ] {} <Debug> HTTP-Session: 901cadc8-1a65-4b3a-8a8a-d03bf227c628 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6550 | 2024.05.29 21:20:28.620357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6551 | 2024.05.29 21:20:28.620490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6552 | 2024.05.29 21:20:28.620514 [ 3 ] {} <Debug> HTTP-Session: 38ef7332-a32c-4ba2-b2e2-041edfef928b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6553 | 2024.05.29 21:20:28.620539 [ 3 ] {} <Debug> HTTP-Session: 38ef7332-a32c-4ba2-b2e2-041edfef928b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6554 | 2024.05.29 21:20:28.620557 [ 3 ] {} <Debug> HTTP-Session: 38ef7332-a32c-4ba2-b2e2-041edfef928b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6555 | 2024.05.29 21:20:28.620610 [ 3 ] {} <Trace> HTTP-Session: 38ef7332-a32c-4ba2-b2e2-041edfef928b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6556 | 2024.05.29 21:20:28.620813 [ 3 ] {a81b7f82-fbc5-4b73-ae6a-25396e6682e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6557 | 2024.05.29 21:20:28.620888 [ 3 ] {a81b7f82-fbc5-4b73-ae6a-25396e6682e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6558 | 2024.05.29 21:20:28.621101 [ 3 ] {a81b7f82-fbc5-4b73-ae6a-25396e6682e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6559 | 2024.05.29 21:20:28.621606 [ 3 ] {a81b7f82-fbc5-4b73-ae6a-25396e6682e5} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6560 | 2024.05.29 21:20:28.621651 [ 3 ] {a81b7f82-fbc5-4b73-ae6a-25396e6682e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6561 | 2024.05.29 21:20:28.622016 [ 3 ] {a81b7f82-fbc5-4b73-ae6a-25396e6682e5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6562 | 2024.05.29 21:20:28.622348 [ 3 ] {a81b7f82-fbc5-4b73-ae6a-25396e6682e5} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6563 | 2024.05.29 21:20:28.622499 [ 3 ] {a81b7f82-fbc5-4b73-ae6a-25396e6682e5} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00175 sec., 9142.857142857143 rows/sec., 741.07 KiB/sec. | ||
6564 | 2024.05.29 21:20:28.622720 [ 3 ] {a81b7f82-fbc5-4b73-ae6a-25396e6682e5} <Debug> DynamicQueryHandler: Done processing query | ||
6565 | 2024.05.29 21:20:28.622745 [ 3 ] {a81b7f82-fbc5-4b73-ae6a-25396e6682e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6566 | 2024.05.29 21:20:28.622761 [ 3 ] {} <Debug> HTTP-Session: 38ef7332-a32c-4ba2-b2e2-041edfef928b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6567 | 2024.05.29 21:20:28.622911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6568 | 2024.05.29 21:20:28.622960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6569 | 2024.05.29 21:20:28.622978 [ 3 ] {} <Debug> HTTP-Session: 4f40f992-ddcd-401e-a0d6-98df7b9da69c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6570 | 2024.05.29 21:20:28.622994 [ 3 ] {} <Debug> HTTP-Session: 4f40f992-ddcd-401e-a0d6-98df7b9da69c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6571 | 2024.05.29 21:20:28.623008 [ 3 ] {} <Debug> HTTP-Session: 4f40f992-ddcd-401e-a0d6-98df7b9da69c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6572 | 2024.05.29 21:20:28.623040 [ 3 ] {} <Trace> HTTP-Session: 4f40f992-ddcd-401e-a0d6-98df7b9da69c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6573 | 2024.05.29 21:20:28.623134 [ 3 ] {844bc562-eb74-45de-8952-ac0cdfe31878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6574 | 2024.05.29 21:20:28.623177 [ 3 ] {844bc562-eb74-45de-8952-ac0cdfe31878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6575 | 2024.05.29 21:20:28.623307 [ 3 ] {844bc562-eb74-45de-8952-ac0cdfe31878} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6576 | 2024.05.29 21:20:28.623608 [ 3 ] {844bc562-eb74-45de-8952-ac0cdfe31878} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6577 | 2024.05.29 21:20:28.623643 [ 3 ] {844bc562-eb74-45de-8952-ac0cdfe31878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6578 | 2024.05.29 21:20:28.623929 [ 3 ] {844bc562-eb74-45de-8952-ac0cdfe31878} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6579 | 2024.05.29 21:20:28.624219 [ 3 ] {844bc562-eb74-45de-8952-ac0cdfe31878} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6580 | 2024.05.29 21:20:28.624353 [ 3 ] {844bc562-eb74-45de-8952-ac0cdfe31878} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001241 sec., 1611.6035455278002 rows/sec., 131.41 KiB/sec. | ||
6581 | 2024.05.29 21:20:28.624605 [ 3 ] {844bc562-eb74-45de-8952-ac0cdfe31878} <Debug> DynamicQueryHandler: Done processing query | ||
6582 | 2024.05.29 21:20:28.624649 [ 3 ] {844bc562-eb74-45de-8952-ac0cdfe31878} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6583 | 2024.05.29 21:20:28.624666 [ 3 ] {} <Debug> HTTP-Session: 4f40f992-ddcd-401e-a0d6-98df7b9da69c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6584 | 2024.05.29 21:20:28.624806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6585 | 2024.05.29 21:20:28.624852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6586 | 2024.05.29 21:20:28.624870 [ 3 ] {} <Debug> HTTP-Session: 71e51a2f-d65b-475d-9a58-fc760f42dfb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6587 | 2024.05.29 21:20:28.624885 [ 3 ] {} <Debug> HTTP-Session: 71e51a2f-d65b-475d-9a58-fc760f42dfb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6588 | 2024.05.29 21:20:28.624899 [ 3 ] {} <Debug> HTTP-Session: 71e51a2f-d65b-475d-9a58-fc760f42dfb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6589 | 2024.05.29 21:20:28.624929 [ 3 ] {} <Trace> HTTP-Session: 71e51a2f-d65b-475d-9a58-fc760f42dfb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6590 | 2024.05.29 21:20:28.625051 [ 3 ] {7424536e-b9d7-4949-a2b6-dbe66d7b8ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6591 | 2024.05.29 21:20:28.625092 [ 3 ] {7424536e-b9d7-4949-a2b6-dbe66d7b8ad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6592 | 2024.05.29 21:20:28.625230 [ 3 ] {7424536e-b9d7-4949-a2b6-dbe66d7b8ad7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6593 | 2024.05.29 21:20:28.625574 [ 3 ] {7424536e-b9d7-4949-a2b6-dbe66d7b8ad7} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6594 | 2024.05.29 21:20:28.625610 [ 3 ] {7424536e-b9d7-4949-a2b6-dbe66d7b8ad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6595 | 2024.05.29 21:20:28.625911 [ 3 ] {7424536e-b9d7-4949-a2b6-dbe66d7b8ad7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6596 | 2024.05.29 21:20:28.626206 [ 3 ] {7424536e-b9d7-4949-a2b6-dbe66d7b8ad7} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6597 | 2024.05.29 21:20:28.626362 [ 3 ] {7424536e-b9d7-4949-a2b6-dbe66d7b8ad7} <Debug> executeQuery: Read 105 rows, 8.87 KiB in 0.00135 sec., 77777.77777777777 rows/sec., 6.42 MiB/sec. | ||
6598 | 2024.05.29 21:20:28.626522 [ 3 ] {7424536e-b9d7-4949-a2b6-dbe66d7b8ad7} <Debug> DynamicQueryHandler: Done processing query | ||
6599 | 2024.05.29 21:20:28.626545 [ 3 ] {7424536e-b9d7-4949-a2b6-dbe66d7b8ad7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6600 | 2024.05.29 21:20:28.626561 [ 3 ] {} <Debug> HTTP-Session: 71e51a2f-d65b-475d-9a58-fc760f42dfb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6601 | 2024.05.29 21:20:28.626685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6602 | 2024.05.29 21:20:28.626732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6603 | 2024.05.29 21:20:28.626751 [ 3 ] {} <Debug> HTTP-Session: f80054a5-b3ee-42c9-a87a-fee5233e1007 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6604 | 2024.05.29 21:20:28.626767 [ 3 ] {} <Debug> HTTP-Session: f80054a5-b3ee-42c9-a87a-fee5233e1007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6605 | 2024.05.29 21:20:28.626780 [ 3 ] {} <Debug> HTTP-Session: f80054a5-b3ee-42c9-a87a-fee5233e1007 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6606 | 2024.05.29 21:20:28.626810 [ 3 ] {} <Trace> HTTP-Session: f80054a5-b3ee-42c9-a87a-fee5233e1007 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6607 | 2024.05.29 21:20:28.626901 [ 3 ] {8052df42-a463-402c-882a-24728027e147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6608 | 2024.05.29 21:20:28.626941 [ 3 ] {8052df42-a463-402c-882a-24728027e147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6609 | 2024.05.29 21:20:28.627064 [ 3 ] {8052df42-a463-402c-882a-24728027e147} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6610 | 2024.05.29 21:20:28.627326 [ 3 ] {8052df42-a463-402c-882a-24728027e147} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6611 | 2024.05.29 21:20:28.627362 [ 3 ] {8052df42-a463-402c-882a-24728027e147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6612 | 2024.05.29 21:20:28.627654 [ 3 ] {8052df42-a463-402c-882a-24728027e147} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6613 | 2024.05.29 21:20:28.627965 [ 3 ] {8052df42-a463-402c-882a-24728027e147} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6614 | 2024.05.29 21:20:28.628136 [ 3 ] {8052df42-a463-402c-882a-24728027e147} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001256 sec., 1592.3566878980891 rows/sec., 111.19 KiB/sec. | ||
6615 | 2024.05.29 21:20:28.628422 [ 3 ] {8052df42-a463-402c-882a-24728027e147} <Debug> DynamicQueryHandler: Done processing query | ||
6616 | 2024.05.29 21:20:28.628446 [ 3 ] {8052df42-a463-402c-882a-24728027e147} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6617 | 2024.05.29 21:20:28.628462 [ 3 ] {} <Debug> HTTP-Session: f80054a5-b3ee-42c9-a87a-fee5233e1007 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6618 | 2024.05.29 21:20:28.628574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6619 | 2024.05.29 21:20:28.628622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6620 | 2024.05.29 21:20:28.628639 [ 3 ] {} <Debug> HTTP-Session: 0273752f-d8fa-4cd5-be57-eecbf23b5d30 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6621 | 2024.05.29 21:20:28.628655 [ 3 ] {} <Debug> HTTP-Session: 0273752f-d8fa-4cd5-be57-eecbf23b5d30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6622 | 2024.05.29 21:20:28.628669 [ 3 ] {} <Debug> HTTP-Session: 0273752f-d8fa-4cd5-be57-eecbf23b5d30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6623 | 2024.05.29 21:20:28.628698 [ 3 ] {} <Trace> HTTP-Session: 0273752f-d8fa-4cd5-be57-eecbf23b5d30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6624 | 2024.05.29 21:20:28.628814 [ 3 ] {467739aa-a7fc-4d84-831d-2e76a34d0392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6625 | 2024.05.29 21:20:28.628857 [ 3 ] {467739aa-a7fc-4d84-831d-2e76a34d0392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6626 | 2024.05.29 21:20:28.628998 [ 3 ] {467739aa-a7fc-4d84-831d-2e76a34d0392} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6627 | 2024.05.29 21:20:28.629338 [ 3 ] {467739aa-a7fc-4d84-831d-2e76a34d0392} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6628 | 2024.05.29 21:20:28.629375 [ 3 ] {467739aa-a7fc-4d84-831d-2e76a34d0392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6629 | 2024.05.29 21:20:28.629683 [ 3 ] {467739aa-a7fc-4d84-831d-2e76a34d0392} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6630 | 2024.05.29 21:20:28.629986 [ 3 ] {467739aa-a7fc-4d84-831d-2e76a34d0392} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6631 | 2024.05.29 21:20:28.630132 [ 3 ] {467739aa-a7fc-4d84-831d-2e76a34d0392} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001356 sec., 60471.97640117994 rows/sec., 4.72 MiB/sec. | ||
6632 | 2024.05.29 21:20:28.630294 [ 3 ] {467739aa-a7fc-4d84-831d-2e76a34d0392} <Debug> DynamicQueryHandler: Done processing query | ||
6633 | 2024.05.29 21:20:28.630317 [ 3 ] {467739aa-a7fc-4d84-831d-2e76a34d0392} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6634 | 2024.05.29 21:20:28.630332 [ 3 ] {} <Debug> HTTP-Session: 0273752f-d8fa-4cd5-be57-eecbf23b5d30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6635 | 2024.05.29 21:20:28.630495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6636 | 2024.05.29 21:20:28.630543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6637 | 2024.05.29 21:20:28.630561 [ 3 ] {} <Debug> HTTP-Session: 6ccc6f8a-a40d-42a2-95f3-dffa13a89b1c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6638 | 2024.05.29 21:20:28.630576 [ 3 ] {} <Debug> HTTP-Session: 6ccc6f8a-a40d-42a2-95f3-dffa13a89b1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6639 | 2024.05.29 21:20:28.630589 [ 3 ] {} <Debug> HTTP-Session: 6ccc6f8a-a40d-42a2-95f3-dffa13a89b1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6640 | 2024.05.29 21:20:28.630618 [ 3 ] {} <Trace> HTTP-Session: 6ccc6f8a-a40d-42a2-95f3-dffa13a89b1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6641 | 2024.05.29 21:20:28.630779 [ 3 ] {ca1b9cce-f678-40ae-9437-2977be732397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6642 | 2024.05.29 21:20:28.630827 [ 3 ] {ca1b9cce-f678-40ae-9437-2977be732397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6643 | 2024.05.29 21:20:28.630968 [ 3 ] {ca1b9cce-f678-40ae-9437-2977be732397} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6644 | 2024.05.29 21:20:28.631361 [ 3 ] {ca1b9cce-f678-40ae-9437-2977be732397} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6645 | 2024.05.29 21:20:28.631396 [ 3 ] {ca1b9cce-f678-40ae-9437-2977be732397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6646 | 2024.05.29 21:20:28.631785 [ 3 ] {ca1b9cce-f678-40ae-9437-2977be732397} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6647 | 2024.05.29 21:20:28.632118 [ 3 ] {ca1b9cce-f678-40ae-9437-2977be732397} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6648 | 2024.05.29 21:20:28.632278 [ 3 ] {ca1b9cce-f678-40ae-9437-2977be732397} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001579 sec., 101963.2678910703 rows/sec., 7.10 MiB/sec. | ||
6649 | 2024.05.29 21:20:28.632276 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6650 | 2024.05.29 21:20:28.632395 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6651 | 2024.05.29 21:20:28.632433 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6652 | 2024.05.29 21:20:28.632541 [ 3 ] {ca1b9cce-f678-40ae-9437-2977be732397} <Debug> DynamicQueryHandler: Done processing query | ||
6653 | 2024.05.29 21:20:28.632617 [ 3 ] {ca1b9cce-f678-40ae-9437-2977be732397} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6654 | 2024.05.29 21:20:28.632695 [ 3 ] {} <Debug> HTTP-Session: 6ccc6f8a-a40d-42a2-95f3-dffa13a89b1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6655 | 2024.05.29 21:20:28.632742 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
6656 | 2024.05.29 21:20:28.632935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6657 | 2024.05.29 21:20:28.633146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6658 | 2024.05.29 21:20:28.633241 [ 3 ] {} <Debug> HTTP-Session: 5f3058fb-ee2d-4eec-ab29-4e0c16c4571c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6659 | 2024.05.29 21:20:28.633309 [ 3 ] {} <Debug> HTTP-Session: 5f3058fb-ee2d-4eec-ab29-4e0c16c4571c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6660 | 2024.05.29 21:20:28.633372 [ 3 ] {} <Debug> HTTP-Session: 5f3058fb-ee2d-4eec-ab29-4e0c16c4571c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6661 | 2024.05.29 21:20:28.633412 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6662 | 2024.05.29 21:20:28.633426 [ 3 ] {} <Trace> HTTP-Session: 5f3058fb-ee2d-4eec-ab29-4e0c16c4571c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6663 | 2024.05.29 21:20:28.633456 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 3769 rows starting from the beginning of the part | ||
6664 | 2024.05.29 21:20:28.633604 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part | ||
6665 | 2024.05.29 21:20:28.633854 [ 3 ] {64ccec18-59a0-4277-97d7-b1f4de354c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6666 | 2024.05.29 21:20:28.633889 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
6667 | 2024.05.29 21:20:28.633952 [ 3 ] {64ccec18-59a0-4277-97d7-b1f4de354c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6668 | 2024.05.29 21:20:28.634169 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 162 rows starting from the beginning of the part | ||
6669 | 2024.05.29 21:20:28.634534 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
6670 | 2024.05.29 21:20:28.634767 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 161 rows starting from the beginning of the part | ||
6671 | 2024.05.29 21:20:28.635197 [ 3 ] {64ccec18-59a0-4277-97d7-b1f4de354c7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6672 | 2024.05.29 21:20:28.635788 [ 3 ] {64ccec18-59a0-4277-97d7-b1f4de354c7a} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6673 | 2024.05.29 21:20:28.635825 [ 3 ] {64ccec18-59a0-4277-97d7-b1f4de354c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6674 | 2024.05.29 21:20:28.636378 [ 3 ] {64ccec18-59a0-4277-97d7-b1f4de354c7a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6675 | 2024.05.29 21:20:28.637014 [ 3 ] {64ccec18-59a0-4277-97d7-b1f4de354c7a} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6676 | 2024.05.29 21:20:28.637268 [ 3 ] {64ccec18-59a0-4277-97d7-b1f4de354c7a} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.003736 sec., 4282.655246252676 rows/sec., 5.78 MiB/sec. | ||
6677 | 2024.05.29 21:20:28.637521 [ 3 ] {64ccec18-59a0-4277-97d7-b1f4de354c7a} <Debug> DynamicQueryHandler: Done processing query | ||
6678 | 2024.05.29 21:20:28.637549 [ 3 ] {64ccec18-59a0-4277-97d7-b1f4de354c7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6679 | 2024.05.29 21:20:28.637571 [ 3 ] {} <Debug> HTTP-Session: 5f3058fb-ee2d-4eec-ab29-4e0c16c4571c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6680 | 2024.05.29 21:20:28.637718 [ 190 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4573 rows, containing 5 columns (5 merged, 0 gathered) in 0.005216526 sec., 876637.0569225573 rows/sec., 61.28 MiB/sec. | ||
6681 | 2024.05.29 21:20:28.637744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6682 | 2024.05.29 21:20:28.637795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6683 | 2024.05.29 21:20:28.637814 [ 3 ] {} <Debug> HTTP-Session: 33d63feb-b5e3-4274-8d33-9253bbfb9e66 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6684 | 2024.05.29 21:20:28.637830 [ 3 ] {} <Debug> HTTP-Session: 33d63feb-b5e3-4274-8d33-9253bbfb9e66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6685 | 2024.05.29 21:20:28.637843 [ 3 ] {} <Debug> HTTP-Session: 33d63feb-b5e3-4274-8d33-9253bbfb9e66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6686 | 2024.05.29 21:20:28.637875 [ 3 ] {} <Trace> HTTP-Session: 33d63feb-b5e3-4274-8d33-9253bbfb9e66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6687 | 2024.05.29 21:20:28.637988 [ 3 ] {23a7bbfb-61c0-4021-8ee4-8ebd9743aa4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6688 | 2024.05.29 21:20:28.638039 [ 3 ] {23a7bbfb-61c0-4021-8ee4-8ebd9743aa4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6689 | 2024.05.29 21:20:28.638080 [ 190 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6690 | 2024.05.29 21:20:28.638258 [ 3 ] {23a7bbfb-61c0-4021-8ee4-8ebd9743aa4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6691 | 2024.05.29 21:20:28.638659 [ 3 ] {23a7bbfb-61c0-4021-8ee4-8ebd9743aa4b} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6692 | 2024.05.29 21:20:28.638706 [ 3 ] {23a7bbfb-61c0-4021-8ee4-8ebd9743aa4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6693 | 2024.05.29 21:20:28.638726 [ 190 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6694 | 2024.05.29 21:20:28.638835 [ 190 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6695 | 2024.05.29 21:20:28.638938 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
6696 | 2024.05.29 21:20:28.639151 [ 3 ] {23a7bbfb-61c0-4021-8ee4-8ebd9743aa4b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6697 | 2024.05.29 21:20:28.639472 [ 3 ] {23a7bbfb-61c0-4021-8ee4-8ebd9743aa4b} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6698 | 2024.05.29 21:20:28.639611 [ 3 ] {23a7bbfb-61c0-4021-8ee4-8ebd9743aa4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001658 sec., 36188.17852834741 rows/sec., 2.44 MiB/sec. | ||
6699 | 2024.05.29 21:20:28.639654 [ 87 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6700 | 2024.05.29 21:20:28.639778 [ 87 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6701 | 2024.05.29 21:20:28.639847 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6702 | 2024.05.29 21:20:28.639947 [ 3 ] {23a7bbfb-61c0-4021-8ee4-8ebd9743aa4b} <Debug> DynamicQueryHandler: Done processing query | ||
6703 | 2024.05.29 21:20:28.639982 [ 3 ] {23a7bbfb-61c0-4021-8ee4-8ebd9743aa4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6704 | 2024.05.29 21:20:28.639994 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
6705 | 2024.05.29 21:20:28.640000 [ 3 ] {} <Debug> HTTP-Session: 33d63feb-b5e3-4274-8d33-9253bbfb9e66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6706 | 2024.05.29 21:20:28.640114 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6707 | 2024.05.29 21:20:28.640143 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1272 rows starting from the beginning of the part | ||
6708 | 2024.05.29 21:20:28.640216 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
6709 | 2024.05.29 21:20:28.640434 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
6710 | 2024.05.29 21:20:28.640646 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
6711 | 2024.05.29 21:20:28.640771 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
6712 | 2024.05.29 21:20:28.640937 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
6713 | 2024.05.29 21:20:28.642109 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1572 rows, containing 4 columns (4 merged, 0 gathered) in 0.002177734 sec., 721851.2453770754 rows/sec., 48.34 MiB/sec. | ||
6714 | 2024.05.29 21:20:28.642381 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6715 | 2024.05.29 21:20:28.642859 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_36_7} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6716 | 2024.05.29 21:20:28.642948 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_36_7} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6717 | 2024.05.29 21:20:28.643048 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
6718 | 2024.05.29 21:20:33.622380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6719 | 2024.05.29 21:20:33.622528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6720 | 2024.05.29 21:20:33.622557 [ 3 ] {} <Debug> HTTP-Session: 7b7708fe-f990-41b4-9362-435eeaf2b991 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6721 | 2024.05.29 21:20:33.622584 [ 3 ] {} <Debug> HTTP-Session: 7b7708fe-f990-41b4-9362-435eeaf2b991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6722 | 2024.05.29 21:20:33.622601 [ 3 ] {} <Debug> HTTP-Session: 7b7708fe-f990-41b4-9362-435eeaf2b991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6723 | 2024.05.29 21:20:33.622658 [ 3 ] {} <Trace> HTTP-Session: 7b7708fe-f990-41b4-9362-435eeaf2b991 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6724 | 2024.05.29 21:20:33.622853 [ 3 ] {5c698cb6-90e5-42f3-a0de-a2944d9b3b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6725 | 2024.05.29 21:20:33.622920 [ 3 ] {5c698cb6-90e5-42f3-a0de-a2944d9b3b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6726 | 2024.05.29 21:20:33.623108 [ 3 ] {5c698cb6-90e5-42f3-a0de-a2944d9b3b62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6727 | 2024.05.29 21:20:33.623522 [ 3 ] {5c698cb6-90e5-42f3-a0de-a2944d9b3b62} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6728 | 2024.05.29 21:20:33.623564 [ 3 ] {5c698cb6-90e5-42f3-a0de-a2944d9b3b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6729 | 2024.05.29 21:20:33.623925 [ 3 ] {5c698cb6-90e5-42f3-a0de-a2944d9b3b62} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6730 | 2024.05.29 21:20:33.624249 [ 3 ] {5c698cb6-90e5-42f3-a0de-a2944d9b3b62} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6731 | 2024.05.29 21:20:33.624403 [ 3 ] {5c698cb6-90e5-42f3-a0de-a2944d9b3b62} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001608 sec., 8706.467661691542 rows/sec., 705.70 KiB/sec. | ||
6732 | 2024.05.29 21:20:33.624636 [ 3 ] {5c698cb6-90e5-42f3-a0de-a2944d9b3b62} <Debug> DynamicQueryHandler: Done processing query | ||
6733 | 2024.05.29 21:20:33.624661 [ 3 ] {5c698cb6-90e5-42f3-a0de-a2944d9b3b62} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6734 | 2024.05.29 21:20:33.624678 [ 3 ] {} <Debug> HTTP-Session: 7b7708fe-f990-41b4-9362-435eeaf2b991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6735 | 2024.05.29 21:20:33.624824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6736 | 2024.05.29 21:20:33.624872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6737 | 2024.05.29 21:20:33.624891 [ 3 ] {} <Debug> HTTP-Session: ed5c6cac-2514-4597-ae06-731df674d8ce Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6738 | 2024.05.29 21:20:33.624907 [ 3 ] {} <Debug> HTTP-Session: ed5c6cac-2514-4597-ae06-731df674d8ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6739 | 2024.05.29 21:20:33.624920 [ 3 ] {} <Debug> HTTP-Session: ed5c6cac-2514-4597-ae06-731df674d8ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6740 | 2024.05.29 21:20:33.624952 [ 3 ] {} <Trace> HTTP-Session: ed5c6cac-2514-4597-ae06-731df674d8ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6741 | 2024.05.29 21:20:33.625058 [ 3 ] {ff1d466c-3d98-4572-82a7-80ff63e187db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6742 | 2024.05.29 21:20:33.625101 [ 3 ] {ff1d466c-3d98-4572-82a7-80ff63e187db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6743 | 2024.05.29 21:20:33.625233 [ 3 ] {ff1d466c-3d98-4572-82a7-80ff63e187db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6744 | 2024.05.29 21:20:33.625513 [ 3 ] {ff1d466c-3d98-4572-82a7-80ff63e187db} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6745 | 2024.05.29 21:20:33.625548 [ 3 ] {ff1d466c-3d98-4572-82a7-80ff63e187db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6746 | 2024.05.29 21:20:33.625846 [ 3 ] {ff1d466c-3d98-4572-82a7-80ff63e187db} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6747 | 2024.05.29 21:20:33.626147 [ 3 ] {ff1d466c-3d98-4572-82a7-80ff63e187db} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6748 | 2024.05.29 21:20:33.626295 [ 3 ] {ff1d466c-3d98-4572-82a7-80ff63e187db} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001254 sec., 1594.896331738437 rows/sec., 130.05 KiB/sec. | ||
6749 | 2024.05.29 21:20:33.626311 [ 83 ] {} <Debug> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
6750 | 2024.05.29 21:20:33.626421 [ 83 ] {} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6751 | 2024.05.29 21:20:33.626460 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6752 | 2024.05.29 21:20:33.626533 [ 3 ] {ff1d466c-3d98-4572-82a7-80ff63e187db} <Debug> DynamicQueryHandler: Done processing query | ||
6753 | 2024.05.29 21:20:33.626577 [ 3 ] {ff1d466c-3d98-4572-82a7-80ff63e187db} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6754 | 2024.05.29 21:20:33.626605 [ 3 ] {} <Debug> HTTP-Session: ed5c6cac-2514-4597-ae06-731df674d8ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6755 | 2024.05.29 21:20:33.626636 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::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 | ||
6756 | 2024.05.29 21:20:33.626761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 19219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6757 | 2024.05.29 21:20:33.626797 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6758 | 2024.05.29 21:20:33.626822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6759 | 2024.05.29 21:20:33.626840 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 14 rows starting from the beginning of the part | ||
6760 | 2024.05.29 21:20:33.626846 [ 3 ] {} <Debug> HTTP-Session: 23747437-37fc-481e-9ec5-624c3cab879d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6761 | 2024.05.29 21:20:33.626873 [ 3 ] {} <Debug> HTTP-Session: 23747437-37fc-481e-9ec5-624c3cab879d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6762 | 2024.05.29 21:20:33.626890 [ 3 ] {} <Debug> HTTP-Session: 23747437-37fc-481e-9ec5-624c3cab879d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6763 | 2024.05.29 21:20:33.626962 [ 3 ] {} <Trace> HTTP-Session: 23747437-37fc-481e-9ec5-624c3cab879d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6764 | 2024.05.29 21:20:33.626990 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
6765 | 2024.05.29 21:20:33.627333 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
6766 | 2024.05.29 21:20:33.627339 [ 3 ] {5445d949-34de-4b7f-aabe-c6ebbb0bd21b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6767 | 2024.05.29 21:20:33.627464 [ 3 ] {5445d949-34de-4b7f-aabe-c6ebbb0bd21b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6768 | 2024.05.29 21:20:33.627746 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
6769 | 2024.05.29 21:20:33.628002 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
6770 | 2024.05.29 21:20:33.628370 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
6771 | 2024.05.29 21:20:33.628731 [ 3 ] {5445d949-34de-4b7f-aabe-c6ebbb0bd21b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6772 | 2024.05.29 21:20:33.629542 [ 3 ] {5445d949-34de-4b7f-aabe-c6ebbb0bd21b} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6773 | 2024.05.29 21:20:33.629586 [ 3 ] {5445d949-34de-4b7f-aabe-c6ebbb0bd21b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6774 | 2024.05.29 21:20:33.630080 [ 3 ] {5445d949-34de-4b7f-aabe-c6ebbb0bd21b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6775 | 2024.05.29 21:20:33.630367 [ 188 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.003799539 sec., 6842.9354192706005 rows/sec., 557.99 KiB/sec. | ||
6776 | 2024.05.29 21:20:33.630617 [ 188 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
6777 | 2024.05.29 21:20:33.630651 [ 3 ] {5445d949-34de-4b7f-aabe-c6ebbb0bd21b} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6778 | 2024.05.29 21:20:33.630998 [ 3 ] {5445d949-34de-4b7f-aabe-c6ebbb0bd21b} <Debug> executeQuery: Read 135 rows, 11.04 KiB in 0.003823 sec., 35312.581742087365 rows/sec., 2.82 MiB/sec. | ||
6779 | 2024.05.29 21:20:33.631542 [ 3 ] {5445d949-34de-4b7f-aabe-c6ebbb0bd21b} <Debug> DynamicQueryHandler: Done processing query | ||
6780 | 2024.05.29 21:20:33.631581 [ 3 ] {5445d949-34de-4b7f-aabe-c6ebbb0bd21b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6781 | 2024.05.29 21:20:33.631614 [ 3 ] {} <Debug> HTTP-Session: 23747437-37fc-481e-9ec5-624c3cab879d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6782 | 2024.05.29 21:20:33.631701 [ 188 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_15_3} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6783 | 2024.05.29 21:20:33.631792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6784 | 2024.05.29 21:20:33.631858 [ 188 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_15_3} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
6785 | 2024.05.29 21:20:33.631869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6786 | 2024.05.29 21:20:33.631903 [ 3 ] {} <Debug> HTTP-Session: 229cdb65-a26f-4fe3-85e3-48b374eadfd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6787 | 2024.05.29 21:20:33.631948 [ 3 ] {} <Debug> HTTP-Session: 229cdb65-a26f-4fe3-85e3-48b374eadfd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6788 | 2024.05.29 21:20:33.632001 [ 3 ] {} <Debug> HTTP-Session: 229cdb65-a26f-4fe3-85e3-48b374eadfd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6789 | 2024.05.29 21:20:33.632027 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6790 | 2024.05.29 21:20:33.632055 [ 3 ] {} <Trace> HTTP-Session: 229cdb65-a26f-4fe3-85e3-48b374eadfd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6791 | 2024.05.29 21:20:33.632169 [ 3 ] {7360ee8a-229c-42cb-a4ea-fb8f923c6c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6792 | 2024.05.29 21:20:33.632212 [ 3 ] {7360ee8a-229c-42cb-a4ea-fb8f923c6c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6793 | 2024.05.29 21:20:33.632358 [ 3 ] {7360ee8a-229c-42cb-a4ea-fb8f923c6c18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6794 | 2024.05.29 21:20:33.632646 [ 3 ] {7360ee8a-229c-42cb-a4ea-fb8f923c6c18} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6795 | 2024.05.29 21:20:33.632681 [ 3 ] {7360ee8a-229c-42cb-a4ea-fb8f923c6c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6796 | 2024.05.29 21:20:33.632985 [ 3 ] {7360ee8a-229c-42cb-a4ea-fb8f923c6c18} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6797 | 2024.05.29 21:20:33.633295 [ 3 ] {7360ee8a-229c-42cb-a4ea-fb8f923c6c18} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): 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.05.29 21:20:33.633450 [ 3 ] {7360ee8a-229c-42cb-a4ea-fb8f923c6c18} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001296 sec., 1543.2098765432097 rows/sec., 107.75 KiB/sec. | ||
6799 | 2024.05.29 21:20:33.633456 [ 83 ] {} <Debug> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
6800 | 2024.05.29 21:20:33.633541 [ 83 ] {} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6801 | 2024.05.29 21:20:33.633592 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6802 | 2024.05.29 21:20:33.633723 [ 3 ] {7360ee8a-229c-42cb-a4ea-fb8f923c6c18} <Debug> DynamicQueryHandler: Done processing query | ||
6803 | 2024.05.29 21:20:33.633793 [ 3 ] {7360ee8a-229c-42cb-a4ea-fb8f923c6c18} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6804 | 2024.05.29 21:20:33.633844 [ 3 ] {} <Debug> HTTP-Session: 229cdb65-a26f-4fe3-85e3-48b374eadfd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6805 | 2024.05.29 21:20:33.633849 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::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 | ||
6806 | 2024.05.29 21:20:33.634143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6807 | 2024.05.29 21:20:33.634197 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6808 | 2024.05.29 21:20:33.634220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6809 | 2024.05.29 21:20:33.634230 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 14 rows starting from the beginning of the part | ||
6810 | 2024.05.29 21:20:33.634245 [ 3 ] {} <Debug> HTTP-Session: b77d2576-2e9b-497a-9fcf-3a9decfc85f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6811 | 2024.05.29 21:20:33.634315 [ 3 ] {} <Debug> HTTP-Session: b77d2576-2e9b-497a-9fcf-3a9decfc85f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6812 | 2024.05.29 21:20:33.634367 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
6813 | 2024.05.29 21:20:33.634394 [ 3 ] {} <Debug> HTTP-Session: b77d2576-2e9b-497a-9fcf-3a9decfc85f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6814 | 2024.05.29 21:20:33.634532 [ 3 ] {} <Trace> HTTP-Session: b77d2576-2e9b-497a-9fcf-3a9decfc85f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6815 | 2024.05.29 21:20:33.634778 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
6816 | 2024.05.29 21:20:33.634994 [ 3 ] {9ca5e748-e6cf-4ee4-9a91-1f450fa96a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6817 | 2024.05.29 21:20:33.635009 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
6818 | 2024.05.29 21:20:33.635124 [ 3 ] {9ca5e748-e6cf-4ee4-9a91-1f450fa96a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6819 | 2024.05.29 21:20:33.635357 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
6820 | 2024.05.29 21:20:33.635653 [ 190 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
6821 | 2024.05.29 21:20:33.636187 [ 3 ] {9ca5e748-e6cf-4ee4-9a91-1f450fa96a1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6822 | 2024.05.29 21:20:33.636742 [ 3 ] {9ca5e748-e6cf-4ee4-9a91-1f450fa96a1e} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6823 | 2024.05.29 21:20:33.636783 [ 3 ] {9ca5e748-e6cf-4ee4-9a91-1f450fa96a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6824 | 2024.05.29 21:20:33.637276 [ 3 ] {9ca5e748-e6cf-4ee4-9a91-1f450fa96a1e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6825 | 2024.05.29 21:20:33.637294 [ 188 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.003618182 sec., 7185.929287139232 rows/sec., 501.75 KiB/sec. | ||
6826 | 2024.05.29 21:20:33.637515 [ 188 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
6827 | 2024.05.29 21:20:33.637991 [ 3 ] {9ca5e748-e6cf-4ee4-9a91-1f450fa96a1e} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6828 | 2024.05.29 21:20:33.638305 [ 3 ] {9ca5e748-e6cf-4ee4-9a91-1f450fa96a1e} <Debug> executeQuery: Read 104 rows, 8.30 KiB in 0.003468 sec., 29988.465974625142 rows/sec., 2.34 MiB/sec. | ||
6829 | 2024.05.29 21:20:33.638537 [ 188 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_15_3} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6830 | 2024.05.29 21:20:33.638828 [ 3 ] {9ca5e748-e6cf-4ee4-9a91-1f450fa96a1e} <Debug> DynamicQueryHandler: Done processing query | ||
6831 | 2024.05.29 21:20:33.638866 [ 188 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_15_3} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
6832 | 2024.05.29 21:20:33.638901 [ 3 ] {9ca5e748-e6cf-4ee4-9a91-1f450fa96a1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6833 | 2024.05.29 21:20:33.638978 [ 3 ] {} <Debug> HTTP-Session: b77d2576-2e9b-497a-9fcf-3a9decfc85f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6834 | 2024.05.29 21:20:33.639156 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6835 | 2024.05.29 21:20:33.639268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 37755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6836 | 2024.05.29 21:20:33.639344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6837 | 2024.05.29 21:20:33.639364 [ 3 ] {} <Debug> HTTP-Session: 7b935d6f-e02d-4095-a26a-979cef1caa8e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6838 | 2024.05.29 21:20:33.639381 [ 3 ] {} <Debug> HTTP-Session: 7b935d6f-e02d-4095-a26a-979cef1caa8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6839 | 2024.05.29 21:20:33.639395 [ 3 ] {} <Debug> HTTP-Session: 7b935d6f-e02d-4095-a26a-979cef1caa8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6840 | 2024.05.29 21:20:33.639427 [ 3 ] {} <Trace> HTTP-Session: 7b935d6f-e02d-4095-a26a-979cef1caa8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6841 | 2024.05.29 21:20:33.639605 [ 3 ] {2b8ed501-f106-47b1-8f3f-047700d33c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6842 | 2024.05.29 21:20:33.639678 [ 3 ] {2b8ed501-f106-47b1-8f3f-047700d33c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6843 | 2024.05.29 21:20:33.639855 [ 3 ] {2b8ed501-f106-47b1-8f3f-047700d33c32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6844 | 2024.05.29 21:20:33.640238 [ 3 ] {2b8ed501-f106-47b1-8f3f-047700d33c32} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6845 | 2024.05.29 21:20:33.640275 [ 3 ] {2b8ed501-f106-47b1-8f3f-047700d33c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6846 | 2024.05.29 21:20:33.640673 [ 3 ] {2b8ed501-f106-47b1-8f3f-047700d33c32} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6847 | 2024.05.29 21:20:33.641013 [ 3 ] {2b8ed501-f106-47b1-8f3f-047700d33c32} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6848 | 2024.05.29 21:20:33.641173 [ 3 ] {2b8ed501-f106-47b1-8f3f-047700d33c32} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001649 sec., 119466.34323832626 rows/sec., 8.34 MiB/sec. | ||
6849 | 2024.05.29 21:20:33.641328 [ 3 ] {2b8ed501-f106-47b1-8f3f-047700d33c32} <Debug> DynamicQueryHandler: Done processing query | ||
6850 | 2024.05.29 21:20:33.641351 [ 3 ] {2b8ed501-f106-47b1-8f3f-047700d33c32} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6851 | 2024.05.29 21:20:33.641366 [ 3 ] {} <Debug> HTTP-Session: 7b935d6f-e02d-4095-a26a-979cef1caa8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6852 | 2024.05.29 21:20:33.641498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6853 | 2024.05.29 21:20:33.641544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6854 | 2024.05.29 21:20:33.641564 [ 3 ] {} <Debug> HTTP-Session: 2aeb7574-8bb7-4390-b5b6-ae1c5f866ab5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6855 | 2024.05.29 21:20:33.641579 [ 3 ] {} <Debug> HTTP-Session: 2aeb7574-8bb7-4390-b5b6-ae1c5f866ab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6856 | 2024.05.29 21:20:33.641593 [ 3 ] {} <Debug> HTTP-Session: 2aeb7574-8bb7-4390-b5b6-ae1c5f866ab5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6857 | 2024.05.29 21:20:33.641623 [ 3 ] {} <Trace> HTTP-Session: 2aeb7574-8bb7-4390-b5b6-ae1c5f866ab5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6858 | 2024.05.29 21:20:33.641803 [ 3 ] {2216953f-5dd2-4687-9006-ef315823eee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6859 | 2024.05.29 21:20:33.641849 [ 3 ] {2216953f-5dd2-4687-9006-ef315823eee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6860 | 2024.05.29 21:20:33.642007 [ 3 ] {2216953f-5dd2-4687-9006-ef315823eee3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6861 | 2024.05.29 21:20:33.642398 [ 3 ] {2216953f-5dd2-4687-9006-ef315823eee3} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6862 | 2024.05.29 21:20:33.642433 [ 3 ] {2216953f-5dd2-4687-9006-ef315823eee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6863 | 2024.05.29 21:20:33.642821 [ 3 ] {2216953f-5dd2-4687-9006-ef315823eee3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6864 | 2024.05.29 21:20:33.643164 [ 3 ] {2216953f-5dd2-4687-9006-ef315823eee3} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6865 | 2024.05.29 21:20:33.643323 [ 3 ] {2216953f-5dd2-4687-9006-ef315823eee3} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001622 sec., 8631.319358816276 rows/sec., 11.65 MiB/sec. | ||
6866 | 2024.05.29 21:20:33.643648 [ 3 ] {2216953f-5dd2-4687-9006-ef315823eee3} <Debug> DynamicQueryHandler: Done processing query | ||
6867 | 2024.05.29 21:20:33.643697 [ 3 ] {2216953f-5dd2-4687-9006-ef315823eee3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6868 | 2024.05.29 21:20:33.643722 [ 3 ] {} <Debug> HTTP-Session: 2aeb7574-8bb7-4390-b5b6-ae1c5f866ab5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6869 | 2024.05.29 21:20:33.643845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6870 | 2024.05.29 21:20:33.643894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6871 | 2024.05.29 21:20:33.643912 [ 3 ] {} <Debug> HTTP-Session: b422bfd7-8d88-4f19-8962-be6913d6b7da Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6872 | 2024.05.29 21:20:33.643929 [ 3 ] {} <Debug> HTTP-Session: b422bfd7-8d88-4f19-8962-be6913d6b7da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6873 | 2024.05.29 21:20:33.643943 [ 3 ] {} <Debug> HTTP-Session: b422bfd7-8d88-4f19-8962-be6913d6b7da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6874 | 2024.05.29 21:20:33.643975 [ 3 ] {} <Trace> HTTP-Session: b422bfd7-8d88-4f19-8962-be6913d6b7da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6875 | 2024.05.29 21:20:33.644090 [ 3 ] {5910ea93-5cf5-45ca-8ac4-df4c3d5d9087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6876 | 2024.05.29 21:20:33.644136 [ 3 ] {5910ea93-5cf5-45ca-8ac4-df4c3d5d9087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6877 | 2024.05.29 21:20:33.644280 [ 3 ] {5910ea93-5cf5-45ca-8ac4-df4c3d5d9087} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6878 | 2024.05.29 21:20:33.644641 [ 3 ] {5910ea93-5cf5-45ca-8ac4-df4c3d5d9087} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6879 | 2024.05.29 21:20:33.644680 [ 3 ] {5910ea93-5cf5-45ca-8ac4-df4c3d5d9087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6880 | 2024.05.29 21:20:33.645077 [ 3 ] {5910ea93-5cf5-45ca-8ac4-df4c3d5d9087} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6881 | 2024.05.29 21:20:33.645405 [ 3 ] {5910ea93-5cf5-45ca-8ac4-df4c3d5d9087} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6882 | 2024.05.29 21:20:33.645527 [ 3 ] {5910ea93-5cf5-45ca-8ac4-df4c3d5d9087} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. | ||
6883 | 2024.05.29 21:20:33.645778 [ 3 ] {5910ea93-5cf5-45ca-8ac4-df4c3d5d9087} <Debug> DynamicQueryHandler: Done processing query | ||
6884 | 2024.05.29 21:20:33.645817 [ 3 ] {5910ea93-5cf5-45ca-8ac4-df4c3d5d9087} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6885 | 2024.05.29 21:20:33.645839 [ 3 ] {} <Debug> HTTP-Session: b422bfd7-8d88-4f19-8962-be6913d6b7da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6886 | 2024.05.29 21:20:36.141531 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6887 | 2024.05.29 21:20:36.141593 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6888 | 2024.05.29 21:20:38.620434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6889 | 2024.05.29 21:20:38.620541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6890 | 2024.05.29 21:20:38.620565 [ 3 ] {} <Debug> HTTP-Session: 29ab30c6-0239-4359-8f06-0908c983e38d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6891 | 2024.05.29 21:20:38.620590 [ 3 ] {} <Debug> HTTP-Session: 29ab30c6-0239-4359-8f06-0908c983e38d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6892 | 2024.05.29 21:20:38.620605 [ 3 ] {} <Debug> HTTP-Session: 29ab30c6-0239-4359-8f06-0908c983e38d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6893 | 2024.05.29 21:20:38.620655 [ 3 ] {} <Trace> HTTP-Session: 29ab30c6-0239-4359-8f06-0908c983e38d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6894 | 2024.05.29 21:20:38.620832 [ 3 ] {4b1fc119-2cd4-49b5-a85f-9a5bbb7a341d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6895 | 2024.05.29 21:20:38.620895 [ 3 ] {4b1fc119-2cd4-49b5-a85f-9a5bbb7a341d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6896 | 2024.05.29 21:20:38.621080 [ 3 ] {4b1fc119-2cd4-49b5-a85f-9a5bbb7a341d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6897 | 2024.05.29 21:20:38.621469 [ 3 ] {4b1fc119-2cd4-49b5-a85f-9a5bbb7a341d} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6898 | 2024.05.29 21:20:38.621507 [ 3 ] {4b1fc119-2cd4-49b5-a85f-9a5bbb7a341d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6899 | 2024.05.29 21:20:38.621865 [ 3 ] {4b1fc119-2cd4-49b5-a85f-9a5bbb7a341d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6900 | 2024.05.29 21:20:38.622196 [ 3 ] {4b1fc119-2cd4-49b5-a85f-9a5bbb7a341d} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6901 | 2024.05.29 21:20:38.622344 [ 3 ] {4b1fc119-2cd4-49b5-a85f-9a5bbb7a341d} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001568 sec., 10204.081632653062 rows/sec., 827.09 KiB/sec. | ||
6902 | 2024.05.29 21:20:38.622351 [ 79 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6903 | 2024.05.29 21:20:38.622408 [ 79 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6904 | 2024.05.29 21:20:38.622446 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6905 | 2024.05.29 21:20:38.622586 [ 3 ] {4b1fc119-2cd4-49b5-a85f-9a5bbb7a341d} <Debug> DynamicQueryHandler: Done processing query | ||
6906 | 2024.05.29 21:20:38.622660 [ 3 ] {4b1fc119-2cd4-49b5-a85f-9a5bbb7a341d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6907 | 2024.05.29 21:20:38.622735 [ 3 ] {} <Debug> HTTP-Session: 29ab30c6-0239-4359-8f06-0908c983e38d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6908 | 2024.05.29 21:20:38.622869 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
6909 | 2024.05.29 21:20:38.623025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6910 | 2024.05.29 21:20:38.623131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6911 | 2024.05.29 21:20:38.623194 [ 3 ] {} <Debug> HTTP-Session: 2b63fbc5-817a-44b9-b907-5b099f84cae0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6912 | 2024.05.29 21:20:38.623245 [ 3 ] {} <Debug> HTTP-Session: 2b63fbc5-817a-44b9-b907-5b099f84cae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6913 | 2024.05.29 21:20:38.623261 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6914 | 2024.05.29 21:20:38.623272 [ 3 ] {} <Debug> HTTP-Session: 2b63fbc5-817a-44b9-b907-5b099f84cae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6915 | 2024.05.29 21:20:38.623323 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 30 rows starting from the beginning of the part | ||
6916 | 2024.05.29 21:20:38.623348 [ 3 ] {} <Trace> HTTP-Session: 2b63fbc5-817a-44b9-b907-5b099f84cae0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6917 | 2024.05.29 21:20:38.623500 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part | ||
6918 | 2024.05.29 21:20:38.623693 [ 3 ] {c031a928-af61-401a-b620-33d57aee5909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6919 | 2024.05.29 21:20:38.623812 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
6920 | 2024.05.29 21:20:38.623930 [ 3 ] {c031a928-af61-401a-b620-33d57aee5909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6921 | 2024.05.29 21:20:38.624170 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part | ||
6922 | 2024.05.29 21:20:38.624499 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
6923 | 2024.05.29 21:20:38.624847 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part | ||
6924 | 2024.05.29 21:20:38.625359 [ 3 ] {c031a928-af61-401a-b620-33d57aee5909} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6925 | 2024.05.29 21:20:38.626214 [ 3 ] {c031a928-af61-401a-b620-33d57aee5909} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6926 | 2024.05.29 21:20:38.626287 [ 3 ] {c031a928-af61-401a-b620-33d57aee5909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6927 | 2024.05.29 21:20:38.627164 [ 3 ] {c031a928-af61-401a-b620-33d57aee5909} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6928 | 2024.05.29 21:20:38.627364 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004826733 sec., 21961.02415443324 rows/sec., 1.74 MiB/sec. | ||
6929 | 2024.05.29 21:20:38.627601 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6930 | 2024.05.29 21:20:38.627896 [ 3 ] {c031a928-af61-401a-b620-33d57aee5909} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6931 | 2024.05.29 21:20:38.628241 [ 79 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6932 | 2024.05.29 21:20:38.628274 [ 3 ] {c031a928-af61-401a-b620-33d57aee5909} <Debug> executeQuery: Read 104 rows, 8.80 KiB in 0.004777 sec., 21770.98597446096 rows/sec., 1.80 MiB/sec. | ||
6933 | 2024.05.29 21:20:38.628316 [ 79 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6934 | 2024.05.29 21:20:38.628414 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6935 | 2024.05.29 21:20:38.628641 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_41_8} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6936 | 2024.05.29 21:20:38.628845 [ 3 ] {c031a928-af61-401a-b620-33d57aee5909} <Debug> DynamicQueryHandler: Done processing query | ||
6937 | 2024.05.29 21:20:38.628915 [ 3 ] {c031a928-af61-401a-b620-33d57aee5909} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6938 | 2024.05.29 21:20:38.628950 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_41_8} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6939 | 2024.05.29 21:20:38.628949 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
6940 | 2024.05.29 21:20:38.628974 [ 3 ] {} <Debug> HTTP-Session: 2b63fbc5-817a-44b9-b907-5b099f84cae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6941 | 2024.05.29 21:20:38.629143 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6942 | 2024.05.29 21:20:38.629283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6943 | 2024.05.29 21:20:38.629308 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6944 | 2024.05.29 21:20:38.629376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6945 | 2024.05.29 21:20:38.629377 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 189 rows starting from the beginning of the part | ||
6946 | 2024.05.29 21:20:38.629422 [ 3 ] {} <Debug> HTTP-Session: 2dddf3cb-dceb-4a85-ae82-6c045699a537 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6947 | 2024.05.29 21:20:38.629460 [ 3 ] {} <Debug> HTTP-Session: 2dddf3cb-dceb-4a85-ae82-6c045699a537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6948 | 2024.05.29 21:20:38.629492 [ 3 ] {} <Debug> HTTP-Session: 2dddf3cb-dceb-4a85-ae82-6c045699a537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6949 | 2024.05.29 21:20:38.629642 [ 3 ] {} <Trace> HTTP-Session: 2dddf3cb-dceb-4a85-ae82-6c045699a537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6950 | 2024.05.29 21:20:38.629651 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 106 rows starting from the beginning of the part | ||
6951 | 2024.05.29 21:20:38.629947 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 98 rows starting from the beginning of the part | ||
6952 | 2024.05.29 21:20:38.630059 [ 3 ] {61ff71c4-d0f2-41cf-b3e7-ca85363e3e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6953 | 2024.05.29 21:20:38.630243 [ 3 ] {61ff71c4-d0f2-41cf-b3e7-ca85363e3e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6954 | 2024.05.29 21:20:38.630303 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 105 rows starting from the beginning of the part | ||
6955 | 2024.05.29 21:20:38.630654 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 135 rows starting from the beginning of the part | ||
6956 | 2024.05.29 21:20:38.631015 [ 195 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 104 rows starting from the beginning of the part | ||
6957 | 2024.05.29 21:20:38.631495 [ 3 ] {61ff71c4-d0f2-41cf-b3e7-ca85363e3e17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6958 | 2024.05.29 21:20:38.632341 [ 3 ] {61ff71c4-d0f2-41cf-b3e7-ca85363e3e17} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6959 | 2024.05.29 21:20:38.632414 [ 3 ] {61ff71c4-d0f2-41cf-b3e7-ca85363e3e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6960 | 2024.05.29 21:20:38.633340 [ 3 ] {61ff71c4-d0f2-41cf-b3e7-ca85363e3e17} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6961 | 2024.05.29 21:20:38.633974 [ 197 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 737 rows, containing 4 columns (4 merged, 0 gathered) in 0.005353081 sec., 137677.72241817377 rows/sec., 11.25 MiB/sec. | ||
6962 | 2024.05.29 21:20:38.634058 [ 3 ] {61ff71c4-d0f2-41cf-b3e7-ca85363e3e17} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6963 | 2024.05.29 21:20:38.634247 [ 197 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6964 | 2024.05.29 21:20:38.634284 [ 79 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6965 | 2024.05.29 21:20:38.634356 [ 3 ] {61ff71c4-d0f2-41cf-b3e7-ca85363e3e17} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.004476 sec., 17873.100983020555 rows/sec., 1.40 MiB/sec. | ||
6966 | 2024.05.29 21:20:38.634393 [ 79 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6967 | 2024.05.29 21:20:38.634490 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6968 | 2024.05.29 21:20:38.635103 [ 3 ] {61ff71c4-d0f2-41cf-b3e7-ca85363e3e17} <Debug> DynamicQueryHandler: Done processing query | ||
6969 | 2024.05.29 21:20:38.635186 [ 3 ] {61ff71c4-d0f2-41cf-b3e7-ca85363e3e17} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6970 | 2024.05.29 21:20:38.635296 [ 3 ] {} <Debug> HTTP-Session: 2dddf3cb-dceb-4a85-ae82-6c045699a537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6971 | 2024.05.29 21:20:38.635619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6972 | 2024.05.29 21:20:38.635765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6973 | 2024.05.29 21:20:38.635887 [ 3 ] {} <Debug> HTTP-Session: 0308eb33-b458-4694-9da0-57f5390e69d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
6974 | 2024.05.29 21:20:38.635972 [ 3 ] {} <Debug> HTTP-Session: 0308eb33-b458-4694-9da0-57f5390e69d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6975 | 2024.05.29 21:20:38.636029 [ 3 ] {} <Debug> HTTP-Session: 0308eb33-b458-4694-9da0-57f5390e69d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6976 | 2024.05.29 21:20:38.636069 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
6977 | 2024.05.29 21:20:38.636125 [ 3 ] {} <Trace> HTTP-Session: 0308eb33-b458-4694-9da0-57f5390e69d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6978 | 2024.05.29 21:20:38.636177 [ 197 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_41_8} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6979 | 2024.05.29 21:20:38.636418 [ 197 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_41_8} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6980 | 2024.05.29 21:20:38.636597 [ 3 ] {2d452b3c-27c6-4528-ac91-0969a7bf15b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6981 | 2024.05.29 21:20:38.636688 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
6982 | 2024.05.29 21:20:38.636717 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6983 | 2024.05.29 21:20:38.636780 [ 3 ] {2d452b3c-27c6-4528-ac91-0969a7bf15b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6984 | 2024.05.29 21:20:38.636808 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 150 rows starting from the beginning of the part | ||
6985 | 2024.05.29 21:20:38.637149 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 84 rows starting from the beginning of the part | ||
6986 | 2024.05.29 21:20:38.637531 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 78 rows starting from the beginning of the part | ||
6987 | 2024.05.29 21:20:38.637830 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
6988 | 2024.05.29 21:20:38.638114 [ 3 ] {2d452b3c-27c6-4528-ac91-0969a7bf15b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6989 | 2024.05.29 21:20:38.638184 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 104 rows starting from the beginning of the part | ||
6990 | 2024.05.29 21:20:38.638498 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 80 rows starting from the beginning of the part | ||
6991 | 2024.05.29 21:20:38.639169 [ 3 ] {2d452b3c-27c6-4528-ac91-0969a7bf15b9} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6992 | 2024.05.29 21:20:38.639233 [ 3 ] {2d452b3c-27c6-4528-ac91-0969a7bf15b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6993 | 2024.05.29 21:20:38.640303 [ 3 ] {2d452b3c-27c6-4528-ac91-0969a7bf15b9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6994 | 2024.05.29 21:20:38.641313 [ 3 ] {2d452b3c-27c6-4528-ac91-0969a7bf15b9} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6995 | 2024.05.29 21:20:38.641368 [ 195 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 4 columns (4 merged, 0 gathered) in 0.006648515 sec., 86936.70691876307 rows/sec., 6.79 MiB/sec. | ||
6996 | 2024.05.29 21:20:38.641582 [ 3 ] {2d452b3c-27c6-4528-ac91-0969a7bf15b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005205 sec., 30739.67339097022 rows/sec., 2.14 MiB/sec. | ||
6997 | 2024.05.29 21:20:38.641707 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6998 | 2024.05.29 21:20:38.641915 [ 3 ] {2d452b3c-27c6-4528-ac91-0969a7bf15b9} <Debug> DynamicQueryHandler: Done processing query | ||
6999 | 2024.05.29 21:20:38.641977 [ 3 ] {2d452b3c-27c6-4528-ac91-0969a7bf15b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7000 | 2024.05.29 21:20:38.642040 [ 3 ] {} <Debug> HTTP-Session: 0308eb33-b458-4694-9da0-57f5390e69d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7001 | 2024.05.29 21:20:38.642280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7002 | 2024.05.29 21:20:38.642352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7003 | 2024.05.29 21:20:38.642381 [ 3 ] {} <Debug> HTTP-Session: 440df438-59c6-4bae-a25c-cec51c45c5f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7004 | 2024.05.29 21:20:38.642416 [ 3 ] {} <Debug> HTTP-Session: 440df438-59c6-4bae-a25c-cec51c45c5f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7005 | 2024.05.29 21:20:38.642449 [ 3 ] {} <Debug> HTTP-Session: 440df438-59c6-4bae-a25c-cec51c45c5f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7006 | 2024.05.29 21:20:38.642454 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_41_8} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7007 | 2024.05.29 21:20:38.642504 [ 3 ] {} <Trace> HTTP-Session: 440df438-59c6-4bae-a25c-cec51c45c5f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7008 | 2024.05.29 21:20:38.642622 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_41_8} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7009 | 2024.05.29 21:20:38.642760 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
7010 | 2024.05.29 21:20:38.642828 [ 3 ] {5bb3b026-df9d-414e-a4b3-d0da7995f5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7011 | 2024.05.29 21:20:38.642882 [ 3 ] {5bb3b026-df9d-414e-a4b3-d0da7995f5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7012 | 2024.05.29 21:20:38.643070 [ 3 ] {5bb3b026-df9d-414e-a4b3-d0da7995f5cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7013 | 2024.05.29 21:20:38.643492 [ 3 ] {5bb3b026-df9d-414e-a4b3-d0da7995f5cb} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7014 | 2024.05.29 21:20:38.643528 [ 3 ] {5bb3b026-df9d-414e-a4b3-d0da7995f5cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7015 | 2024.05.29 21:20:38.643939 [ 3 ] {5bb3b026-df9d-414e-a4b3-d0da7995f5cb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7016 | 2024.05.29 21:20:38.644288 [ 3 ] {5bb3b026-df9d-414e-a4b3-d0da7995f5cb} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7017 | 2024.05.29 21:20:38.644411 [ 79 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7018 | 2024.05.29 21:20:38.644415 [ 3 ] {5bb3b026-df9d-414e-a4b3-d0da7995f5cb} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001756 sec., 9111.617312072893 rows/sec., 12.30 MiB/sec. | ||
7019 | 2024.05.29 21:20:38.644448 [ 79 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7020 | 2024.05.29 21:20:38.644483 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7021 | 2024.05.29 21:20:38.644662 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
7022 | 2024.05.29 21:20:38.644722 [ 3 ] {5bb3b026-df9d-414e-a4b3-d0da7995f5cb} <Debug> DynamicQueryHandler: Done processing query | ||
7023 | 2024.05.29 21:20:38.644779 [ 3 ] {5bb3b026-df9d-414e-a4b3-d0da7995f5cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7024 | 2024.05.29 21:20:38.644837 [ 3 ] {} <Debug> HTTP-Session: 440df438-59c6-4bae-a25c-cec51c45c5f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7025 | 2024.05.29 21:20:38.644953 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7026 | 2024.05.29 21:20:38.644998 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 538 rows starting from the beginning of the part | ||
7027 | 2024.05.29 21:20:38.645042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7028 | 2024.05.29 21:20:38.645206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7029 | 2024.05.29 21:20:38.645310 [ 3 ] {} <Debug> HTTP-Session: 27e567dd-7214-4513-97f9-8ee859c52a92 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7030 | 2024.05.29 21:20:38.645326 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part | ||
7031 | 2024.05.29 21:20:38.645362 [ 3 ] {} <Debug> HTTP-Session: 27e567dd-7214-4513-97f9-8ee859c52a92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7032 | 2024.05.29 21:20:38.645404 [ 3 ] {} <Debug> HTTP-Session: 27e567dd-7214-4513-97f9-8ee859c52a92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7033 | 2024.05.29 21:20:38.645561 [ 3 ] {} <Trace> HTTP-Session: 27e567dd-7214-4513-97f9-8ee859c52a92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7034 | 2024.05.29 21:20:38.645636 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
7035 | 2024.05.29 21:20:38.645982 [ 3 ] {a375580b-e83b-4219-94fe-19e2ca3b1898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7036 | 2024.05.29 21:20:38.645956 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part | ||
7037 | 2024.05.29 21:20:38.646111 [ 3 ] {a375580b-e83b-4219-94fe-19e2ca3b1898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7038 | 2024.05.29 21:20:38.646357 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
7039 | 2024.05.29 21:20:38.646723 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part | ||
7040 | 2024.05.29 21:20:38.647046 [ 3 ] {a375580b-e83b-4219-94fe-19e2ca3b1898} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7041 | 2024.05.29 21:20:38.647952 [ 3 ] {a375580b-e83b-4219-94fe-19e2ca3b1898} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7042 | 2024.05.29 21:20:38.648019 [ 3 ] {a375580b-e83b-4219-94fe-19e2ca3b1898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7043 | 2024.05.29 21:20:38.648539 [ 3 ] {a375580b-e83b-4219-94fe-19e2ca3b1898} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7044 | 2024.05.29 21:20:38.649532 [ 3 ] {a375580b-e83b-4219-94fe-19e2ca3b1898} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7045 | 2024.05.29 21:20:38.649896 [ 3 ] {a375580b-e83b-4219-94fe-19e2ca3b1898} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004115 sec., 14580.801944106926 rows/sec., 1006.23 KiB/sec. | ||
7046 | 2024.05.29 21:20:38.650359 [ 3 ] {a375580b-e83b-4219-94fe-19e2ca3b1898} <Debug> DynamicQueryHandler: Done processing query | ||
7047 | 2024.05.29 21:20:38.650384 [ 3 ] {a375580b-e83b-4219-94fe-19e2ca3b1898} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7048 | 2024.05.29 21:20:38.650402 [ 3 ] {} <Debug> HTTP-Session: 27e567dd-7214-4513-97f9-8ee859c52a92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7049 | 2024.05.29 21:20:38.651450 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 614 rows, containing 6 columns (6 merged, 0 gathered) in 0.006889833 sec., 89116.81894176535 rows/sec., 120.26 MiB/sec. | ||
7050 | 2024.05.29 21:20:38.651929 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7051 | 2024.05.29 21:20:38.652354 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7052 | 2024.05.29 21:20:38.652427 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7053 | 2024.05.29 21:20:38.652516 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. | ||
7054 | 2024.05.29 21:20:43.621203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7055 | 2024.05.29 21:20:43.621329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7056 | 2024.05.29 21:20:43.621355 [ 3 ] {} <Debug> HTTP-Session: eeac169a-9de0-4186-a6f6-1eb6a11a94e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7057 | 2024.05.29 21:20:43.621379 [ 3 ] {} <Debug> HTTP-Session: eeac169a-9de0-4186-a6f6-1eb6a11a94e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7058 | 2024.05.29 21:20:43.621393 [ 3 ] {} <Debug> HTTP-Session: eeac169a-9de0-4186-a6f6-1eb6a11a94e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7059 | 2024.05.29 21:20:43.621442 [ 3 ] {} <Trace> HTTP-Session: eeac169a-9de0-4186-a6f6-1eb6a11a94e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7060 | 2024.05.29 21:20:43.621639 [ 3 ] {3d705a1b-1493-407b-b7df-d32257fba2d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7061 | 2024.05.29 21:20:43.621709 [ 3 ] {3d705a1b-1493-407b-b7df-d32257fba2d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7062 | 2024.05.29 21:20:43.621900 [ 3 ] {3d705a1b-1493-407b-b7df-d32257fba2d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7063 | 2024.05.29 21:20:43.622321 [ 3 ] {3d705a1b-1493-407b-b7df-d32257fba2d0} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7064 | 2024.05.29 21:20:43.622364 [ 3 ] {3d705a1b-1493-407b-b7df-d32257fba2d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7065 | 2024.05.29 21:20:43.622769 [ 3 ] {3d705a1b-1493-407b-b7df-d32257fba2d0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7066 | 2024.05.29 21:20:43.623154 [ 3 ] {3d705a1b-1493-407b-b7df-d32257fba2d0} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7067 | 2024.05.29 21:20:43.623337 [ 3 ] {3d705a1b-1493-407b-b7df-d32257fba2d0} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001751 sec., 7995.431182181611 rows/sec., 648.07 KiB/sec. | ||
7068 | 2024.05.29 21:20:43.623646 [ 3 ] {3d705a1b-1493-407b-b7df-d32257fba2d0} <Debug> DynamicQueryHandler: Done processing query | ||
7069 | 2024.05.29 21:20:43.623708 [ 3 ] {3d705a1b-1493-407b-b7df-d32257fba2d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7070 | 2024.05.29 21:20:43.623750 [ 3 ] {} <Debug> HTTP-Session: eeac169a-9de0-4186-a6f6-1eb6a11a94e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7071 | 2024.05.29 21:20:43.623942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7072 | 2024.05.29 21:20:43.623989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7073 | 2024.05.29 21:20:43.624009 [ 3 ] {} <Debug> HTTP-Session: c5dab438-67b4-4d52-bf5f-a9a79061236b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7074 | 2024.05.29 21:20:43.624025 [ 3 ] {} <Debug> HTTP-Session: c5dab438-67b4-4d52-bf5f-a9a79061236b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7075 | 2024.05.29 21:20:43.624039 [ 3 ] {} <Debug> HTTP-Session: c5dab438-67b4-4d52-bf5f-a9a79061236b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7076 | 2024.05.29 21:20:43.624069 [ 3 ] {} <Trace> HTTP-Session: c5dab438-67b4-4d52-bf5f-a9a79061236b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7077 | 2024.05.29 21:20:43.624168 [ 3 ] {8db31349-3743-4e77-8c56-ad01be0a4a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7078 | 2024.05.29 21:20:43.624214 [ 3 ] {8db31349-3743-4e77-8c56-ad01be0a4a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7079 | 2024.05.29 21:20:43.624375 [ 3 ] {8db31349-3743-4e77-8c56-ad01be0a4a78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7080 | 2024.05.29 21:20:43.624660 [ 3 ] {8db31349-3743-4e77-8c56-ad01be0a4a78} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7081 | 2024.05.29 21:20:43.624696 [ 3 ] {8db31349-3743-4e77-8c56-ad01be0a4a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7082 | 2024.05.29 21:20:43.624992 [ 3 ] {8db31349-3743-4e77-8c56-ad01be0a4a78} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7083 | 2024.05.29 21:20:43.625298 [ 3 ] {8db31349-3743-4e77-8c56-ad01be0a4a78} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7084 | 2024.05.29 21:20:43.625457 [ 3 ] {8db31349-3743-4e77-8c56-ad01be0a4a78} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001307 sec., 1530.221882172915 rows/sec., 124.78 KiB/sec. | ||
7085 | 2024.05.29 21:20:43.625652 [ 3 ] {8db31349-3743-4e77-8c56-ad01be0a4a78} <Debug> DynamicQueryHandler: Done processing query | ||
7086 | 2024.05.29 21:20:43.625676 [ 3 ] {8db31349-3743-4e77-8c56-ad01be0a4a78} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7087 | 2024.05.29 21:20:43.625692 [ 3 ] {} <Debug> HTTP-Session: c5dab438-67b4-4d52-bf5f-a9a79061236b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7088 | 2024.05.29 21:20:43.625830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7089 | 2024.05.29 21:20:43.625879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7090 | 2024.05.29 21:20:43.625899 [ 3 ] {} <Debug> HTTP-Session: e636d7d0-b1b6-4168-bf7f-6464d3130d63 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7091 | 2024.05.29 21:20:43.625915 [ 3 ] {} <Debug> HTTP-Session: e636d7d0-b1b6-4168-bf7f-6464d3130d63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7092 | 2024.05.29 21:20:43.625929 [ 3 ] {} <Debug> HTTP-Session: e636d7d0-b1b6-4168-bf7f-6464d3130d63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7093 | 2024.05.29 21:20:43.625958 [ 3 ] {} <Trace> HTTP-Session: e636d7d0-b1b6-4168-bf7f-6464d3130d63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7094 | 2024.05.29 21:20:43.626077 [ 3 ] {05bbb81c-7f48-4978-a967-ee7af6db1e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7095 | 2024.05.29 21:20:43.626119 [ 3 ] {05bbb81c-7f48-4978-a967-ee7af6db1e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7096 | 2024.05.29 21:20:43.626243 [ 3 ] {05bbb81c-7f48-4978-a967-ee7af6db1e78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7097 | 2024.05.29 21:20:43.626627 [ 3 ] {05bbb81c-7f48-4978-a967-ee7af6db1e78} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7098 | 2024.05.29 21:20:43.626666 [ 3 ] {05bbb81c-7f48-4978-a967-ee7af6db1e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7099 | 2024.05.29 21:20:43.626982 [ 3 ] {05bbb81c-7f48-4978-a967-ee7af6db1e78} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7100 | 2024.05.29 21:20:43.627313 [ 3 ] {05bbb81c-7f48-4978-a967-ee7af6db1e78} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7101 | 2024.05.29 21:20:43.627467 [ 3 ] {05bbb81c-7f48-4978-a967-ee7af6db1e78} <Debug> executeQuery: Read 99 rows, 8.23 KiB in 0.001434 sec., 69037.65690376569 rows/sec., 5.60 MiB/sec. | ||
7102 | 2024.05.29 21:20:43.627635 [ 3 ] {05bbb81c-7f48-4978-a967-ee7af6db1e78} <Debug> DynamicQueryHandler: Done processing query | ||
7103 | 2024.05.29 21:20:43.627660 [ 3 ] {05bbb81c-7f48-4978-a967-ee7af6db1e78} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7104 | 2024.05.29 21:20:43.627676 [ 3 ] {} <Debug> HTTP-Session: e636d7d0-b1b6-4168-bf7f-6464d3130d63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7105 | 2024.05.29 21:20:43.627802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7106 | 2024.05.29 21:20:43.627851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7107 | 2024.05.29 21:20:43.627870 [ 3 ] {} <Debug> HTTP-Session: 4ba61e50-2c99-4fd6-af7f-934dbb8377b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7108 | 2024.05.29 21:20:43.627886 [ 3 ] {} <Debug> HTTP-Session: 4ba61e50-2c99-4fd6-af7f-934dbb8377b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7109 | 2024.05.29 21:20:43.627899 [ 3 ] {} <Debug> HTTP-Session: 4ba61e50-2c99-4fd6-af7f-934dbb8377b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7110 | 2024.05.29 21:20:43.627929 [ 3 ] {} <Trace> HTTP-Session: 4ba61e50-2c99-4fd6-af7f-934dbb8377b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7111 | 2024.05.29 21:20:43.628019 [ 3 ] {d120726e-381a-450c-a472-5c479e541b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7112 | 2024.05.29 21:20:43.628061 [ 3 ] {d120726e-381a-450c-a472-5c479e541b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7113 | 2024.05.29 21:20:43.628187 [ 3 ] {d120726e-381a-450c-a472-5c479e541b3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7114 | 2024.05.29 21:20:43.628472 [ 3 ] {d120726e-381a-450c-a472-5c479e541b3c} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7115 | 2024.05.29 21:20:43.628508 [ 3 ] {d120726e-381a-450c-a472-5c479e541b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7116 | 2024.05.29 21:20:43.628804 [ 3 ] {d120726e-381a-450c-a472-5c479e541b3c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7117 | 2024.05.29 21:20:43.629108 [ 3 ] {d120726e-381a-450c-a472-5c479e541b3c} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7118 | 2024.05.29 21:20:43.629250 [ 3 ] {d120726e-381a-450c-a472-5c479e541b3c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00125 sec., 1600 rows/sec., 111.72 KiB/sec. | ||
7119 | 2024.05.29 21:20:43.629530 [ 3 ] {d120726e-381a-450c-a472-5c479e541b3c} <Debug> DynamicQueryHandler: Done processing query | ||
7120 | 2024.05.29 21:20:43.629554 [ 3 ] {d120726e-381a-450c-a472-5c479e541b3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7121 | 2024.05.29 21:20:43.629569 [ 3 ] {} <Debug> HTTP-Session: 4ba61e50-2c99-4fd6-af7f-934dbb8377b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7122 | 2024.05.29 21:20:43.629729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7123 | 2024.05.29 21:20:43.629783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7124 | 2024.05.29 21:20:43.629803 [ 3 ] {} <Debug> HTTP-Session: 95f9d1d3-73f6-44f0-9782-c7eb48772591 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7125 | 2024.05.29 21:20:43.629820 [ 3 ] {} <Debug> HTTP-Session: 95f9d1d3-73f6-44f0-9782-c7eb48772591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7126 | 2024.05.29 21:20:43.629833 [ 3 ] {} <Debug> HTTP-Session: 95f9d1d3-73f6-44f0-9782-c7eb48772591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7127 | 2024.05.29 21:20:43.629864 [ 3 ] {} <Trace> HTTP-Session: 95f9d1d3-73f6-44f0-9782-c7eb48772591 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7128 | 2024.05.29 21:20:43.629988 [ 3 ] {40de4edb-755c-4b52-8db0-95ee6b4f130d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7129 | 2024.05.29 21:20:43.630034 [ 3 ] {40de4edb-755c-4b52-8db0-95ee6b4f130d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7130 | 2024.05.29 21:20:43.630181 [ 3 ] {40de4edb-755c-4b52-8db0-95ee6b4f130d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7131 | 2024.05.29 21:20:43.630527 [ 3 ] {40de4edb-755c-4b52-8db0-95ee6b4f130d} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7132 | 2024.05.29 21:20:43.630563 [ 3 ] {40de4edb-755c-4b52-8db0-95ee6b4f130d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7133 | 2024.05.29 21:20:43.630891 [ 3 ] {40de4edb-755c-4b52-8db0-95ee6b4f130d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7134 | 2024.05.29 21:20:43.631209 [ 3 ] {40de4edb-755c-4b52-8db0-95ee6b4f130d} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7135 | 2024.05.29 21:20:43.631354 [ 3 ] {40de4edb-755c-4b52-8db0-95ee6b4f130d} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001406 sec., 56899.00426742532 rows/sec., 4.44 MiB/sec. | ||
7136 | 2024.05.29 21:20:43.631534 [ 3 ] {40de4edb-755c-4b52-8db0-95ee6b4f130d} <Debug> DynamicQueryHandler: Done processing query | ||
7137 | 2024.05.29 21:20:43.631569 [ 3 ] {40de4edb-755c-4b52-8db0-95ee6b4f130d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7138 | 2024.05.29 21:20:43.631591 [ 3 ] {} <Debug> HTTP-Session: 95f9d1d3-73f6-44f0-9782-c7eb48772591 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7139 | 2024.05.29 21:20:43.631773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7140 | 2024.05.29 21:20:43.631821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7141 | 2024.05.29 21:20:43.631840 [ 3 ] {} <Debug> HTTP-Session: 4db562d6-072b-4097-b106-02d6971149cd Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7142 | 2024.05.29 21:20:43.631856 [ 3 ] {} <Debug> HTTP-Session: 4db562d6-072b-4097-b106-02d6971149cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7143 | 2024.05.29 21:20:43.631869 [ 3 ] {} <Debug> HTTP-Session: 4db562d6-072b-4097-b106-02d6971149cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7144 | 2024.05.29 21:20:43.631899 [ 3 ] {} <Trace> HTTP-Session: 4db562d6-072b-4097-b106-02d6971149cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7145 | 2024.05.29 21:20:43.632056 [ 3 ] {51dc9294-9607-4008-8c90-98e4cd24b6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7146 | 2024.05.29 21:20:43.632102 [ 3 ] {51dc9294-9607-4008-8c90-98e4cd24b6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7147 | 2024.05.29 21:20:43.632256 [ 3 ] {51dc9294-9607-4008-8c90-98e4cd24b6b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7148 | 2024.05.29 21:20:43.632639 [ 3 ] {51dc9294-9607-4008-8c90-98e4cd24b6b1} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7149 | 2024.05.29 21:20:43.632678 [ 3 ] {51dc9294-9607-4008-8c90-98e4cd24b6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7150 | 2024.05.29 21:20:43.633064 [ 3 ] {51dc9294-9607-4008-8c90-98e4cd24b6b1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7151 | 2024.05.29 21:20:43.633903 [ 3 ] {51dc9294-9607-4008-8c90-98e4cd24b6b1} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7152 | 2024.05.29 21:20:43.634052 [ 3 ] {51dc9294-9607-4008-8c90-98e4cd24b6b1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002065 sec., 77966.10169491525 rows/sec., 5.43 MiB/sec. | ||
7153 | 2024.05.29 21:20:43.634217 [ 3 ] {51dc9294-9607-4008-8c90-98e4cd24b6b1} <Debug> DynamicQueryHandler: Done processing query | ||
7154 | 2024.05.29 21:20:43.634246 [ 3 ] {51dc9294-9607-4008-8c90-98e4cd24b6b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7155 | 2024.05.29 21:20:43.634262 [ 3 ] {} <Debug> HTTP-Session: 4db562d6-072b-4097-b106-02d6971149cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7156 | 2024.05.29 21:20:43.634402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7157 | 2024.05.29 21:20:43.634451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7158 | 2024.05.29 21:20:43.634470 [ 3 ] {} <Debug> HTTP-Session: 721016fc-22ea-4719-8f93-140b1682e4ae Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7159 | 2024.05.29 21:20:43.634486 [ 3 ] {} <Debug> HTTP-Session: 721016fc-22ea-4719-8f93-140b1682e4ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7160 | 2024.05.29 21:20:43.634500 [ 3 ] {} <Debug> HTTP-Session: 721016fc-22ea-4719-8f93-140b1682e4ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7161 | 2024.05.29 21:20:43.634531 [ 3 ] {} <Trace> HTTP-Session: 721016fc-22ea-4719-8f93-140b1682e4ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7162 | 2024.05.29 21:20:43.634713 [ 3 ] {960b85b8-8724-425b-8873-791bd4a2ede7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7163 | 2024.05.29 21:20:43.634759 [ 3 ] {960b85b8-8724-425b-8873-791bd4a2ede7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7164 | 2024.05.29 21:20:43.634912 [ 3 ] {960b85b8-8724-425b-8873-791bd4a2ede7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7165 | 2024.05.29 21:20:43.635333 [ 3 ] {960b85b8-8724-425b-8873-791bd4a2ede7} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7166 | 2024.05.29 21:20:43.635367 [ 3 ] {960b85b8-8724-425b-8873-791bd4a2ede7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7167 | 2024.05.29 21:20:43.635774 [ 3 ] {960b85b8-8724-425b-8873-791bd4a2ede7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7168 | 2024.05.29 21:20:43.636116 [ 3 ] {960b85b8-8724-425b-8873-791bd4a2ede7} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7169 | 2024.05.29 21:20:43.636265 [ 3 ] {960b85b8-8724-425b-8873-791bd4a2ede7} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001658 sec., 8443.90832328106 rows/sec., 11.39 MiB/sec. | ||
7170 | 2024.05.29 21:20:43.636441 [ 3 ] {960b85b8-8724-425b-8873-791bd4a2ede7} <Debug> DynamicQueryHandler: Done processing query | ||
7171 | 2024.05.29 21:20:43.636463 [ 3 ] {960b85b8-8724-425b-8873-791bd4a2ede7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7172 | 2024.05.29 21:20:43.636479 [ 3 ] {} <Debug> HTTP-Session: 721016fc-22ea-4719-8f93-140b1682e4ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7173 | 2024.05.29 21:20:43.636619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7174 | 2024.05.29 21:20:43.636667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7175 | 2024.05.29 21:20:43.636685 [ 3 ] {} <Debug> HTTP-Session: 1118072e-cb20-4138-b4d2-baf4884758db Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7176 | 2024.05.29 21:20:43.636701 [ 3 ] {} <Debug> HTTP-Session: 1118072e-cb20-4138-b4d2-baf4884758db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7177 | 2024.05.29 21:20:43.636714 [ 3 ] {} <Debug> HTTP-Session: 1118072e-cb20-4138-b4d2-baf4884758db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7178 | 2024.05.29 21:20:43.636744 [ 3 ] {} <Trace> HTTP-Session: 1118072e-cb20-4138-b4d2-baf4884758db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7179 | 2024.05.29 21:20:43.636860 [ 3 ] {59c1d644-198f-49dc-b508-87a120c969df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7180 | 2024.05.29 21:20:43.636903 [ 3 ] {59c1d644-198f-49dc-b508-87a120c969df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7181 | 2024.05.29 21:20:43.637028 [ 3 ] {59c1d644-198f-49dc-b508-87a120c969df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7182 | 2024.05.29 21:20:43.637314 [ 3 ] {59c1d644-198f-49dc-b508-87a120c969df} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7183 | 2024.05.29 21:20:43.637349 [ 3 ] {59c1d644-198f-49dc-b508-87a120c969df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7184 | 2024.05.29 21:20:43.637704 [ 3 ] {59c1d644-198f-49dc-b508-87a120c969df} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7185 | 2024.05.29 21:20:43.638073 [ 3 ] {59c1d644-198f-49dc-b508-87a120c969df} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7186 | 2024.05.29 21:20:43.638228 [ 3 ] {59c1d644-198f-49dc-b508-87a120c969df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
7187 | 2024.05.29 21:20:43.638435 [ 3 ] {59c1d644-198f-49dc-b508-87a120c969df} <Debug> DynamicQueryHandler: Done processing query | ||
7188 | 2024.05.29 21:20:43.638461 [ 3 ] {59c1d644-198f-49dc-b508-87a120c969df} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7189 | 2024.05.29 21:20:43.638477 [ 3 ] {} <Debug> HTTP-Session: 1118072e-cb20-4138-b4d2-baf4884758db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7190 | 2024.05.29 21:20:48.620776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7191 | 2024.05.29 21:20:48.620908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7192 | 2024.05.29 21:20:48.620932 [ 3 ] {} <Debug> HTTP-Session: 72bc7f1f-4ed5-43bb-b36a-91d3611c1623 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7193 | 2024.05.29 21:20:48.620957 [ 3 ] {} <Debug> HTTP-Session: 72bc7f1f-4ed5-43bb-b36a-91d3611c1623 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7194 | 2024.05.29 21:20:48.620972 [ 3 ] {} <Debug> HTTP-Session: 72bc7f1f-4ed5-43bb-b36a-91d3611c1623 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7195 | 2024.05.29 21:20:48.621021 [ 3 ] {} <Trace> HTTP-Session: 72bc7f1f-4ed5-43bb-b36a-91d3611c1623 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7196 | 2024.05.29 21:20:48.621203 [ 3 ] {b71e3c5a-524f-4197-9d7f-e8705c9bcb2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7197 | 2024.05.29 21:20:48.621270 [ 3 ] {b71e3c5a-524f-4197-9d7f-e8705c9bcb2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7198 | 2024.05.29 21:20:48.621459 [ 3 ] {b71e3c5a-524f-4197-9d7f-e8705c9bcb2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7199 | 2024.05.29 21:20:48.621883 [ 3 ] {b71e3c5a-524f-4197-9d7f-e8705c9bcb2c} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7200 | 2024.05.29 21:20:48.621924 [ 3 ] {b71e3c5a-524f-4197-9d7f-e8705c9bcb2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7201 | 2024.05.29 21:20:48.622275 [ 3 ] {b71e3c5a-524f-4197-9d7f-e8705c9bcb2c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7202 | 2024.05.29 21:20:48.622600 [ 3 ] {b71e3c5a-524f-4197-9d7f-e8705c9bcb2c} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7203 | 2024.05.29 21:20:48.622763 [ 3 ] {b71e3c5a-524f-4197-9d7f-e8705c9bcb2c} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001613 sec., 9919.404835709856 rows/sec., 804.01 KiB/sec. | ||
7204 | 2024.05.29 21:20:48.622958 [ 3 ] {b71e3c5a-524f-4197-9d7f-e8705c9bcb2c} <Debug> DynamicQueryHandler: Done processing query | ||
7205 | 2024.05.29 21:20:48.622984 [ 3 ] {b71e3c5a-524f-4197-9d7f-e8705c9bcb2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7206 | 2024.05.29 21:20:48.622999 [ 3 ] {} <Debug> HTTP-Session: 72bc7f1f-4ed5-43bb-b36a-91d3611c1623 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7207 | 2024.05.29 21:20:48.623179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7208 | 2024.05.29 21:20:48.623227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7209 | 2024.05.29 21:20:48.623245 [ 3 ] {} <Debug> HTTP-Session: 83c84512-b956-4846-b93f-991a83cc75c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7210 | 2024.05.29 21:20:48.623260 [ 3 ] {} <Debug> HTTP-Session: 83c84512-b956-4846-b93f-991a83cc75c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7211 | 2024.05.29 21:20:48.623274 [ 3 ] {} <Debug> HTTP-Session: 83c84512-b956-4846-b93f-991a83cc75c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7212 | 2024.05.29 21:20:48.623304 [ 3 ] {} <Trace> HTTP-Session: 83c84512-b956-4846-b93f-991a83cc75c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7213 | 2024.05.29 21:20:48.623424 [ 3 ] {3f262c17-8191-4142-a6e7-1a7397724cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7214 | 2024.05.29 21:20:48.623466 [ 3 ] {3f262c17-8191-4142-a6e7-1a7397724cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7215 | 2024.05.29 21:20:48.623589 [ 3 ] {3f262c17-8191-4142-a6e7-1a7397724cde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7216 | 2024.05.29 21:20:48.623950 [ 3 ] {3f262c17-8191-4142-a6e7-1a7397724cde} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7217 | 2024.05.29 21:20:48.623987 [ 3 ] {3f262c17-8191-4142-a6e7-1a7397724cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7218 | 2024.05.29 21:20:48.624299 [ 3 ] {3f262c17-8191-4142-a6e7-1a7397724cde} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7219 | 2024.05.29 21:20:48.624603 [ 3 ] {3f262c17-8191-4142-a6e7-1a7397724cde} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7220 | 2024.05.29 21:20:48.624762 [ 3 ] {3f262c17-8191-4142-a6e7-1a7397724cde} <Debug> executeQuery: Read 104 rows, 8.80 KiB in 0.001377 sec., 75526.50689905592 rows/sec., 6.24 MiB/sec. | ||
7221 | 2024.05.29 21:20:48.624950 [ 3 ] {3f262c17-8191-4142-a6e7-1a7397724cde} <Debug> DynamicQueryHandler: Done processing query | ||
7222 | 2024.05.29 21:20:48.624980 [ 3 ] {3f262c17-8191-4142-a6e7-1a7397724cde} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7223 | 2024.05.29 21:20:48.625000 [ 3 ] {} <Debug> HTTP-Session: 83c84512-b956-4846-b93f-991a83cc75c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7224 | 2024.05.29 21:20:48.625139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7225 | 2024.05.29 21:20:48.625186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7226 | 2024.05.29 21:20:48.625205 [ 3 ] {} <Debug> HTTP-Session: 45768ef3-600b-4d55-9292-17b55287f19e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7227 | 2024.05.29 21:20:48.625221 [ 3 ] {} <Debug> HTTP-Session: 45768ef3-600b-4d55-9292-17b55287f19e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7228 | 2024.05.29 21:20:48.625234 [ 3 ] {} <Debug> HTTP-Session: 45768ef3-600b-4d55-9292-17b55287f19e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7229 | 2024.05.29 21:20:48.625265 [ 3 ] {} <Trace> HTTP-Session: 45768ef3-600b-4d55-9292-17b55287f19e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7230 | 2024.05.29 21:20:48.625380 [ 3 ] {8671ae75-d578-4823-9772-858ed2623667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7231 | 2024.05.29 21:20:48.625422 [ 3 ] {8671ae75-d578-4823-9772-858ed2623667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7232 | 2024.05.29 21:20:48.625545 [ 3 ] {8671ae75-d578-4823-9772-858ed2623667} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7233 | 2024.05.29 21:20:48.625877 [ 3 ] {8671ae75-d578-4823-9772-858ed2623667} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7234 | 2024.05.29 21:20:48.625913 [ 3 ] {8671ae75-d578-4823-9772-858ed2623667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7235 | 2024.05.29 21:20:48.626219 [ 3 ] {8671ae75-d578-4823-9772-858ed2623667} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7236 | 2024.05.29 21:20:48.626522 [ 3 ] {8671ae75-d578-4823-9772-858ed2623667} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7237 | 2024.05.29 21:20:48.626679 [ 3 ] {8671ae75-d578-4823-9772-858ed2623667} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001337 sec., 59835.45250560957 rows/sec., 4.67 MiB/sec. | ||
7238 | 2024.05.29 21:20:48.626925 [ 3 ] {8671ae75-d578-4823-9772-858ed2623667} <Debug> DynamicQueryHandler: Done processing query | ||
7239 | 2024.05.29 21:20:48.626976 [ 3 ] {8671ae75-d578-4823-9772-858ed2623667} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7240 | 2024.05.29 21:20:48.627026 [ 3 ] {} <Debug> HTTP-Session: 45768ef3-600b-4d55-9292-17b55287f19e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7241 | 2024.05.29 21:20:48.627231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7242 | 2024.05.29 21:20:48.627281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7243 | 2024.05.29 21:20:48.627300 [ 3 ] {} <Debug> HTTP-Session: d7022746-a35b-4d83-b528-2b0a86281844 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7244 | 2024.05.29 21:20:48.627317 [ 3 ] {} <Debug> HTTP-Session: d7022746-a35b-4d83-b528-2b0a86281844 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7245 | 2024.05.29 21:20:48.627331 [ 3 ] {} <Debug> HTTP-Session: d7022746-a35b-4d83-b528-2b0a86281844 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7246 | 2024.05.29 21:20:48.627363 [ 3 ] {} <Trace> HTTP-Session: d7022746-a35b-4d83-b528-2b0a86281844 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7247 | 2024.05.29 21:20:48.627505 [ 3 ] {d236bcfa-0fe1-48da-b33e-72931eb2f756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7248 | 2024.05.29 21:20:48.627554 [ 3 ] {d236bcfa-0fe1-48da-b33e-72931eb2f756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7249 | 2024.05.29 21:20:48.627717 [ 3 ] {d236bcfa-0fe1-48da-b33e-72931eb2f756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7250 | 2024.05.29 21:20:48.628184 [ 3 ] {d236bcfa-0fe1-48da-b33e-72931eb2f756} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7251 | 2024.05.29 21:20:48.628221 [ 3 ] {d236bcfa-0fe1-48da-b33e-72931eb2f756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7252 | 2024.05.29 21:20:48.628598 [ 3 ] {d236bcfa-0fe1-48da-b33e-72931eb2f756} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7253 | 2024.05.29 21:20:48.628920 [ 3 ] {d236bcfa-0fe1-48da-b33e-72931eb2f756} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7254 | 2024.05.29 21:20:48.629073 [ 3 ] {d236bcfa-0fe1-48da-b33e-72931eb2f756} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001626 sec., 98400.98400984009 rows/sec., 6.85 MiB/sec. | ||
7255 | 2024.05.29 21:20:48.629243 [ 3 ] {d236bcfa-0fe1-48da-b33e-72931eb2f756} <Debug> DynamicQueryHandler: Done processing query | ||
7256 | 2024.05.29 21:20:48.629266 [ 3 ] {d236bcfa-0fe1-48da-b33e-72931eb2f756} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7257 | 2024.05.29 21:20:48.629283 [ 3 ] {} <Debug> HTTP-Session: d7022746-a35b-4d83-b528-2b0a86281844 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7258 | 2024.05.29 21:20:48.629412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7259 | 2024.05.29 21:20:48.629460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7260 | 2024.05.29 21:20:48.629478 [ 3 ] {} <Debug> HTTP-Session: e644d540-661e-4031-84a5-4167eb5d46d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7261 | 2024.05.29 21:20:48.629495 [ 3 ] {} <Debug> HTTP-Session: e644d540-661e-4031-84a5-4167eb5d46d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7262 | 2024.05.29 21:20:48.629508 [ 3 ] {} <Debug> HTTP-Session: e644d540-661e-4031-84a5-4167eb5d46d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7263 | 2024.05.29 21:20:48.629539 [ 3 ] {} <Trace> HTTP-Session: e644d540-661e-4031-84a5-4167eb5d46d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7264 | 2024.05.29 21:20:48.629733 [ 3 ] {29c8f744-c5a4-4b2d-9633-f969d6e89614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7265 | 2024.05.29 21:20:48.629784 [ 3 ] {29c8f744-c5a4-4b2d-9633-f969d6e89614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7266 | 2024.05.29 21:20:48.629939 [ 3 ] {29c8f744-c5a4-4b2d-9633-f969d6e89614} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7267 | 2024.05.29 21:20:48.630336 [ 3 ] {29c8f744-c5a4-4b2d-9633-f969d6e89614} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7268 | 2024.05.29 21:20:48.630372 [ 3 ] {29c8f744-c5a4-4b2d-9633-f969d6e89614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7269 | 2024.05.29 21:20:48.630758 [ 3 ] {29c8f744-c5a4-4b2d-9633-f969d6e89614} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7270 | 2024.05.29 21:20:48.631082 [ 3 ] {29c8f744-c5a4-4b2d-9633-f969d6e89614} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7271 | 2024.05.29 21:20:48.631241 [ 3 ] {29c8f744-c5a4-4b2d-9633-f969d6e89614} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.00162 sec., 9876.543209876543 rows/sec., 13.33 MiB/sec. | ||
7272 | 2024.05.29 21:20:48.631417 [ 3 ] {29c8f744-c5a4-4b2d-9633-f969d6e89614} <Debug> DynamicQueryHandler: Done processing query | ||
7273 | 2024.05.29 21:20:48.631440 [ 3 ] {29c8f744-c5a4-4b2d-9633-f969d6e89614} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7274 | 2024.05.29 21:20:48.631455 [ 3 ] {} <Debug> HTTP-Session: e644d540-661e-4031-84a5-4167eb5d46d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7275 | 2024.05.29 21:20:48.631577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7276 | 2024.05.29 21:20:48.631625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7277 | 2024.05.29 21:20:48.631644 [ 3 ] {} <Debug> HTTP-Session: 8e6b7ede-77af-4e09-be13-73fd6673af61 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7278 | 2024.05.29 21:20:48.631660 [ 3 ] {} <Debug> HTTP-Session: 8e6b7ede-77af-4e09-be13-73fd6673af61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7279 | 2024.05.29 21:20:48.631674 [ 3 ] {} <Debug> HTTP-Session: 8e6b7ede-77af-4e09-be13-73fd6673af61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7280 | 2024.05.29 21:20:48.631710 [ 3 ] {} <Trace> HTTP-Session: 8e6b7ede-77af-4e09-be13-73fd6673af61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7281 | 2024.05.29 21:20:48.631817 [ 3 ] {721d69b6-e3c3-4f09-a0ea-ac2de67ecc9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7282 | 2024.05.29 21:20:48.631860 [ 3 ] {721d69b6-e3c3-4f09-a0ea-ac2de67ecc9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7283 | 2024.05.29 21:20:48.631985 [ 3 ] {721d69b6-e3c3-4f09-a0ea-ac2de67ecc9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7284 | 2024.05.29 21:20:48.632274 [ 3 ] {721d69b6-e3c3-4f09-a0ea-ac2de67ecc9c} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7285 | 2024.05.29 21:20:48.632308 [ 3 ] {721d69b6-e3c3-4f09-a0ea-ac2de67ecc9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7286 | 2024.05.29 21:20:48.632660 [ 3 ] {721d69b6-e3c3-4f09-a0ea-ac2de67ecc9c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7287 | 2024.05.29 21:20:48.632967 [ 3 ] {721d69b6-e3c3-4f09-a0ea-ac2de67ecc9c} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7288 | 2024.05.29 21:20:48.633124 [ 3 ] {721d69b6-e3c3-4f09-a0ea-ac2de67ecc9c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec. | ||
7289 | 2024.05.29 21:20:48.633291 [ 3 ] {721d69b6-e3c3-4f09-a0ea-ac2de67ecc9c} <Debug> DynamicQueryHandler: Done processing query | ||
7290 | 2024.05.29 21:20:48.633315 [ 3 ] {721d69b6-e3c3-4f09-a0ea-ac2de67ecc9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7291 | 2024.05.29 21:20:48.633330 [ 3 ] {} <Debug> HTTP-Session: 8e6b7ede-77af-4e09-be13-73fd6673af61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7292 | 2024.05.29 21:20:51.141646 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7293 | 2024.05.29 21:20:51.141722 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7294 | 2024.05.29 21:20:53.620717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7295 | 2024.05.29 21:20:53.620842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7296 | 2024.05.29 21:20:53.620871 [ 3 ] {} <Debug> HTTP-Session: d844a022-816e-46e6-8840-73f7dc186436 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7297 | 2024.05.29 21:20:53.620899 [ 3 ] {} <Debug> HTTP-Session: d844a022-816e-46e6-8840-73f7dc186436 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7298 | 2024.05.29 21:20:53.620917 [ 3 ] {} <Debug> HTTP-Session: d844a022-816e-46e6-8840-73f7dc186436 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7299 | 2024.05.29 21:20:53.620972 [ 3 ] {} <Trace> HTTP-Session: d844a022-816e-46e6-8840-73f7dc186436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7300 | 2024.05.29 21:20:53.621182 [ 3 ] {3738167d-91eb-4924-83dc-555376674c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7301 | 2024.05.29 21:20:53.621257 [ 3 ] {3738167d-91eb-4924-83dc-555376674c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7302 | 2024.05.29 21:20:53.621472 [ 3 ] {3738167d-91eb-4924-83dc-555376674c38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7303 | 2024.05.29 21:20:53.621937 [ 3 ] {3738167d-91eb-4924-83dc-555376674c38} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7304 | 2024.05.29 21:20:53.621985 [ 3 ] {3738167d-91eb-4924-83dc-555376674c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7305 | 2024.05.29 21:20:53.622359 [ 3 ] {3738167d-91eb-4924-83dc-555376674c38} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7306 | 2024.05.29 21:20:53.622695 [ 3 ] {3738167d-91eb-4924-83dc-555376674c38} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7307 | 2024.05.29 21:20:53.622864 [ 3 ] {3738167d-91eb-4924-83dc-555376674c38} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001741 sec., 8041.3555427915 rows/sec., 651.79 KiB/sec. | ||
7308 | 2024.05.29 21:20:53.623191 [ 3 ] {3738167d-91eb-4924-83dc-555376674c38} <Debug> DynamicQueryHandler: Done processing query | ||
7309 | 2024.05.29 21:20:53.623223 [ 3 ] {3738167d-91eb-4924-83dc-555376674c38} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7310 | 2024.05.29 21:20:53.623241 [ 3 ] {} <Debug> HTTP-Session: d844a022-816e-46e6-8840-73f7dc186436 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7311 | 2024.05.29 21:20:53.623401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7312 | 2024.05.29 21:20:53.623461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7313 | 2024.05.29 21:20:53.623481 [ 3 ] {} <Debug> HTTP-Session: 065ff014-cfb4-4a75-bce8-01f6832f3fbc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7314 | 2024.05.29 21:20:53.623500 [ 3 ] {} <Debug> HTTP-Session: 065ff014-cfb4-4a75-bce8-01f6832f3fbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7315 | 2024.05.29 21:20:53.623515 [ 3 ] {} <Debug> HTTP-Session: 065ff014-cfb4-4a75-bce8-01f6832f3fbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7316 | 2024.05.29 21:20:53.623550 [ 3 ] {} <Trace> HTTP-Session: 065ff014-cfb4-4a75-bce8-01f6832f3fbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7317 | 2024.05.29 21:20:53.623688 [ 3 ] {4751392d-fc1d-4266-9ac6-609504582bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7318 | 2024.05.29 21:20:53.623737 [ 3 ] {4751392d-fc1d-4266-9ac6-609504582bc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7319 | 2024.05.29 21:20:53.623892 [ 3 ] {4751392d-fc1d-4266-9ac6-609504582bc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7320 | 2024.05.29 21:20:53.624290 [ 3 ] {4751392d-fc1d-4266-9ac6-609504582bc0} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7321 | 2024.05.29 21:20:53.624328 [ 3 ] {4751392d-fc1d-4266-9ac6-609504582bc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7322 | 2024.05.29 21:20:53.624643 [ 3 ] {4751392d-fc1d-4266-9ac6-609504582bc0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7323 | 2024.05.29 21:20:53.624950 [ 3 ] {4751392d-fc1d-4266-9ac6-609504582bc0} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7324 | 2024.05.29 21:20:53.625104 [ 3 ] {4751392d-fc1d-4266-9ac6-609504582bc0} <Debug> executeQuery: Read 98 rows, 8.16 KiB in 0.001461 sec., 67077.34428473648 rows/sec., 5.45 MiB/sec. | ||
7325 | 2024.05.29 21:20:53.625374 [ 3 ] {4751392d-fc1d-4266-9ac6-609504582bc0} <Debug> DynamicQueryHandler: Done processing query | ||
7326 | 2024.05.29 21:20:53.625427 [ 3 ] {4751392d-fc1d-4266-9ac6-609504582bc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7327 | 2024.05.29 21:20:53.625491 [ 3 ] {} <Debug> HTTP-Session: 065ff014-cfb4-4a75-bce8-01f6832f3fbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7328 | 2024.05.29 21:20:53.625656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7329 | 2024.05.29 21:20:53.625713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7330 | 2024.05.29 21:20:53.625734 [ 3 ] {} <Debug> HTTP-Session: 72cdffa8-348c-428c-ba06-3c6c813d8974 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7331 | 2024.05.29 21:20:53.625752 [ 3 ] {} <Debug> HTTP-Session: 72cdffa8-348c-428c-ba06-3c6c813d8974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7332 | 2024.05.29 21:20:53.625766 [ 3 ] {} <Debug> HTTP-Session: 72cdffa8-348c-428c-ba06-3c6c813d8974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7333 | 2024.05.29 21:20:53.625799 [ 3 ] {} <Trace> HTTP-Session: 72cdffa8-348c-428c-ba06-3c6c813d8974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7334 | 2024.05.29 21:20:53.625931 [ 3 ] {6deb1f67-ea92-44b0-ab1e-dcc3a977a0b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7335 | 2024.05.29 21:20:53.625974 [ 3 ] {6deb1f67-ea92-44b0-ab1e-dcc3a977a0b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7336 | 2024.05.29 21:20:53.626116 [ 3 ] {6deb1f67-ea92-44b0-ab1e-dcc3a977a0b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7337 | 2024.05.29 21:20:53.626467 [ 3 ] {6deb1f67-ea92-44b0-ab1e-dcc3a977a0b3} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7338 | 2024.05.29 21:20:53.626503 [ 3 ] {6deb1f67-ea92-44b0-ab1e-dcc3a977a0b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7339 | 2024.05.29 21:20:53.626816 [ 3 ] {6deb1f67-ea92-44b0-ab1e-dcc3a977a0b3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7340 | 2024.05.29 21:20:53.627113 [ 3 ] {6deb1f67-ea92-44b0-ab1e-dcc3a977a0b3} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7341 | 2024.05.29 21:20:53.627258 [ 3 ] {6deb1f67-ea92-44b0-ab1e-dcc3a977a0b3} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001377 sec., 56644.88017429194 rows/sec., 4.42 MiB/sec. | ||
7342 | 2024.05.29 21:20:53.627426 [ 3 ] {6deb1f67-ea92-44b0-ab1e-dcc3a977a0b3} <Debug> DynamicQueryHandler: Done processing query | ||
7343 | 2024.05.29 21:20:53.627449 [ 3 ] {6deb1f67-ea92-44b0-ab1e-dcc3a977a0b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7344 | 2024.05.29 21:20:53.627465 [ 3 ] {} <Debug> HTTP-Session: 72cdffa8-348c-428c-ba06-3c6c813d8974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7345 | 2024.05.29 21:20:53.627609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7346 | 2024.05.29 21:20:53.627658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7347 | 2024.05.29 21:20:53.627677 [ 3 ] {} <Debug> HTTP-Session: 9e86bf0a-f77b-48c1-ae36-4c87c6bddde0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7348 | 2024.05.29 21:20:53.627694 [ 3 ] {} <Debug> HTTP-Session: 9e86bf0a-f77b-48c1-ae36-4c87c6bddde0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7349 | 2024.05.29 21:20:53.627707 [ 3 ] {} <Debug> HTTP-Session: 9e86bf0a-f77b-48c1-ae36-4c87c6bddde0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7350 | 2024.05.29 21:20:53.627738 [ 3 ] {} <Trace> HTTP-Session: 9e86bf0a-f77b-48c1-ae36-4c87c6bddde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7351 | 2024.05.29 21:20:53.627885 [ 3 ] {9ace2a94-7d46-482b-ae36-7c3ae9b9e77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7352 | 2024.05.29 21:20:53.627932 [ 3 ] {9ace2a94-7d46-482b-ae36-7c3ae9b9e77a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7353 | 2024.05.29 21:20:53.628075 [ 3 ] {9ace2a94-7d46-482b-ae36-7c3ae9b9e77a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7354 | 2024.05.29 21:20:53.628478 [ 3 ] {9ace2a94-7d46-482b-ae36-7c3ae9b9e77a} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7355 | 2024.05.29 21:20:53.628513 [ 3 ] {9ace2a94-7d46-482b-ae36-7c3ae9b9e77a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7356 | 2024.05.29 21:20:53.628887 [ 3 ] {9ace2a94-7d46-482b-ae36-7c3ae9b9e77a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7357 | 2024.05.29 21:20:53.629214 [ 3 ] {9ace2a94-7d46-482b-ae36-7c3ae9b9e77a} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7358 | 2024.05.29 21:20:53.629360 [ 3 ] {9ace2a94-7d46-482b-ae36-7c3ae9b9e77a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec. | ||
7359 | 2024.05.29 21:20:53.629382 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7360 | 2024.05.29 21:20:53.629473 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7361 | 2024.05.29 21:20:53.629518 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7362 | 2024.05.29 21:20:53.629605 [ 3 ] {9ace2a94-7d46-482b-ae36-7c3ae9b9e77a} <Debug> DynamicQueryHandler: Done processing query | ||
7363 | 2024.05.29 21:20:53.629675 [ 3 ] {9ace2a94-7d46-482b-ae36-7c3ae9b9e77a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7364 | 2024.05.29 21:20:53.629721 [ 3 ] {} <Debug> HTTP-Session: 9e86bf0a-f77b-48c1-ae36-4c87c6bddde0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7365 | 2024.05.29 21:20:53.629750 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
7366 | 2024.05.29 21:20:53.629895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7367 | 2024.05.29 21:20:53.630007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7368 | 2024.05.29 21:20:53.630061 [ 3 ] {} <Debug> HTTP-Session: bbee44ee-0de3-45c0-91e0-c7b717ba7e8c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7369 | 2024.05.29 21:20:53.630110 [ 3 ] {} <Debug> HTTP-Session: bbee44ee-0de3-45c0-91e0-c7b717ba7e8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7370 | 2024.05.29 21:20:53.630114 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7371 | 2024.05.29 21:20:53.630134 [ 3 ] {} <Debug> HTTP-Session: bbee44ee-0de3-45c0-91e0-c7b717ba7e8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7372 | 2024.05.29 21:20:53.630197 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 4573 rows starting from the beginning of the part | ||
7373 | 2024.05.29 21:20:53.630208 [ 3 ] {} <Trace> HTTP-Session: bbee44ee-0de3-45c0-91e0-c7b717ba7e8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7374 | 2024.05.29 21:20:53.630462 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 197 rows starting from the beginning of the part | ||
7375 | 2024.05.29 21:20:53.630639 [ 3 ] {c961e71f-6c78-4be8-8f48-142e3df744a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7376 | 2024.05.29 21:20:53.630768 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
7377 | 2024.05.29 21:20:53.630858 [ 3 ] {c961e71f-6c78-4be8-8f48-142e3df744a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7378 | 2024.05.29 21:20:53.631031 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 161 rows starting from the beginning of the part | ||
7379 | 2024.05.29 21:20:53.631492 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
7380 | 2024.05.29 21:20:53.631901 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
7381 | 2024.05.29 21:20:53.632166 [ 3 ] {c961e71f-6c78-4be8-8f48-142e3df744a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7382 | 2024.05.29 21:20:53.633158 [ 3 ] {c961e71f-6c78-4be8-8f48-142e3df744a7} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7383 | 2024.05.29 21:20:53.633198 [ 3 ] {c961e71f-6c78-4be8-8f48-142e3df744a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7384 | 2024.05.29 21:20:53.634268 [ 3 ] {c961e71f-6c78-4be8-8f48-142e3df744a7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7385 | 2024.05.29 21:20:53.634808 [ 3 ] {c961e71f-6c78-4be8-8f48-142e3df744a7} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7386 | 2024.05.29 21:20:53.635165 [ 3 ] {c961e71f-6c78-4be8-8f48-142e3df744a7} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.00477 sec., 2935.0104821802934 rows/sec., 3.96 MiB/sec. | ||
7387 | 2024.05.29 21:20:53.635463 [ 3 ] {c961e71f-6c78-4be8-8f48-142e3df744a7} <Debug> DynamicQueryHandler: Done processing query | ||
7388 | 2024.05.29 21:20:53.635488 [ 3 ] {c961e71f-6c78-4be8-8f48-142e3df744a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7389 | 2024.05.29 21:20:53.635503 [ 3 ] {} <Debug> HTTP-Session: bbee44ee-0de3-45c0-91e0-c7b717ba7e8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7390 | 2024.05.29 21:20:53.635704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7391 | 2024.05.29 21:20:53.635858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7392 | 2024.05.29 21:20:53.635896 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5411 rows, containing 5 columns (5 merged, 0 gathered) in 0.006296773 sec., 859329.0563277411 rows/sec., 60.04 MiB/sec. | ||
7393 | 2024.05.29 21:20:53.635903 [ 3 ] {} <Debug> HTTP-Session: d4b78e2e-8043-42e1-9206-e52dfc323cbd Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7394 | 2024.05.29 21:20:53.635966 [ 3 ] {} <Debug> HTTP-Session: d4b78e2e-8043-42e1-9206-e52dfc323cbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7395 | 2024.05.29 21:20:53.635982 [ 3 ] {} <Debug> HTTP-Session: d4b78e2e-8043-42e1-9206-e52dfc323cbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7396 | 2024.05.29 21:20:53.636016 [ 3 ] {} <Trace> HTTP-Session: d4b78e2e-8043-42e1-9206-e52dfc323cbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7397 | 2024.05.29 21:20:53.636174 [ 3 ] {57d472ea-caa0-429c-9056-576cebdac6f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7398 | 2024.05.29 21:20:53.636238 [ 3 ] {57d472ea-caa0-429c-9056-576cebdac6f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7399 | 2024.05.29 21:20:53.636281 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7400 | 2024.05.29 21:20:53.636685 [ 3 ] {57d472ea-caa0-429c-9056-576cebdac6f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7401 | 2024.05.29 21:20:53.637400 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7402 | 2024.05.29 21:20:53.637470 [ 3 ] {57d472ea-caa0-429c-9056-576cebdac6f7} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7403 | 2024.05.29 21:20:53.637534 [ 3 ] {57d472ea-caa0-429c-9056-576cebdac6f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7404 | 2024.05.29 21:20:53.637565 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7405 | 2024.05.29 21:20:53.637760 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. | ||
7406 | 2024.05.29 21:20:53.638065 [ 3 ] {57d472ea-caa0-429c-9056-576cebdac6f7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7407 | 2024.05.29 21:20:53.638393 [ 3 ] {57d472ea-caa0-429c-9056-576cebdac6f7} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7408 | 2024.05.29 21:20:53.638550 [ 3 ] {57d472ea-caa0-429c-9056-576cebdac6f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002446 sec., 24529.844644317254 rows/sec., 1.65 MiB/sec. | ||
7409 | 2024.05.29 21:20:53.638559 [ 67 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7410 | 2024.05.29 21:20:53.638641 [ 67 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7411 | 2024.05.29 21:20:53.638703 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
7412 | 2024.05.29 21:20:53.638843 [ 3 ] {57d472ea-caa0-429c-9056-576cebdac6f7} <Debug> DynamicQueryHandler: Done processing query | ||
7413 | 2024.05.29 21:20:53.638886 [ 192 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
7414 | 2024.05.29 21:20:53.638895 [ 3 ] {57d472ea-caa0-429c-9056-576cebdac6f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7415 | 2024.05.29 21:20:53.638987 [ 3 ] {} <Debug> HTTP-Session: d4b78e2e-8043-42e1-9206-e52dfc323cbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7416 | 2024.05.29 21:20:53.639103 [ 192 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7417 | 2024.05.29 21:20:53.639139 [ 192 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1572 rows starting from the beginning of the part | ||
7418 | 2024.05.29 21:20:53.639237 [ 192 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
7419 | 2024.05.29 21:20:53.639457 [ 192 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
7420 | 2024.05.29 21:20:53.639632 [ 192 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
7421 | 2024.05.29 21:20:53.639821 [ 192 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
7422 | 2024.05.29 21:20:53.640023 [ 192 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
7423 | 2024.05.29 21:20:53.641314 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1872 rows, containing 4 columns (4 merged, 0 gathered) in 0.002510705 sec., 745607.309500718 rows/sec., 49.98 MiB/sec. | ||
7424 | 2024.05.29 21:20:53.641619 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7425 | 2024.05.29 21:20:53.642088 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_41_8} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7426 | 2024.05.29 21:20:53.642183 [ 199 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_41_8} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7427 | 2024.05.29 21:20:53.642282 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
7428 | 2024.05.29 21:20:58.620837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7429 | 2024.05.29 21:20:58.620966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7430 | 2024.05.29 21:20:58.620991 [ 3 ] {} <Debug> HTTP-Session: edd8b7e6-0ae4-4a89-9911-a7e4ce294683 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7431 | 2024.05.29 21:20:58.621015 [ 3 ] {} <Debug> HTTP-Session: edd8b7e6-0ae4-4a89-9911-a7e4ce294683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7432 | 2024.05.29 21:20:58.621029 [ 3 ] {} <Debug> HTTP-Session: edd8b7e6-0ae4-4a89-9911-a7e4ce294683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7433 | 2024.05.29 21:20:58.621079 [ 3 ] {} <Trace> HTTP-Session: edd8b7e6-0ae4-4a89-9911-a7e4ce294683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7434 | 2024.05.29 21:20:58.621264 [ 3 ] {3a502e0c-ebff-4979-91e0-4d171397bd0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7435 | 2024.05.29 21:20:58.621330 [ 3 ] {3a502e0c-ebff-4979-91e0-4d171397bd0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7436 | 2024.05.29 21:20:58.621519 [ 3 ] {3a502e0c-ebff-4979-91e0-4d171397bd0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7437 | 2024.05.29 21:20:58.621944 [ 3 ] {3a502e0c-ebff-4979-91e0-4d171397bd0d} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7438 | 2024.05.29 21:20:58.621986 [ 3 ] {3a502e0c-ebff-4979-91e0-4d171397bd0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7439 | 2024.05.29 21:20:58.622345 [ 3 ] {3a502e0c-ebff-4979-91e0-4d171397bd0d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7440 | 2024.05.29 21:20:58.622684 [ 3 ] {3a502e0c-ebff-4979-91e0-4d171397bd0d} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7441 | 2024.05.29 21:20:58.622849 [ 3 ] {3a502e0c-ebff-4979-91e0-4d171397bd0d} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001639 sec., 9762.050030506405 rows/sec., 791.26 KiB/sec. | ||
7442 | 2024.05.29 21:20:58.623152 [ 3 ] {3a502e0c-ebff-4979-91e0-4d171397bd0d} <Debug> DynamicQueryHandler: Done processing query | ||
7443 | 2024.05.29 21:20:58.623201 [ 3 ] {3a502e0c-ebff-4979-91e0-4d171397bd0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7444 | 2024.05.29 21:20:58.623219 [ 3 ] {} <Debug> HTTP-Session: edd8b7e6-0ae4-4a89-9911-a7e4ce294683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7445 | 2024.05.29 21:20:58.623386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7446 | 2024.05.29 21:20:58.623434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7447 | 2024.05.29 21:20:58.623452 [ 3 ] {} <Debug> HTTP-Session: 23131b2b-f3d5-4015-99e1-d4647542509a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7448 | 2024.05.29 21:20:58.623470 [ 3 ] {} <Debug> HTTP-Session: 23131b2b-f3d5-4015-99e1-d4647542509a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7449 | 2024.05.29 21:20:58.623483 [ 3 ] {} <Debug> HTTP-Session: 23131b2b-f3d5-4015-99e1-d4647542509a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7450 | 2024.05.29 21:20:58.623514 [ 3 ] {} <Trace> HTTP-Session: 23131b2b-f3d5-4015-99e1-d4647542509a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7451 | 2024.05.29 21:20:58.623642 [ 3 ] {89739e22-363d-400d-a976-44786a5c7ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7452 | 2024.05.29 21:20:58.623687 [ 3 ] {89739e22-363d-400d-a976-44786a5c7ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7453 | 2024.05.29 21:20:58.623831 [ 3 ] {89739e22-363d-400d-a976-44786a5c7ff9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7454 | 2024.05.29 21:20:58.624195 [ 3 ] {89739e22-363d-400d-a976-44786a5c7ff9} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7455 | 2024.05.29 21:20:58.624231 [ 3 ] {89739e22-363d-400d-a976-44786a5c7ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7456 | 2024.05.29 21:20:58.624540 [ 3 ] {89739e22-363d-400d-a976-44786a5c7ff9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7457 | 2024.05.29 21:20:58.624839 [ 3 ] {89739e22-363d-400d-a976-44786a5c7ff9} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7458 | 2024.05.29 21:20:58.625003 [ 3 ] {89739e22-363d-400d-a976-44786a5c7ff9} <Debug> executeQuery: Read 104 rows, 8.80 KiB in 0.0014 sec., 74285.71428571429 rows/sec., 6.14 MiB/sec. | ||
7459 | 2024.05.29 21:20:58.625261 [ 3 ] {89739e22-363d-400d-a976-44786a5c7ff9} <Debug> DynamicQueryHandler: Done processing query | ||
7460 | 2024.05.29 21:20:58.625315 [ 3 ] {89739e22-363d-400d-a976-44786a5c7ff9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7461 | 2024.05.29 21:20:58.625374 [ 3 ] {} <Debug> HTTP-Session: 23131b2b-f3d5-4015-99e1-d4647542509a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7462 | 2024.05.29 21:20:58.625555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7463 | 2024.05.29 21:20:58.625604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7464 | 2024.05.29 21:20:58.625624 [ 3 ] {} <Debug> HTTP-Session: 40d07ee2-f6aa-4419-a182-83f28e2b4647 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7465 | 2024.05.29 21:20:58.625641 [ 3 ] {} <Debug> HTTP-Session: 40d07ee2-f6aa-4419-a182-83f28e2b4647 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7466 | 2024.05.29 21:20:58.625655 [ 3 ] {} <Debug> HTTP-Session: 40d07ee2-f6aa-4419-a182-83f28e2b4647 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7467 | 2024.05.29 21:20:58.625688 [ 3 ] {} <Trace> HTTP-Session: 40d07ee2-f6aa-4419-a182-83f28e2b4647 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7468 | 2024.05.29 21:20:58.625806 [ 3 ] {e74a1f79-a9ba-41ac-bc19-632befb1ec72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7469 | 2024.05.29 21:20:58.625850 [ 3 ] {e74a1f79-a9ba-41ac-bc19-632befb1ec72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7470 | 2024.05.29 21:20:58.625996 [ 3 ] {e74a1f79-a9ba-41ac-bc19-632befb1ec72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7471 | 2024.05.29 21:20:58.626329 [ 3 ] {e74a1f79-a9ba-41ac-bc19-632befb1ec72} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7472 | 2024.05.29 21:20:58.626365 [ 3 ] {e74a1f79-a9ba-41ac-bc19-632befb1ec72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7473 | 2024.05.29 21:20:58.626674 [ 3 ] {e74a1f79-a9ba-41ac-bc19-632befb1ec72} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7474 | 2024.05.29 21:20:58.626982 [ 3 ] {e74a1f79-a9ba-41ac-bc19-632befb1ec72} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7475 | 2024.05.29 21:20:58.627146 [ 3 ] {e74a1f79-a9ba-41ac-bc19-632befb1ec72} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.00137 sec., 58394.16058394161 rows/sec., 4.56 MiB/sec. | ||
7476 | 2024.05.29 21:20:58.627310 [ 3 ] {e74a1f79-a9ba-41ac-bc19-632befb1ec72} <Debug> DynamicQueryHandler: Done processing query | ||
7477 | 2024.05.29 21:20:58.627333 [ 3 ] {e74a1f79-a9ba-41ac-bc19-632befb1ec72} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7478 | 2024.05.29 21:20:58.627349 [ 3 ] {} <Debug> HTTP-Session: 40d07ee2-f6aa-4419-a182-83f28e2b4647 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7479 | 2024.05.29 21:20:58.627511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7480 | 2024.05.29 21:20:58.627558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7481 | 2024.05.29 21:20:58.627577 [ 3 ] {} <Debug> HTTP-Session: 268e51b8-e79a-4f42-b0e0-766d312a7705 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7482 | 2024.05.29 21:20:58.627594 [ 3 ] {} <Debug> HTTP-Session: 268e51b8-e79a-4f42-b0e0-766d312a7705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7483 | 2024.05.29 21:20:58.627608 [ 3 ] {} <Debug> HTTP-Session: 268e51b8-e79a-4f42-b0e0-766d312a7705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7484 | 2024.05.29 21:20:58.627639 [ 3 ] {} <Trace> HTTP-Session: 268e51b8-e79a-4f42-b0e0-766d312a7705 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7485 | 2024.05.29 21:20:58.627780 [ 3 ] {c71d2e62-f951-45e2-b435-cd507cc279b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7486 | 2024.05.29 21:20:58.627828 [ 3 ] {c71d2e62-f951-45e2-b435-cd507cc279b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7487 | 2024.05.29 21:20:58.627976 [ 3 ] {c71d2e62-f951-45e2-b435-cd507cc279b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7488 | 2024.05.29 21:20:58.628346 [ 3 ] {c71d2e62-f951-45e2-b435-cd507cc279b7} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7489 | 2024.05.29 21:20:58.628382 [ 3 ] {c71d2e62-f951-45e2-b435-cd507cc279b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7490 | 2024.05.29 21:20:58.628766 [ 3 ] {c71d2e62-f951-45e2-b435-cd507cc279b7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7491 | 2024.05.29 21:20:58.629092 [ 3 ] {c71d2e62-f951-45e2-b435-cd507cc279b7} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7492 | 2024.05.29 21:20:58.629237 [ 3 ] {c71d2e62-f951-45e2-b435-cd507cc279b7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00152 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec. | ||
7493 | 2024.05.29 21:20:58.629393 [ 3 ] {c71d2e62-f951-45e2-b435-cd507cc279b7} <Debug> DynamicQueryHandler: Done processing query | ||
7494 | 2024.05.29 21:20:58.629416 [ 3 ] {c71d2e62-f951-45e2-b435-cd507cc279b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7495 | 2024.05.29 21:20:58.629431 [ 3 ] {} <Debug> HTTP-Session: 268e51b8-e79a-4f42-b0e0-766d312a7705 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7496 | 2024.05.29 21:20:58.629569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7497 | 2024.05.29 21:20:58.629614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7498 | 2024.05.29 21:20:58.629633 [ 3 ] {} <Debug> HTTP-Session: 754b2331-3307-4d98-ad5b-795b3e18822c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7499 | 2024.05.29 21:20:58.629649 [ 3 ] {} <Debug> HTTP-Session: 754b2331-3307-4d98-ad5b-795b3e18822c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7500 | 2024.05.29 21:20:58.629663 [ 3 ] {} <Debug> HTTP-Session: 754b2331-3307-4d98-ad5b-795b3e18822c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7501 | 2024.05.29 21:20:58.629693 [ 3 ] {} <Trace> HTTP-Session: 754b2331-3307-4d98-ad5b-795b3e18822c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7502 | 2024.05.29 21:20:58.629865 [ 3 ] {4104820e-ee15-4672-a574-06cf635e411d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7503 | 2024.05.29 21:20:58.629913 [ 3 ] {4104820e-ee15-4672-a574-06cf635e411d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7504 | 2024.05.29 21:20:58.630071 [ 3 ] {4104820e-ee15-4672-a574-06cf635e411d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7505 | 2024.05.29 21:20:58.630466 [ 3 ] {4104820e-ee15-4672-a574-06cf635e411d} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7506 | 2024.05.29 21:20:58.630500 [ 3 ] {4104820e-ee15-4672-a574-06cf635e411d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7507 | 2024.05.29 21:20:58.630889 [ 3 ] {4104820e-ee15-4672-a574-06cf635e411d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7508 | 2024.05.29 21:20:58.631221 [ 3 ] {4104820e-ee15-4672-a574-06cf635e411d} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7509 | 2024.05.29 21:20:58.631385 [ 3 ] {4104820e-ee15-4672-a574-06cf635e411d} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001612 sec., 9925.558312655086 rows/sec., 13.39 MiB/sec. | ||
7510 | 2024.05.29 21:20:58.631553 [ 3 ] {4104820e-ee15-4672-a574-06cf635e411d} <Debug> DynamicQueryHandler: Done processing query | ||
7511 | 2024.05.29 21:20:58.631576 [ 3 ] {4104820e-ee15-4672-a574-06cf635e411d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7512 | 2024.05.29 21:20:58.631592 [ 3 ] {} <Debug> HTTP-Session: 754b2331-3307-4d98-ad5b-795b3e18822c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7513 | 2024.05.29 21:20:58.631713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7514 | 2024.05.29 21:20:58.631761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7515 | 2024.05.29 21:20:58.631780 [ 3 ] {} <Debug> HTTP-Session: 74c232e6-d409-4acf-b16a-3dc4783e4a37 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7516 | 2024.05.29 21:20:58.631796 [ 3 ] {} <Debug> HTTP-Session: 74c232e6-d409-4acf-b16a-3dc4783e4a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7517 | 2024.05.29 21:20:58.631810 [ 3 ] {} <Debug> HTTP-Session: 74c232e6-d409-4acf-b16a-3dc4783e4a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7518 | 2024.05.29 21:20:58.631840 [ 3 ] {} <Trace> HTTP-Session: 74c232e6-d409-4acf-b16a-3dc4783e4a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7519 | 2024.05.29 21:20:58.631955 [ 3 ] {01ac3049-21c3-474c-a2b6-c98738baef4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7520 | 2024.05.29 21:20:58.632000 [ 3 ] {01ac3049-21c3-474c-a2b6-c98738baef4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7521 | 2024.05.29 21:20:58.632126 [ 3 ] {01ac3049-21c3-474c-a2b6-c98738baef4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7522 | 2024.05.29 21:20:58.632444 [ 3 ] {01ac3049-21c3-474c-a2b6-c98738baef4a} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7523 | 2024.05.29 21:20:58.632479 [ 3 ] {01ac3049-21c3-474c-a2b6-c98738baef4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7524 | 2024.05.29 21:20:58.632826 [ 3 ] {01ac3049-21c3-474c-a2b6-c98738baef4a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7525 | 2024.05.29 21:20:58.633145 [ 3 ] {01ac3049-21c3-474c-a2b6-c98738baef4a} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7526 | 2024.05.29 21:20:58.633298 [ 3 ] {01ac3049-21c3-474c-a2b6-c98738baef4a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
7527 | 2024.05.29 21:20:58.633468 [ 3 ] {01ac3049-21c3-474c-a2b6-c98738baef4a} <Debug> DynamicQueryHandler: Done processing query | ||
7528 | 2024.05.29 21:20:58.633516 [ 3 ] {01ac3049-21c3-474c-a2b6-c98738baef4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7529 | 2024.05.29 21:20:58.633532 [ 3 ] {} <Debug> HTTP-Session: 74c232e6-d409-4acf-b16a-3dc4783e4a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7530 | 2024.05.29 21:21:03.622809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7531 | 2024.05.29 21:21:03.622939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7532 | 2024.05.29 21:21:03.622968 [ 3 ] {} <Debug> HTTP-Session: ca737948-ea3a-4a98-a9e9-f6de6cf47f07 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7533 | 2024.05.29 21:21:03.622995 [ 3 ] {} <Debug> HTTP-Session: ca737948-ea3a-4a98-a9e9-f6de6cf47f07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7534 | 2024.05.29 21:21:03.623012 [ 3 ] {} <Debug> HTTP-Session: ca737948-ea3a-4a98-a9e9-f6de6cf47f07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7535 | 2024.05.29 21:21:03.623066 [ 3 ] {} <Trace> HTTP-Session: ca737948-ea3a-4a98-a9e9-f6de6cf47f07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7536 | 2024.05.29 21:21:03.623250 [ 3 ] {4c388709-3a48-44a7-91f6-7f5f864d9fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7537 | 2024.05.29 21:21:03.623314 [ 3 ] {4c388709-3a48-44a7-91f6-7f5f864d9fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7538 | 2024.05.29 21:21:03.623525 [ 3 ] {4c388709-3a48-44a7-91f6-7f5f864d9fff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7539 | 2024.05.29 21:21:03.623933 [ 3 ] {4c388709-3a48-44a7-91f6-7f5f864d9fff} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7540 | 2024.05.29 21:21:03.623973 [ 3 ] {4c388709-3a48-44a7-91f6-7f5f864d9fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7541 | 2024.05.29 21:21:03.624336 [ 3 ] {4c388709-3a48-44a7-91f6-7f5f864d9fff} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7542 | 2024.05.29 21:21:03.624657 [ 3 ] {4c388709-3a48-44a7-91f6-7f5f864d9fff} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7543 | 2024.05.29 21:21:03.624801 [ 3 ] {4c388709-3a48-44a7-91f6-7f5f864d9fff} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001606 sec., 8717.3100871731 rows/sec., 706.58 KiB/sec. | ||
7544 | 2024.05.29 21:21:03.624812 [ 56 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7545 | 2024.05.29 21:21:03.624870 [ 56 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7546 | 2024.05.29 21:21:03.624906 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7547 | 2024.05.29 21:21:03.625058 [ 3 ] {4c388709-3a48-44a7-91f6-7f5f864d9fff} <Debug> DynamicQueryHandler: Done processing query | ||
7548 | 2024.05.29 21:21:03.625135 [ 3 ] {4c388709-3a48-44a7-91f6-7f5f864d9fff} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7549 | 2024.05.29 21:21:03.625227 [ 3 ] {} <Debug> HTTP-Session: ca737948-ea3a-4a98-a9e9-f6de6cf47f07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7550 | 2024.05.29 21:21:03.625327 [ 192 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
7551 | 2024.05.29 21:21:03.625520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7552 | 2024.05.29 21:21:03.625663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7553 | 2024.05.29 21:21:03.625723 [ 3 ] {} <Debug> HTTP-Session: dfaa882e-1d6a-44aa-9baa-408d43f9e9ca Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7554 | 2024.05.29 21:21:03.625768 [ 3 ] {} <Debug> HTTP-Session: dfaa882e-1d6a-44aa-9baa-408d43f9e9ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7555 | 2024.05.29 21:21:03.625805 [ 192 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7556 | 2024.05.29 21:21:03.625812 [ 3 ] {} <Debug> HTTP-Session: dfaa882e-1d6a-44aa-9baa-408d43f9e9ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7557 | 2024.05.29 21:21:03.625866 [ 192 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 30 rows starting from the beginning of the part | ||
7558 | 2024.05.29 21:21:03.625891 [ 3 ] {} <Trace> HTTP-Session: dfaa882e-1d6a-44aa-9baa-408d43f9e9ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7559 | 2024.05.29 21:21:03.626099 [ 192 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
7560 | 2024.05.29 21:21:03.626189 [ 3 ] {cc87ac42-2589-4139-bff3-ec78e87bc363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7561 | 2024.05.29 21:21:03.626343 [ 3 ] {cc87ac42-2589-4139-bff3-ec78e87bc363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7562 | 2024.05.29 21:21:03.626390 [ 192 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part | ||
7563 | 2024.05.29 21:21:03.626829 [ 192 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
7564 | 2024.05.29 21:21:03.627149 [ 192 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part | ||
7565 | 2024.05.29 21:21:03.627420 [ 3 ] {cc87ac42-2589-4139-bff3-ec78e87bc363} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7566 | 2024.05.29 21:21:03.627540 [ 192 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
7567 | 2024.05.29 21:21:03.628281 [ 3 ] {cc87ac42-2589-4139-bff3-ec78e87bc363} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7568 | 2024.05.29 21:21:03.628350 [ 3 ] {cc87ac42-2589-4139-bff3-ec78e87bc363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7569 | 2024.05.29 21:21:03.629120 [ 3 ] {cc87ac42-2589-4139-bff3-ec78e87bc363} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7570 | 2024.05.29 21:21:03.630179 [ 3 ] {cc87ac42-2589-4139-bff3-ec78e87bc363} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7571 | 2024.05.29 21:21:03.630208 [ 199 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.005202715 sec., 19989.563141552055 rows/sec., 1.58 MiB/sec. | ||
7572 | 2024.05.29 21:21:03.630473 [ 3 ] {cc87ac42-2589-4139-bff3-ec78e87bc363} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004387 sec., 455.8924093913836 rows/sec., 37.17 KiB/sec. | ||
7573 | 2024.05.29 21:21:03.630622 [ 189 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7574 | 2024.05.29 21:21:03.631050 [ 3 ] {cc87ac42-2589-4139-bff3-ec78e87bc363} <Debug> DynamicQueryHandler: Done processing query | ||
7575 | 2024.05.29 21:21:03.631111 [ 3 ] {cc87ac42-2589-4139-bff3-ec78e87bc363} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7576 | 2024.05.29 21:21:03.631152 [ 3 ] {} <Debug> HTTP-Session: dfaa882e-1d6a-44aa-9baa-408d43f9e9ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7577 | 2024.05.29 21:21:03.631414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 19218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7578 | 2024.05.29 21:21:03.631495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7579 | 2024.05.29 21:21:03.631537 [ 3 ] {} <Debug> HTTP-Session: 94bd10c7-bb68-4ae7-8580-9e1252558708 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7580 | 2024.05.29 21:21:03.631566 [ 189 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_46_9} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7581 | 2024.05.29 21:21:03.631575 [ 3 ] {} <Debug> HTTP-Session: 94bd10c7-bb68-4ae7-8580-9e1252558708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7582 | 2024.05.29 21:21:03.631632 [ 3 ] {} <Debug> HTTP-Session: 94bd10c7-bb68-4ae7-8580-9e1252558708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7583 | 2024.05.29 21:21:03.631709 [ 3 ] {} <Trace> HTTP-Session: 94bd10c7-bb68-4ae7-8580-9e1252558708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7584 | 2024.05.29 21:21:03.631752 [ 189 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_46_9} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7585 | 2024.05.29 21:21:03.631900 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7586 | 2024.05.29 21:21:03.631941 [ 3 ] {b3ef1736-6bcf-4310-aef1-b273a7c841c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7587 | 2024.05.29 21:21:03.631996 [ 3 ] {b3ef1736-6bcf-4310-aef1-b273a7c841c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7588 | 2024.05.29 21:21:03.632147 [ 3 ] {b3ef1736-6bcf-4310-aef1-b273a7c841c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7589 | 2024.05.29 21:21:03.632524 [ 3 ] {b3ef1736-6bcf-4310-aef1-b273a7c841c9} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7590 | 2024.05.29 21:21:03.632561 [ 3 ] {b3ef1736-6bcf-4310-aef1-b273a7c841c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7591 | 2024.05.29 21:21:03.632888 [ 3 ] {b3ef1736-6bcf-4310-aef1-b273a7c841c9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7592 | 2024.05.29 21:21:03.633197 [ 3 ] {b3ef1736-6bcf-4310-aef1-b273a7c841c9} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7593 | 2024.05.29 21:21:03.633324 [ 56 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7594 | 2024.05.29 21:21:03.633329 [ 3 ] {b3ef1736-6bcf-4310-aef1-b273a7c841c9} <Debug> executeQuery: Read 135 rows, 11.04 KiB in 0.001511 sec., 89344.80476505625 rows/sec., 7.14 MiB/sec. | ||
7595 | 2024.05.29 21:21:03.633369 [ 56 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7596 | 2024.05.29 21:21:03.633407 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7597 | 2024.05.29 21:21:03.633605 [ 3 ] {b3ef1736-6bcf-4310-aef1-b273a7c841c9} <Debug> DynamicQueryHandler: Done processing query | ||
7598 | 2024.05.29 21:21:03.633693 [ 3 ] {b3ef1736-6bcf-4310-aef1-b273a7c841c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7599 | 2024.05.29 21:21:03.633781 [ 3 ] {} <Debug> HTTP-Session: 94bd10c7-bb68-4ae7-8580-9e1252558708 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7600 | 2024.05.29 21:21:03.633895 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
7601 | 2024.05.29 21:21:03.634053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7602 | 2024.05.29 21:21:03.634234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7603 | 2024.05.29 21:21:03.634299 [ 3 ] {} <Debug> HTTP-Session: c3671f08-152e-4832-affe-6edb2be31098 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7604 | 2024.05.29 21:21:03.634350 [ 3 ] {} <Debug> HTTP-Session: c3671f08-152e-4832-affe-6edb2be31098 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7605 | 2024.05.29 21:21:03.634397 [ 3 ] {} <Debug> HTTP-Session: c3671f08-152e-4832-affe-6edb2be31098 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7606 | 2024.05.29 21:21:03.634400 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7607 | 2024.05.29 21:21:03.634453 [ 3 ] {} <Trace> HTTP-Session: c3671f08-152e-4832-affe-6edb2be31098 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7608 | 2024.05.29 21:21:03.634471 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 189 rows starting from the beginning of the part | ||
7609 | 2024.05.29 21:21:03.634730 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 99 rows starting from the beginning of the part | ||
7610 | 2024.05.29 21:21:03.634746 [ 3 ] {bbab6601-536c-4789-9420-764f6e4f327a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7611 | 2024.05.29 21:21:03.634895 [ 3 ] {bbab6601-536c-4789-9420-764f6e4f327a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7612 | 2024.05.29 21:21:03.635037 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 104 rows starting from the beginning of the part | ||
7613 | 2024.05.29 21:21:03.635490 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 98 rows starting from the beginning of the part | ||
7614 | 2024.05.29 21:21:03.635909 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 104 rows starting from the beginning of the part | ||
7615 | 2024.05.29 21:21:03.635944 [ 3 ] {bbab6601-536c-4789-9420-764f6e4f327a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7616 | 2024.05.29 21:21:03.636255 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 135 rows starting from the beginning of the part | ||
7617 | 2024.05.29 21:21:03.637034 [ 3 ] {bbab6601-536c-4789-9420-764f6e4f327a} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7618 | 2024.05.29 21:21:03.637077 [ 3 ] {bbab6601-536c-4789-9420-764f6e4f327a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7619 | 2024.05.29 21:21:03.637771 [ 3 ] {bbab6601-536c-4789-9420-764f6e4f327a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7620 | 2024.05.29 21:21:03.638720 [ 3 ] {bbab6601-536c-4789-9420-764f6e4f327a} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7621 | 2024.05.29 21:21:03.639005 [ 3 ] {bbab6601-536c-4789-9420-764f6e4f327a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004392 sec., 455.3734061930783 rows/sec., 31.80 KiB/sec. | ||
7622 | 2024.05.29 21:21:03.639554 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 729 rows, containing 4 columns (4 merged, 0 gathered) in 0.006064675 sec., 120204.29783953798 rows/sec., 9.80 MiB/sec. | ||
7623 | 2024.05.29 21:21:03.639596 [ 3 ] {bbab6601-536c-4789-9420-764f6e4f327a} <Debug> DynamicQueryHandler: Done processing query | ||
7624 | 2024.05.29 21:21:03.639632 [ 3 ] {bbab6601-536c-4789-9420-764f6e4f327a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7625 | 2024.05.29 21:21:03.639653 [ 3 ] {} <Debug> HTTP-Session: c3671f08-152e-4832-affe-6edb2be31098 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7626 | 2024.05.29 21:21:03.639768 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7627 | 2024.05.29 21:21:03.639848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7628 | 2024.05.29 21:21:03.639926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7629 | 2024.05.29 21:21:03.639956 [ 3 ] {} <Debug> HTTP-Session: 3db1bf77-9833-4d36-a882-f3050f83905e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7630 | 2024.05.29 21:21:03.639984 [ 3 ] {} <Debug> HTTP-Session: 3db1bf77-9833-4d36-a882-f3050f83905e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7631 | 2024.05.29 21:21:03.640034 [ 3 ] {} <Debug> HTTP-Session: 3db1bf77-9833-4d36-a882-f3050f83905e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7632 | 2024.05.29 21:21:03.640142 [ 3 ] {} <Trace> HTTP-Session: 3db1bf77-9833-4d36-a882-f3050f83905e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7633 | 2024.05.29 21:21:03.640434 [ 3 ] {f20c7367-a6b6-46d7-9d14-f61fff24981f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7634 | 2024.05.29 21:21:03.640502 [ 3 ] {f20c7367-a6b6-46d7-9d14-f61fff24981f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7635 | 2024.05.29 21:21:03.640541 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_46_9} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7636 | 2024.05.29 21:21:03.640791 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_46_9} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7637 | 2024.05.29 21:21:03.640914 [ 3 ] {f20c7367-a6b6-46d7-9d14-f61fff24981f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7638 | 2024.05.29 21:21:03.640954 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
7639 | 2024.05.29 21:21:03.641314 [ 3 ] {f20c7367-a6b6-46d7-9d14-f61fff24981f} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7640 | 2024.05.29 21:21:03.641354 [ 3 ] {f20c7367-a6b6-46d7-9d14-f61fff24981f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7641 | 2024.05.29 21:21:03.641683 [ 3 ] {f20c7367-a6b6-46d7-9d14-f61fff24981f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7642 | 2024.05.29 21:21:03.642001 [ 3 ] {f20c7367-a6b6-46d7-9d14-f61fff24981f} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7643 | 2024.05.29 21:21:03.642126 [ 3 ] {f20c7367-a6b6-46d7-9d14-f61fff24981f} <Debug> executeQuery: Read 104 rows, 8.30 KiB in 0.00179 sec., 58100.55865921788 rows/sec., 4.53 MiB/sec. | ||
7644 | 2024.05.29 21:21:03.642125 [ 56 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7645 | 2024.05.29 21:21:03.642183 [ 56 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7646 | 2024.05.29 21:21:03.642212 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7647 | 2024.05.29 21:21:03.642339 [ 3 ] {f20c7367-a6b6-46d7-9d14-f61fff24981f} <Debug> DynamicQueryHandler: Done processing query | ||
7648 | 2024.05.29 21:21:03.642360 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
7649 | 2024.05.29 21:21:03.642379 [ 3 ] {f20c7367-a6b6-46d7-9d14-f61fff24981f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7650 | 2024.05.29 21:21:03.642434 [ 3 ] {} <Debug> HTTP-Session: 3db1bf77-9833-4d36-a882-f3050f83905e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7651 | 2024.05.29 21:21:03.642544 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7652 | 2024.05.29 21:21:03.642576 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 150 rows starting from the beginning of the part | ||
7653 | 2024.05.29 21:21:03.642681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 37755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7654 | 2024.05.29 21:21:03.642755 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 80 rows starting from the beginning of the part | ||
7655 | 2024.05.29 21:21:03.642816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7656 | 2024.05.29 21:21:03.642936 [ 3 ] {} <Debug> HTTP-Session: b0a0c45e-ce5e-45e7-a2a9-edfc21b59de8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7657 | 2024.05.29 21:21:03.643041 [ 3 ] {} <Debug> HTTP-Session: b0a0c45e-ce5e-45e7-a2a9-edfc21b59de8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7658 | 2024.05.29 21:21:03.643110 [ 3 ] {} <Debug> HTTP-Session: b0a0c45e-ce5e-45e7-a2a9-edfc21b59de8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7659 | 2024.05.29 21:21:03.643120 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 80 rows starting from the beginning of the part | ||
7660 | 2024.05.29 21:21:03.643282 [ 3 ] {} <Trace> HTTP-Session: b0a0c45e-ce5e-45e7-a2a9-edfc21b59de8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7661 | 2024.05.29 21:21:03.643584 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 78 rows starting from the beginning of the part | ||
7662 | 2024.05.29 21:21:03.643776 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 80 rows starting from the beginning of the part | ||
7663 | 2024.05.29 21:21:03.643812 [ 3 ] {ffd1d2eb-87ba-4980-b73b-ef19e869e725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7664 | 2024.05.29 21:21:03.644020 [ 3 ] {ffd1d2eb-87ba-4980-b73b-ef19e869e725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7665 | 2024.05.29 21:21:03.644118 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 104 rows starting from the beginning of the part | ||
7666 | 2024.05.29 21:21:03.644824 [ 3 ] {ffd1d2eb-87ba-4980-b73b-ef19e869e725} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7667 | 2024.05.29 21:21:03.645844 [ 3 ] {ffd1d2eb-87ba-4980-b73b-ef19e869e725} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7668 | 2024.05.29 21:21:03.645920 [ 3 ] {ffd1d2eb-87ba-4980-b73b-ef19e869e725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7669 | 2024.05.29 21:21:03.646891 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 4 columns (4 merged, 0 gathered) in 0.004608496 sec., 124118.58445792293 rows/sec., 9.69 MiB/sec. | ||
7670 | 2024.05.29 21:21:03.647005 [ 3 ] {ffd1d2eb-87ba-4980-b73b-ef19e869e725} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7671 | 2024.05.29 21:21:03.647080 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7672 | 2024.05.29 21:21:03.648056 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_46_9} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7673 | 2024.05.29 21:21:03.648069 [ 3 ] {ffd1d2eb-87ba-4980-b73b-ef19e869e725} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7674 | 2024.05.29 21:21:03.648231 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_46_9} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7675 | 2024.05.29 21:21:03.648428 [ 3 ] {ffd1d2eb-87ba-4980-b73b-ef19e869e725} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.004888 sec., 40302.78232405892 rows/sec., 2.81 MiB/sec. | ||
7676 | 2024.05.29 21:21:03.648441 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
7677 | 2024.05.29 21:21:03.648690 [ 3 ] {ffd1d2eb-87ba-4980-b73b-ef19e869e725} <Debug> DynamicQueryHandler: Done processing query | ||
7678 | 2024.05.29 21:21:03.648720 [ 3 ] {ffd1d2eb-87ba-4980-b73b-ef19e869e725} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7679 | 2024.05.29 21:21:03.648737 [ 3 ] {} <Debug> HTTP-Session: b0a0c45e-ce5e-45e7-a2a9-edfc21b59de8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7680 | 2024.05.29 21:21:03.648875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7681 | 2024.05.29 21:21:03.648925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7682 | 2024.05.29 21:21:03.648943 [ 3 ] {} <Debug> HTTP-Session: eb2250e0-6702-4903-99d4-e285bec5eae4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7683 | 2024.05.29 21:21:03.648960 [ 3 ] {} <Debug> HTTP-Session: eb2250e0-6702-4903-99d4-e285bec5eae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7684 | 2024.05.29 21:21:03.648973 [ 3 ] {} <Debug> HTTP-Session: eb2250e0-6702-4903-99d4-e285bec5eae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7685 | 2024.05.29 21:21:03.649004 [ 3 ] {} <Trace> HTTP-Session: eb2250e0-6702-4903-99d4-e285bec5eae4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7686 | 2024.05.29 21:21:03.649190 [ 3 ] {e0f70d48-dbcc-4f5d-af2f-37070ec05e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7687 | 2024.05.29 21:21:03.649239 [ 3 ] {e0f70d48-dbcc-4f5d-af2f-37070ec05e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7688 | 2024.05.29 21:21:03.649414 [ 3 ] {e0f70d48-dbcc-4f5d-af2f-37070ec05e33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7689 | 2024.05.29 21:21:03.649779 [ 3 ] {e0f70d48-dbcc-4f5d-af2f-37070ec05e33} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7690 | 2024.05.29 21:21:03.649815 [ 3 ] {e0f70d48-dbcc-4f5d-af2f-37070ec05e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7691 | 2024.05.29 21:21:03.650217 [ 3 ] {e0f70d48-dbcc-4f5d-af2f-37070ec05e33} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7692 | 2024.05.29 21:21:03.650562 [ 3 ] {e0f70d48-dbcc-4f5d-af2f-37070ec05e33} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7693 | 2024.05.29 21:21:03.650685 [ 56 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7694 | 2024.05.29 21:21:03.650693 [ 3 ] {e0f70d48-dbcc-4f5d-af2f-37070ec05e33} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001613 sec., 8679.479231246125 rows/sec., 11.71 MiB/sec. | ||
7695 | 2024.05.29 21:21:03.650715 [ 56 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7696 | 2024.05.29 21:21:03.650751 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7697 | 2024.05.29 21:21:03.650961 [ 191 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
7698 | 2024.05.29 21:21:03.650984 [ 3 ] {e0f70d48-dbcc-4f5d-af2f-37070ec05e33} <Debug> DynamicQueryHandler: Done processing query | ||
7699 | 2024.05.29 21:21:03.651074 [ 3 ] {e0f70d48-dbcc-4f5d-af2f-37070ec05e33} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7700 | 2024.05.29 21:21:03.651094 [ 3 ] {} <Debug> HTTP-Session: eb2250e0-6702-4903-99d4-e285bec5eae4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7701 | 2024.05.29 21:21:03.651278 [ 191 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7702 | 2024.05.29 21:21:03.651295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7703 | 2024.05.29 21:21:03.651351 [ 191 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 614 rows starting from the beginning of the part | ||
7704 | 2024.05.29 21:21:03.651395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7705 | 2024.05.29 21:21:03.651462 [ 3 ] {} <Debug> HTTP-Session: e0342d50-cab7-4e1d-8b85-445a010184cc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7706 | 2024.05.29 21:21:03.651540 [ 3 ] {} <Debug> HTTP-Session: e0342d50-cab7-4e1d-8b85-445a010184cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7707 | 2024.05.29 21:21:03.651597 [ 3 ] {} <Debug> HTTP-Session: e0342d50-cab7-4e1d-8b85-445a010184cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7708 | 2024.05.29 21:21:03.651659 [ 191 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
7709 | 2024.05.29 21:21:03.651707 [ 3 ] {} <Trace> HTTP-Session: e0342d50-cab7-4e1d-8b85-445a010184cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7710 | 2024.05.29 21:21:03.651939 [ 191 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part | ||
7711 | 2024.05.29 21:21:03.652057 [ 3 ] {5f7d8354-7c8d-4f15-866e-7d21d9fa4e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7712 | 2024.05.29 21:21:03.652269 [ 3 ] {5f7d8354-7c8d-4f15-866e-7d21d9fa4e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7713 | 2024.05.29 21:21:03.652408 [ 191 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
7714 | 2024.05.29 21:21:03.652806 [ 191 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part | ||
7715 | 2024.05.29 21:21:03.653253 [ 191 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
7716 | 2024.05.29 21:21:03.653267 [ 3 ] {5f7d8354-7c8d-4f15-866e-7d21d9fa4e20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7717 | 2024.05.29 21:21:03.654128 [ 3 ] {5f7d8354-7c8d-4f15-866e-7d21d9fa4e20} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7718 | 2024.05.29 21:21:03.654203 [ 3 ] {5f7d8354-7c8d-4f15-866e-7d21d9fa4e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7719 | 2024.05.29 21:21:03.654745 [ 3 ] {5f7d8354-7c8d-4f15-866e-7d21d9fa4e20} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7720 | 2024.05.29 21:21:03.655745 [ 3 ] {5f7d8354-7c8d-4f15-866e-7d21d9fa4e20} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7721 | 2024.05.29 21:21:03.656138 [ 3 ] {5f7d8354-7c8d-4f15-866e-7d21d9fa4e20} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004173 sec., 14378.145219266717 rows/sec., 992.24 KiB/sec. | ||
7722 | 2024.05.29 21:21:03.656819 [ 3 ] {5f7d8354-7c8d-4f15-866e-7d21d9fa4e20} <Debug> DynamicQueryHandler: Done processing query | ||
7723 | 2024.05.29 21:21:03.656892 [ 3 ] {5f7d8354-7c8d-4f15-866e-7d21d9fa4e20} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7724 | 2024.05.29 21:21:03.656943 [ 3 ] {} <Debug> HTTP-Session: e0342d50-cab7-4e1d-8b85-445a010184cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7725 | 2024.05.29 21:21:03.657364 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 688 rows, containing 6 columns (6 merged, 0 gathered) in 0.00651652 sec., 105577.8237464168 rows/sec., 142.47 MiB/sec. | ||
7726 | 2024.05.29 21:21:03.658005 [ 186 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7727 | 2024.05.29 21:21:03.658441 [ 186 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7728 | 2024.05.29 21:21:03.658515 [ 186 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7729 | 2024.05.29 21:21:03.658608 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. | ||
7730 | 2024.05.29 21:21:06.141779 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7731 | 2024.05.29 21:21:06.141850 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7732 | 2024.05.29 21:21:08.620447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7733 | 2024.05.29 21:21:08.620579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7734 | 2024.05.29 21:21:08.620610 [ 3 ] {} <Debug> HTTP-Session: 629c7dc9-7477-4876-8803-64da92428c52 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7735 | 2024.05.29 21:21:08.620637 [ 3 ] {} <Debug> HTTP-Session: 629c7dc9-7477-4876-8803-64da92428c52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7736 | 2024.05.29 21:21:08.620655 [ 3 ] {} <Debug> HTTP-Session: 629c7dc9-7477-4876-8803-64da92428c52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7737 | 2024.05.29 21:21:08.620713 [ 3 ] {} <Trace> HTTP-Session: 629c7dc9-7477-4876-8803-64da92428c52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7738 | 2024.05.29 21:21:08.620923 [ 3 ] {a504d691-1acb-459d-b45f-1c772c5aedc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7739 | 2024.05.29 21:21:08.621001 [ 3 ] {a504d691-1acb-459d-b45f-1c772c5aedc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7740 | 2024.05.29 21:21:08.621216 [ 3 ] {a504d691-1acb-459d-b45f-1c772c5aedc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7741 | 2024.05.29 21:21:08.621626 [ 3 ] {a504d691-1acb-459d-b45f-1c772c5aedc3} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7742 | 2024.05.29 21:21:08.621669 [ 3 ] {a504d691-1acb-459d-b45f-1c772c5aedc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7743 | 2024.05.29 21:21:08.622039 [ 3 ] {a504d691-1acb-459d-b45f-1c772c5aedc3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7744 | 2024.05.29 21:21:08.622389 [ 3 ] {a504d691-1acb-459d-b45f-1c772c5aedc3} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7745 | 2024.05.29 21:21:08.622552 [ 3 ] {a504d691-1acb-459d-b45f-1c772c5aedc3} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001694 sec., 9445.100354191263 rows/sec., 765.57 KiB/sec. | ||
7746 | 2024.05.29 21:21:08.622747 [ 3 ] {a504d691-1acb-459d-b45f-1c772c5aedc3} <Debug> DynamicQueryHandler: Done processing query | ||
7747 | 2024.05.29 21:21:08.622775 [ 3 ] {a504d691-1acb-459d-b45f-1c772c5aedc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7748 | 2024.05.29 21:21:08.622791 [ 3 ] {} <Debug> HTTP-Session: 629c7dc9-7477-4876-8803-64da92428c52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7749 | 2024.05.29 21:21:08.622911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7750 | 2024.05.29 21:21:08.622961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7751 | 2024.05.29 21:21:08.622981 [ 3 ] {} <Debug> HTTP-Session: 47d7d677-91bf-4154-a587-ce7ad21391f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7752 | 2024.05.29 21:21:08.622998 [ 3 ] {} <Debug> HTTP-Session: 47d7d677-91bf-4154-a587-ce7ad21391f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7753 | 2024.05.29 21:21:08.623012 [ 3 ] {} <Debug> HTTP-Session: 47d7d677-91bf-4154-a587-ce7ad21391f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7754 | 2024.05.29 21:21:08.623043 [ 3 ] {} <Trace> HTTP-Session: 47d7d677-91bf-4154-a587-ce7ad21391f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7755 | 2024.05.29 21:21:08.623136 [ 3 ] {3849ebab-09b5-43ca-bcc0-4ee300401a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7756 | 2024.05.29 21:21:08.623181 [ 3 ] {3849ebab-09b5-43ca-bcc0-4ee300401a1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7757 | 2024.05.29 21:21:08.623310 [ 3 ] {3849ebab-09b5-43ca-bcc0-4ee300401a1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7758 | 2024.05.29 21:21:08.623609 [ 3 ] {3849ebab-09b5-43ca-bcc0-4ee300401a1f} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7759 | 2024.05.29 21:21:08.623647 [ 3 ] {3849ebab-09b5-43ca-bcc0-4ee300401a1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7760 | 2024.05.29 21:21:08.623951 [ 3 ] {3849ebab-09b5-43ca-bcc0-4ee300401a1f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7761 | 2024.05.29 21:21:08.624268 [ 3 ] {3849ebab-09b5-43ca-bcc0-4ee300401a1f} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7762 | 2024.05.29 21:21:08.624419 [ 3 ] {3849ebab-09b5-43ca-bcc0-4ee300401a1f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001299 sec., 1539.6458814472671 rows/sec., 125.55 KiB/sec. | ||
7763 | 2024.05.29 21:21:08.624586 [ 3 ] {3849ebab-09b5-43ca-bcc0-4ee300401a1f} <Debug> DynamicQueryHandler: Done processing query | ||
7764 | 2024.05.29 21:21:08.624611 [ 3 ] {3849ebab-09b5-43ca-bcc0-4ee300401a1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7765 | 2024.05.29 21:21:08.624627 [ 3 ] {} <Debug> HTTP-Session: 47d7d677-91bf-4154-a587-ce7ad21391f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7766 | 2024.05.29 21:21:08.624808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7767 | 2024.05.29 21:21:08.624858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7768 | 2024.05.29 21:21:08.624878 [ 3 ] {} <Debug> HTTP-Session: 8257dfea-b8b6-4570-99e4-6b53cb0c0d29 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7769 | 2024.05.29 21:21:08.624894 [ 3 ] {} <Debug> HTTP-Session: 8257dfea-b8b6-4570-99e4-6b53cb0c0d29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7770 | 2024.05.29 21:21:08.624908 [ 3 ] {} <Debug> HTTP-Session: 8257dfea-b8b6-4570-99e4-6b53cb0c0d29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7771 | 2024.05.29 21:21:08.624938 [ 3 ] {} <Trace> HTTP-Session: 8257dfea-b8b6-4570-99e4-6b53cb0c0d29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7772 | 2024.05.29 21:21:08.625070 [ 3 ] {6614c151-ba1c-4642-b71c-83279f341d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7773 | 2024.05.29 21:21:08.625114 [ 3 ] {6614c151-ba1c-4642-b71c-83279f341d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7774 | 2024.05.29 21:21:08.625236 [ 3 ] {6614c151-ba1c-4642-b71c-83279f341d76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7775 | 2024.05.29 21:21:08.625564 [ 3 ] {6614c151-ba1c-4642-b71c-83279f341d76} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7776 | 2024.05.29 21:21:08.625600 [ 3 ] {6614c151-ba1c-4642-b71c-83279f341d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7777 | 2024.05.29 21:21:08.625911 [ 3 ] {6614c151-ba1c-4642-b71c-83279f341d76} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7778 | 2024.05.29 21:21:08.626210 [ 3 ] {6614c151-ba1c-4642-b71c-83279f341d76} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7779 | 2024.05.29 21:21:08.626343 [ 3 ] {6614c151-ba1c-4642-b71c-83279f341d76} <Debug> executeQuery: Read 105 rows, 8.87 KiB in 0.001315 sec., 79847.90874524714 rows/sec., 6.59 MiB/sec. | ||
7780 | 2024.05.29 21:21:08.626527 [ 3 ] {6614c151-ba1c-4642-b71c-83279f341d76} <Debug> DynamicQueryHandler: Done processing query | ||
7781 | 2024.05.29 21:21:08.626551 [ 3 ] {6614c151-ba1c-4642-b71c-83279f341d76} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7782 | 2024.05.29 21:21:08.626567 [ 3 ] {} <Debug> HTTP-Session: 8257dfea-b8b6-4570-99e4-6b53cb0c0d29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7783 | 2024.05.29 21:21:08.626677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7784 | 2024.05.29 21:21:08.626725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7785 | 2024.05.29 21:21:08.626745 [ 3 ] {} <Debug> HTTP-Session: e2ccbd25-35e7-4f57-8c26-84a79c6ddc59 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7786 | 2024.05.29 21:21:08.626762 [ 3 ] {} <Debug> HTTP-Session: e2ccbd25-35e7-4f57-8c26-84a79c6ddc59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7787 | 2024.05.29 21:21:08.626776 [ 3 ] {} <Debug> HTTP-Session: e2ccbd25-35e7-4f57-8c26-84a79c6ddc59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7788 | 2024.05.29 21:21:08.626806 [ 3 ] {} <Trace> HTTP-Session: e2ccbd25-35e7-4f57-8c26-84a79c6ddc59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7789 | 2024.05.29 21:21:08.626897 [ 3 ] {ce8f8c69-ca19-4126-9fd0-aa26f606d0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7790 | 2024.05.29 21:21:08.626940 [ 3 ] {ce8f8c69-ca19-4126-9fd0-aa26f606d0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7791 | 2024.05.29 21:21:08.627070 [ 3 ] {ce8f8c69-ca19-4126-9fd0-aa26f606d0f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7792 | 2024.05.29 21:21:08.627338 [ 3 ] {ce8f8c69-ca19-4126-9fd0-aa26f606d0f9} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7793 | 2024.05.29 21:21:08.627376 [ 3 ] {ce8f8c69-ca19-4126-9fd0-aa26f606d0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7794 | 2024.05.29 21:21:08.627676 [ 3 ] {ce8f8c69-ca19-4126-9fd0-aa26f606d0f9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7795 | 2024.05.29 21:21:08.627982 [ 3 ] {ce8f8c69-ca19-4126-9fd0-aa26f606d0f9} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7796 | 2024.05.29 21:21:08.628159 [ 3 ] {ce8f8c69-ca19-4126-9fd0-aa26f606d0f9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001275 sec., 1568.627450980392 rows/sec., 109.53 KiB/sec. | ||
7797 | 2024.05.29 21:21:08.628325 [ 3 ] {ce8f8c69-ca19-4126-9fd0-aa26f606d0f9} <Debug> DynamicQueryHandler: Done processing query | ||
7798 | 2024.05.29 21:21:08.628350 [ 3 ] {ce8f8c69-ca19-4126-9fd0-aa26f606d0f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7799 | 2024.05.29 21:21:08.628367 [ 3 ] {} <Debug> HTTP-Session: e2ccbd25-35e7-4f57-8c26-84a79c6ddc59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7800 | 2024.05.29 21:21:08.628500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7801 | 2024.05.29 21:21:08.628550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7802 | 2024.05.29 21:21:08.628570 [ 3 ] {} <Debug> HTTP-Session: 3d4b3734-6029-484e-9e15-a0c809b4db71 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7803 | 2024.05.29 21:21:08.628587 [ 3 ] {} <Debug> HTTP-Session: 3d4b3734-6029-484e-9e15-a0c809b4db71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7804 | 2024.05.29 21:21:08.628600 [ 3 ] {} <Debug> HTTP-Session: 3d4b3734-6029-484e-9e15-a0c809b4db71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7805 | 2024.05.29 21:21:08.628630 [ 3 ] {} <Trace> HTTP-Session: 3d4b3734-6029-484e-9e15-a0c809b4db71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7806 | 2024.05.29 21:21:08.628747 [ 3 ] {20fe8e47-3b2a-4051-be17-e8c2575549be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7807 | 2024.05.29 21:21:08.628790 [ 3 ] {20fe8e47-3b2a-4051-be17-e8c2575549be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7808 | 2024.05.29 21:21:08.628916 [ 3 ] {20fe8e47-3b2a-4051-be17-e8c2575549be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7809 | 2024.05.29 21:21:08.629254 [ 3 ] {20fe8e47-3b2a-4051-be17-e8c2575549be} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7810 | 2024.05.29 21:21:08.629292 [ 3 ] {20fe8e47-3b2a-4051-be17-e8c2575549be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7811 | 2024.05.29 21:21:08.629600 [ 3 ] {20fe8e47-3b2a-4051-be17-e8c2575549be} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7812 | 2024.05.29 21:21:08.629906 [ 3 ] {20fe8e47-3b2a-4051-be17-e8c2575549be} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7813 | 2024.05.29 21:21:08.630063 [ 3 ] {20fe8e47-3b2a-4051-be17-e8c2575549be} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.00135 sec., 60740.74074074074 rows/sec., 4.75 MiB/sec. | ||
7814 | 2024.05.29 21:21:08.630241 [ 3 ] {20fe8e47-3b2a-4051-be17-e8c2575549be} <Debug> DynamicQueryHandler: Done processing query | ||
7815 | 2024.05.29 21:21:08.630274 [ 3 ] {20fe8e47-3b2a-4051-be17-e8c2575549be} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7816 | 2024.05.29 21:21:08.630298 [ 3 ] {} <Debug> HTTP-Session: 3d4b3734-6029-484e-9e15-a0c809b4db71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7817 | 2024.05.29 21:21:08.630452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7818 | 2024.05.29 21:21:08.630501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7819 | 2024.05.29 21:21:08.630521 [ 3 ] {} <Debug> HTTP-Session: 143b1543-1a03-4784-84a5-de53e600d569 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7820 | 2024.05.29 21:21:08.630537 [ 3 ] {} <Debug> HTTP-Session: 143b1543-1a03-4784-84a5-de53e600d569 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7821 | 2024.05.29 21:21:08.630551 [ 3 ] {} <Debug> HTTP-Session: 143b1543-1a03-4784-84a5-de53e600d569 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7822 | 2024.05.29 21:21:08.630581 [ 3 ] {} <Trace> HTTP-Session: 143b1543-1a03-4784-84a5-de53e600d569 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7823 | 2024.05.29 21:21:08.630721 [ 3 ] {3988ab75-f3f1-4c3c-813e-a02daec53044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7824 | 2024.05.29 21:21:08.630769 [ 3 ] {3988ab75-f3f1-4c3c-813e-a02daec53044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7825 | 2024.05.29 21:21:08.630915 [ 3 ] {3988ab75-f3f1-4c3c-813e-a02daec53044} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7826 | 2024.05.29 21:21:08.631294 [ 3 ] {3988ab75-f3f1-4c3c-813e-a02daec53044} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7827 | 2024.05.29 21:21:08.631332 [ 3 ] {3988ab75-f3f1-4c3c-813e-a02daec53044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7828 | 2024.05.29 21:21:08.631720 [ 3 ] {3988ab75-f3f1-4c3c-813e-a02daec53044} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7829 | 2024.05.29 21:21:08.632060 [ 3 ] {3988ab75-f3f1-4c3c-813e-a02daec53044} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7830 | 2024.05.29 21:21:08.632224 [ 3 ] {3988ab75-f3f1-4c3c-813e-a02daec53044} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001559 sec., 103271.32777421424 rows/sec., 7.19 MiB/sec. | ||
7831 | 2024.05.29 21:21:08.632510 [ 3 ] {3988ab75-f3f1-4c3c-813e-a02daec53044} <Debug> DynamicQueryHandler: Done processing query | ||
7832 | 2024.05.29 21:21:08.632573 [ 3 ] {3988ab75-f3f1-4c3c-813e-a02daec53044} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7833 | 2024.05.29 21:21:08.632629 [ 3 ] {} <Debug> HTTP-Session: 143b1543-1a03-4784-84a5-de53e600d569 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7834 | 2024.05.29 21:21:08.632814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7835 | 2024.05.29 21:21:08.632867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7836 | 2024.05.29 21:21:08.632886 [ 3 ] {} <Debug> HTTP-Session: 42507933-b821-405f-8c76-c18bbb62fbc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7837 | 2024.05.29 21:21:08.632903 [ 3 ] {} <Debug> HTTP-Session: 42507933-b821-405f-8c76-c18bbb62fbc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7838 | 2024.05.29 21:21:08.632917 [ 3 ] {} <Debug> HTTP-Session: 42507933-b821-405f-8c76-c18bbb62fbc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7839 | 2024.05.29 21:21:08.632949 [ 3 ] {} <Trace> HTTP-Session: 42507933-b821-405f-8c76-c18bbb62fbc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7840 | 2024.05.29 21:21:08.633141 [ 3 ] {eb67c335-05dd-424c-b604-07876d8aaea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7841 | 2024.05.29 21:21:08.633191 [ 3 ] {eb67c335-05dd-424c-b604-07876d8aaea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7842 | 2024.05.29 21:21:08.633373 [ 3 ] {eb67c335-05dd-424c-b604-07876d8aaea2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7843 | 2024.05.29 21:21:08.633734 [ 3 ] {eb67c335-05dd-424c-b604-07876d8aaea2} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7844 | 2024.05.29 21:21:08.633770 [ 3 ] {eb67c335-05dd-424c-b604-07876d8aaea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7845 | 2024.05.29 21:21:08.634162 [ 3 ] {eb67c335-05dd-424c-b604-07876d8aaea2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7846 | 2024.05.29 21:21:08.634506 [ 3 ] {eb67c335-05dd-424c-b604-07876d8aaea2} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7847 | 2024.05.29 21:21:08.634661 [ 3 ] {eb67c335-05dd-424c-b604-07876d8aaea2} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001631 sec., 9809.932556713673 rows/sec., 13.24 MiB/sec. | ||
7848 | 2024.05.29 21:21:08.634818 [ 3 ] {eb67c335-05dd-424c-b604-07876d8aaea2} <Debug> DynamicQueryHandler: Done processing query | ||
7849 | 2024.05.29 21:21:08.634843 [ 3 ] {eb67c335-05dd-424c-b604-07876d8aaea2} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7850 | 2024.05.29 21:21:08.634858 [ 3 ] {} <Debug> HTTP-Session: 42507933-b821-405f-8c76-c18bbb62fbc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7851 | 2024.05.29 21:21:08.634975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7852 | 2024.05.29 21:21:08.635021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7853 | 2024.05.29 21:21:08.635041 [ 3 ] {} <Debug> HTTP-Session: 6077a95b-696b-4ba1-a20b-4a8db7db09d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7854 | 2024.05.29 21:21:08.635058 [ 3 ] {} <Debug> HTTP-Session: 6077a95b-696b-4ba1-a20b-4a8db7db09d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7855 | 2024.05.29 21:21:08.635072 [ 3 ] {} <Debug> HTTP-Session: 6077a95b-696b-4ba1-a20b-4a8db7db09d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7856 | 2024.05.29 21:21:08.635101 [ 3 ] {} <Trace> HTTP-Session: 6077a95b-696b-4ba1-a20b-4a8db7db09d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7857 | 2024.05.29 21:21:08.635217 [ 3 ] {fb806057-09b0-4191-8b7b-7f4a94191fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7858 | 2024.05.29 21:21:08.635262 [ 3 ] {fb806057-09b0-4191-8b7b-7f4a94191fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7859 | 2024.05.29 21:21:08.635390 [ 3 ] {fb806057-09b0-4191-8b7b-7f4a94191fcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7860 | 2024.05.29 21:21:08.635766 [ 3 ] {fb806057-09b0-4191-8b7b-7f4a94191fcb} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7861 | 2024.05.29 21:21:08.635804 [ 3 ] {fb806057-09b0-4191-8b7b-7f4a94191fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7862 | 2024.05.29 21:21:08.636160 [ 3 ] {fb806057-09b0-4191-8b7b-7f4a94191fcb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7863 | 2024.05.29 21:21:08.636497 [ 3 ] {fb806057-09b0-4191-8b7b-7f4a94191fcb} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7864 | 2024.05.29 21:21:08.636654 [ 3 ] {fb806057-09b0-4191-8b7b-7f4a94191fcb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec. | ||
7865 | 2024.05.29 21:21:08.636866 [ 3 ] {fb806057-09b0-4191-8b7b-7f4a94191fcb} <Debug> DynamicQueryHandler: Done processing query | ||
7866 | 2024.05.29 21:21:08.636891 [ 3 ] {fb806057-09b0-4191-8b7b-7f4a94191fcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7867 | 2024.05.29 21:21:08.636908 [ 3 ] {} <Debug> HTTP-Session: 6077a95b-696b-4ba1-a20b-4a8db7db09d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7868 | 2024.05.29 21:21:13.623757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7869 | 2024.05.29 21:21:13.623912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7870 | 2024.05.29 21:21:13.623943 [ 3 ] {} <Debug> HTTP-Session: fdf94694-ffba-4834-96e4-2fff2ec48473 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7871 | 2024.05.29 21:21:13.623973 [ 3 ] {} <Debug> HTTP-Session: fdf94694-ffba-4834-96e4-2fff2ec48473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7872 | 2024.05.29 21:21:13.623992 [ 3 ] {} <Debug> HTTP-Session: fdf94694-ffba-4834-96e4-2fff2ec48473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7873 | 2024.05.29 21:21:13.624054 [ 3 ] {} <Trace> HTTP-Session: fdf94694-ffba-4834-96e4-2fff2ec48473 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7874 | 2024.05.29 21:21:13.624323 [ 3 ] {b7deaef6-90e9-4596-abf4-5440787b54ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7875 | 2024.05.29 21:21:13.624415 [ 3 ] {b7deaef6-90e9-4596-abf4-5440787b54ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7876 | 2024.05.29 21:21:13.624669 [ 3 ] {b7deaef6-90e9-4596-abf4-5440787b54ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7877 | 2024.05.29 21:21:13.625226 [ 3 ] {b7deaef6-90e9-4596-abf4-5440787b54ed} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7878 | 2024.05.29 21:21:13.625278 [ 3 ] {b7deaef6-90e9-4596-abf4-5440787b54ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7879 | 2024.05.29 21:21:13.625744 [ 3 ] {b7deaef6-90e9-4596-abf4-5440787b54ed} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7880 | 2024.05.29 21:21:13.626150 [ 3 ] {b7deaef6-90e9-4596-abf4-5440787b54ed} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7881 | 2024.05.29 21:21:13.626334 [ 3 ] {b7deaef6-90e9-4596-abf4-5440787b54ed} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.002086 sec., 6711.409395973154 rows/sec., 543.99 KiB/sec. | ||
7882 | 2024.05.29 21:21:13.626587 [ 3 ] {b7deaef6-90e9-4596-abf4-5440787b54ed} <Debug> DynamicQueryHandler: Done processing query | ||
7883 | 2024.05.29 21:21:13.626628 [ 3 ] {b7deaef6-90e9-4596-abf4-5440787b54ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7884 | 2024.05.29 21:21:13.626656 [ 3 ] {} <Debug> HTTP-Session: fdf94694-ffba-4834-96e4-2fff2ec48473 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7885 | 2024.05.29 21:21:13.626866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7886 | 2024.05.29 21:21:13.626928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7887 | 2024.05.29 21:21:13.626954 [ 3 ] {} <Debug> HTTP-Session: e3d66c32-ff30-41e4-8624-709d6a6660f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7888 | 2024.05.29 21:21:13.626979 [ 3 ] {} <Debug> HTTP-Session: e3d66c32-ff30-41e4-8624-709d6a6660f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7889 | 2024.05.29 21:21:13.627000 [ 3 ] {} <Debug> HTTP-Session: e3d66c32-ff30-41e4-8624-709d6a6660f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7890 | 2024.05.29 21:21:13.627042 [ 3 ] {} <Trace> HTTP-Session: e3d66c32-ff30-41e4-8624-709d6a6660f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7891 | 2024.05.29 21:21:13.627193 [ 3 ] {9ee3eda6-63b5-466f-aea0-9758693eaaab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7892 | 2024.05.29 21:21:13.627243 [ 3 ] {9ee3eda6-63b5-466f-aea0-9758693eaaab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7893 | 2024.05.29 21:21:13.627397 [ 3 ] {9ee3eda6-63b5-466f-aea0-9758693eaaab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7894 | 2024.05.29 21:21:13.627888 [ 3 ] {9ee3eda6-63b5-466f-aea0-9758693eaaab} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7895 | 2024.05.29 21:21:13.627928 [ 3 ] {9ee3eda6-63b5-466f-aea0-9758693eaaab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7896 | 2024.05.29 21:21:13.628293 [ 3 ] {9ee3eda6-63b5-466f-aea0-9758693eaaab} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7897 | 2024.05.29 21:21:13.628664 [ 3 ] {9ee3eda6-63b5-466f-aea0-9758693eaaab} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7898 | 2024.05.29 21:21:13.628827 [ 3 ] {9ee3eda6-63b5-466f-aea0-9758693eaaab} <Debug> executeQuery: Read 98 rows, 8.16 KiB in 0.00169 sec., 57988.16568047337 rows/sec., 4.71 MiB/sec. | ||
7899 | 2024.05.29 21:21:13.629015 [ 3 ] {9ee3eda6-63b5-466f-aea0-9758693eaaab} <Debug> DynamicQueryHandler: Done processing query | ||
7900 | 2024.05.29 21:21:13.629043 [ 3 ] {9ee3eda6-63b5-466f-aea0-9758693eaaab} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7901 | 2024.05.29 21:21:13.629063 [ 3 ] {} <Debug> HTTP-Session: e3d66c32-ff30-41e4-8624-709d6a6660f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7902 | 2024.05.29 21:21:13.629214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7903 | 2024.05.29 21:21:13.629270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7904 | 2024.05.29 21:21:13.629293 [ 3 ] {} <Debug> HTTP-Session: 1d83e377-6d70-410e-b8c6-5c0149aa2e6c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7905 | 2024.05.29 21:21:13.629313 [ 3 ] {} <Debug> HTTP-Session: 1d83e377-6d70-410e-b8c6-5c0149aa2e6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7906 | 2024.05.29 21:21:13.629331 [ 3 ] {} <Debug> HTTP-Session: 1d83e377-6d70-410e-b8c6-5c0149aa2e6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7907 | 2024.05.29 21:21:13.629367 [ 3 ] {} <Trace> HTTP-Session: 1d83e377-6d70-410e-b8c6-5c0149aa2e6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7908 | 2024.05.29 21:21:13.629502 [ 3 ] {d77fd92d-7dd7-4240-ad49-804128c60d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7909 | 2024.05.29 21:21:13.629551 [ 3 ] {d77fd92d-7dd7-4240-ad49-804128c60d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7910 | 2024.05.29 21:21:13.629704 [ 3 ] {d77fd92d-7dd7-4240-ad49-804128c60d0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7911 | 2024.05.29 21:21:13.630155 [ 3 ] {d77fd92d-7dd7-4240-ad49-804128c60d0f} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7912 | 2024.05.29 21:21:13.630190 [ 3 ] {d77fd92d-7dd7-4240-ad49-804128c60d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7913 | 2024.05.29 21:21:13.630497 [ 3 ] {d77fd92d-7dd7-4240-ad49-804128c60d0f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7914 | 2024.05.29 21:21:13.630795 [ 3 ] {d77fd92d-7dd7-4240-ad49-804128c60d0f} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7915 | 2024.05.29 21:21:13.630939 [ 3 ] {d77fd92d-7dd7-4240-ad49-804128c60d0f} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001489 sec., 52384.15043653458 rows/sec., 4.09 MiB/sec. | ||
7916 | 2024.05.29 21:21:13.631114 [ 3 ] {d77fd92d-7dd7-4240-ad49-804128c60d0f} <Debug> DynamicQueryHandler: Done processing query | ||
7917 | 2024.05.29 21:21:13.631145 [ 3 ] {d77fd92d-7dd7-4240-ad49-804128c60d0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7918 | 2024.05.29 21:21:13.631167 [ 3 ] {} <Debug> HTTP-Session: 1d83e377-6d70-410e-b8c6-5c0149aa2e6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7919 | 2024.05.29 21:21:13.631390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7920 | 2024.05.29 21:21:13.631458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7921 | 2024.05.29 21:21:13.631482 [ 3 ] {} <Debug> HTTP-Session: 7cbfd166-a7bb-4b62-9adf-44755d7e2f96 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7922 | 2024.05.29 21:21:13.631502 [ 3 ] {} <Debug> HTTP-Session: 7cbfd166-a7bb-4b62-9adf-44755d7e2f96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7923 | 2024.05.29 21:21:13.631521 [ 3 ] {} <Debug> HTTP-Session: 7cbfd166-a7bb-4b62-9adf-44755d7e2f96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7924 | 2024.05.29 21:21:13.631557 [ 3 ] {} <Trace> HTTP-Session: 7cbfd166-a7bb-4b62-9adf-44755d7e2f96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7925 | 2024.05.29 21:21:13.631744 [ 3 ] {073f0079-5a48-4815-9832-4358afcf747f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7926 | 2024.05.29 21:21:13.631800 [ 3 ] {073f0079-5a48-4815-9832-4358afcf747f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7927 | 2024.05.29 21:21:13.631978 [ 3 ] {073f0079-5a48-4815-9832-4358afcf747f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7928 | 2024.05.29 21:21:13.632433 [ 3 ] {073f0079-5a48-4815-9832-4358afcf747f} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7929 | 2024.05.29 21:21:13.632474 [ 3 ] {073f0079-5a48-4815-9832-4358afcf747f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7930 | 2024.05.29 21:21:13.632942 [ 3 ] {073f0079-5a48-4815-9832-4358afcf747f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7931 | 2024.05.29 21:21:13.633347 [ 3 ] {073f0079-5a48-4815-9832-4358afcf747f} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7932 | 2024.05.29 21:21:13.633520 [ 3 ] {073f0079-5a48-4815-9832-4358afcf747f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001862 sec., 85929.10848549947 rows/sec., 5.98 MiB/sec. | ||
7933 | 2024.05.29 21:21:13.633854 [ 3 ] {073f0079-5a48-4815-9832-4358afcf747f} <Debug> DynamicQueryHandler: Done processing query | ||
7934 | 2024.05.29 21:21:13.633896 [ 3 ] {073f0079-5a48-4815-9832-4358afcf747f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7935 | 2024.05.29 21:21:13.633917 [ 3 ] {} <Debug> HTTP-Session: 7cbfd166-a7bb-4b62-9adf-44755d7e2f96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7936 | 2024.05.29 21:21:13.634058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7937 | 2024.05.29 21:21:13.634114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7938 | 2024.05.29 21:21:13.634137 [ 3 ] {} <Debug> HTTP-Session: 79cd12ad-a359-4d5d-839a-0fb844b3ef7a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7939 | 2024.05.29 21:21:13.634158 [ 3 ] {} <Debug> HTTP-Session: 79cd12ad-a359-4d5d-839a-0fb844b3ef7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7940 | 2024.05.29 21:21:13.634177 [ 3 ] {} <Debug> HTTP-Session: 79cd12ad-a359-4d5d-839a-0fb844b3ef7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7941 | 2024.05.29 21:21:13.634214 [ 3 ] {} <Trace> HTTP-Session: 79cd12ad-a359-4d5d-839a-0fb844b3ef7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7942 | 2024.05.29 21:21:13.634443 [ 3 ] {d3dbcde2-d8d4-4ba0-a512-c014ca08e003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7943 | 2024.05.29 21:21:13.634500 [ 3 ] {d3dbcde2-d8d4-4ba0-a512-c014ca08e003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7944 | 2024.05.29 21:21:13.634719 [ 3 ] {d3dbcde2-d8d4-4ba0-a512-c014ca08e003} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7945 | 2024.05.29 21:21:13.635153 [ 3 ] {d3dbcde2-d8d4-4ba0-a512-c014ca08e003} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7946 | 2024.05.29 21:21:13.635194 [ 3 ] {d3dbcde2-d8d4-4ba0-a512-c014ca08e003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7947 | 2024.05.29 21:21:13.635649 [ 3 ] {d3dbcde2-d8d4-4ba0-a512-c014ca08e003} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7948 | 2024.05.29 21:21:13.636047 [ 3 ] {d3dbcde2-d8d4-4ba0-a512-c014ca08e003} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7949 | 2024.05.29 21:21:13.636222 [ 3 ] {d3dbcde2-d8d4-4ba0-a512-c014ca08e003} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 9.89 MiB/sec. | ||
7950 | 2024.05.29 21:21:13.636411 [ 3 ] {d3dbcde2-d8d4-4ba0-a512-c014ca08e003} <Debug> DynamicQueryHandler: Done processing query | ||
7951 | 2024.05.29 21:21:13.636438 [ 3 ] {d3dbcde2-d8d4-4ba0-a512-c014ca08e003} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7952 | 2024.05.29 21:21:13.636459 [ 3 ] {} <Debug> HTTP-Session: 79cd12ad-a359-4d5d-839a-0fb844b3ef7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7953 | 2024.05.29 21:21:13.636596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7954 | 2024.05.29 21:21:13.636651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7955 | 2024.05.29 21:21:13.636674 [ 3 ] {} <Debug> HTTP-Session: 56aed6c7-d873-462b-834b-e5262cd7711e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7956 | 2024.05.29 21:21:13.636694 [ 3 ] {} <Debug> HTTP-Session: 56aed6c7-d873-462b-834b-e5262cd7711e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7957 | 2024.05.29 21:21:13.636712 [ 3 ] {} <Debug> HTTP-Session: 56aed6c7-d873-462b-834b-e5262cd7711e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7958 | 2024.05.29 21:21:13.636748 [ 3 ] {} <Trace> HTTP-Session: 56aed6c7-d873-462b-834b-e5262cd7711e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7959 | 2024.05.29 21:21:13.636899 [ 3 ] {05b43341-a6b3-4e0a-98a3-51e7aaa7226e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7960 | 2024.05.29 21:21:13.636949 [ 3 ] {05b43341-a6b3-4e0a-98a3-51e7aaa7226e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7961 | 2024.05.29 21:21:13.637119 [ 3 ] {05b43341-a6b3-4e0a-98a3-51e7aaa7226e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7962 | 2024.05.29 21:21:13.637436 [ 3 ] {05b43341-a6b3-4e0a-98a3-51e7aaa7226e} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7963 | 2024.05.29 21:21:13.637472 [ 3 ] {05b43341-a6b3-4e0a-98a3-51e7aaa7226e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7964 | 2024.05.29 21:21:13.637843 [ 3 ] {05b43341-a6b3-4e0a-98a3-51e7aaa7226e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7965 | 2024.05.29 21:21:13.638167 [ 3 ] {05b43341-a6b3-4e0a-98a3-51e7aaa7226e} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7966 | 2024.05.29 21:21:13.638376 [ 3 ] {05b43341-a6b3-4e0a-98a3-51e7aaa7226e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001531 sec., 39190.07184846506 rows/sec., 2.64 MiB/sec. | ||
7967 | 2024.05.29 21:21:13.638557 [ 3 ] {05b43341-a6b3-4e0a-98a3-51e7aaa7226e} <Debug> DynamicQueryHandler: Done processing query | ||
7968 | 2024.05.29 21:21:13.638591 [ 3 ] {05b43341-a6b3-4e0a-98a3-51e7aaa7226e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7969 | 2024.05.29 21:21:13.638616 [ 3 ] {} <Debug> HTTP-Session: 56aed6c7-d873-462b-834b-e5262cd7711e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7970 | 2024.05.29 21:21:18.620438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7971 | 2024.05.29 21:21:18.620580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7972 | 2024.05.29 21:21:18.620608 [ 3 ] {} <Debug> HTTP-Session: e2348013-21fa-4dca-8b27-8d4b781f3e7f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7973 | 2024.05.29 21:21:18.620636 [ 3 ] {} <Debug> HTTP-Session: e2348013-21fa-4dca-8b27-8d4b781f3e7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7974 | 2024.05.29 21:21:18.620654 [ 3 ] {} <Debug> HTTP-Session: e2348013-21fa-4dca-8b27-8d4b781f3e7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7975 | 2024.05.29 21:21:18.620710 [ 3 ] {} <Trace> HTTP-Session: e2348013-21fa-4dca-8b27-8d4b781f3e7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7976 | 2024.05.29 21:21:18.620905 [ 3 ] {e8d0db94-b26d-4f3e-958c-62377002c56f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7977 | 2024.05.29 21:21:18.620971 [ 3 ] {e8d0db94-b26d-4f3e-958c-62377002c56f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7978 | 2024.05.29 21:21:18.621160 [ 3 ] {e8d0db94-b26d-4f3e-958c-62377002c56f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7979 | 2024.05.29 21:21:18.621664 [ 3 ] {e8d0db94-b26d-4f3e-958c-62377002c56f} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7980 | 2024.05.29 21:21:18.621704 [ 3 ] {e8d0db94-b26d-4f3e-958c-62377002c56f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7981 | 2024.05.29 21:21:18.622073 [ 3 ] {e8d0db94-b26d-4f3e-958c-62377002c56f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7982 | 2024.05.29 21:21:18.622406 [ 3 ] {e8d0db94-b26d-4f3e-958c-62377002c56f} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7983 | 2024.05.29 21:21:18.622549 [ 3 ] {e8d0db94-b26d-4f3e-958c-62377002c56f} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001702 sec., 9400.705052878966 rows/sec., 761.97 KiB/sec. | ||
7984 | 2024.05.29 21:21:18.622832 [ 3 ] {e8d0db94-b26d-4f3e-958c-62377002c56f} <Debug> DynamicQueryHandler: Done processing query | ||
7985 | 2024.05.29 21:21:18.622884 [ 3 ] {e8d0db94-b26d-4f3e-958c-62377002c56f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7986 | 2024.05.29 21:21:18.622924 [ 3 ] {} <Debug> HTTP-Session: e2348013-21fa-4dca-8b27-8d4b781f3e7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7987 | 2024.05.29 21:21:18.623090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7988 | 2024.05.29 21:21:18.623149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7989 | 2024.05.29 21:21:18.623168 [ 3 ] {} <Debug> HTTP-Session: b4e6716e-31ed-402f-bfbe-f25eb652dbf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
7990 | 2024.05.29 21:21:18.623187 [ 3 ] {} <Debug> HTTP-Session: b4e6716e-31ed-402f-bfbe-f25eb652dbf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7991 | 2024.05.29 21:21:18.623201 [ 3 ] {} <Debug> HTTP-Session: b4e6716e-31ed-402f-bfbe-f25eb652dbf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7992 | 2024.05.29 21:21:18.623235 [ 3 ] {} <Trace> HTTP-Session: b4e6716e-31ed-402f-bfbe-f25eb652dbf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7993 | 2024.05.29 21:21:18.623340 [ 3 ] {865bb9fe-2b81-4fcb-a617-fafe964f26ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7994 | 2024.05.29 21:21:18.623387 [ 3 ] {865bb9fe-2b81-4fcb-a617-fafe964f26ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7995 | 2024.05.29 21:21:18.623533 [ 3 ] {865bb9fe-2b81-4fcb-a617-fafe964f26ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7996 | 2024.05.29 21:21:18.623854 [ 3 ] {865bb9fe-2b81-4fcb-a617-fafe964f26ac} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7997 | 2024.05.29 21:21:18.623891 [ 3 ] {865bb9fe-2b81-4fcb-a617-fafe964f26ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
7998 | 2024.05.29 21:21:18.624185 [ 3 ] {865bb9fe-2b81-4fcb-a617-fafe964f26ac} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7999 | 2024.05.29 21:21:18.624483 [ 3 ] {865bb9fe-2b81-4fcb-a617-fafe964f26ac} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8000 | 2024.05.29 21:21:18.624606 [ 3 ] {865bb9fe-2b81-4fcb-a617-fafe964f26ac} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001297 sec., 3084.040092521203 rows/sec., 251.48 KiB/sec. | ||
8001 | 2024.05.29 21:21:18.624913 [ 3 ] {865bb9fe-2b81-4fcb-a617-fafe964f26ac} <Debug> DynamicQueryHandler: Done processing query | ||
8002 | 2024.05.29 21:21:18.624939 [ 3 ] {865bb9fe-2b81-4fcb-a617-fafe964f26ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8003 | 2024.05.29 21:21:18.624955 [ 3 ] {} <Debug> HTTP-Session: b4e6716e-31ed-402f-bfbe-f25eb652dbf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8004 | 2024.05.29 21:21:18.625114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8005 | 2024.05.29 21:21:18.625163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8006 | 2024.05.29 21:21:18.625181 [ 3 ] {} <Debug> HTTP-Session: 2fa5bafe-92ed-4472-936a-8c4f3399b84d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8007 | 2024.05.29 21:21:18.625198 [ 3 ] {} <Debug> HTTP-Session: 2fa5bafe-92ed-4472-936a-8c4f3399b84d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8008 | 2024.05.29 21:21:18.625211 [ 3 ] {} <Debug> HTTP-Session: 2fa5bafe-92ed-4472-936a-8c4f3399b84d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8009 | 2024.05.29 21:21:18.625240 [ 3 ] {} <Trace> HTTP-Session: 2fa5bafe-92ed-4472-936a-8c4f3399b84d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8010 | 2024.05.29 21:21:18.625361 [ 3 ] {0a7050c6-6d04-4d1e-83d0-aa174b21eb38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8011 | 2024.05.29 21:21:18.625404 [ 3 ] {0a7050c6-6d04-4d1e-83d0-aa174b21eb38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8012 | 2024.05.29 21:21:18.625542 [ 3 ] {0a7050c6-6d04-4d1e-83d0-aa174b21eb38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8013 | 2024.05.29 21:21:18.625912 [ 3 ] {0a7050c6-6d04-4d1e-83d0-aa174b21eb38} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8014 | 2024.05.29 21:21:18.625948 [ 3 ] {0a7050c6-6d04-4d1e-83d0-aa174b21eb38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
8015 | 2024.05.29 21:21:18.626253 [ 3 ] {0a7050c6-6d04-4d1e-83d0-aa174b21eb38} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8016 | 2024.05.29 21:21:18.626551 [ 3 ] {0a7050c6-6d04-4d1e-83d0-aa174b21eb38} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8017 | 2024.05.29 21:21:18.626674 [ 3 ] {0a7050c6-6d04-4d1e-83d0-aa174b21eb38} <Debug> executeQuery: Read 106 rows, 8.94 KiB in 0.001361 sec., 77883.90889052168 rows/sec., 6.42 MiB/sec. | ||
8018 | 2024.05.29 21:21:18.626832 [ 3 ] {0a7050c6-6d04-4d1e-83d0-aa174b21eb38} <Debug> DynamicQueryHandler: Done processing query | ||
8019 | 2024.05.29 21:21:18.626856 [ 3 ] {0a7050c6-6d04-4d1e-83d0-aa174b21eb38} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8020 | 2024.05.29 21:21:18.626871 [ 3 ] {} <Debug> HTTP-Session: 2fa5bafe-92ed-4472-936a-8c4f3399b84d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8021 | 2024.05.29 21:21:18.627049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8022 | 2024.05.29 21:21:18.627097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8023 | 2024.05.29 21:21:18.627115 [ 3 ] {} <Debug> HTTP-Session: bf610a8b-fdd6-45b4-8280-28e2f4d3acb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8024 | 2024.05.29 21:21:18.627131 [ 3 ] {} <Debug> HTTP-Session: bf610a8b-fdd6-45b4-8280-28e2f4d3acb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8025 | 2024.05.29 21:21:18.627144 [ 3 ] {} <Debug> HTTP-Session: bf610a8b-fdd6-45b4-8280-28e2f4d3acb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8026 | 2024.05.29 21:21:18.627173 [ 3 ] {} <Trace> HTTP-Session: bf610a8b-fdd6-45b4-8280-28e2f4d3acb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8027 | 2024.05.29 21:21:18.627265 [ 3 ] {150d226f-17f5-4d39-8ea6-8f9a2a78ad26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8028 | 2024.05.29 21:21:18.627305 [ 3 ] {150d226f-17f5-4d39-8ea6-8f9a2a78ad26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8029 | 2024.05.29 21:21:18.627429 [ 3 ] {150d226f-17f5-4d39-8ea6-8f9a2a78ad26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8030 | 2024.05.29 21:21:18.627717 [ 3 ] {150d226f-17f5-4d39-8ea6-8f9a2a78ad26} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8031 | 2024.05.29 21:21:18.627753 [ 3 ] {150d226f-17f5-4d39-8ea6-8f9a2a78ad26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
8032 | 2024.05.29 21:21:18.628043 [ 3 ] {150d226f-17f5-4d39-8ea6-8f9a2a78ad26} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8033 | 2024.05.29 21:21:18.628351 [ 3 ] {150d226f-17f5-4d39-8ea6-8f9a2a78ad26} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8034 | 2024.05.29 21:21:18.628471 [ 3 ] {150d226f-17f5-4d39-8ea6-8f9a2a78ad26} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00123 sec., 3252.032520325203 rows/sec., 227.07 KiB/sec. | ||
8035 | 2024.05.29 21:21:18.628713 [ 3 ] {150d226f-17f5-4d39-8ea6-8f9a2a78ad26} <Debug> DynamicQueryHandler: Done processing query | ||
8036 | 2024.05.29 21:21:18.628750 [ 3 ] {150d226f-17f5-4d39-8ea6-8f9a2a78ad26} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8037 | 2024.05.29 21:21:18.628767 [ 3 ] {} <Debug> HTTP-Session: bf610a8b-fdd6-45b4-8280-28e2f4d3acb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8038 | 2024.05.29 21:21:18.628886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14278, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8039 | 2024.05.29 21:21:18.628933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8040 | 2024.05.29 21:21:18.628952 [ 3 ] {} <Debug> HTTP-Session: 23e6cd57-e059-4ac1-83f3-961b37c9c987 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8041 | 2024.05.29 21:21:18.628968 [ 3 ] {} <Debug> HTTP-Session: 23e6cd57-e059-4ac1-83f3-961b37c9c987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8042 | 2024.05.29 21:21:18.628981 [ 3 ] {} <Debug> HTTP-Session: 23e6cd57-e059-4ac1-83f3-961b37c9c987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8043 | 2024.05.29 21:21:18.629011 [ 3 ] {} <Trace> HTTP-Session: 23e6cd57-e059-4ac1-83f3-961b37c9c987 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8044 | 2024.05.29 21:21:18.629127 [ 3 ] {19795ac6-b41a-43a6-871e-5aab8f7c35d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8045 | 2024.05.29 21:21:18.629171 [ 3 ] {19795ac6-b41a-43a6-871e-5aab8f7c35d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8046 | 2024.05.29 21:21:18.629314 [ 3 ] {19795ac6-b41a-43a6-871e-5aab8f7c35d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8047 | 2024.05.29 21:21:18.629639 [ 3 ] {19795ac6-b41a-43a6-871e-5aab8f7c35d1} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8048 | 2024.05.29 21:21:18.629674 [ 3 ] {19795ac6-b41a-43a6-871e-5aab8f7c35d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
8049 | 2024.05.29 21:21:18.629983 [ 3 ] {19795ac6-b41a-43a6-871e-5aab8f7c35d1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8050 | 2024.05.29 21:21:18.630278 [ 3 ] {19795ac6-b41a-43a6-871e-5aab8f7c35d1} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8051 | 2024.05.29 21:21:18.630399 [ 3 ] {19795ac6-b41a-43a6-871e-5aab8f7c35d1} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001315 sec., 63878.32699619772 rows/sec., 4.99 MiB/sec. | ||
8052 | 2024.05.29 21:21:18.630556 [ 3 ] {19795ac6-b41a-43a6-871e-5aab8f7c35d1} <Debug> DynamicQueryHandler: Done processing query | ||
8053 | 2024.05.29 21:21:18.630580 [ 3 ] {19795ac6-b41a-43a6-871e-5aab8f7c35d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8054 | 2024.05.29 21:21:18.630595 [ 3 ] {} <Debug> HTTP-Session: 23e6cd57-e059-4ac1-83f3-961b37c9c987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8055 | 2024.05.29 21:21:18.630763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8056 | 2024.05.29 21:21:18.630827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8057 | 2024.05.29 21:21:18.630851 [ 3 ] {} <Debug> HTTP-Session: 78601d14-2adf-4cc9-a2d5-aca921d8b961 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8058 | 2024.05.29 21:21:18.630872 [ 3 ] {} <Debug> HTTP-Session: 78601d14-2adf-4cc9-a2d5-aca921d8b961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8059 | 2024.05.29 21:21:18.630890 [ 3 ] {} <Debug> HTTP-Session: 78601d14-2adf-4cc9-a2d5-aca921d8b961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8060 | 2024.05.29 21:21:18.630927 [ 3 ] {} <Trace> HTTP-Session: 78601d14-2adf-4cc9-a2d5-aca921d8b961 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8061 | 2024.05.29 21:21:18.631106 [ 3 ] {de9efc0e-1bf4-4c6a-8e3f-564fbe309e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8062 | 2024.05.29 21:21:18.631163 [ 3 ] {de9efc0e-1bf4-4c6a-8e3f-564fbe309e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8063 | 2024.05.29 21:21:18.631336 [ 3 ] {de9efc0e-1bf4-4c6a-8e3f-564fbe309e74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8064 | 2024.05.29 21:21:18.631732 [ 3 ] {de9efc0e-1bf4-4c6a-8e3f-564fbe309e74} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8065 | 2024.05.29 21:21:18.631775 [ 3 ] {de9efc0e-1bf4-4c6a-8e3f-564fbe309e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
8066 | 2024.05.29 21:21:18.632161 [ 3 ] {de9efc0e-1bf4-4c6a-8e3f-564fbe309e74} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8067 | 2024.05.29 21:21:18.632490 [ 3 ] {de9efc0e-1bf4-4c6a-8e3f-564fbe309e74} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8068 | 2024.05.29 21:21:18.632613 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8069 | 2024.05.29 21:21:18.632618 [ 3 ] {de9efc0e-1bf4-4c6a-8e3f-564fbe309e74} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001592 sec., 101758.79396984924 rows/sec., 7.09 MiB/sec. | ||
8070 | 2024.05.29 21:21:18.632644 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8071 | 2024.05.29 21:21:18.632679 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
8072 | 2024.05.29 21:21:18.632925 [ 3 ] {de9efc0e-1bf4-4c6a-8e3f-564fbe309e74} <Debug> DynamicQueryHandler: Done processing query | ||
8073 | 2024.05.29 21:21:18.632968 [ 3 ] {de9efc0e-1bf4-4c6a-8e3f-564fbe309e74} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8074 | 2024.05.29 21:21:18.632975 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
8075 | 2024.05.29 21:21:18.633002 [ 3 ] {} <Debug> HTTP-Session: 78601d14-2adf-4cc9-a2d5-aca921d8b961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8076 | 2024.05.29 21:21:18.633531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8077 | 2024.05.29 21:21:18.633835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8078 | 2024.05.29 21:21:18.634036 [ 3 ] {} <Debug> HTTP-Session: 616b7e5e-394a-4d88-b529-1150b7ef34fc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8079 | 2024.05.29 21:21:18.634186 [ 3 ] {} <Debug> HTTP-Session: 616b7e5e-394a-4d88-b529-1150b7ef34fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8080 | 2024.05.29 21:21:18.634344 [ 3 ] {} <Debug> HTTP-Session: 616b7e5e-394a-4d88-b529-1150b7ef34fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8081 | 2024.05.29 21:21:18.634505 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8082 | 2024.05.29 21:21:18.634604 [ 3 ] {} <Trace> HTTP-Session: 616b7e5e-394a-4d88-b529-1150b7ef34fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8083 | 2024.05.29 21:21:18.634782 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 5411 rows starting from the beginning of the part | ||
8084 | 2024.05.29 21:21:18.635394 [ 3 ] {7fb2ac29-40e5-484c-b50d-dba89c46932f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8085 | 2024.05.29 21:21:18.635459 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
8086 | 2024.05.29 21:21:18.635604 [ 3 ] {7fb2ac29-40e5-484c-b50d-dba89c46932f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8087 | 2024.05.29 21:21:18.635774 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 197 rows starting from the beginning of the part | ||
8088 | 2024.05.29 21:21:18.636117 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
8089 | 2024.05.29 21:21:18.636428 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
8090 | 2024.05.29 21:21:18.636850 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 162 rows starting from the beginning of the part | ||
8091 | 2024.05.29 21:21:18.637265 [ 3 ] {7fb2ac29-40e5-484c-b50d-dba89c46932f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8092 | 2024.05.29 21:21:18.637990 [ 3 ] {7fb2ac29-40e5-484c-b50d-dba89c46932f} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8093 | 2024.05.29 21:21:18.638038 [ 3 ] {7fb2ac29-40e5-484c-b50d-dba89c46932f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
8094 | 2024.05.29 21:21:18.638604 [ 3 ] {7fb2ac29-40e5-484c-b50d-dba89c46932f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8095 | 2024.05.29 21:21:18.638997 [ 3 ] {7fb2ac29-40e5-484c-b50d-dba89c46932f} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8096 | 2024.05.29 21:21:18.639277 [ 3 ] {7fb2ac29-40e5-484c-b50d-dba89c46932f} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.004326 sec., 3698.566805362922 rows/sec., 4.99 MiB/sec. | ||
8097 | 2024.05.29 21:21:18.639466 [ 3 ] {7fb2ac29-40e5-484c-b50d-dba89c46932f} <Debug> DynamicQueryHandler: Done processing query | ||
8098 | 2024.05.29 21:21:18.639492 [ 3 ] {7fb2ac29-40e5-484c-b50d-dba89c46932f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8099 | 2024.05.29 21:21:18.639512 [ 3 ] {} <Debug> HTTP-Session: 616b7e5e-394a-4d88-b529-1150b7ef34fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8100 | 2024.05.29 21:21:18.639642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8101 | 2024.05.29 21:21:18.639691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8102 | 2024.05.29 21:21:18.639711 [ 3 ] {} <Debug> HTTP-Session: d8d041ac-7047-4578-918e-046d16ec684d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8103 | 2024.05.29 21:21:18.639754 [ 3 ] {} <Debug> HTTP-Session: d8d041ac-7047-4578-918e-046d16ec684d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8104 | 2024.05.29 21:21:18.639792 [ 3 ] {} <Debug> HTTP-Session: d8d041ac-7047-4578-918e-046d16ec684d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8105 | 2024.05.29 21:21:18.639865 [ 3 ] {} <Trace> HTTP-Session: d8d041ac-7047-4578-918e-046d16ec684d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8106 | 2024.05.29 21:21:18.639880 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6251 rows, containing 5 columns (5 merged, 0 gathered) in 0.007135781 sec., 876007.8259128188 rows/sec., 61.18 MiB/sec. | ||
8107 | 2024.05.29 21:21:18.639986 [ 3 ] {126cc937-c085-4cc9-b99e-16720a4aa5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8108 | 2024.05.29 21:21:18.640031 [ 3 ] {126cc937-c085-4cc9-b99e-16720a4aa5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8109 | 2024.05.29 21:21:18.640159 [ 3 ] {126cc937-c085-4cc9-b99e-16720a4aa5d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8110 | 2024.05.29 21:21:18.640316 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8111 | 2024.05.29 21:21:18.640532 [ 3 ] {126cc937-c085-4cc9-b99e-16720a4aa5d3} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8112 | 2024.05.29 21:21:18.640571 [ 3 ] {126cc937-c085-4cc9-b99e-16720a4aa5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
8113 | 2024.05.29 21:21:18.640997 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8114 | 2024.05.29 21:21:18.641090 [ 186 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8115 | 2024.05.29 21:21:18.641099 [ 3 ] {126cc937-c085-4cc9-b99e-16720a4aa5d3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8116 | 2024.05.29 21:21:18.641162 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. | ||
8117 | 2024.05.29 21:21:18.641427 [ 3 ] {126cc937-c085-4cc9-b99e-16720a4aa5d3} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8118 | 2024.05.29 21:21:18.641552 [ 3 ] {126cc937-c085-4cc9-b99e-16720a4aa5d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001607 sec., 37336.6521468575 rows/sec., 2.52 MiB/sec. | ||
8119 | 2024.05.29 21:21:18.641552 [ 44 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8120 | 2024.05.29 21:21:18.641606 [ 44 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8121 | 2024.05.29 21:21:18.641636 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
8122 | 2024.05.29 21:21:18.641734 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
8123 | 2024.05.29 21:21:18.641746 [ 3 ] {126cc937-c085-4cc9-b99e-16720a4aa5d3} <Debug> DynamicQueryHandler: Done processing query | ||
8124 | 2024.05.29 21:21:18.641776 [ 3 ] {126cc937-c085-4cc9-b99e-16720a4aa5d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8125 | 2024.05.29 21:21:18.641802 [ 3 ] {} <Debug> HTTP-Session: d8d041ac-7047-4578-918e-046d16ec684d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8126 | 2024.05.29 21:21:18.641857 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8127 | 2024.05.29 21:21:18.641885 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1872 rows starting from the beginning of the part | ||
8128 | 2024.05.29 21:21:18.641942 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
8129 | 2024.05.29 21:21:18.642196 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
8130 | 2024.05.29 21:21:18.642286 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
8131 | 2024.05.29 21:21:18.642484 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
8132 | 2024.05.29 21:21:18.642661 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
8133 | 2024.05.29 21:21:18.643845 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 4 columns (4 merged, 0 gathered) in 0.002164123 sec., 1003639.8116003573 rows/sec., 67.33 MiB/sec. | ||
8134 | 2024.05.29 21:21:18.644215 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8135 | 2024.05.29 21:21:18.644753 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_46_9} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8136 | 2024.05.29 21:21:18.644850 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_46_9} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8137 | 2024.05.29 21:21:18.644952 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
8138 | 2024.05.29 21:21:21.141905 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8139 | 2024.05.29 21:21:21.142009 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8140 | 2024.05.29 21:21:23.620460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8141 | 2024.05.29 21:21:23.620562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8142 | 2024.05.29 21:21:23.620585 [ 3 ] {} <Debug> HTTP-Session: 98b3f6ae-b996-4b67-a371-f754327f296d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8143 | 2024.05.29 21:21:23.620607 [ 3 ] {} <Debug> HTTP-Session: 98b3f6ae-b996-4b67-a371-f754327f296d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8144 | 2024.05.29 21:21:23.620621 [ 3 ] {} <Debug> HTTP-Session: 98b3f6ae-b996-4b67-a371-f754327f296d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8145 | 2024.05.29 21:21:23.620672 [ 3 ] {} <Trace> HTTP-Session: 98b3f6ae-b996-4b67-a371-f754327f296d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8146 | 2024.05.29 21:21:23.620854 [ 3 ] {8cc60a21-7429-4f59-8820-138f8424c46d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8147 | 2024.05.29 21:21:23.620919 [ 3 ] {8cc60a21-7429-4f59-8820-138f8424c46d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8148 | 2024.05.29 21:21:23.621109 [ 3 ] {8cc60a21-7429-4f59-8820-138f8424c46d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8149 | 2024.05.29 21:21:23.621522 [ 3 ] {8cc60a21-7429-4f59-8820-138f8424c46d} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8150 | 2024.05.29 21:21:23.621561 [ 3 ] {8cc60a21-7429-4f59-8820-138f8424c46d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
8151 | 2024.05.29 21:21:23.621926 [ 3 ] {8cc60a21-7429-4f59-8820-138f8424c46d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8152 | 2024.05.29 21:21:23.622260 [ 3 ] {8cc60a21-7429-4f59-8820-138f8424c46d} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8153 | 2024.05.29 21:21:23.622394 [ 3 ] {8cc60a21-7429-4f59-8820-138f8424c46d} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001596 sec., 8771.929824561405 rows/sec., 711.01 KiB/sec. | ||
8154 | 2024.05.29 21:21:23.622585 [ 3 ] {8cc60a21-7429-4f59-8820-138f8424c46d} <Debug> DynamicQueryHandler: Done processing query | ||
8155 | 2024.05.29 21:21:23.622610 [ 3 ] {8cc60a21-7429-4f59-8820-138f8424c46d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8156 | 2024.05.29 21:21:23.622626 [ 3 ] {} <Debug> HTTP-Session: 98b3f6ae-b996-4b67-a371-f754327f296d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8157 | 2024.05.29 21:21:23.622791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8158 | 2024.05.29 21:21:23.622840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8159 | 2024.05.29 21:21:23.622858 [ 3 ] {} <Debug> HTTP-Session: 8fd6dde6-fbc1-41b5-beb1-c6729207d7a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8160 | 2024.05.29 21:21:23.622874 [ 3 ] {} <Debug> HTTP-Session: 8fd6dde6-fbc1-41b5-beb1-c6729207d7a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8161 | 2024.05.29 21:21:23.622888 [ 3 ] {} <Debug> HTTP-Session: 8fd6dde6-fbc1-41b5-beb1-c6729207d7a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8162 | 2024.05.29 21:21:23.622920 [ 3 ] {} <Trace> HTTP-Session: 8fd6dde6-fbc1-41b5-beb1-c6729207d7a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8163 | 2024.05.29 21:21:23.623036 [ 3 ] {a85fd9e8-3560-4cc7-94e2-b994244a8d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8164 | 2024.05.29 21:21:23.623080 [ 3 ] {a85fd9e8-3560-4cc7-94e2-b994244a8d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8165 | 2024.05.29 21:21:23.623205 [ 3 ] {a85fd9e8-3560-4cc7-94e2-b994244a8d47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8166 | 2024.05.29 21:21:23.623552 [ 3 ] {a85fd9e8-3560-4cc7-94e2-b994244a8d47} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8167 | 2024.05.29 21:21:23.623586 [ 3 ] {a85fd9e8-3560-4cc7-94e2-b994244a8d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
8168 | 2024.05.29 21:21:23.623893 [ 3 ] {a85fd9e8-3560-4cc7-94e2-b994244a8d47} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8169 | 2024.05.29 21:21:23.624185 [ 3 ] {a85fd9e8-3560-4cc7-94e2-b994244a8d47} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8170 | 2024.05.29 21:21:23.624306 [ 3 ] {a85fd9e8-3560-4cc7-94e2-b994244a8d47} <Debug> executeQuery: Read 98 rows, 8.16 KiB in 0.001316 sec., 74468.08510638299 rows/sec., 6.05 MiB/sec. | ||
8171 | 2024.05.29 21:21:23.624451 [ 3 ] {a85fd9e8-3560-4cc7-94e2-b994244a8d47} <Debug> DynamicQueryHandler: Done processing query | ||
8172 | 2024.05.29 21:21:23.624474 [ 3 ] {a85fd9e8-3560-4cc7-94e2-b994244a8d47} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8173 | 2024.05.29 21:21:23.624490 [ 3 ] {} <Debug> HTTP-Session: 8fd6dde6-fbc1-41b5-beb1-c6729207d7a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8174 | 2024.05.29 21:21:23.624622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8175 | 2024.05.29 21:21:23.624667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8176 | 2024.05.29 21:21:23.624685 [ 3 ] {} <Debug> HTTP-Session: e1b80909-9b7b-48c2-b8ba-91df5350eb87 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8177 | 2024.05.29 21:21:23.624706 [ 3 ] {} <Debug> HTTP-Session: e1b80909-9b7b-48c2-b8ba-91df5350eb87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8178 | 2024.05.29 21:21:23.624720 [ 3 ] {} <Debug> HTTP-Session: e1b80909-9b7b-48c2-b8ba-91df5350eb87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8179 | 2024.05.29 21:21:23.624749 [ 3 ] {} <Trace> HTTP-Session: e1b80909-9b7b-48c2-b8ba-91df5350eb87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8180 | 2024.05.29 21:21:23.624856 [ 3 ] {7edfa226-fbfa-4f84-972c-5c83982bc465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8181 | 2024.05.29 21:21:23.624898 [ 3 ] {7edfa226-fbfa-4f84-972c-5c83982bc465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8182 | 2024.05.29 21:21:23.625019 [ 3 ] {7edfa226-fbfa-4f84-972c-5c83982bc465} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8183 | 2024.05.29 21:21:23.625305 [ 3 ] {7edfa226-fbfa-4f84-972c-5c83982bc465} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8184 | 2024.05.29 21:21:23.625339 [ 3 ] {7edfa226-fbfa-4f84-972c-5c83982bc465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
8185 | 2024.05.29 21:21:23.625639 [ 3 ] {7edfa226-fbfa-4f84-972c-5c83982bc465} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8186 | 2024.05.29 21:21:23.625934 [ 3 ] {7edfa226-fbfa-4f84-972c-5c83982bc465} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8187 | 2024.05.29 21:21:23.626058 [ 3 ] {7edfa226-fbfa-4f84-972c-5c83982bc465} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001239 sec., 62953.99515738498 rows/sec., 4.92 MiB/sec. | ||
8188 | 2024.05.29 21:21:23.626284 [ 3 ] {7edfa226-fbfa-4f84-972c-5c83982bc465} <Debug> DynamicQueryHandler: Done processing query | ||
8189 | 2024.05.29 21:21:23.626342 [ 3 ] {7edfa226-fbfa-4f84-972c-5c83982bc465} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8190 | 2024.05.29 21:21:23.626392 [ 3 ] {} <Debug> HTTP-Session: e1b80909-9b7b-48c2-b8ba-91df5350eb87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8191 | 2024.05.29 21:21:23.626618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8192 | 2024.05.29 21:21:23.626668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8193 | 2024.05.29 21:21:23.626687 [ 3 ] {} <Debug> HTTP-Session: 94c8b5ef-483b-4b3e-a248-a72ad312e69f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8194 | 2024.05.29 21:21:23.626708 [ 3 ] {} <Debug> HTTP-Session: 94c8b5ef-483b-4b3e-a248-a72ad312e69f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8195 | 2024.05.29 21:21:23.626722 [ 3 ] {} <Debug> HTTP-Session: 94c8b5ef-483b-4b3e-a248-a72ad312e69f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8196 | 2024.05.29 21:21:23.626753 [ 3 ] {} <Trace> HTTP-Session: 94c8b5ef-483b-4b3e-a248-a72ad312e69f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8197 | 2024.05.29 21:21:23.626898 [ 3 ] {0479376a-225b-425e-acbc-f6040666e4fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8198 | 2024.05.29 21:21:23.626947 [ 3 ] {0479376a-225b-425e-acbc-f6040666e4fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8199 | 2024.05.29 21:21:23.627105 [ 3 ] {0479376a-225b-425e-acbc-f6040666e4fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8200 | 2024.05.29 21:21:23.627447 [ 3 ] {0479376a-225b-425e-acbc-f6040666e4fc} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8201 | 2024.05.29 21:21:23.627481 [ 3 ] {0479376a-225b-425e-acbc-f6040666e4fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
8202 | 2024.05.29 21:21:23.627862 [ 3 ] {0479376a-225b-425e-acbc-f6040666e4fc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8203 | 2024.05.29 21:21:23.628181 [ 3 ] {0479376a-225b-425e-acbc-f6040666e4fc} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8204 | 2024.05.29 21:21:23.628301 [ 3 ] {0479376a-225b-425e-acbc-f6040666e4fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. | ||
8205 | 2024.05.29 21:21:23.628446 [ 3 ] {0479376a-225b-425e-acbc-f6040666e4fc} <Debug> DynamicQueryHandler: Done processing query | ||
8206 | 2024.05.29 21:21:23.628469 [ 3 ] {0479376a-225b-425e-acbc-f6040666e4fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8207 | 2024.05.29 21:21:23.628484 [ 3 ] {} <Debug> HTTP-Session: 94c8b5ef-483b-4b3e-a248-a72ad312e69f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8208 | 2024.05.29 21:21:23.628614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8209 | 2024.05.29 21:21:23.628659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8210 | 2024.05.29 21:21:23.628677 [ 3 ] {} <Debug> HTTP-Session: 7c1d0717-942e-4faa-914c-37ffbf23dab9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8211 | 2024.05.29 21:21:23.628696 [ 3 ] {} <Debug> HTTP-Session: 7c1d0717-942e-4faa-914c-37ffbf23dab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8212 | 2024.05.29 21:21:23.628710 [ 3 ] {} <Debug> HTTP-Session: 7c1d0717-942e-4faa-914c-37ffbf23dab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8213 | 2024.05.29 21:21:23.628739 [ 3 ] {} <Trace> HTTP-Session: 7c1d0717-942e-4faa-914c-37ffbf23dab9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8214 | 2024.05.29 21:21:23.628903 [ 3 ] {d8aaca5f-059c-4546-8b60-41bda3c61422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8215 | 2024.05.29 21:21:23.628949 [ 3 ] {d8aaca5f-059c-4546-8b60-41bda3c61422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8216 | 2024.05.29 21:21:23.629103 [ 3 ] {d8aaca5f-059c-4546-8b60-41bda3c61422} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8217 | 2024.05.29 21:21:23.629411 [ 3 ] {d8aaca5f-059c-4546-8b60-41bda3c61422} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8218 | 2024.05.29 21:21:23.629444 [ 3 ] {d8aaca5f-059c-4546-8b60-41bda3c61422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
8219 | 2024.05.29 21:21:23.629821 [ 3 ] {d8aaca5f-059c-4546-8b60-41bda3c61422} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8220 | 2024.05.29 21:21:23.630145 [ 3 ] {d8aaca5f-059c-4546-8b60-41bda3c61422} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8221 | 2024.05.29 21:21:23.630268 [ 3 ] {d8aaca5f-059c-4546-8b60-41bda3c61422} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001455 sec., 9621.993127147767 rows/sec., 12.98 MiB/sec. | ||
8222 | 2024.05.29 21:21:23.630416 [ 3 ] {d8aaca5f-059c-4546-8b60-41bda3c61422} <Debug> DynamicQueryHandler: Done processing query | ||
8223 | 2024.05.29 21:21:23.630438 [ 3 ] {d8aaca5f-059c-4546-8b60-41bda3c61422} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8224 | 2024.05.29 21:21:23.630454 [ 3 ] {} <Debug> HTTP-Session: 7c1d0717-942e-4faa-914c-37ffbf23dab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8225 | 2024.05.29 21:21:23.630575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8226 | 2024.05.29 21:21:23.630620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8227 | 2024.05.29 21:21:23.630638 [ 3 ] {} <Debug> HTTP-Session: 1e0ab55f-0916-4833-9f2b-388cae15c4f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8228 | 2024.05.29 21:21:23.630654 [ 3 ] {} <Debug> HTTP-Session: 1e0ab55f-0916-4833-9f2b-388cae15c4f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8229 | 2024.05.29 21:21:23.630667 [ 3 ] {} <Debug> HTTP-Session: 1e0ab55f-0916-4833-9f2b-388cae15c4f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8230 | 2024.05.29 21:21:23.630703 [ 3 ] {} <Trace> HTTP-Session: 1e0ab55f-0916-4833-9f2b-388cae15c4f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8231 | 2024.05.29 21:21:23.630812 [ 3 ] {c8e574e3-4e85-45a7-bb6a-41479cb4748f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8232 | 2024.05.29 21:21:23.630856 [ 3 ] {c8e574e3-4e85-45a7-bb6a-41479cb4748f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8233 | 2024.05.29 21:21:23.630976 [ 3 ] {c8e574e3-4e85-45a7-bb6a-41479cb4748f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8234 | 2024.05.29 21:21:23.631225 [ 3 ] {c8e574e3-4e85-45a7-bb6a-41479cb4748f} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8235 | 2024.05.29 21:21:23.631258 [ 3 ] {c8e574e3-4e85-45a7-bb6a-41479cb4748f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
8236 | 2024.05.29 21:21:23.631593 [ 3 ] {c8e574e3-4e85-45a7-bb6a-41479cb4748f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8237 | 2024.05.29 21:21:23.631906 [ 3 ] {c8e574e3-4e85-45a7-bb6a-41479cb4748f} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8238 | 2024.05.29 21:21:23.632030 [ 3 ] {c8e574e3-4e85-45a7-bb6a-41479cb4748f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001257 sec., 47732.6968973747 rows/sec., 3.22 MiB/sec. | ||
8239 | 2024.05.29 21:21:23.632174 [ 3 ] {c8e574e3-4e85-45a7-bb6a-41479cb4748f} <Debug> DynamicQueryHandler: Done processing query | ||
8240 | 2024.05.29 21:21:23.632197 [ 3 ] {c8e574e3-4e85-45a7-bb6a-41479cb4748f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8241 | 2024.05.29 21:21:23.632212 [ 3 ] {} <Debug> HTTP-Session: 1e0ab55f-0916-4833-9f2b-388cae15c4f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8242 | 2024.05.29 21:21:28.621635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8243 | 2024.05.29 21:21:28.621763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8244 | 2024.05.29 21:21:28.621787 [ 3 ] {} <Debug> HTTP-Session: 106953c1-b789-4a22-a0a2-febb04d487b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8245 | 2024.05.29 21:21:28.621810 [ 3 ] {} <Debug> HTTP-Session: 106953c1-b789-4a22-a0a2-febb04d487b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8246 | 2024.05.29 21:21:28.621824 [ 3 ] {} <Debug> HTTP-Session: 106953c1-b789-4a22-a0a2-febb04d487b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8247 | 2024.05.29 21:21:28.621872 [ 3 ] {} <Trace> HTTP-Session: 106953c1-b789-4a22-a0a2-febb04d487b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8248 | 2024.05.29 21:21:28.622075 [ 3 ] {9270ab16-34dc-4876-9711-5c569b6d5e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8249 | 2024.05.29 21:21:28.622141 [ 3 ] {9270ab16-34dc-4876-9711-5c569b6d5e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8250 | 2024.05.29 21:21:28.622334 [ 3 ] {9270ab16-34dc-4876-9711-5c569b6d5e26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8251 | 2024.05.29 21:21:28.622699 [ 3 ] {9270ab16-34dc-4876-9711-5c569b6d5e26} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8252 | 2024.05.29 21:21:28.622739 [ 3 ] {9270ab16-34dc-4876-9711-5c569b6d5e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8253 | 2024.05.29 21:21:28.623096 [ 3 ] {9270ab16-34dc-4876-9711-5c569b6d5e26} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8254 | 2024.05.29 21:21:28.623437 [ 3 ] {9270ab16-34dc-4876-9711-5c569b6d5e26} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8255 | 2024.05.29 21:21:28.623577 [ 3 ] {9270ab16-34dc-4876-9711-5c569b6d5e26} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001558 sec., 10269.576379974327 rows/sec., 832.40 KiB/sec. | ||
8256 | 2024.05.29 21:21:28.623582 [ 28 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8257 | 2024.05.29 21:21:28.623662 [ 28 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8258 | 2024.05.29 21:21:28.623693 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8259 | 2024.05.29 21:21:28.623819 [ 3 ] {9270ab16-34dc-4876-9711-5c569b6d5e26} <Debug> DynamicQueryHandler: Done processing query | ||
8260 | 2024.05.29 21:21:28.623878 [ 3 ] {9270ab16-34dc-4876-9711-5c569b6d5e26} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8261 | 2024.05.29 21:21:28.623903 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
8262 | 2024.05.29 21:21:28.623916 [ 3 ] {} <Debug> HTTP-Session: 106953c1-b789-4a22-a0a2-febb04d487b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8263 | 2024.05.29 21:21:28.624179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8264 | 2024.05.29 21:21:28.624406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8265 | 2024.05.29 21:21:28.624466 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8266 | 2024.05.29 21:21:28.624501 [ 3 ] {} <Debug> HTTP-Session: 04b79586-c033-49ef-afef-3f40bd35f374 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8267 | 2024.05.29 21:21:28.624590 [ 3 ] {} <Debug> HTTP-Session: 04b79586-c033-49ef-afef-3f40bd35f374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8268 | 2024.05.29 21:21:28.624593 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 30 rows starting from the beginning of the part | ||
8269 | 2024.05.29 21:21:28.624663 [ 3 ] {} <Debug> HTTP-Session: 04b79586-c033-49ef-afef-3f40bd35f374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8270 | 2024.05.29 21:21:28.624895 [ 3 ] {} <Trace> HTTP-Session: 04b79586-c033-49ef-afef-3f40bd35f374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8271 | 2024.05.29 21:21:28.625150 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part | ||
8272 | 2024.05.29 21:21:28.625369 [ 3 ] {a733ada5-4f02-412c-9992-c98af07669c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8273 | 2024.05.29 21:21:28.625534 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
8274 | 2024.05.29 21:21:28.625546 [ 3 ] {a733ada5-4f02-412c-9992-c98af07669c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8275 | 2024.05.29 21:21:28.625778 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 16 rows starting from the beginning of the part | ||
8276 | 2024.05.29 21:21:28.626194 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
8277 | 2024.05.29 21:21:28.626603 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 16 rows starting from the beginning of the part | ||
8278 | 2024.05.29 21:21:28.626848 [ 3 ] {a733ada5-4f02-412c-9992-c98af07669c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8279 | 2024.05.29 21:21:28.627488 [ 3 ] {a733ada5-4f02-412c-9992-c98af07669c4} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8280 | 2024.05.29 21:21:28.627528 [ 3 ] {a733ada5-4f02-412c-9992-c98af07669c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8281 | 2024.05.29 21:21:28.628006 [ 3 ] {a733ada5-4f02-412c-9992-c98af07669c4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8282 | 2024.05.29 21:21:28.628442 [ 190 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004696249 sec., 22571.205232090546 rows/sec., 1.79 MiB/sec. | ||
8283 | 2024.05.29 21:21:28.628578 [ 3 ] {a733ada5-4f02-412c-9992-c98af07669c4} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8284 | 2024.05.29 21:21:28.628584 [ 190 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8285 | 2024.05.29 21:21:28.628746 [ 28 ] {} <Debug> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
8286 | 2024.05.29 21:21:28.628771 [ 3 ] {a733ada5-4f02-412c-9992-c98af07669c4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003581 sec., 558.5032113934656 rows/sec., 45.54 KiB/sec. | ||
8287 | 2024.05.29 21:21:28.628798 [ 28 ] {} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8288 | 2024.05.29 21:21:28.628849 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8289 | 2024.05.29 21:21:28.629575 [ 3 ] {a733ada5-4f02-412c-9992-c98af07669c4} <Debug> DynamicQueryHandler: Done processing query | ||
8290 | 2024.05.29 21:21:28.629702 [ 3 ] {a733ada5-4f02-412c-9992-c98af07669c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8291 | 2024.05.29 21:21:28.629825 [ 3 ] {} <Debug> HTTP-Session: 04b79586-c033-49ef-afef-3f40bd35f374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8292 | 2024.05.29 21:21:28.629799 [ 196 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::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 | ||
8293 | 2024.05.29 21:21:28.630197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8294 | 2024.05.29 21:21:28.630394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8295 | 2024.05.29 21:21:28.630499 [ 3 ] {} <Debug> HTTP-Session: 6d3385bd-84ee-4bda-998f-5d0343618e3b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8296 | 2024.05.29 21:21:28.630572 [ 196 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8297 | 2024.05.29 21:21:28.630581 [ 3 ] {} <Debug> HTTP-Session: 6d3385bd-84ee-4bda-998f-5d0343618e3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8298 | 2024.05.29 21:21:28.630647 [ 190 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_51_10} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8299 | 2024.05.29 21:21:28.630656 [ 3 ] {} <Debug> HTTP-Session: 6d3385bd-84ee-4bda-998f-5d0343618e3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8300 | 2024.05.29 21:21:28.630679 [ 196 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 14 rows starting from the beginning of the part | ||
8301 | 2024.05.29 21:21:28.630799 [ 3 ] {} <Trace> HTTP-Session: 6d3385bd-84ee-4bda-998f-5d0343618e3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8302 | 2024.05.29 21:21:28.631115 [ 196 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
8303 | 2024.05.29 21:21:28.631115 [ 190 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_51_10} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8304 | 2024.05.29 21:21:28.631431 [ 3 ] {3154e38b-f2fe-4354-9ecc-f5ad8621d4f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8305 | 2024.05.29 21:21:28.631568 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8306 | 2024.05.29 21:21:28.631567 [ 196 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
8307 | 2024.05.29 21:21:28.631681 [ 3 ] {3154e38b-f2fe-4354-9ecc-f5ad8621d4f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8308 | 2024.05.29 21:21:28.631799 [ 196 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
8309 | 2024.05.29 21:21:28.632185 [ 196 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
8310 | 2024.05.29 21:21:28.632532 [ 196 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
8311 | 2024.05.29 21:21:28.633021 [ 3 ] {3154e38b-f2fe-4354-9ecc-f5ad8621d4f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8312 | 2024.05.29 21:21:28.633815 [ 3 ] {3154e38b-f2fe-4354-9ecc-f5ad8621d4f2} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8313 | 2024.05.29 21:21:28.633886 [ 3 ] {3154e38b-f2fe-4354-9ecc-f5ad8621d4f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8314 | 2024.05.29 21:21:28.634818 [ 3 ] {3154e38b-f2fe-4354-9ecc-f5ad8621d4f2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8315 | 2024.05.29 21:21:28.635162 [ 196 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.006123977 sec., 4245.607062208104 rows/sec., 346.20 KiB/sec. | ||
8316 | 2024.05.29 21:21:28.635393 [ 196 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
8317 | 2024.05.29 21:21:28.635602 [ 3 ] {3154e38b-f2fe-4354-9ecc-f5ad8621d4f2} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8318 | 2024.05.29 21:21:28.636003 [ 28 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8319 | 2024.05.29 21:21:28.636058 [ 3 ] {3154e38b-f2fe-4354-9ecc-f5ad8621d4f2} <Debug> executeQuery: Read 105 rows, 8.87 KiB in 0.004912 sec., 21376.22149837134 rows/sec., 1.76 MiB/sec. | ||
8320 | 2024.05.29 21:21:28.636088 [ 28 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8321 | 2024.05.29 21:21:28.636169 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8322 | 2024.05.29 21:21:28.636752 [ 196 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_20_4} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8323 | 2024.05.29 21:21:28.636749 [ 190 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
8324 | 2024.05.29 21:21:28.636846 [ 3 ] {3154e38b-f2fe-4354-9ecc-f5ad8621d4f2} <Debug> DynamicQueryHandler: Done processing query | ||
8325 | 2024.05.29 21:21:28.636980 [ 3 ] {3154e38b-f2fe-4354-9ecc-f5ad8621d4f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8326 | 2024.05.29 21:21:28.637081 [ 3 ] {} <Debug> HTTP-Session: 6d3385bd-84ee-4bda-998f-5d0343618e3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8327 | 2024.05.29 21:21:28.637287 [ 196 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_20_4} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
8328 | 2024.05.29 21:21:28.637486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8329 | 2024.05.29 21:21:28.637709 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8330 | 2024.05.29 21:21:28.637811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8331 | 2024.05.29 21:21:28.637909 [ 190 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8332 | 2024.05.29 21:21:28.637931 [ 3 ] {} <Debug> HTTP-Session: 0a260110-2559-4ce1-a17e-7088f0a7a892 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8333 | 2024.05.29 21:21:28.638017 [ 3 ] {} <Debug> HTTP-Session: 0a260110-2559-4ce1-a17e-7088f0a7a892 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8334 | 2024.05.29 21:21:28.638022 [ 190 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 189 rows starting from the beginning of the part | ||
8335 | 2024.05.29 21:21:28.638091 [ 3 ] {} <Debug> HTTP-Session: 0a260110-2559-4ce1-a17e-7088f0a7a892 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8336 | 2024.05.29 21:21:28.638240 [ 3 ] {} <Trace> HTTP-Session: 0a260110-2559-4ce1-a17e-7088f0a7a892 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8337 | 2024.05.29 21:21:28.638369 [ 190 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 105 rows starting from the beginning of the part | ||
8338 | 2024.05.29 21:21:28.638589 [ 3 ] {e411ec09-f31c-4091-8531-8a1fbe0ecd59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8339 | 2024.05.29 21:21:28.638675 [ 190 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 98 rows starting from the beginning of the part | ||
8340 | 2024.05.29 21:21:28.638731 [ 3 ] {e411ec09-f31c-4091-8531-8a1fbe0ecd59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8341 | 2024.05.29 21:21:28.639093 [ 190 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 106 rows starting from the beginning of the part | ||
8342 | 2024.05.29 21:21:28.639328 [ 190 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 98 rows starting from the beginning of the part | ||
8343 | 2024.05.29 21:21:28.639686 [ 190 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 105 rows starting from the beginning of the part | ||
8344 | 2024.05.29 21:21:28.639931 [ 3 ] {e411ec09-f31c-4091-8531-8a1fbe0ecd59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8345 | 2024.05.29 21:21:28.640520 [ 3 ] {e411ec09-f31c-4091-8531-8a1fbe0ecd59} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8346 | 2024.05.29 21:21:28.640562 [ 3 ] {e411ec09-f31c-4091-8531-8a1fbe0ecd59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8347 | 2024.05.29 21:21:28.641027 [ 3 ] {e411ec09-f31c-4091-8531-8a1fbe0ecd59} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8348 | 2024.05.29 21:21:28.641415 [ 197 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 701 rows, containing 4 columns (4 merged, 0 gathered) in 0.005107472 sec., 137249.89583888077 rows/sec., 11.26 MiB/sec. | ||
8349 | 2024.05.29 21:21:28.641458 [ 3 ] {e411ec09-f31c-4091-8531-8a1fbe0ecd59} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8350 | 2024.05.29 21:21:28.641663 [ 28 ] {} <Debug> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
8351 | 2024.05.29 21:21:28.641685 [ 3 ] {e411ec09-f31c-4091-8531-8a1fbe0ecd59} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003234 sec., 618.4291898577613 rows/sec., 43.18 KiB/sec. | ||
8352 | 2024.05.29 21:21:28.641704 [ 28 ] {} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8353 | 2024.05.29 21:21:28.641732 [ 196 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8354 | 2024.05.29 21:21:28.641772 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8355 | 2024.05.29 21:21:28.642159 [ 3 ] {e411ec09-f31c-4091-8531-8a1fbe0ecd59} <Debug> DynamicQueryHandler: Done processing query | ||
8356 | 2024.05.29 21:21:28.642198 [ 197 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::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 | ||
8357 | 2024.05.29 21:21:28.642210 [ 3 ] {e411ec09-f31c-4091-8531-8a1fbe0ecd59} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8358 | 2024.05.29 21:21:28.642284 [ 3 ] {} <Debug> HTTP-Session: 0a260110-2559-4ce1-a17e-7088f0a7a892 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8359 | 2024.05.29 21:21:28.642586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8360 | 2024.05.29 21:21:28.642778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8361 | 2024.05.29 21:21:28.642786 [ 197 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8362 | 2024.05.29 21:21:28.642851 [ 3 ] {} <Debug> HTTP-Session: 22b19228-e91b-44f6-84ac-0000dd5d206a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8363 | 2024.05.29 21:21:28.642886 [ 197 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 14 rows starting from the beginning of the part | ||
8364 | 2024.05.29 21:21:28.642910 [ 3 ] {} <Debug> HTTP-Session: 22b19228-e91b-44f6-84ac-0000dd5d206a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8365 | 2024.05.29 21:21:28.642976 [ 3 ] {} <Debug> HTTP-Session: 22b19228-e91b-44f6-84ac-0000dd5d206a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8366 | 2024.05.29 21:21:28.643138 [ 3 ] {} <Trace> HTTP-Session: 22b19228-e91b-44f6-84ac-0000dd5d206a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8367 | 2024.05.29 21:21:28.643291 [ 197 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
8368 | 2024.05.29 21:21:28.643632 [ 3 ] {67a70a4e-9e8f-4afa-a7cd-66f7f7da5fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8369 | 2024.05.29 21:21:28.643647 [ 197 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
8370 | 2024.05.29 21:21:28.643781 [ 3 ] {67a70a4e-9e8f-4afa-a7cd-66f7f7da5fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8371 | 2024.05.29 21:21:28.644021 [ 197 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
8372 | 2024.05.29 21:21:28.644402 [ 197 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
8373 | 2024.05.29 21:21:28.644509 [ 200 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_51_10} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8374 | 2024.05.29 21:21:28.644793 [ 197 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
8375 | 2024.05.29 21:21:28.645116 [ 3 ] {67a70a4e-9e8f-4afa-a7cd-66f7f7da5fd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8376 | 2024.05.29 21:21:28.645539 [ 200 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_51_10} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8377 | 2024.05.29 21:21:28.645854 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
8378 | 2024.05.29 21:21:28.646277 [ 3 ] {67a70a4e-9e8f-4afa-a7cd-66f7f7da5fd3} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8379 | 2024.05.29 21:21:28.646330 [ 3 ] {67a70a4e-9e8f-4afa-a7cd-66f7f7da5fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8380 | 2024.05.29 21:21:28.647132 [ 3 ] {67a70a4e-9e8f-4afa-a7cd-66f7f7da5fd3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8381 | 2024.05.29 21:21:28.647821 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.005870558 sec., 4428.880525496895 rows/sec., 309.24 KiB/sec. | ||
8382 | 2024.05.29 21:21:28.648026 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
8383 | 2024.05.29 21:21:28.648070 [ 3 ] {67a70a4e-9e8f-4afa-a7cd-66f7f7da5fd3} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8384 | 2024.05.29 21:21:28.648365 [ 28 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8385 | 2024.05.29 21:21:28.648488 [ 3 ] {67a70a4e-9e8f-4afa-a7cd-66f7f7da5fd3} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.00507 sec., 16173.570019723866 rows/sec., 1.26 MiB/sec. | ||
8386 | 2024.05.29 21:21:28.648489 [ 28 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8387 | 2024.05.29 21:21:28.648640 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8388 | 2024.05.29 21:21:28.649218 [ 200 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
8389 | 2024.05.29 21:21:28.649304 [ 3 ] {67a70a4e-9e8f-4afa-a7cd-66f7f7da5fd3} <Debug> DynamicQueryHandler: Done processing query | ||
8390 | 2024.05.29 21:21:28.649377 [ 3 ] {67a70a4e-9e8f-4afa-a7cd-66f7f7da5fd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8391 | 2024.05.29 21:21:28.649455 [ 3 ] {} <Debug> HTTP-Session: 22b19228-e91b-44f6-84ac-0000dd5d206a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8392 | 2024.05.29 21:21:28.649486 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_20_4} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8393 | 2024.05.29 21:21:28.649600 [ 200 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8394 | 2024.05.29 21:21:28.649639 [ 200 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 150 rows starting from the beginning of the part | ||
8395 | 2024.05.29 21:21:28.649661 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_20_4} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
8396 | 2024.05.29 21:21:28.649779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8397 | 2024.05.29 21:21:28.649992 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8398 | 2024.05.29 21:21:28.650036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8399 | 2024.05.29 21:21:28.650055 [ 200 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
8400 | 2024.05.29 21:21:28.650176 [ 3 ] {} <Debug> HTTP-Session: 08e1150d-5ed2-4720-8c07-b3d8aa5f44d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8401 | 2024.05.29 21:21:28.650264 [ 3 ] {} <Debug> HTTP-Session: 08e1150d-5ed2-4720-8c07-b3d8aa5f44d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8402 | 2024.05.29 21:21:28.650342 [ 3 ] {} <Debug> HTTP-Session: 08e1150d-5ed2-4720-8c07-b3d8aa5f44d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8403 | 2024.05.29 21:21:28.650395 [ 200 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 78 rows starting from the beginning of the part | ||
8404 | 2024.05.29 21:21:28.650461 [ 3 ] {} <Trace> HTTP-Session: 08e1150d-5ed2-4720-8c07-b3d8aa5f44d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8405 | 2024.05.29 21:21:28.650733 [ 200 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 84 rows starting from the beginning of the part | ||
8406 | 2024.05.29 21:21:28.650907 [ 3 ] {4bbec4de-c88a-4347-9c1a-555638076220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8407 | 2024.05.29 21:21:28.650951 [ 200 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 78 rows starting from the beginning of the part | ||
8408 | 2024.05.29 21:21:28.651073 [ 3 ] {4bbec4de-c88a-4347-9c1a-555638076220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8409 | 2024.05.29 21:21:28.651236 [ 200 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
8410 | 2024.05.29 21:21:28.652092 [ 3 ] {4bbec4de-c88a-4347-9c1a-555638076220} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8411 | 2024.05.29 21:21:28.653116 [ 3 ] {4bbec4de-c88a-4347-9c1a-555638076220} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8412 | 2024.05.29 21:21:28.653193 [ 3 ] {4bbec4de-c88a-4347-9c1a-555638076220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8413 | 2024.05.29 21:21:28.654177 [ 200 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 554 rows, containing 4 columns (4 merged, 0 gathered) in 0.005305019 sec., 104429.40920663998 rows/sec., 8.16 MiB/sec. | ||
8414 | 2024.05.29 21:21:28.654277 [ 3 ] {4bbec4de-c88a-4347-9c1a-555638076220} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8415 | 2024.05.29 21:21:28.654430 [ 201 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8416 | 2024.05.29 21:21:28.655189 [ 3 ] {4bbec4de-c88a-4347-9c1a-555638076220} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8417 | 2024.05.29 21:21:28.655453 [ 3 ] {4bbec4de-c88a-4347-9c1a-555638076220} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00474 sec., 33966.2447257384 rows/sec., 2.37 MiB/sec. | ||
8418 | 2024.05.29 21:21:28.655595 [ 201 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_51_10} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8419 | 2024.05.29 21:21:28.655780 [ 201 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_51_10} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8420 | 2024.05.29 21:21:28.655802 [ 3 ] {4bbec4de-c88a-4347-9c1a-555638076220} <Debug> DynamicQueryHandler: Done processing query | ||
8421 | 2024.05.29 21:21:28.655837 [ 3 ] {4bbec4de-c88a-4347-9c1a-555638076220} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8422 | 2024.05.29 21:21:28.655894 [ 3 ] {} <Debug> HTTP-Session: 08e1150d-5ed2-4720-8c07-b3d8aa5f44d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8423 | 2024.05.29 21:21:28.655952 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
8424 | 2024.05.29 21:21:28.656067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8425 | 2024.05.29 21:21:28.656122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8426 | 2024.05.29 21:21:28.656141 [ 3 ] {} <Debug> HTTP-Session: 65213133-2722-4309-80ff-061f808bc60d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8427 | 2024.05.29 21:21:28.656157 [ 3 ] {} <Debug> HTTP-Session: 65213133-2722-4309-80ff-061f808bc60d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8428 | 2024.05.29 21:21:28.656171 [ 3 ] {} <Debug> HTTP-Session: 65213133-2722-4309-80ff-061f808bc60d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8429 | 2024.05.29 21:21:28.656205 [ 3 ] {} <Trace> HTTP-Session: 65213133-2722-4309-80ff-061f808bc60d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8430 | 2024.05.29 21:21:28.656398 [ 3 ] {81de1681-3b41-4186-b4cb-0ac0a362ef8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8431 | 2024.05.29 21:21:28.656447 [ 3 ] {81de1681-3b41-4186-b4cb-0ac0a362ef8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8432 | 2024.05.29 21:21:28.656629 [ 3 ] {81de1681-3b41-4186-b4cb-0ac0a362ef8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8433 | 2024.05.29 21:21:28.657021 [ 3 ] {81de1681-3b41-4186-b4cb-0ac0a362ef8c} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8434 | 2024.05.29 21:21:28.657056 [ 3 ] {81de1681-3b41-4186-b4cb-0ac0a362ef8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8435 | 2024.05.29 21:21:28.657457 [ 3 ] {81de1681-3b41-4186-b4cb-0ac0a362ef8c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8436 | 2024.05.29 21:21:28.657807 [ 3 ] {81de1681-3b41-4186-b4cb-0ac0a362ef8c} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8437 | 2024.05.29 21:21:28.657931 [ 28 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8438 | 2024.05.29 21:21:28.657935 [ 3 ] {81de1681-3b41-4186-b4cb-0ac0a362ef8c} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001647 sec., 9714.632665452338 rows/sec., 13.11 MiB/sec. | ||
8439 | 2024.05.29 21:21:28.657961 [ 28 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8440 | 2024.05.29 21:21:28.657994 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8441 | 2024.05.29 21:21:28.658182 [ 3 ] {81de1681-3b41-4186-b4cb-0ac0a362ef8c} <Debug> DynamicQueryHandler: Done processing query | ||
8442 | 2024.05.29 21:21:28.658205 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
8443 | 2024.05.29 21:21:28.658219 [ 3 ] {81de1681-3b41-4186-b4cb-0ac0a362ef8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8444 | 2024.05.29 21:21:28.658286 [ 3 ] {} <Debug> HTTP-Session: 65213133-2722-4309-80ff-061f808bc60d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8445 | 2024.05.29 21:21:28.658472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8446 | 2024.05.29 21:21:28.658585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8447 | 2024.05.29 21:21:28.658602 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8448 | 2024.05.29 21:21:28.658623 [ 3 ] {} <Debug> HTTP-Session: 5995bc6f-33bd-4847-b3a6-e5ee94dccd4f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8449 | 2024.05.29 21:21:28.658672 [ 3 ] {} <Debug> HTTP-Session: 5995bc6f-33bd-4847-b3a6-e5ee94dccd4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8450 | 2024.05.29 21:21:28.658693 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 688 rows starting from the beginning of the part | ||
8451 | 2024.05.29 21:21:28.658705 [ 3 ] {} <Debug> HTTP-Session: 5995bc6f-33bd-4847-b3a6-e5ee94dccd4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8452 | 2024.05.29 21:21:28.658785 [ 3 ] {} <Trace> HTTP-Session: 5995bc6f-33bd-4847-b3a6-e5ee94dccd4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8453 | 2024.05.29 21:21:28.659039 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part | ||
8454 | 2024.05.29 21:21:28.659125 [ 3 ] {22bcb240-530d-47a2-b310-4ff26c8ce5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8455 | 2024.05.29 21:21:28.659307 [ 3 ] {22bcb240-530d-47a2-b310-4ff26c8ce5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8456 | 2024.05.29 21:21:28.659403 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
8457 | 2024.05.29 21:21:28.659780 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 16 rows starting from the beginning of the part | ||
8458 | 2024.05.29 21:21:28.660216 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
8459 | 2024.05.29 21:21:28.660324 [ 3 ] {22bcb240-530d-47a2-b310-4ff26c8ce5d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8460 | 2024.05.29 21:21:28.660586 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 16 rows starting from the beginning of the part | ||
8461 | 2024.05.29 21:21:28.661301 [ 3 ] {22bcb240-530d-47a2-b310-4ff26c8ce5d3} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8462 | 2024.05.29 21:21:28.661358 [ 3 ] {22bcb240-530d-47a2-b310-4ff26c8ce5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8463 | 2024.05.29 21:21:28.662086 [ 3 ] {22bcb240-530d-47a2-b310-4ff26c8ce5d3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8464 | 2024.05.29 21:21:28.662469 [ 3 ] {22bcb240-530d-47a2-b310-4ff26c8ce5d3} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8465 | 2024.05.29 21:21:28.662594 [ 3 ] {22bcb240-530d-47a2-b310-4ff26c8ce5d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003607 sec., 16634.322151372333 rows/sec., 1.12 MiB/sec. | ||
8466 | 2024.05.29 21:21:28.662970 [ 3 ] {22bcb240-530d-47a2-b310-4ff26c8ce5d3} <Debug> DynamicQueryHandler: Done processing query | ||
8467 | 2024.05.29 21:21:28.663020 [ 3 ] {22bcb240-530d-47a2-b310-4ff26c8ce5d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8468 | 2024.05.29 21:21:28.663070 [ 3 ] {} <Debug> HTTP-Session: 5995bc6f-33bd-4847-b3a6-e5ee94dccd4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8469 | 2024.05.29 21:21:28.664757 [ 201 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 764 rows, containing 6 columns (6 merged, 0 gathered) in 0.006668125 sec., 114574.93673258975 rows/sec., 154.61 MiB/sec. | ||
8470 | 2024.05.29 21:21:28.665164 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8471 | 2024.05.29 21:21:28.665576 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8472 | 2024.05.29 21:21:28.665664 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8473 | 2024.05.29 21:21:28.665752 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.54 MiB. | ||
8474 | 2024.05.29 21:21:33.626447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8475 | 2024.05.29 21:21:33.626662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8476 | 2024.05.29 21:21:33.626706 [ 3 ] {} <Debug> HTTP-Session: ab0bf18a-5a8a-4470-bcfa-b88783594d71 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8477 | 2024.05.29 21:21:33.626747 [ 3 ] {} <Debug> HTTP-Session: ab0bf18a-5a8a-4470-bcfa-b88783594d71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8478 | 2024.05.29 21:21:33.626774 [ 3 ] {} <Debug> HTTP-Session: ab0bf18a-5a8a-4470-bcfa-b88783594d71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8479 | 2024.05.29 21:21:33.626863 [ 3 ] {} <Trace> HTTP-Session: ab0bf18a-5a8a-4470-bcfa-b88783594d71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8480 | 2024.05.29 21:21:33.627185 [ 3 ] {a3d4e768-8925-44a9-a582-ef04759533e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8481 | 2024.05.29 21:21:33.627296 [ 3 ] {a3d4e768-8925-44a9-a582-ef04759533e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8482 | 2024.05.29 21:21:33.627572 [ 3 ] {a3d4e768-8925-44a9-a582-ef04759533e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8483 | 2024.05.29 21:21:33.628165 [ 3 ] {a3d4e768-8925-44a9-a582-ef04759533e2} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8484 | 2024.05.29 21:21:33.628227 [ 3 ] {a3d4e768-8925-44a9-a582-ef04759533e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8485 | 2024.05.29 21:21:33.628712 [ 3 ] {a3d4e768-8925-44a9-a582-ef04759533e2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8486 | 2024.05.29 21:21:33.629166 [ 3 ] {a3d4e768-8925-44a9-a582-ef04759533e2} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8487 | 2024.05.29 21:21:33.629391 [ 3 ] {a3d4e768-8925-44a9-a582-ef04759533e2} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.002303 sec., 6079.0273556231 rows/sec., 492.73 KiB/sec. | ||
8488 | 2024.05.29 21:21:33.629776 [ 3 ] {a3d4e768-8925-44a9-a582-ef04759533e2} <Debug> DynamicQueryHandler: Done processing query | ||
8489 | 2024.05.29 21:21:33.629841 [ 3 ] {a3d4e768-8925-44a9-a582-ef04759533e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8490 | 2024.05.29 21:21:33.629865 [ 3 ] {} <Debug> HTTP-Session: ab0bf18a-5a8a-4470-bcfa-b88783594d71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8491 | 2024.05.29 21:21:33.630101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8492 | 2024.05.29 21:21:33.630184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8493 | 2024.05.29 21:21:33.630215 [ 3 ] {} <Debug> HTTP-Session: 2bf2a34b-83d0-4821-8bf3-76db0a4cb421 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8494 | 2024.05.29 21:21:33.630243 [ 3 ] {} <Debug> HTTP-Session: 2bf2a34b-83d0-4821-8bf3-76db0a4cb421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8495 | 2024.05.29 21:21:33.630267 [ 3 ] {} <Debug> HTTP-Session: 2bf2a34b-83d0-4821-8bf3-76db0a4cb421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8496 | 2024.05.29 21:21:33.630324 [ 3 ] {} <Trace> HTTP-Session: 2bf2a34b-83d0-4821-8bf3-76db0a4cb421 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8497 | 2024.05.29 21:21:33.630494 [ 3 ] {949d79f9-befc-4450-b58d-b9e8f65ade04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8498 | 2024.05.29 21:21:33.630566 [ 3 ] {949d79f9-befc-4450-b58d-b9e8f65ade04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8499 | 2024.05.29 21:21:33.630793 [ 3 ] {949d79f9-befc-4450-b58d-b9e8f65ade04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8500 | 2024.05.29 21:21:33.631230 [ 3 ] {949d79f9-befc-4450-b58d-b9e8f65ade04} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8501 | 2024.05.29 21:21:33.631285 [ 3 ] {949d79f9-befc-4450-b58d-b9e8f65ade04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8502 | 2024.05.29 21:21:33.631760 [ 3 ] {949d79f9-befc-4450-b58d-b9e8f65ade04} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8503 | 2024.05.29 21:21:33.632203 [ 3 ] {949d79f9-befc-4450-b58d-b9e8f65ade04} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8504 | 2024.05.29 21:21:33.632416 [ 3 ] {949d79f9-befc-4450-b58d-b9e8f65ade04} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001973 sec., 1013.6847440446022 rows/sec., 82.66 KiB/sec. | ||
8505 | 2024.05.29 21:21:33.632650 [ 3 ] {949d79f9-befc-4450-b58d-b9e8f65ade04} <Debug> DynamicQueryHandler: Done processing query | ||
8506 | 2024.05.29 21:21:33.632682 [ 3 ] {949d79f9-befc-4450-b58d-b9e8f65ade04} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8507 | 2024.05.29 21:21:33.632701 [ 3 ] {} <Debug> HTTP-Session: 2bf2a34b-83d0-4821-8bf3-76db0a4cb421 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8508 | 2024.05.29 21:21:33.632886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 19219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8509 | 2024.05.29 21:21:33.632955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8510 | 2024.05.29 21:21:33.632980 [ 3 ] {} <Debug> HTTP-Session: 517c3861-010b-44cb-b50e-c02ebe32f955 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8511 | 2024.05.29 21:21:33.633002 [ 3 ] {} <Debug> HTTP-Session: 517c3861-010b-44cb-b50e-c02ebe32f955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8512 | 2024.05.29 21:21:33.633020 [ 3 ] {} <Debug> HTTP-Session: 517c3861-010b-44cb-b50e-c02ebe32f955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8513 | 2024.05.29 21:21:33.633067 [ 3 ] {} <Trace> HTTP-Session: 517c3861-010b-44cb-b50e-c02ebe32f955 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8514 | 2024.05.29 21:21:33.633258 [ 3 ] {fdea756c-5153-4a45-bb98-bfc7a34ff3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8515 | 2024.05.29 21:21:33.633319 [ 3 ] {fdea756c-5153-4a45-bb98-bfc7a34ff3f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8516 | 2024.05.29 21:21:33.633500 [ 3 ] {fdea756c-5153-4a45-bb98-bfc7a34ff3f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8517 | 2024.05.29 21:21:33.634027 [ 3 ] {fdea756c-5153-4a45-bb98-bfc7a34ff3f2} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8518 | 2024.05.29 21:21:33.634079 [ 3 ] {fdea756c-5153-4a45-bb98-bfc7a34ff3f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8519 | 2024.05.29 21:21:33.634506 [ 3 ] {fdea756c-5153-4a45-bb98-bfc7a34ff3f2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8520 | 2024.05.29 21:21:33.634924 [ 3 ] {fdea756c-5153-4a45-bb98-bfc7a34ff3f2} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8521 | 2024.05.29 21:21:33.635125 [ 3 ] {fdea756c-5153-4a45-bb98-bfc7a34ff3f2} <Debug> executeQuery: Read 135 rows, 11.04 KiB in 0.001942 sec., 69515.96292481977 rows/sec., 5.55 MiB/sec. | ||
8522 | 2024.05.29 21:21:33.635330 [ 3 ] {fdea756c-5153-4a45-bb98-bfc7a34ff3f2} <Debug> DynamicQueryHandler: Done processing query | ||
8523 | 2024.05.29 21:21:33.635360 [ 3 ] {fdea756c-5153-4a45-bb98-bfc7a34ff3f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8524 | 2024.05.29 21:21:33.635380 [ 3 ] {} <Debug> HTTP-Session: 517c3861-010b-44cb-b50e-c02ebe32f955 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8525 | 2024.05.29 21:21:33.635547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8526 | 2024.05.29 21:21:33.635608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8527 | 2024.05.29 21:21:33.635634 [ 3 ] {} <Debug> HTTP-Session: 7044412b-6c03-4bf5-b1ae-da1a35f3d417 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8528 | 2024.05.29 21:21:33.635657 [ 3 ] {} <Debug> HTTP-Session: 7044412b-6c03-4bf5-b1ae-da1a35f3d417 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8529 | 2024.05.29 21:21:33.635674 [ 3 ] {} <Debug> HTTP-Session: 7044412b-6c03-4bf5-b1ae-da1a35f3d417 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8530 | 2024.05.29 21:21:33.635718 [ 3 ] {} <Trace> HTTP-Session: 7044412b-6c03-4bf5-b1ae-da1a35f3d417 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8531 | 2024.05.29 21:21:33.635844 [ 3 ] {0b9ce619-ddd5-49fe-a338-975483f9557e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8532 | 2024.05.29 21:21:33.635899 [ 3 ] {0b9ce619-ddd5-49fe-a338-975483f9557e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8533 | 2024.05.29 21:21:33.636066 [ 3 ] {0b9ce619-ddd5-49fe-a338-975483f9557e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8534 | 2024.05.29 21:21:33.636461 [ 3 ] {0b9ce619-ddd5-49fe-a338-975483f9557e} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8535 | 2024.05.29 21:21:33.636509 [ 3 ] {0b9ce619-ddd5-49fe-a338-975483f9557e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8536 | 2024.05.29 21:21:33.636918 [ 3 ] {0b9ce619-ddd5-49fe-a338-975483f9557e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8537 | 2024.05.29 21:21:33.637344 [ 3 ] {0b9ce619-ddd5-49fe-a338-975483f9557e} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8538 | 2024.05.29 21:21:33.637554 [ 3 ] {0b9ce619-ddd5-49fe-a338-975483f9557e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001736 sec., 1152.073732718894 rows/sec., 80.44 KiB/sec. | ||
8539 | 2024.05.29 21:21:33.637785 [ 3 ] {0b9ce619-ddd5-49fe-a338-975483f9557e} <Debug> DynamicQueryHandler: Done processing query | ||
8540 | 2024.05.29 21:21:33.637816 [ 3 ] {0b9ce619-ddd5-49fe-a338-975483f9557e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8541 | 2024.05.29 21:21:33.637838 [ 3 ] {} <Debug> HTTP-Session: 7044412b-6c03-4bf5-b1ae-da1a35f3d417 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8542 | 2024.05.29 21:21:33.638008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8543 | 2024.05.29 21:21:33.638080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8544 | 2024.05.29 21:21:33.638107 [ 3 ] {} <Debug> HTTP-Session: 5c8b8156-49df-4192-af87-d7b4c0999ffa Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8545 | 2024.05.29 21:21:33.638130 [ 3 ] {} <Debug> HTTP-Session: 5c8b8156-49df-4192-af87-d7b4c0999ffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8546 | 2024.05.29 21:21:33.638150 [ 3 ] {} <Debug> HTTP-Session: 5c8b8156-49df-4192-af87-d7b4c0999ffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8547 | 2024.05.29 21:21:33.638194 [ 3 ] {} <Trace> HTTP-Session: 5c8b8156-49df-4192-af87-d7b4c0999ffa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8548 | 2024.05.29 21:21:33.638370 [ 3 ] {d6e15e63-fb2d-4479-9ddf-e55bfd1734b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8549 | 2024.05.29 21:21:33.638427 [ 3 ] {d6e15e63-fb2d-4479-9ddf-e55bfd1734b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8550 | 2024.05.29 21:21:33.638589 [ 3 ] {d6e15e63-fb2d-4479-9ddf-e55bfd1734b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8551 | 2024.05.29 21:21:33.639072 [ 3 ] {d6e15e63-fb2d-4479-9ddf-e55bfd1734b5} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8552 | 2024.05.29 21:21:33.639121 [ 3 ] {d6e15e63-fb2d-4479-9ddf-e55bfd1734b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8553 | 2024.05.29 21:21:33.639590 [ 3 ] {d6e15e63-fb2d-4479-9ddf-e55bfd1734b5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8554 | 2024.05.29 21:21:33.640011 [ 3 ] {d6e15e63-fb2d-4479-9ddf-e55bfd1734b5} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8555 | 2024.05.29 21:21:33.640215 [ 3 ] {d6e15e63-fb2d-4479-9ddf-e55bfd1734b5} <Debug> executeQuery: Read 104 rows, 8.30 KiB in 0.001906 sec., 54564.53305351522 rows/sec., 4.25 MiB/sec. | ||
8556 | 2024.05.29 21:21:33.640461 [ 3 ] {d6e15e63-fb2d-4479-9ddf-e55bfd1734b5} <Debug> DynamicQueryHandler: Done processing query | ||
8557 | 2024.05.29 21:21:33.640492 [ 3 ] {d6e15e63-fb2d-4479-9ddf-e55bfd1734b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8558 | 2024.05.29 21:21:33.640513 [ 3 ] {} <Debug> HTTP-Session: 5c8b8156-49df-4192-af87-d7b4c0999ffa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8559 | 2024.05.29 21:21:33.640712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 37755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8560 | 2024.05.29 21:21:33.640779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8561 | 2024.05.29 21:21:33.640802 [ 3 ] {} <Debug> HTTP-Session: bf66b297-0daa-4bbd-9e86-3996f10094b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8562 | 2024.05.29 21:21:33.640825 [ 3 ] {} <Debug> HTTP-Session: bf66b297-0daa-4bbd-9e86-3996f10094b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8563 | 2024.05.29 21:21:33.640842 [ 3 ] {} <Debug> HTTP-Session: bf66b297-0daa-4bbd-9e86-3996f10094b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8564 | 2024.05.29 21:21:33.640882 [ 3 ] {} <Trace> HTTP-Session: bf66b297-0daa-4bbd-9e86-3996f10094b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8565 | 2024.05.29 21:21:33.641130 [ 3 ] {d30a2f37-52cd-4f97-be90-358df61d90b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8566 | 2024.05.29 21:21:33.641215 [ 3 ] {d30a2f37-52cd-4f97-be90-358df61d90b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8567 | 2024.05.29 21:21:33.641419 [ 3 ] {d30a2f37-52cd-4f97-be90-358df61d90b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8568 | 2024.05.29 21:21:33.641980 [ 3 ] {d30a2f37-52cd-4f97-be90-358df61d90b0} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8569 | 2024.05.29 21:21:33.642030 [ 3 ] {d30a2f37-52cd-4f97-be90-358df61d90b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8570 | 2024.05.29 21:21:33.642562 [ 3 ] {d30a2f37-52cd-4f97-be90-358df61d90b0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8571 | 2024.05.29 21:21:33.643028 [ 3 ] {d30a2f37-52cd-4f97-be90-358df61d90b0} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8572 | 2024.05.29 21:21:33.643232 [ 3 ] {d30a2f37-52cd-4f97-be90-358df61d90b0} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.002211 sec., 89099.95477159657 rows/sec., 6.22 MiB/sec. | ||
8573 | 2024.05.29 21:21:33.643452 [ 3 ] {d30a2f37-52cd-4f97-be90-358df61d90b0} <Debug> DynamicQueryHandler: Done processing query | ||
8574 | 2024.05.29 21:21:33.643485 [ 3 ] {d30a2f37-52cd-4f97-be90-358df61d90b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8575 | 2024.05.29 21:21:33.643506 [ 3 ] {} <Debug> HTTP-Session: bf66b297-0daa-4bbd-9e86-3996f10094b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8576 | 2024.05.29 21:21:33.643696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8577 | 2024.05.29 21:21:33.643767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8578 | 2024.05.29 21:21:33.643797 [ 3 ] {} <Debug> HTTP-Session: 18f176af-e0b1-4f0b-87a3-6d9718b47422 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8579 | 2024.05.29 21:21:33.643819 [ 3 ] {} <Debug> HTTP-Session: 18f176af-e0b1-4f0b-87a3-6d9718b47422 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8580 | 2024.05.29 21:21:33.643837 [ 3 ] {} <Debug> HTTP-Session: 18f176af-e0b1-4f0b-87a3-6d9718b47422 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8581 | 2024.05.29 21:21:33.643880 [ 3 ] {} <Trace> HTTP-Session: 18f176af-e0b1-4f0b-87a3-6d9718b47422 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8582 | 2024.05.29 21:21:33.644118 [ 3 ] {facbe908-788b-4000-9528-41dbafd65eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8583 | 2024.05.29 21:21:33.644182 [ 3 ] {facbe908-788b-4000-9528-41dbafd65eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8584 | 2024.05.29 21:21:33.644403 [ 3 ] {facbe908-788b-4000-9528-41dbafd65eb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8585 | 2024.05.29 21:21:33.644881 [ 3 ] {facbe908-788b-4000-9528-41dbafd65eb5} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8586 | 2024.05.29 21:21:33.644928 [ 3 ] {facbe908-788b-4000-9528-41dbafd65eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8587 | 2024.05.29 21:21:33.645471 [ 3 ] {facbe908-788b-4000-9528-41dbafd65eb5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8588 | 2024.05.29 21:21:33.645964 [ 3 ] {facbe908-788b-4000-9528-41dbafd65eb5} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8589 | 2024.05.29 21:21:33.646173 [ 3 ] {facbe908-788b-4000-9528-41dbafd65eb5} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.002188 sec., 6398.537477148081 rows/sec., 8.63 MiB/sec. | ||
8590 | 2024.05.29 21:21:33.646404 [ 3 ] {facbe908-788b-4000-9528-41dbafd65eb5} <Debug> DynamicQueryHandler: Done processing query | ||
8591 | 2024.05.29 21:21:33.646437 [ 3 ] {facbe908-788b-4000-9528-41dbafd65eb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8592 | 2024.05.29 21:21:33.646458 [ 3 ] {} <Debug> HTTP-Session: 18f176af-e0b1-4f0b-87a3-6d9718b47422 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8593 | 2024.05.29 21:21:33.646687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8594 | 2024.05.29 21:21:33.646754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8595 | 2024.05.29 21:21:33.646779 [ 3 ] {} <Debug> HTTP-Session: d26a78f1-7f5f-4e06-9e89-f52a35156f7d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8596 | 2024.05.29 21:21:33.646801 [ 3 ] {} <Debug> HTTP-Session: d26a78f1-7f5f-4e06-9e89-f52a35156f7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8597 | 2024.05.29 21:21:33.646818 [ 3 ] {} <Debug> HTTP-Session: d26a78f1-7f5f-4e06-9e89-f52a35156f7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8598 | 2024.05.29 21:21:33.646861 [ 3 ] {} <Trace> HTTP-Session: d26a78f1-7f5f-4e06-9e89-f52a35156f7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8599 | 2024.05.29 21:21:33.647023 [ 3 ] {871bb762-c89f-4c41-968f-b216968cf8a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8600 | 2024.05.29 21:21:33.647085 [ 3 ] {871bb762-c89f-4c41-968f-b216968cf8a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8601 | 2024.05.29 21:21:33.647263 [ 3 ] {871bb762-c89f-4c41-968f-b216968cf8a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8602 | 2024.05.29 21:21:33.647646 [ 3 ] {871bb762-c89f-4c41-968f-b216968cf8a0} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8603 | 2024.05.29 21:21:33.647695 [ 3 ] {871bb762-c89f-4c41-968f-b216968cf8a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8604 | 2024.05.29 21:21:33.648197 [ 3 ] {871bb762-c89f-4c41-968f-b216968cf8a0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8605 | 2024.05.29 21:21:33.648679 [ 3 ] {871bb762-c89f-4c41-968f-b216968cf8a0} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8606 | 2024.05.29 21:21:33.648899 [ 3 ] {871bb762-c89f-4c41-968f-b216968cf8a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001929 sec., 31104.19906687403 rows/sec., 2.10 MiB/sec. | ||
8607 | 2024.05.29 21:21:33.649129 [ 3 ] {871bb762-c89f-4c41-968f-b216968cf8a0} <Debug> DynamicQueryHandler: Done processing query | ||
8608 | 2024.05.29 21:21:33.649159 [ 3 ] {871bb762-c89f-4c41-968f-b216968cf8a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8609 | 2024.05.29 21:21:33.649177 [ 3 ] {} <Debug> HTTP-Session: d26a78f1-7f5f-4e06-9e89-f52a35156f7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8610 | 2024.05.29 21:21:36.142079 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8611 | 2024.05.29 21:21:36.142176 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8612 | 2024.05.29 21:21:38.620989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8613 | 2024.05.29 21:21:38.621112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8614 | 2024.05.29 21:21:38.621140 [ 3 ] {} <Debug> HTTP-Session: b9bec909-0168-4e46-82e8-3098a1223f87 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8615 | 2024.05.29 21:21:38.621168 [ 3 ] {} <Debug> HTTP-Session: b9bec909-0168-4e46-82e8-3098a1223f87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8616 | 2024.05.29 21:21:38.621185 [ 3 ] {} <Debug> HTTP-Session: b9bec909-0168-4e46-82e8-3098a1223f87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8617 | 2024.05.29 21:21:38.621241 [ 3 ] {} <Trace> HTTP-Session: b9bec909-0168-4e46-82e8-3098a1223f87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8618 | 2024.05.29 21:21:38.621450 [ 3 ] {e5813742-e26d-4c30-8951-24961ff58082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8619 | 2024.05.29 21:21:38.621528 [ 3 ] {e5813742-e26d-4c30-8951-24961ff58082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8620 | 2024.05.29 21:21:38.621726 [ 3 ] {e5813742-e26d-4c30-8951-24961ff58082} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8621 | 2024.05.29 21:21:38.622155 [ 3 ] {e5813742-e26d-4c30-8951-24961ff58082} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8622 | 2024.05.29 21:21:38.622197 [ 3 ] {e5813742-e26d-4c30-8951-24961ff58082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8623 | 2024.05.29 21:21:38.622560 [ 3 ] {e5813742-e26d-4c30-8951-24961ff58082} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8624 | 2024.05.29 21:21:38.622895 [ 3 ] {e5813742-e26d-4c30-8951-24961ff58082} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8625 | 2024.05.29 21:21:38.623066 [ 3 ] {e5813742-e26d-4c30-8951-24961ff58082} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001675 sec., 9552.23880597015 rows/sec., 774.25 KiB/sec. | ||
8626 | 2024.05.29 21:21:38.623258 [ 3 ] {e5813742-e26d-4c30-8951-24961ff58082} <Debug> DynamicQueryHandler: Done processing query | ||
8627 | 2024.05.29 21:21:38.623285 [ 3 ] {e5813742-e26d-4c30-8951-24961ff58082} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8628 | 2024.05.29 21:21:38.623301 [ 3 ] {} <Debug> HTTP-Session: b9bec909-0168-4e46-82e8-3098a1223f87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8629 | 2024.05.29 21:21:38.623438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8630 | 2024.05.29 21:21:38.623488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8631 | 2024.05.29 21:21:38.623506 [ 3 ] {} <Debug> HTTP-Session: 268ea705-9448-45be-94f7-1f6f477a570b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8632 | 2024.05.29 21:21:38.623523 [ 3 ] {} <Debug> HTTP-Session: 268ea705-9448-45be-94f7-1f6f477a570b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8633 | 2024.05.29 21:21:38.623537 [ 3 ] {} <Debug> HTTP-Session: 268ea705-9448-45be-94f7-1f6f477a570b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8634 | 2024.05.29 21:21:38.623569 [ 3 ] {} <Trace> HTTP-Session: 268ea705-9448-45be-94f7-1f6f477a570b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8635 | 2024.05.29 21:21:38.623694 [ 3 ] {dd7b475d-3493-496a-ab76-29bf9a37de95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8636 | 2024.05.29 21:21:38.623739 [ 3 ] {dd7b475d-3493-496a-ab76-29bf9a37de95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8637 | 2024.05.29 21:21:38.623866 [ 3 ] {dd7b475d-3493-496a-ab76-29bf9a37de95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8638 | 2024.05.29 21:21:38.624225 [ 3 ] {dd7b475d-3493-496a-ab76-29bf9a37de95} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8639 | 2024.05.29 21:21:38.624262 [ 3 ] {dd7b475d-3493-496a-ab76-29bf9a37de95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8640 | 2024.05.29 21:21:38.624582 [ 3 ] {dd7b475d-3493-496a-ab76-29bf9a37de95} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8641 | 2024.05.29 21:21:38.624913 [ 3 ] {dd7b475d-3493-496a-ab76-29bf9a37de95} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8642 | 2024.05.29 21:21:38.625067 [ 3 ] {dd7b475d-3493-496a-ab76-29bf9a37de95} <Debug> executeQuery: Read 104 rows, 8.80 KiB in 0.001412 sec., 73654.3909348442 rows/sec., 6.08 MiB/sec. | ||
8643 | 2024.05.29 21:21:38.625321 [ 3 ] {dd7b475d-3493-496a-ab76-29bf9a37de95} <Debug> DynamicQueryHandler: Done processing query | ||
8644 | 2024.05.29 21:21:38.625377 [ 3 ] {dd7b475d-3493-496a-ab76-29bf9a37de95} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8645 | 2024.05.29 21:21:38.625417 [ 3 ] {} <Debug> HTTP-Session: 268ea705-9448-45be-94f7-1f6f477a570b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8646 | 2024.05.29 21:21:38.625606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8647 | 2024.05.29 21:21:38.625659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8648 | 2024.05.29 21:21:38.625679 [ 3 ] {} <Debug> HTTP-Session: 87b954a7-c59d-46cd-a437-483a02869fbb Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8649 | 2024.05.29 21:21:38.625696 [ 3 ] {} <Debug> HTTP-Session: 87b954a7-c59d-46cd-a437-483a02869fbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8650 | 2024.05.29 21:21:38.625709 [ 3 ] {} <Debug> HTTP-Session: 87b954a7-c59d-46cd-a437-483a02869fbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8651 | 2024.05.29 21:21:38.625741 [ 3 ] {} <Trace> HTTP-Session: 87b954a7-c59d-46cd-a437-483a02869fbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8652 | 2024.05.29 21:21:38.625864 [ 3 ] {5ebda776-7347-4a18-9304-b313eb273bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8653 | 2024.05.29 21:21:38.625909 [ 3 ] {5ebda776-7347-4a18-9304-b313eb273bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8654 | 2024.05.29 21:21:38.626048 [ 3 ] {5ebda776-7347-4a18-9304-b313eb273bf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8655 | 2024.05.29 21:21:38.626382 [ 3 ] {5ebda776-7347-4a18-9304-b313eb273bf8} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8656 | 2024.05.29 21:21:38.626419 [ 3 ] {5ebda776-7347-4a18-9304-b313eb273bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8657 | 2024.05.29 21:21:38.626750 [ 3 ] {5ebda776-7347-4a18-9304-b313eb273bf8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8658 | 2024.05.29 21:21:38.627051 [ 3 ] {5ebda776-7347-4a18-9304-b313eb273bf8} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8659 | 2024.05.29 21:21:38.627199 [ 3 ] {5ebda776-7347-4a18-9304-b313eb273bf8} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001383 sec., 57845.26391901664 rows/sec., 4.52 MiB/sec. | ||
8660 | 2024.05.29 21:21:38.627362 [ 3 ] {5ebda776-7347-4a18-9304-b313eb273bf8} <Debug> DynamicQueryHandler: Done processing query | ||
8661 | 2024.05.29 21:21:38.627385 [ 3 ] {5ebda776-7347-4a18-9304-b313eb273bf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8662 | 2024.05.29 21:21:38.627401 [ 3 ] {} <Debug> HTTP-Session: 87b954a7-c59d-46cd-a437-483a02869fbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8663 | 2024.05.29 21:21:38.627530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8664 | 2024.05.29 21:21:38.627579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8665 | 2024.05.29 21:21:38.627599 [ 3 ] {} <Debug> HTTP-Session: 6c795ef9-e231-4f53-a767-c985e7256ede Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8666 | 2024.05.29 21:21:38.627615 [ 3 ] {} <Debug> HTTP-Session: 6c795ef9-e231-4f53-a767-c985e7256ede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8667 | 2024.05.29 21:21:38.627629 [ 3 ] {} <Debug> HTTP-Session: 6c795ef9-e231-4f53-a767-c985e7256ede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8668 | 2024.05.29 21:21:38.627659 [ 3 ] {} <Trace> HTTP-Session: 6c795ef9-e231-4f53-a767-c985e7256ede Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8669 | 2024.05.29 21:21:38.627806 [ 3 ] {574b0243-4eb2-4b5b-8804-de22846e038c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8670 | 2024.05.29 21:21:38.627853 [ 3 ] {574b0243-4eb2-4b5b-8804-de22846e038c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8671 | 2024.05.29 21:21:38.627998 [ 3 ] {574b0243-4eb2-4b5b-8804-de22846e038c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8672 | 2024.05.29 21:21:38.628469 [ 3 ] {574b0243-4eb2-4b5b-8804-de22846e038c} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8673 | 2024.05.29 21:21:38.628506 [ 3 ] {574b0243-4eb2-4b5b-8804-de22846e038c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8674 | 2024.05.29 21:21:38.628904 [ 3 ] {574b0243-4eb2-4b5b-8804-de22846e038c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8675 | 2024.05.29 21:21:38.629235 [ 3 ] {574b0243-4eb2-4b5b-8804-de22846e038c} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8676 | 2024.05.29 21:21:38.629398 [ 3 ] {574b0243-4eb2-4b5b-8804-de22846e038c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec. | ||
8677 | 2024.05.29 21:21:38.629627 [ 3 ] {574b0243-4eb2-4b5b-8804-de22846e038c} <Debug> DynamicQueryHandler: Done processing query | ||
8678 | 2024.05.29 21:21:38.629672 [ 3 ] {574b0243-4eb2-4b5b-8804-de22846e038c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8679 | 2024.05.29 21:21:38.629697 [ 3 ] {} <Debug> HTTP-Session: 6c795ef9-e231-4f53-a767-c985e7256ede Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8680 | 2024.05.29 21:21:38.629841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8681 | 2024.05.29 21:21:38.629903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8682 | 2024.05.29 21:21:38.629926 [ 3 ] {} <Debug> HTTP-Session: 2370152b-aae6-4fd3-acaf-f68049b57a4d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8683 | 2024.05.29 21:21:38.629945 [ 3 ] {} <Debug> HTTP-Session: 2370152b-aae6-4fd3-acaf-f68049b57a4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8684 | 2024.05.29 21:21:38.629962 [ 3 ] {} <Debug> HTTP-Session: 2370152b-aae6-4fd3-acaf-f68049b57a4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8685 | 2024.05.29 21:21:38.630001 [ 3 ] {} <Trace> HTTP-Session: 2370152b-aae6-4fd3-acaf-f68049b57a4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8686 | 2024.05.29 21:21:38.630229 [ 3 ] {47dd4a3b-5c2e-48ee-a70c-a9ef14642707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8687 | 2024.05.29 21:21:38.630285 [ 3 ] {47dd4a3b-5c2e-48ee-a70c-a9ef14642707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8688 | 2024.05.29 21:21:38.630482 [ 3 ] {47dd4a3b-5c2e-48ee-a70c-a9ef14642707} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8689 | 2024.05.29 21:21:38.630879 [ 3 ] {47dd4a3b-5c2e-48ee-a70c-a9ef14642707} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8690 | 2024.05.29 21:21:38.630914 [ 3 ] {47dd4a3b-5c2e-48ee-a70c-a9ef14642707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8691 | 2024.05.29 21:21:38.631314 [ 3 ] {47dd4a3b-5c2e-48ee-a70c-a9ef14642707} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8692 | 2024.05.29 21:21:38.631644 [ 3 ] {47dd4a3b-5c2e-48ee-a70c-a9ef14642707} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8693 | 2024.05.29 21:21:38.631800 [ 3 ] {47dd4a3b-5c2e-48ee-a70c-a9ef14642707} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001705 sec., 9384.1642228739 rows/sec., 12.66 MiB/sec. | ||
8694 | 2024.05.29 21:21:38.631969 [ 3 ] {47dd4a3b-5c2e-48ee-a70c-a9ef14642707} <Debug> DynamicQueryHandler: Done processing query | ||
8695 | 2024.05.29 21:21:38.631992 [ 3 ] {47dd4a3b-5c2e-48ee-a70c-a9ef14642707} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8696 | 2024.05.29 21:21:38.632007 [ 3 ] {} <Debug> HTTP-Session: 2370152b-aae6-4fd3-acaf-f68049b57a4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8697 | 2024.05.29 21:21:38.632134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8698 | 2024.05.29 21:21:38.632182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8699 | 2024.05.29 21:21:38.632200 [ 3 ] {} <Debug> HTTP-Session: 982b25e8-ff1d-46a5-ae70-b73e2efda823 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8700 | 2024.05.29 21:21:38.632216 [ 3 ] {} <Debug> HTTP-Session: 982b25e8-ff1d-46a5-ae70-b73e2efda823 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8701 | 2024.05.29 21:21:38.632229 [ 3 ] {} <Debug> HTTP-Session: 982b25e8-ff1d-46a5-ae70-b73e2efda823 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8702 | 2024.05.29 21:21:38.632260 [ 3 ] {} <Trace> HTTP-Session: 982b25e8-ff1d-46a5-ae70-b73e2efda823 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8703 | 2024.05.29 21:21:38.632375 [ 3 ] {b00bed8f-a889-47fc-8593-9616f83818b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8704 | 2024.05.29 21:21:38.632417 [ 3 ] {b00bed8f-a889-47fc-8593-9616f83818b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8705 | 2024.05.29 21:21:38.632545 [ 3 ] {b00bed8f-a889-47fc-8593-9616f83818b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8706 | 2024.05.29 21:21:38.632852 [ 3 ] {b00bed8f-a889-47fc-8593-9616f83818b0} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8707 | 2024.05.29 21:21:38.632888 [ 3 ] {b00bed8f-a889-47fc-8593-9616f83818b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8708 | 2024.05.29 21:21:38.633244 [ 3 ] {b00bed8f-a889-47fc-8593-9616f83818b0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8709 | 2024.05.29 21:21:38.633567 [ 3 ] {b00bed8f-a889-47fc-8593-9616f83818b0} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8710 | 2024.05.29 21:21:38.633726 [ 3 ] {b00bed8f-a889-47fc-8593-9616f83818b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
8711 | 2024.05.29 21:21:38.633890 [ 3 ] {b00bed8f-a889-47fc-8593-9616f83818b0} <Debug> DynamicQueryHandler: Done processing query | ||
8712 | 2024.05.29 21:21:38.633913 [ 3 ] {b00bed8f-a889-47fc-8593-9616f83818b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8713 | 2024.05.29 21:21:38.633928 [ 3 ] {} <Debug> HTTP-Session: 982b25e8-ff1d-46a5-ae70-b73e2efda823 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8714 | 2024.05.29 21:21:43.621159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8715 | 2024.05.29 21:21:43.621313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8716 | 2024.05.29 21:21:43.621352 [ 3 ] {} <Debug> HTTP-Session: 0e415820-6843-479d-92e5-a61f80003e0f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8717 | 2024.05.29 21:21:43.621377 [ 3 ] {} <Debug> HTTP-Session: 0e415820-6843-479d-92e5-a61f80003e0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8718 | 2024.05.29 21:21:43.621393 [ 3 ] {} <Debug> HTTP-Session: 0e415820-6843-479d-92e5-a61f80003e0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8719 | 2024.05.29 21:21:43.621448 [ 3 ] {} <Trace> HTTP-Session: 0e415820-6843-479d-92e5-a61f80003e0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8720 | 2024.05.29 21:21:43.621669 [ 3 ] {0f71ca84-a9c1-4fb6-a31f-25a3d8bb0fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8721 | 2024.05.29 21:21:43.621741 [ 3 ] {0f71ca84-a9c1-4fb6-a31f-25a3d8bb0fe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8722 | 2024.05.29 21:21:43.621937 [ 3 ] {0f71ca84-a9c1-4fb6-a31f-25a3d8bb0fe9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8723 | 2024.05.29 21:21:43.622410 [ 3 ] {0f71ca84-a9c1-4fb6-a31f-25a3d8bb0fe9} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8724 | 2024.05.29 21:21:43.622454 [ 3 ] {0f71ca84-a9c1-4fb6-a31f-25a3d8bb0fe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8725 | 2024.05.29 21:21:43.622831 [ 3 ] {0f71ca84-a9c1-4fb6-a31f-25a3d8bb0fe9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8726 | 2024.05.29 21:21:43.623184 [ 3 ] {0f71ca84-a9c1-4fb6-a31f-25a3d8bb0fe9} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8727 | 2024.05.29 21:21:43.623345 [ 3 ] {0f71ca84-a9c1-4fb6-a31f-25a3d8bb0fe9} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001745 sec., 8022.9226361031515 rows/sec., 650.30 KiB/sec. | ||
8728 | 2024.05.29 21:21:43.623558 [ 3 ] {0f71ca84-a9c1-4fb6-a31f-25a3d8bb0fe9} <Debug> DynamicQueryHandler: Done processing query | ||
8729 | 2024.05.29 21:21:43.623584 [ 3 ] {0f71ca84-a9c1-4fb6-a31f-25a3d8bb0fe9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8730 | 2024.05.29 21:21:43.623600 [ 3 ] {} <Debug> HTTP-Session: 0e415820-6843-479d-92e5-a61f80003e0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8731 | 2024.05.29 21:21:43.623725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8732 | 2024.05.29 21:21:43.623775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8733 | 2024.05.29 21:21:43.623794 [ 3 ] {} <Debug> HTTP-Session: 88987bab-3806-453d-b32b-877ad382e312 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8734 | 2024.05.29 21:21:43.623813 [ 3 ] {} <Debug> HTTP-Session: 88987bab-3806-453d-b32b-877ad382e312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8735 | 2024.05.29 21:21:43.623827 [ 3 ] {} <Debug> HTTP-Session: 88987bab-3806-453d-b32b-877ad382e312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8736 | 2024.05.29 21:21:43.623859 [ 3 ] {} <Trace> HTTP-Session: 88987bab-3806-453d-b32b-877ad382e312 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8737 | 2024.05.29 21:21:43.623956 [ 3 ] {d9fde9b0-4517-49c2-a636-a43e9c9ba0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8738 | 2024.05.29 21:21:43.624000 [ 3 ] {d9fde9b0-4517-49c2-a636-a43e9c9ba0a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8739 | 2024.05.29 21:21:43.624134 [ 3 ] {d9fde9b0-4517-49c2-a636-a43e9c9ba0a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8740 | 2024.05.29 21:21:43.624462 [ 3 ] {d9fde9b0-4517-49c2-a636-a43e9c9ba0a5} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8741 | 2024.05.29 21:21:43.624498 [ 3 ] {d9fde9b0-4517-49c2-a636-a43e9c9ba0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8742 | 2024.05.29 21:21:43.624801 [ 3 ] {d9fde9b0-4517-49c2-a636-a43e9c9ba0a5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8743 | 2024.05.29 21:21:43.625117 [ 3 ] {d9fde9b0-4517-49c2-a636-a43e9c9ba0a5} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8744 | 2024.05.29 21:21:43.625274 [ 3 ] {d9fde9b0-4517-49c2-a636-a43e9c9ba0a5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001337 sec., 1495.8863126402393 rows/sec., 121.98 KiB/sec. | ||
8745 | 2024.05.29 21:21:43.625537 [ 3 ] {d9fde9b0-4517-49c2-a636-a43e9c9ba0a5} <Debug> DynamicQueryHandler: Done processing query | ||
8746 | 2024.05.29 21:21:43.625580 [ 3 ] {d9fde9b0-4517-49c2-a636-a43e9c9ba0a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8747 | 2024.05.29 21:21:43.625597 [ 3 ] {} <Debug> HTTP-Session: 88987bab-3806-453d-b32b-877ad382e312 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8748 | 2024.05.29 21:21:43.625772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8749 | 2024.05.29 21:21:43.625833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8750 | 2024.05.29 21:21:43.625853 [ 3 ] {} <Debug> HTTP-Session: f38fbf1a-9f77-40eb-a791-fa246d5bad70 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8751 | 2024.05.29 21:21:43.625869 [ 3 ] {} <Debug> HTTP-Session: f38fbf1a-9f77-40eb-a791-fa246d5bad70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8752 | 2024.05.29 21:21:43.625883 [ 3 ] {} <Debug> HTTP-Session: f38fbf1a-9f77-40eb-a791-fa246d5bad70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8753 | 2024.05.29 21:21:43.625914 [ 3 ] {} <Trace> HTTP-Session: f38fbf1a-9f77-40eb-a791-fa246d5bad70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8754 | 2024.05.29 21:21:43.626036 [ 3 ] {6ac0a6c2-c2bf-4b3c-aee6-030166789988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8755 | 2024.05.29 21:21:43.626080 [ 3 ] {6ac0a6c2-c2bf-4b3c-aee6-030166789988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8756 | 2024.05.29 21:21:43.626231 [ 3 ] {6ac0a6c2-c2bf-4b3c-aee6-030166789988} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8757 | 2024.05.29 21:21:43.626615 [ 3 ] {6ac0a6c2-c2bf-4b3c-aee6-030166789988} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8758 | 2024.05.29 21:21:43.626653 [ 3 ] {6ac0a6c2-c2bf-4b3c-aee6-030166789988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8759 | 2024.05.29 21:21:43.626961 [ 3 ] {6ac0a6c2-c2bf-4b3c-aee6-030166789988} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8760 | 2024.05.29 21:21:43.627262 [ 3 ] {6ac0a6c2-c2bf-4b3c-aee6-030166789988} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8761 | 2024.05.29 21:21:43.627409 [ 3 ] {6ac0a6c2-c2bf-4b3c-aee6-030166789988} <Debug> executeQuery: Read 99 rows, 8.23 KiB in 0.001417 sec., 69865.91390261115 rows/sec., 5.67 MiB/sec. | ||
8762 | 2024.05.29 21:21:43.627589 [ 3 ] {6ac0a6c2-c2bf-4b3c-aee6-030166789988} <Debug> DynamicQueryHandler: Done processing query | ||
8763 | 2024.05.29 21:21:43.627621 [ 3 ] {6ac0a6c2-c2bf-4b3c-aee6-030166789988} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8764 | 2024.05.29 21:21:43.627644 [ 3 ] {} <Debug> HTTP-Session: f38fbf1a-9f77-40eb-a791-fa246d5bad70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8765 | 2024.05.29 21:21:43.627772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8766 | 2024.05.29 21:21:43.627826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8767 | 2024.05.29 21:21:43.627845 [ 3 ] {} <Debug> HTTP-Session: 77167789-1f6b-4609-912e-2f4bdaa93b1e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8768 | 2024.05.29 21:21:43.627861 [ 3 ] {} <Debug> HTTP-Session: 77167789-1f6b-4609-912e-2f4bdaa93b1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8769 | 2024.05.29 21:21:43.627875 [ 3 ] {} <Debug> HTTP-Session: 77167789-1f6b-4609-912e-2f4bdaa93b1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8770 | 2024.05.29 21:21:43.627905 [ 3 ] {} <Trace> HTTP-Session: 77167789-1f6b-4609-912e-2f4bdaa93b1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8771 | 2024.05.29 21:21:43.627998 [ 3 ] {544cb2f4-b55d-4e1c-be92-abcd86116405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8772 | 2024.05.29 21:21:43.628041 [ 3 ] {544cb2f4-b55d-4e1c-be92-abcd86116405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8773 | 2024.05.29 21:21:43.628167 [ 3 ] {544cb2f4-b55d-4e1c-be92-abcd86116405} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8774 | 2024.05.29 21:21:43.628457 [ 3 ] {544cb2f4-b55d-4e1c-be92-abcd86116405} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8775 | 2024.05.29 21:21:43.628493 [ 3 ] {544cb2f4-b55d-4e1c-be92-abcd86116405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8776 | 2024.05.29 21:21:43.628784 [ 3 ] {544cb2f4-b55d-4e1c-be92-abcd86116405} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8777 | 2024.05.29 21:21:43.629080 [ 3 ] {544cb2f4-b55d-4e1c-be92-abcd86116405} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8778 | 2024.05.29 21:21:43.629231 [ 3 ] {544cb2f4-b55d-4e1c-be92-abcd86116405} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001248 sec., 1602.5641025641025 rows/sec., 111.90 KiB/sec. | ||
8779 | 2024.05.29 21:21:43.629486 [ 3 ] {544cb2f4-b55d-4e1c-be92-abcd86116405} <Debug> DynamicQueryHandler: Done processing query | ||
8780 | 2024.05.29 21:21:43.629526 [ 3 ] {544cb2f4-b55d-4e1c-be92-abcd86116405} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8781 | 2024.05.29 21:21:43.629543 [ 3 ] {} <Debug> HTTP-Session: 77167789-1f6b-4609-912e-2f4bdaa93b1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8782 | 2024.05.29 21:21:43.629687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8783 | 2024.05.29 21:21:43.629738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8784 | 2024.05.29 21:21:43.629756 [ 3 ] {} <Debug> HTTP-Session: 0a4852aa-c5ba-4d34-9442-8e90b485eadb Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8785 | 2024.05.29 21:21:43.629772 [ 3 ] {} <Debug> HTTP-Session: 0a4852aa-c5ba-4d34-9442-8e90b485eadb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8786 | 2024.05.29 21:21:43.629785 [ 3 ] {} <Debug> HTTP-Session: 0a4852aa-c5ba-4d34-9442-8e90b485eadb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8787 | 2024.05.29 21:21:43.629815 [ 3 ] {} <Trace> HTTP-Session: 0a4852aa-c5ba-4d34-9442-8e90b485eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8788 | 2024.05.29 21:21:43.629933 [ 3 ] {4c6325a5-718d-4e89-8174-92cb948b5d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8789 | 2024.05.29 21:21:43.629976 [ 3 ] {4c6325a5-718d-4e89-8174-92cb948b5d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8790 | 2024.05.29 21:21:43.630125 [ 3 ] {4c6325a5-718d-4e89-8174-92cb948b5d53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8791 | 2024.05.29 21:21:43.630471 [ 3 ] {4c6325a5-718d-4e89-8174-92cb948b5d53} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8792 | 2024.05.29 21:21:43.630508 [ 3 ] {4c6325a5-718d-4e89-8174-92cb948b5d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8793 | 2024.05.29 21:21:43.630811 [ 3 ] {4c6325a5-718d-4e89-8174-92cb948b5d53} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8794 | 2024.05.29 21:21:43.631112 [ 3 ] {4c6325a5-718d-4e89-8174-92cb948b5d53} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8795 | 2024.05.29 21:21:43.631261 [ 3 ] {4c6325a5-718d-4e89-8174-92cb948b5d53} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001363 sec., 58694.057226705794 rows/sec., 4.59 MiB/sec. | ||
8796 | 2024.05.29 21:21:43.631429 [ 3 ] {4c6325a5-718d-4e89-8174-92cb948b5d53} <Debug> DynamicQueryHandler: Done processing query | ||
8797 | 2024.05.29 21:21:43.631463 [ 3 ] {4c6325a5-718d-4e89-8174-92cb948b5d53} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8798 | 2024.05.29 21:21:43.631480 [ 3 ] {} <Debug> HTTP-Session: 0a4852aa-c5ba-4d34-9442-8e90b485eadb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8799 | 2024.05.29 21:21:43.631643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8800 | 2024.05.29 21:21:43.631699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8801 | 2024.05.29 21:21:43.631723 [ 3 ] {} <Debug> HTTP-Session: 460d7334-c754-494f-a820-5259ca444a1e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8802 | 2024.05.29 21:21:43.631741 [ 3 ] {} <Debug> HTTP-Session: 460d7334-c754-494f-a820-5259ca444a1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8803 | 2024.05.29 21:21:43.631755 [ 3 ] {} <Debug> HTTP-Session: 460d7334-c754-494f-a820-5259ca444a1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8804 | 2024.05.29 21:21:43.631786 [ 3 ] {} <Trace> HTTP-Session: 460d7334-c754-494f-a820-5259ca444a1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8805 | 2024.05.29 21:21:43.631934 [ 3 ] {7a20af9c-0a75-4a4d-8019-c2e765212e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8806 | 2024.05.29 21:21:43.631982 [ 3 ] {7a20af9c-0a75-4a4d-8019-c2e765212e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8807 | 2024.05.29 21:21:43.632126 [ 3 ] {7a20af9c-0a75-4a4d-8019-c2e765212e01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8808 | 2024.05.29 21:21:43.632572 [ 3 ] {7a20af9c-0a75-4a4d-8019-c2e765212e01} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8809 | 2024.05.29 21:21:43.632608 [ 3 ] {7a20af9c-0a75-4a4d-8019-c2e765212e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8810 | 2024.05.29 21:21:43.632997 [ 3 ] {7a20af9c-0a75-4a4d-8019-c2e765212e01} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8811 | 2024.05.29 21:21:43.633345 [ 3 ] {7a20af9c-0a75-4a4d-8019-c2e765212e01} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8812 | 2024.05.29 21:21:43.633490 [ 3 ] {7a20af9c-0a75-4a4d-8019-c2e765212e01} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001616 sec., 99628.71287128712 rows/sec., 6.94 MiB/sec. | ||
8813 | 2024.05.29 21:21:43.633514 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8814 | 2024.05.29 21:21:43.633623 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8815 | 2024.05.29 21:21:43.633675 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8816 | 2024.05.29 21:21:43.633761 [ 3 ] {7a20af9c-0a75-4a4d-8019-c2e765212e01} <Debug> DynamicQueryHandler: Done processing query | ||
8817 | 2024.05.29 21:21:43.633835 [ 3 ] {7a20af9c-0a75-4a4d-8019-c2e765212e01} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8818 | 2024.05.29 21:21:43.633912 [ 3 ] {} <Debug> HTTP-Session: 460d7334-c754-494f-a820-5259ca444a1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8819 | 2024.05.29 21:21:43.634150 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
8820 | 2024.05.29 21:21:43.634191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8821 | 2024.05.29 21:21:43.634347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8822 | 2024.05.29 21:21:43.634444 [ 3 ] {} <Debug> HTTP-Session: 865f55d5-6088-4a2d-8835-f7cd57557519 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8823 | 2024.05.29 21:21:43.634529 [ 3 ] {} <Debug> HTTP-Session: 865f55d5-6088-4a2d-8835-f7cd57557519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8824 | 2024.05.29 21:21:43.634610 [ 3 ] {} <Debug> HTTP-Session: 865f55d5-6088-4a2d-8835-f7cd57557519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8825 | 2024.05.29 21:21:43.634755 [ 3 ] {} <Trace> HTTP-Session: 865f55d5-6088-4a2d-8835-f7cd57557519 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8826 | 2024.05.29 21:21:43.634835 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8827 | 2024.05.29 21:21:43.634911 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 6251 rows starting from the beginning of the part | ||
8828 | 2024.05.29 21:21:43.635099 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
8829 | 2024.05.29 21:21:43.635148 [ 3 ] {f40ee300-c4d9-473b-a907-c2f63df638d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8830 | 2024.05.29 21:21:43.635323 [ 3 ] {f40ee300-c4d9-473b-a907-c2f63df638d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8831 | 2024.05.29 21:21:43.635484 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 161 rows starting from the beginning of the part | ||
8832 | 2024.05.29 21:21:43.635961 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 197 rows starting from the beginning of the part | ||
8833 | 2024.05.29 21:21:43.636387 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
8834 | 2024.05.29 21:21:43.636761 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 161 rows starting from the beginning of the part | ||
8835 | 2024.05.29 21:21:43.636801 [ 3 ] {f40ee300-c4d9-473b-a907-c2f63df638d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8836 | 2024.05.29 21:21:43.637872 [ 3 ] {f40ee300-c4d9-473b-a907-c2f63df638d5} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8837 | 2024.05.29 21:21:43.637927 [ 3 ] {f40ee300-c4d9-473b-a907-c2f63df638d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8838 | 2024.05.29 21:21:43.638677 [ 3 ] {f40ee300-c4d9-473b-a907-c2f63df638d5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8839 | 2024.05.29 21:21:43.639688 [ 3 ] {f40ee300-c4d9-473b-a907-c2f63df638d5} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8840 | 2024.05.29 21:21:43.639957 [ 3 ] {f40ee300-c4d9-473b-a907-c2f63df638d5} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.004999 sec., 2800.5601120224046 rows/sec., 3.78 MiB/sec. | ||
8841 | 2024.05.29 21:21:43.640457 [ 3 ] {f40ee300-c4d9-473b-a907-c2f63df638d5} <Debug> DynamicQueryHandler: Done processing query | ||
8842 | 2024.05.29 21:21:43.640554 [ 3 ] {f40ee300-c4d9-473b-a907-c2f63df638d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8843 | 2024.05.29 21:21:43.640638 [ 3 ] {} <Debug> HTTP-Session: 865f55d5-6088-4a2d-8835-f7cd57557519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8844 | 2024.05.29 21:21:43.640837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8845 | 2024.05.29 21:21:43.640904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8846 | 2024.05.29 21:21:43.640936 [ 3 ] {} <Debug> HTTP-Session: b6c7ecd4-1ef0-4d9b-a083-b2087dda3c54 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8847 | 2024.05.29 21:21:43.640953 [ 3 ] {} <Debug> HTTP-Session: b6c7ecd4-1ef0-4d9b-a083-b2087dda3c54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8848 | 2024.05.29 21:21:43.640966 [ 3 ] {} <Debug> HTTP-Session: b6c7ecd4-1ef0-4d9b-a083-b2087dda3c54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8849 | 2024.05.29 21:21:43.640998 [ 3 ] {} <Trace> HTTP-Session: b6c7ecd4-1ef0-4d9b-a083-b2087dda3c54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8850 | 2024.05.29 21:21:43.641136 [ 3 ] {6629899b-71e2-4bd8-9125-6afe303bb1f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8851 | 2024.05.29 21:21:43.641272 [ 3 ] {6629899b-71e2-4bd8-9125-6afe303bb1f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8852 | 2024.05.29 21:21:43.641659 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7090 rows, containing 5 columns (5 merged, 0 gathered) in 0.007869316 sec., 900967.758824274 rows/sec., 62.91 MiB/sec. | ||
8853 | 2024.05.29 21:21:43.641788 [ 3 ] {6629899b-71e2-4bd8-9125-6afe303bb1f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8854 | 2024.05.29 21:21:43.642143 [ 3 ] {6629899b-71e2-4bd8-9125-6afe303bb1f6} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8855 | 2024.05.29 21:21:43.642192 [ 3 ] {6629899b-71e2-4bd8-9125-6afe303bb1f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8856 | 2024.05.29 21:21:43.642271 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8857 | 2024.05.29 21:21:43.643021 [ 3 ] {6629899b-71e2-4bd8-9125-6afe303bb1f6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8858 | 2024.05.29 21:21:43.643397 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8859 | 2024.05.29 21:21:43.643590 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8860 | 2024.05.29 21:21:43.643650 [ 3 ] {6629899b-71e2-4bd8-9125-6afe303bb1f6} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8861 | 2024.05.29 21:21:43.643775 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
8862 | 2024.05.29 21:21:43.643930 [ 30 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8863 | 2024.05.29 21:21:43.643931 [ 3 ] {6629899b-71e2-4bd8-9125-6afe303bb1f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002846 sec., 21082.220660576248 rows/sec., 1.42 MiB/sec. | ||
8864 | 2024.05.29 21:21:43.643999 [ 30 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8865 | 2024.05.29 21:21:43.644076 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8866 | 2024.05.29 21:21:43.644281 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
8867 | 2024.05.29 21:21:43.644295 [ 3 ] {6629899b-71e2-4bd8-9125-6afe303bb1f6} <Debug> DynamicQueryHandler: Done processing query | ||
8868 | 2024.05.29 21:21:43.644375 [ 3 ] {6629899b-71e2-4bd8-9125-6afe303bb1f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8869 | 2024.05.29 21:21:43.644395 [ 3 ] {} <Debug> HTTP-Session: b6c7ecd4-1ef0-4d9b-a083-b2087dda3c54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8870 | 2024.05.29 21:21:43.644518 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8871 | 2024.05.29 21:21:43.644558 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2172 rows starting from the beginning of the part | ||
8872 | 2024.05.29 21:21:43.644667 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
8873 | 2024.05.29 21:21:43.644860 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
8874 | 2024.05.29 21:21:43.645055 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
8875 | 2024.05.29 21:21:43.645211 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
8876 | 2024.05.29 21:21:43.645352 [ 201 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
8877 | 2024.05.29 21:21:43.646868 [ 191 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2472 rows, containing 4 columns (4 merged, 0 gathered) in 0.002683841 sec., 921067.9768287316 rows/sec., 61.82 MiB/sec. | ||
8878 | 2024.05.29 21:21:43.647197 [ 189 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8879 | 2024.05.29 21:21:43.647614 [ 189 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_51_10} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8880 | 2024.05.29 21:21:43.647708 [ 189 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_51_10} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8881 | 2024.05.29 21:21:43.647794 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
8882 | 2024.05.29 21:21:48.621472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8883 | 2024.05.29 21:21:48.621658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8884 | 2024.05.29 21:21:48.621699 [ 3 ] {} <Debug> HTTP-Session: 69bed8d7-1089-4ec8-ba29-b8a7666ecc14 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8885 | 2024.05.29 21:21:48.621736 [ 3 ] {} <Debug> HTTP-Session: 69bed8d7-1089-4ec8-ba29-b8a7666ecc14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8886 | 2024.05.29 21:21:48.621763 [ 3 ] {} <Debug> HTTP-Session: 69bed8d7-1089-4ec8-ba29-b8a7666ecc14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8887 | 2024.05.29 21:21:48.621837 [ 3 ] {} <Trace> HTTP-Session: 69bed8d7-1089-4ec8-ba29-b8a7666ecc14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8888 | 2024.05.29 21:21:48.622072 [ 3 ] {4f289339-8252-4c32-8279-5ddb61ee90cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8889 | 2024.05.29 21:21:48.622140 [ 3 ] {4f289339-8252-4c32-8279-5ddb61ee90cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8890 | 2024.05.29 21:21:48.622332 [ 3 ] {4f289339-8252-4c32-8279-5ddb61ee90cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8891 | 2024.05.29 21:21:48.622832 [ 3 ] {4f289339-8252-4c32-8279-5ddb61ee90cc} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8892 | 2024.05.29 21:21:48.622874 [ 3 ] {4f289339-8252-4c32-8279-5ddb61ee90cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8893 | 2024.05.29 21:21:48.623241 [ 3 ] {4f289339-8252-4c32-8279-5ddb61ee90cc} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8894 | 2024.05.29 21:21:48.623560 [ 3 ] {4f289339-8252-4c32-8279-5ddb61ee90cc} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8895 | 2024.05.29 21:21:48.623732 [ 3 ] {4f289339-8252-4c32-8279-5ddb61ee90cc} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001714 sec., 9334.889148191365 rows/sec., 756.64 KiB/sec. | ||
8896 | 2024.05.29 21:21:48.623946 [ 3 ] {4f289339-8252-4c32-8279-5ddb61ee90cc} <Debug> DynamicQueryHandler: Done processing query | ||
8897 | 2024.05.29 21:21:48.623973 [ 3 ] {4f289339-8252-4c32-8279-5ddb61ee90cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8898 | 2024.05.29 21:21:48.623988 [ 3 ] {} <Debug> HTTP-Session: 69bed8d7-1089-4ec8-ba29-b8a7666ecc14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8899 | 2024.05.29 21:21:48.624257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8900 | 2024.05.29 21:21:48.624304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8901 | 2024.05.29 21:21:48.624323 [ 3 ] {} <Debug> HTTP-Session: 81edd094-3617-46e0-af2a-ee157fdef1be Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8902 | 2024.05.29 21:21:48.624339 [ 3 ] {} <Debug> HTTP-Session: 81edd094-3617-46e0-af2a-ee157fdef1be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8903 | 2024.05.29 21:21:48.624352 [ 3 ] {} <Debug> HTTP-Session: 81edd094-3617-46e0-af2a-ee157fdef1be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8904 | 2024.05.29 21:21:48.624385 [ 3 ] {} <Trace> HTTP-Session: 81edd094-3617-46e0-af2a-ee157fdef1be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8905 | 2024.05.29 21:21:48.624507 [ 3 ] {95ba7ac8-954b-499c-b98b-c723348ce5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8906 | 2024.05.29 21:21:48.624552 [ 3 ] {95ba7ac8-954b-499c-b98b-c723348ce5e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8907 | 2024.05.29 21:21:48.624678 [ 3 ] {95ba7ac8-954b-499c-b98b-c723348ce5e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8908 | 2024.05.29 21:21:48.625027 [ 3 ] {95ba7ac8-954b-499c-b98b-c723348ce5e0} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8909 | 2024.05.29 21:21:48.625063 [ 3 ] {95ba7ac8-954b-499c-b98b-c723348ce5e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8910 | 2024.05.29 21:21:48.625369 [ 3 ] {95ba7ac8-954b-499c-b98b-c723348ce5e0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8911 | 2024.05.29 21:21:48.625665 [ 3 ] {95ba7ac8-954b-499c-b98b-c723348ce5e0} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8912 | 2024.05.29 21:21:48.625824 [ 3 ] {95ba7ac8-954b-499c-b98b-c723348ce5e0} <Debug> executeQuery: Read 104 rows, 8.80 KiB in 0.001365 sec., 76190.4761904762 rows/sec., 6.29 MiB/sec. | ||
8913 | 2024.05.29 21:21:48.625991 [ 3 ] {95ba7ac8-954b-499c-b98b-c723348ce5e0} <Debug> DynamicQueryHandler: Done processing query | ||
8914 | 2024.05.29 21:21:48.626015 [ 3 ] {95ba7ac8-954b-499c-b98b-c723348ce5e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8915 | 2024.05.29 21:21:48.626031 [ 3 ] {} <Debug> HTTP-Session: 81edd094-3617-46e0-af2a-ee157fdef1be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8916 | 2024.05.29 21:21:48.626224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8917 | 2024.05.29 21:21:48.626271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8918 | 2024.05.29 21:21:48.626289 [ 3 ] {} <Debug> HTTP-Session: 0b4ef083-6a7e-4c1c-a8f5-5ec75a72f8c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8919 | 2024.05.29 21:21:48.626305 [ 3 ] {} <Debug> HTTP-Session: 0b4ef083-6a7e-4c1c-a8f5-5ec75a72f8c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8920 | 2024.05.29 21:21:48.626319 [ 3 ] {} <Debug> HTTP-Session: 0b4ef083-6a7e-4c1c-a8f5-5ec75a72f8c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8921 | 2024.05.29 21:21:48.626349 [ 3 ] {} <Trace> HTTP-Session: 0b4ef083-6a7e-4c1c-a8f5-5ec75a72f8c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8922 | 2024.05.29 21:21:48.626464 [ 3 ] {5f520723-02d8-4327-96cb-26c9ef7ccc28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8923 | 2024.05.29 21:21:48.626508 [ 3 ] {5f520723-02d8-4327-96cb-26c9ef7ccc28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8924 | 2024.05.29 21:21:48.626634 [ 3 ] {5f520723-02d8-4327-96cb-26c9ef7ccc28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8925 | 2024.05.29 21:21:48.626954 [ 3 ] {5f520723-02d8-4327-96cb-26c9ef7ccc28} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8926 | 2024.05.29 21:21:48.626990 [ 3 ] {5f520723-02d8-4327-96cb-26c9ef7ccc28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8927 | 2024.05.29 21:21:48.627292 [ 3 ] {5f520723-02d8-4327-96cb-26c9ef7ccc28} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8928 | 2024.05.29 21:21:48.627576 [ 3 ] {5f520723-02d8-4327-96cb-26c9ef7ccc28} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8929 | 2024.05.29 21:21:48.627732 [ 3 ] {5f520723-02d8-4327-96cb-26c9ef7ccc28} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.00131 sec., 61068.70229007634 rows/sec., 4.77 MiB/sec. | ||
8930 | 2024.05.29 21:21:48.627891 [ 3 ] {5f520723-02d8-4327-96cb-26c9ef7ccc28} <Debug> DynamicQueryHandler: Done processing query | ||
8931 | 2024.05.29 21:21:48.627915 [ 3 ] {5f520723-02d8-4327-96cb-26c9ef7ccc28} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8932 | 2024.05.29 21:21:48.627930 [ 3 ] {} <Debug> HTTP-Session: 0b4ef083-6a7e-4c1c-a8f5-5ec75a72f8c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8933 | 2024.05.29 21:21:48.628171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8934 | 2024.05.29 21:21:48.628219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8935 | 2024.05.29 21:21:48.628237 [ 3 ] {} <Debug> HTTP-Session: 4d8707c1-b14d-4add-82fe-70bc103d4fc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8936 | 2024.05.29 21:21:48.628254 [ 3 ] {} <Debug> HTTP-Session: 4d8707c1-b14d-4add-82fe-70bc103d4fc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8937 | 2024.05.29 21:21:48.628267 [ 3 ] {} <Debug> HTTP-Session: 4d8707c1-b14d-4add-82fe-70bc103d4fc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8938 | 2024.05.29 21:21:48.628297 [ 3 ] {} <Trace> HTTP-Session: 4d8707c1-b14d-4add-82fe-70bc103d4fc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8939 | 2024.05.29 21:21:48.628453 [ 3 ] {c0dcbdcf-2705-4eb6-b589-04f464c356c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8940 | 2024.05.29 21:21:48.628501 [ 3 ] {c0dcbdcf-2705-4eb6-b589-04f464c356c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8941 | 2024.05.29 21:21:48.628653 [ 3 ] {c0dcbdcf-2705-4eb6-b589-04f464c356c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8942 | 2024.05.29 21:21:48.629026 [ 3 ] {c0dcbdcf-2705-4eb6-b589-04f464c356c3} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8943 | 2024.05.29 21:21:48.629061 [ 3 ] {c0dcbdcf-2705-4eb6-b589-04f464c356c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8944 | 2024.05.29 21:21:48.629437 [ 3 ] {c0dcbdcf-2705-4eb6-b589-04f464c356c3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8945 | 2024.05.29 21:21:48.629777 [ 3 ] {c0dcbdcf-2705-4eb6-b589-04f464c356c3} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8946 | 2024.05.29 21:21:48.629936 [ 3 ] {c0dcbdcf-2705-4eb6-b589-04f464c356c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec. | ||
8947 | 2024.05.29 21:21:48.630264 [ 3 ] {c0dcbdcf-2705-4eb6-b589-04f464c356c3} <Debug> DynamicQueryHandler: Done processing query | ||
8948 | 2024.05.29 21:21:48.630315 [ 3 ] {c0dcbdcf-2705-4eb6-b589-04f464c356c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8949 | 2024.05.29 21:21:48.630352 [ 3 ] {} <Debug> HTTP-Session: 4d8707c1-b14d-4add-82fe-70bc103d4fc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8950 | 2024.05.29 21:21:48.630486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8951 | 2024.05.29 21:21:48.630533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8952 | 2024.05.29 21:21:48.630551 [ 3 ] {} <Debug> HTTP-Session: 42467022-a291-4a2e-8785-7e2c24bfd975 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8953 | 2024.05.29 21:21:48.630567 [ 3 ] {} <Debug> HTTP-Session: 42467022-a291-4a2e-8785-7e2c24bfd975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8954 | 2024.05.29 21:21:48.630581 [ 3 ] {} <Debug> HTTP-Session: 42467022-a291-4a2e-8785-7e2c24bfd975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8955 | 2024.05.29 21:21:48.630611 [ 3 ] {} <Trace> HTTP-Session: 42467022-a291-4a2e-8785-7e2c24bfd975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8956 | 2024.05.29 21:21:48.630803 [ 3 ] {4e893b20-362f-4aa8-974b-7e318011c2cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8957 | 2024.05.29 21:21:48.630852 [ 3 ] {4e893b20-362f-4aa8-974b-7e318011c2cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8958 | 2024.05.29 21:21:48.631027 [ 3 ] {4e893b20-362f-4aa8-974b-7e318011c2cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8959 | 2024.05.29 21:21:48.631394 [ 3 ] {4e893b20-362f-4aa8-974b-7e318011c2cc} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8960 | 2024.05.29 21:21:48.631429 [ 3 ] {4e893b20-362f-4aa8-974b-7e318011c2cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8961 | 2024.05.29 21:21:48.631814 [ 3 ] {4e893b20-362f-4aa8-974b-7e318011c2cc} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8962 | 2024.05.29 21:21:48.632155 [ 3 ] {4e893b20-362f-4aa8-974b-7e318011c2cc} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8963 | 2024.05.29 21:21:48.632331 [ 3 ] {4e893b20-362f-4aa8-974b-7e318011c2cc} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001629 sec., 9821.976672805402 rows/sec., 13.25 MiB/sec. | ||
8964 | 2024.05.29 21:21:48.632512 [ 3 ] {4e893b20-362f-4aa8-974b-7e318011c2cc} <Debug> DynamicQueryHandler: Done processing query | ||
8965 | 2024.05.29 21:21:48.632536 [ 3 ] {4e893b20-362f-4aa8-974b-7e318011c2cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8966 | 2024.05.29 21:21:48.632552 [ 3 ] {} <Debug> HTTP-Session: 42467022-a291-4a2e-8785-7e2c24bfd975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8967 | 2024.05.29 21:21:48.632703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8968 | 2024.05.29 21:21:48.632749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8969 | 2024.05.29 21:21:48.632768 [ 3 ] {} <Debug> HTTP-Session: 26b8a4ac-5488-494b-b15a-496526bd3459 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8970 | 2024.05.29 21:21:48.632783 [ 3 ] {} <Debug> HTTP-Session: 26b8a4ac-5488-494b-b15a-496526bd3459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8971 | 2024.05.29 21:21:48.632797 [ 3 ] {} <Debug> HTTP-Session: 26b8a4ac-5488-494b-b15a-496526bd3459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8972 | 2024.05.29 21:21:48.632848 [ 3 ] {} <Trace> HTTP-Session: 26b8a4ac-5488-494b-b15a-496526bd3459 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8973 | 2024.05.29 21:21:48.632972 [ 3 ] {cf526ee0-df43-49d6-aa2a-01b35ba0ca8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8974 | 2024.05.29 21:21:48.633015 [ 3 ] {cf526ee0-df43-49d6-aa2a-01b35ba0ca8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8975 | 2024.05.29 21:21:48.633139 [ 3 ] {cf526ee0-df43-49d6-aa2a-01b35ba0ca8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8976 | 2024.05.29 21:21:48.633457 [ 3 ] {cf526ee0-df43-49d6-aa2a-01b35ba0ca8a} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8977 | 2024.05.29 21:21:48.633492 [ 3 ] {cf526ee0-df43-49d6-aa2a-01b35ba0ca8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8978 | 2024.05.29 21:21:48.633837 [ 3 ] {cf526ee0-df43-49d6-aa2a-01b35ba0ca8a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8979 | 2024.05.29 21:21:48.634143 [ 3 ] {cf526ee0-df43-49d6-aa2a-01b35ba0ca8a} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8980 | 2024.05.29 21:21:48.634295 [ 3 ] {cf526ee0-df43-49d6-aa2a-01b35ba0ca8a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
8981 | 2024.05.29 21:21:48.634442 [ 3 ] {cf526ee0-df43-49d6-aa2a-01b35ba0ca8a} <Debug> DynamicQueryHandler: Done processing query | ||
8982 | 2024.05.29 21:21:48.634466 [ 3 ] {cf526ee0-df43-49d6-aa2a-01b35ba0ca8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8983 | 2024.05.29 21:21:48.634481 [ 3 ] {} <Debug> HTTP-Session: 26b8a4ac-5488-494b-b15a-496526bd3459 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8984 | 2024.05.29 21:21:51.142231 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8985 | 2024.05.29 21:21:51.142302 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8986 | 2024.05.29 21:21:53.620830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8987 | 2024.05.29 21:21:53.620946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8988 | 2024.05.29 21:21:53.620969 [ 3 ] {} <Debug> HTTP-Session: d5687712-8399-4c21-b3a0-42e6673be262 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
8989 | 2024.05.29 21:21:53.620992 [ 3 ] {} <Debug> HTTP-Session: d5687712-8399-4c21-b3a0-42e6673be262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8990 | 2024.05.29 21:21:53.621006 [ 3 ] {} <Debug> HTTP-Session: d5687712-8399-4c21-b3a0-42e6673be262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8991 | 2024.05.29 21:21:53.621054 [ 3 ] {} <Trace> HTTP-Session: d5687712-8399-4c21-b3a0-42e6673be262 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8992 | 2024.05.29 21:21:53.621255 [ 3 ] {e3de156d-1b89-4e76-9746-89009c4eafaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8993 | 2024.05.29 21:21:53.621327 [ 3 ] {e3de156d-1b89-4e76-9746-89009c4eafaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8994 | 2024.05.29 21:21:53.621539 [ 3 ] {e3de156d-1b89-4e76-9746-89009c4eafaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8995 | 2024.05.29 21:21:53.621991 [ 3 ] {e3de156d-1b89-4e76-9746-89009c4eafaa} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8996 | 2024.05.29 21:21:53.622039 [ 3 ] {e3de156d-1b89-4e76-9746-89009c4eafaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
8997 | 2024.05.29 21:21:53.622413 [ 3 ] {e3de156d-1b89-4e76-9746-89009c4eafaa} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8998 | 2024.05.29 21:21:53.622742 [ 3 ] {e3de156d-1b89-4e76-9746-89009c4eafaa} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8999 | 2024.05.29 21:21:53.622879 [ 3 ] {e3de156d-1b89-4e76-9746-89009c4eafaa} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001686 sec., 8303.67734282325 rows/sec., 673.05 KiB/sec. | ||
9000 | 2024.05.29 21:21:53.622896 [ 98 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9001 | 2024.05.29 21:21:53.622957 [ 98 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9002 | 2024.05.29 21:21:53.622999 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
9003 | 2024.05.29 21:21:53.623118 [ 3 ] {e3de156d-1b89-4e76-9746-89009c4eafaa} <Debug> DynamicQueryHandler: Done processing query | ||
9004 | 2024.05.29 21:21:53.623170 [ 3 ] {e3de156d-1b89-4e76-9746-89009c4eafaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9005 | 2024.05.29 21:21:53.623200 [ 3 ] {} <Debug> HTTP-Session: d5687712-8399-4c21-b3a0-42e6673be262 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9006 | 2024.05.29 21:21:53.623219 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
9007 | 2024.05.29 21:21:53.623401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9008 | 2024.05.29 21:21:53.623473 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9009 | 2024.05.29 21:21:53.623489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9010 | 2024.05.29 21:21:53.623544 [ 3 ] {} <Debug> HTTP-Session: a5e24a12-7bec-483a-b3c5-cf1fb72331b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9011 | 2024.05.29 21:21:53.623550 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 30 rows starting from the beginning of the part | ||
9012 | 2024.05.29 21:21:53.623565 [ 3 ] {} <Debug> HTTP-Session: a5e24a12-7bec-483a-b3c5-cf1fb72331b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9013 | 2024.05.29 21:21:53.623604 [ 3 ] {} <Debug> HTTP-Session: a5e24a12-7bec-483a-b3c5-cf1fb72331b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9014 | 2024.05.29 21:21:53.623711 [ 3 ] {} <Trace> HTTP-Session: a5e24a12-7bec-483a-b3c5-cf1fb72331b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9015 | 2024.05.29 21:21:53.623761 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
9016 | 2024.05.29 21:21:53.624068 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part | ||
9017 | 2024.05.29 21:21:53.624243 [ 3 ] {c40b0453-9729-4eb6-8d67-779778711e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9018 | 2024.05.29 21:21:53.624451 [ 3 ] {c40b0453-9729-4eb6-8d67-779778711e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9019 | 2024.05.29 21:21:53.624451 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
9020 | 2024.05.29 21:21:53.624807 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 16 rows starting from the beginning of the part | ||
9021 | 2024.05.29 21:21:53.625103 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
9022 | 2024.05.29 21:21:53.625681 [ 3 ] {c40b0453-9729-4eb6-8d67-779778711e6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9023 | 2024.05.29 21:21:53.626464 [ 3 ] {c40b0453-9729-4eb6-8d67-779778711e6b} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9024 | 2024.05.29 21:21:53.626526 [ 3 ] {c40b0453-9729-4eb6-8d67-779778711e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
9025 | 2024.05.29 21:21:53.627330 [ 3 ] {c40b0453-9729-4eb6-8d67-779778711e6b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9026 | 2024.05.29 21:21:53.627594 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.004510242 sec., 23058.62966998223 rows/sec., 1.83 MiB/sec. | ||
9027 | 2024.05.29 21:21:53.627805 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9028 | 2024.05.29 21:21:53.628027 [ 3 ] {c40b0453-9729-4eb6-8d67-779778711e6b} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9029 | 2024.05.29 21:21:53.628391 [ 98 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9030 | 2024.05.29 21:21:53.628430 [ 3 ] {c40b0453-9729-4eb6-8d67-779778711e6b} <Debug> executeQuery: Read 98 rows, 8.16 KiB in 0.004442 sec., 22062.134173795588 rows/sec., 1.79 MiB/sec. | ||
9031 | 2024.05.29 21:21:53.628472 [ 98 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9032 | 2024.05.29 21:21:53.628557 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
9033 | 2024.05.29 21:21:53.628871 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_56_11} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9034 | 2024.05.29 21:21:53.628923 [ 3 ] {c40b0453-9729-4eb6-8d67-779778711e6b} <Debug> DynamicQueryHandler: Done processing query | ||
9035 | 2024.05.29 21:21:53.629041 [ 3 ] {c40b0453-9729-4eb6-8d67-779778711e6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9036 | 2024.05.29 21:21:53.629120 [ 3 ] {} <Debug> HTTP-Session: a5e24a12-7bec-483a-b3c5-cf1fb72331b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9037 | 2024.05.29 21:21:53.629328 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_56_11} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9038 | 2024.05.29 21:21:53.629446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9039 | 2024.05.29 21:21:53.629638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9040 | 2024.05.29 21:21:53.629724 [ 3 ] {} <Debug> HTTP-Session: 6e338cdd-53fe-4710-8415-7f5b496bba7a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9041 | 2024.05.29 21:21:53.629780 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9042 | 2024.05.29 21:21:53.629806 [ 3 ] {} <Debug> HTTP-Session: 6e338cdd-53fe-4710-8415-7f5b496bba7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9043 | 2024.05.29 21:21:53.629866 [ 3 ] {} <Debug> HTTP-Session: 6e338cdd-53fe-4710-8415-7f5b496bba7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9044 | 2024.05.29 21:21:53.629957 [ 3 ] {} <Trace> HTTP-Session: 6e338cdd-53fe-4710-8415-7f5b496bba7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9045 | 2024.05.29 21:21:53.629949 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
9046 | 2024.05.29 21:21:53.630243 [ 3 ] {bf89c7ef-db1e-4beb-9ff5-40f1cc3654ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9047 | 2024.05.29 21:21:53.630315 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9048 | 2024.05.29 21:21:53.630333 [ 3 ] {bf89c7ef-db1e-4beb-9ff5-40f1cc3654ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9049 | 2024.05.29 21:21:53.630392 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 189 rows starting from the beginning of the part | ||
9050 | 2024.05.29 21:21:53.630754 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 135 rows starting from the beginning of the part | ||
9051 | 2024.05.29 21:21:53.631130 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 104 rows starting from the beginning of the part | ||
9052 | 2024.05.29 21:21:53.631173 [ 3 ] {bf89c7ef-db1e-4beb-9ff5-40f1cc3654ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9053 | 2024.05.29 21:21:53.631507 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 99 rows starting from the beginning of the part | ||
9054 | 2024.05.29 21:21:53.631704 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 104 rows starting from the beginning of the part | ||
9055 | 2024.05.29 21:21:53.632097 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 98 rows starting from the beginning of the part | ||
9056 | 2024.05.29 21:21:53.632634 [ 3 ] {bf89c7ef-db1e-4beb-9ff5-40f1cc3654ba} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9057 | 2024.05.29 21:21:53.632686 [ 3 ] {bf89c7ef-db1e-4beb-9ff5-40f1cc3654ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
9058 | 2024.05.29 21:21:53.633389 [ 3 ] {bf89c7ef-db1e-4beb-9ff5-40f1cc3654ba} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9059 | 2024.05.29 21:21:53.634347 [ 3 ] {bf89c7ef-db1e-4beb-9ff5-40f1cc3654ba} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9060 | 2024.05.29 21:21:53.634533 [ 98 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9061 | 2024.05.29 21:21:53.634557 [ 3 ] {bf89c7ef-db1e-4beb-9ff5-40f1cc3654ba} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.004431 sec., 17603.249830737983 rows/sec., 1.37 MiB/sec. | ||
9062 | 2024.05.29 21:21:53.634618 [ 98 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9063 | 2024.05.29 21:21:53.634732 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
9064 | 2024.05.29 21:21:53.635230 [ 3 ] {bf89c7ef-db1e-4beb-9ff5-40f1cc3654ba} <Debug> DynamicQueryHandler: Done processing query | ||
9065 | 2024.05.29 21:21:53.635277 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
9066 | 2024.05.29 21:21:53.635307 [ 3 ] {bf89c7ef-db1e-4beb-9ff5-40f1cc3654ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9067 | 2024.05.29 21:21:53.635434 [ 3 ] {} <Debug> HTTP-Session: 6e338cdd-53fe-4710-8415-7f5b496bba7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9068 | 2024.05.29 21:21:53.635553 [ 198 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 729 rows, containing 4 columns (4 merged, 0 gathered) in 0.006688276 sec., 108996.69810276969 rows/sec., 8.89 MiB/sec. | ||
9069 | 2024.05.29 21:21:53.635728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9070 | 2024.05.29 21:21:53.635756 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9071 | 2024.05.29 21:21:53.635841 [ 198 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9072 | 2024.05.29 21:21:53.635855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9073 | 2024.05.29 21:21:53.635857 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 150 rows starting from the beginning of the part | ||
9074 | 2024.05.29 21:21:53.635916 [ 3 ] {} <Debug> HTTP-Session: 62e7248c-85f4-4211-8e78-e435d7315ff2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9075 | 2024.05.29 21:21:53.635998 [ 3 ] {} <Debug> HTTP-Session: 62e7248c-85f4-4211-8e78-e435d7315ff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9076 | 2024.05.29 21:21:53.636082 [ 3 ] {} <Debug> HTTP-Session: 62e7248c-85f4-4211-8e78-e435d7315ff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9077 | 2024.05.29 21:21:53.636245 [ 3 ] {} <Trace> HTTP-Session: 62e7248c-85f4-4211-8e78-e435d7315ff2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9078 | 2024.05.29 21:21:53.636582 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 104 rows starting from the beginning of the part | ||
9079 | 2024.05.29 21:21:53.636716 [ 3 ] {a464280a-64f5-4ad9-bccb-1102136ae2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9080 | 2024.05.29 21:21:53.636948 [ 3 ] {a464280a-64f5-4ad9-bccb-1102136ae2fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9081 | 2024.05.29 21:21:53.637320 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 80 rows starting from the beginning of the part | ||
9082 | 2024.05.29 21:21:53.637603 [ 198 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_56_11} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9083 | 2024.05.29 21:21:53.638014 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 80 rows starting from the beginning of the part | ||
9084 | 2024.05.29 21:21:53.638035 [ 198 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_56_11} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9085 | 2024.05.29 21:21:53.638396 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
9086 | 2024.05.29 21:21:53.638434 [ 3 ] {a464280a-64f5-4ad9-bccb-1102136ae2fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9087 | 2024.05.29 21:21:53.638566 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 80 rows starting from the beginning of the part | ||
9088 | 2024.05.29 21:21:53.638720 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 78 rows starting from the beginning of the part | ||
9089 | 2024.05.29 21:21:53.639480 [ 3 ] {a464280a-64f5-4ad9-bccb-1102136ae2fc} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9090 | 2024.05.29 21:21:53.639556 [ 3 ] {a464280a-64f5-4ad9-bccb-1102136ae2fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
9091 | 2024.05.29 21:21:53.640579 [ 3 ] {a464280a-64f5-4ad9-bccb-1102136ae2fc} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9092 | 2024.05.29 21:21:53.641428 [ 188 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 4 columns (4 merged, 0 gathered) in 0.006504699 sec., 87936.42872637151 rows/sec., 6.87 MiB/sec. | ||
9093 | 2024.05.29 21:21:53.641435 [ 3 ] {a464280a-64f5-4ad9-bccb-1102136ae2fc} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9094 | 2024.05.29 21:21:53.641707 [ 188 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9095 | 2024.05.29 21:21:53.641830 [ 3 ] {a464280a-64f5-4ad9-bccb-1102136ae2fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005276 sec., 30326.00454890068 rows/sec., 2.11 MiB/sec. | ||
9096 | 2024.05.29 21:21:53.642344 [ 3 ] {a464280a-64f5-4ad9-bccb-1102136ae2fc} <Debug> DynamicQueryHandler: Done processing query | ||
9097 | 2024.05.29 21:21:53.642435 [ 3 ] {a464280a-64f5-4ad9-bccb-1102136ae2fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9098 | 2024.05.29 21:21:53.642527 [ 3 ] {} <Debug> HTTP-Session: 62e7248c-85f4-4211-8e78-e435d7315ff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9099 | 2024.05.29 21:21:53.642819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9100 | 2024.05.29 21:21:53.642898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9101 | 2024.05.29 21:21:53.642938 [ 3 ] {} <Debug> HTTP-Session: 3e8029ae-9e5a-44d6-b50a-dfde3a94bafa Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9102 | 2024.05.29 21:21:53.642964 [ 3 ] {} <Debug> HTTP-Session: 3e8029ae-9e5a-44d6-b50a-dfde3a94bafa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9103 | 2024.05.29 21:21:53.642999 [ 3 ] {} <Debug> HTTP-Session: 3e8029ae-9e5a-44d6-b50a-dfde3a94bafa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9104 | 2024.05.29 21:21:53.643020 [ 188 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_56_11} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9105 | 2024.05.29 21:21:53.643043 [ 3 ] {} <Trace> HTTP-Session: 3e8029ae-9e5a-44d6-b50a-dfde3a94bafa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9106 | 2024.05.29 21:21:53.643200 [ 188 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_56_11} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9107 | 2024.05.29 21:21:53.643325 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
9108 | 2024.05.29 21:21:53.643393 [ 3 ] {c6b9c70a-02ce-413a-961e-b17802f8787f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9109 | 2024.05.29 21:21:53.643450 [ 3 ] {c6b9c70a-02ce-413a-961e-b17802f8787f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9110 | 2024.05.29 21:21:53.643644 [ 3 ] {c6b9c70a-02ce-413a-961e-b17802f8787f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9111 | 2024.05.29 21:21:53.644047 [ 3 ] {c6b9c70a-02ce-413a-961e-b17802f8787f} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9112 | 2024.05.29 21:21:53.644084 [ 3 ] {c6b9c70a-02ce-413a-961e-b17802f8787f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
9113 | 2024.05.29 21:21:53.644487 [ 3 ] {c6b9c70a-02ce-413a-961e-b17802f8787f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9114 | 2024.05.29 21:21:53.644840 [ 3 ] {c6b9c70a-02ce-413a-961e-b17802f8787f} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9115 | 2024.05.29 21:21:53.644964 [ 98 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9116 | 2024.05.29 21:21:53.644969 [ 3 ] {c6b9c70a-02ce-413a-961e-b17802f8787f} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001767 sec., 7923.03338992643 rows/sec., 10.69 MiB/sec. | ||
9117 | 2024.05.29 21:21:53.645000 [ 98 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9118 | 2024.05.29 21:21:53.645039 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
9119 | 2024.05.29 21:21:53.645164 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
9120 | 2024.05.29 21:21:53.645209 [ 3 ] {c6b9c70a-02ce-413a-961e-b17802f8787f} <Debug> DynamicQueryHandler: Done processing query | ||
9121 | 2024.05.29 21:21:53.645237 [ 3 ] {c6b9c70a-02ce-413a-961e-b17802f8787f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9122 | 2024.05.29 21:21:53.645261 [ 3 ] {} <Debug> HTTP-Session: 3e8029ae-9e5a-44d6-b50a-dfde3a94bafa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9123 | 2024.05.29 21:21:53.645328 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9124 | 2024.05.29 21:21:53.645361 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 764 rows starting from the beginning of the part | ||
9125 | 2024.05.29 21:21:53.645416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9126 | 2024.05.29 21:21:53.645472 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
9127 | 2024.05.29 21:21:53.645495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9128 | 2024.05.29 21:21:53.645547 [ 3 ] {} <Debug> HTTP-Session: c849894d-4ba8-40c2-9f3c-c760bd5d0b11 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9129 | 2024.05.29 21:21:53.645654 [ 3 ] {} <Debug> HTTP-Session: c849894d-4ba8-40c2-9f3c-c760bd5d0b11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9130 | 2024.05.29 21:21:53.645735 [ 3 ] {} <Debug> HTTP-Session: c849894d-4ba8-40c2-9f3c-c760bd5d0b11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9131 | 2024.05.29 21:21:53.645764 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part | ||
9132 | 2024.05.29 21:21:53.645857 [ 3 ] {} <Trace> HTTP-Session: c849894d-4ba8-40c2-9f3c-c760bd5d0b11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9133 | 2024.05.29 21:21:53.646022 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
9134 | 2024.05.29 21:21:53.646162 [ 3 ] {498fed4b-28cf-4193-b7f4-6cbf645ec03f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9135 | 2024.05.29 21:21:53.646220 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 16 rows starting from the beginning of the part | ||
9136 | 2024.05.29 21:21:53.646330 [ 3 ] {498fed4b-28cf-4193-b7f4-6cbf645ec03f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9137 | 2024.05.29 21:21:53.646610 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
9138 | 2024.05.29 21:21:53.646977 [ 3 ] {498fed4b-28cf-4193-b7f4-6cbf645ec03f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9139 | 2024.05.29 21:21:53.647387 [ 3 ] {498fed4b-28cf-4193-b7f4-6cbf645ec03f} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9140 | 2024.05.29 21:21:53.647441 [ 3 ] {498fed4b-28cf-4193-b7f4-6cbf645ec03f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
9141 | 2024.05.29 21:21:53.647823 [ 3 ] {498fed4b-28cf-4193-b7f4-6cbf645ec03f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9142 | 2024.05.29 21:21:53.648137 [ 3 ] {498fed4b-28cf-4193-b7f4-6cbf645ec03f} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9143 | 2024.05.29 21:21:53.648309 [ 3 ] {498fed4b-28cf-4193-b7f4-6cbf645ec03f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00227 sec., 26431.71806167401 rows/sec., 1.78 MiB/sec. | ||
9144 | 2024.05.29 21:21:53.648458 [ 3 ] {498fed4b-28cf-4193-b7f4-6cbf645ec03f} <Debug> DynamicQueryHandler: Done processing query | ||
9145 | 2024.05.29 21:21:53.648481 [ 3 ] {498fed4b-28cf-4193-b7f4-6cbf645ec03f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9146 | 2024.05.29 21:21:53.648496 [ 3 ] {} <Debug> HTTP-Session: c849894d-4ba8-40c2-9f3c-c760bd5d0b11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9147 | 2024.05.29 21:21:53.663128 [ 200 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 838 rows, containing 6 columns (6 merged, 0 gathered) in 0.018022899 sec., 46496.404379783744 rows/sec., 62.74 MiB/sec. | ||
9148 | 2024.05.29 21:21:53.663741 [ 197 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9149 | 2024.05.29 21:21:53.664235 [ 197 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9150 | 2024.05.29 21:21:53.664321 [ 197 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9151 | 2024.05.29 21:21:53.664415 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.73 MiB. | ||
9152 | 2024.05.29 21:21:54.000153 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.04 MiB, peak 202.44 MiB, free memory in arenas 0.00 B, will set to 195.28 MiB (RSS), difference: 1.24 MiB | ||
9153 | 2024.05.29 21:21:58.620654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9154 | 2024.05.29 21:21:58.620771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9155 | 2024.05.29 21:21:58.620794 [ 3 ] {} <Debug> HTTP-Session: d3674e9c-8b90-4c71-9036-148307b00d6a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9156 | 2024.05.29 21:21:58.620818 [ 3 ] {} <Debug> HTTP-Session: d3674e9c-8b90-4c71-9036-148307b00d6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9157 | 2024.05.29 21:21:58.620832 [ 3 ] {} <Debug> HTTP-Session: d3674e9c-8b90-4c71-9036-148307b00d6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9158 | 2024.05.29 21:21:58.620882 [ 3 ] {} <Trace> HTTP-Session: d3674e9c-8b90-4c71-9036-148307b00d6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9159 | 2024.05.29 21:21:58.621076 [ 3 ] {70433bcb-e00e-4c08-b378-dd0f8c23920d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9160 | 2024.05.29 21:21:58.621142 [ 3 ] {70433bcb-e00e-4c08-b378-dd0f8c23920d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9161 | 2024.05.29 21:21:58.621332 [ 3 ] {70433bcb-e00e-4c08-b378-dd0f8c23920d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9162 | 2024.05.29 21:21:58.621815 [ 3 ] {70433bcb-e00e-4c08-b378-dd0f8c23920d} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9163 | 2024.05.29 21:21:58.621856 [ 3 ] {70433bcb-e00e-4c08-b378-dd0f8c23920d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9164 | 2024.05.29 21:21:58.622225 [ 3 ] {70433bcb-e00e-4c08-b378-dd0f8c23920d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9165 | 2024.05.29 21:21:58.622569 [ 3 ] {70433bcb-e00e-4c08-b378-dd0f8c23920d} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9166 | 2024.05.29 21:21:58.622721 [ 3 ] {70433bcb-e00e-4c08-b378-dd0f8c23920d} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001704 sec., 9389.671361502347 rows/sec., 761.08 KiB/sec. | ||
9167 | 2024.05.29 21:21:58.623023 [ 3 ] {70433bcb-e00e-4c08-b378-dd0f8c23920d} <Debug> DynamicQueryHandler: Done processing query | ||
9168 | 2024.05.29 21:21:58.623084 [ 3 ] {70433bcb-e00e-4c08-b378-dd0f8c23920d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9169 | 2024.05.29 21:21:58.623145 [ 3 ] {} <Debug> HTTP-Session: d3674e9c-8b90-4c71-9036-148307b00d6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9170 | 2024.05.29 21:21:58.623387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9171 | 2024.05.29 21:21:58.623441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9172 | 2024.05.29 21:21:58.623461 [ 3 ] {} <Debug> HTTP-Session: a2a378fb-af4d-4cca-9da8-186b00e3fa1f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9173 | 2024.05.29 21:21:58.623479 [ 3 ] {} <Debug> HTTP-Session: a2a378fb-af4d-4cca-9da8-186b00e3fa1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9174 | 2024.05.29 21:21:58.623493 [ 3 ] {} <Debug> HTTP-Session: a2a378fb-af4d-4cca-9da8-186b00e3fa1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9175 | 2024.05.29 21:21:58.623525 [ 3 ] {} <Trace> HTTP-Session: a2a378fb-af4d-4cca-9da8-186b00e3fa1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9176 | 2024.05.29 21:21:58.623655 [ 3 ] {203fd161-f163-4afa-9af7-ca39ced7ce22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9177 | 2024.05.29 21:21:58.623700 [ 3 ] {203fd161-f163-4afa-9af7-ca39ced7ce22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9178 | 2024.05.29 21:21:58.623843 [ 3 ] {203fd161-f163-4afa-9af7-ca39ced7ce22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9179 | 2024.05.29 21:21:58.624204 [ 3 ] {203fd161-f163-4afa-9af7-ca39ced7ce22} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9180 | 2024.05.29 21:21:58.624241 [ 3 ] {203fd161-f163-4afa-9af7-ca39ced7ce22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9181 | 2024.05.29 21:21:58.624560 [ 3 ] {203fd161-f163-4afa-9af7-ca39ced7ce22} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9182 | 2024.05.29 21:21:58.624883 [ 3 ] {203fd161-f163-4afa-9af7-ca39ced7ce22} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9183 | 2024.05.29 21:21:58.625036 [ 3 ] {203fd161-f163-4afa-9af7-ca39ced7ce22} <Debug> executeQuery: Read 104 rows, 8.80 KiB in 0.001426 sec., 72931.27629733521 rows/sec., 6.02 MiB/sec. | ||
9184 | 2024.05.29 21:21:58.625187 [ 3 ] {203fd161-f163-4afa-9af7-ca39ced7ce22} <Debug> DynamicQueryHandler: Done processing query | ||
9185 | 2024.05.29 21:21:58.625211 [ 3 ] {203fd161-f163-4afa-9af7-ca39ced7ce22} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9186 | 2024.05.29 21:21:58.625226 [ 3 ] {} <Debug> HTTP-Session: a2a378fb-af4d-4cca-9da8-186b00e3fa1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9187 | 2024.05.29 21:21:58.625358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9188 | 2024.05.29 21:21:58.625405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9189 | 2024.05.29 21:21:58.625424 [ 3 ] {} <Debug> HTTP-Session: 0ad8cb33-5c45-43c1-9284-5daee866e2ef Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9190 | 2024.05.29 21:21:58.625441 [ 3 ] {} <Debug> HTTP-Session: 0ad8cb33-5c45-43c1-9284-5daee866e2ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9191 | 2024.05.29 21:21:58.625455 [ 3 ] {} <Debug> HTTP-Session: 0ad8cb33-5c45-43c1-9284-5daee866e2ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9192 | 2024.05.29 21:21:58.625485 [ 3 ] {} <Trace> HTTP-Session: 0ad8cb33-5c45-43c1-9284-5daee866e2ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9193 | 2024.05.29 21:21:58.625601 [ 3 ] {15c88cd5-dc54-4507-8735-18d65f4beedd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9194 | 2024.05.29 21:21:58.625644 [ 3 ] {15c88cd5-dc54-4507-8735-18d65f4beedd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9195 | 2024.05.29 21:21:58.625769 [ 3 ] {15c88cd5-dc54-4507-8735-18d65f4beedd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9196 | 2024.05.29 21:21:58.626062 [ 3 ] {15c88cd5-dc54-4507-8735-18d65f4beedd} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9197 | 2024.05.29 21:21:58.626098 [ 3 ] {15c88cd5-dc54-4507-8735-18d65f4beedd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9198 | 2024.05.29 21:21:58.626415 [ 3 ] {15c88cd5-dc54-4507-8735-18d65f4beedd} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9199 | 2024.05.29 21:21:58.626717 [ 3 ] {15c88cd5-dc54-4507-8735-18d65f4beedd} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9200 | 2024.05.29 21:21:58.626866 [ 3 ] {15c88cd5-dc54-4507-8735-18d65f4beedd} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.0013 sec., 61538.46153846154 rows/sec., 4.81 MiB/sec. | ||
9201 | 2024.05.29 21:21:58.627015 [ 3 ] {15c88cd5-dc54-4507-8735-18d65f4beedd} <Debug> DynamicQueryHandler: Done processing query | ||
9202 | 2024.05.29 21:21:58.627038 [ 3 ] {15c88cd5-dc54-4507-8735-18d65f4beedd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9203 | 2024.05.29 21:21:58.627055 [ 3 ] {} <Debug> HTTP-Session: 0ad8cb33-5c45-43c1-9284-5daee866e2ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9204 | 2024.05.29 21:21:58.627215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9205 | 2024.05.29 21:21:58.627261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9206 | 2024.05.29 21:21:58.627280 [ 3 ] {} <Debug> HTTP-Session: 154cb783-f456-487d-ad30-b0cc9e4ef2ab Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9207 | 2024.05.29 21:21:58.627296 [ 3 ] {} <Debug> HTTP-Session: 154cb783-f456-487d-ad30-b0cc9e4ef2ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9208 | 2024.05.29 21:21:58.627309 [ 3 ] {} <Debug> HTTP-Session: 154cb783-f456-487d-ad30-b0cc9e4ef2ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9209 | 2024.05.29 21:21:58.627338 [ 3 ] {} <Trace> HTTP-Session: 154cb783-f456-487d-ad30-b0cc9e4ef2ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9210 | 2024.05.29 21:21:58.627482 [ 3 ] {2ad42e63-f06a-4eb5-b588-2433e6a0622e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9211 | 2024.05.29 21:21:58.627527 [ 3 ] {2ad42e63-f06a-4eb5-b588-2433e6a0622e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9212 | 2024.05.29 21:21:58.627670 [ 3 ] {2ad42e63-f06a-4eb5-b588-2433e6a0622e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9213 | 2024.05.29 21:21:58.628036 [ 3 ] {2ad42e63-f06a-4eb5-b588-2433e6a0622e} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9214 | 2024.05.29 21:21:58.628073 [ 3 ] {2ad42e63-f06a-4eb5-b588-2433e6a0622e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9215 | 2024.05.29 21:21:58.628450 [ 3 ] {2ad42e63-f06a-4eb5-b588-2433e6a0622e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9216 | 2024.05.29 21:21:58.628791 [ 3 ] {2ad42e63-f06a-4eb5-b588-2433e6a0622e} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9217 | 2024.05.29 21:21:58.628940 [ 3 ] {2ad42e63-f06a-4eb5-b588-2433e6a0622e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00152 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec. | ||
9218 | 2024.05.29 21:21:58.629089 [ 3 ] {2ad42e63-f06a-4eb5-b588-2433e6a0622e} <Debug> DynamicQueryHandler: Done processing query | ||
9219 | 2024.05.29 21:21:58.629113 [ 3 ] {2ad42e63-f06a-4eb5-b588-2433e6a0622e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9220 | 2024.05.29 21:21:58.629128 [ 3 ] {} <Debug> HTTP-Session: 154cb783-f456-487d-ad30-b0cc9e4ef2ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9221 | 2024.05.29 21:21:58.629257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9222 | 2024.05.29 21:21:58.629305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9223 | 2024.05.29 21:21:58.629323 [ 3 ] {} <Debug> HTTP-Session: b49cde6b-ff9f-4625-9cb8-3a1e34ce84a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9224 | 2024.05.29 21:21:58.629339 [ 3 ] {} <Debug> HTTP-Session: b49cde6b-ff9f-4625-9cb8-3a1e34ce84a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9225 | 2024.05.29 21:21:58.629352 [ 3 ] {} <Debug> HTTP-Session: b49cde6b-ff9f-4625-9cb8-3a1e34ce84a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9226 | 2024.05.29 21:21:58.629382 [ 3 ] {} <Trace> HTTP-Session: b49cde6b-ff9f-4625-9cb8-3a1e34ce84a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9227 | 2024.05.29 21:21:58.629550 [ 3 ] {ee4c1c78-7ce6-4d1b-9ce2-ef980a7946e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9228 | 2024.05.29 21:21:58.629597 [ 3 ] {ee4c1c78-7ce6-4d1b-9ce2-ef980a7946e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9229 | 2024.05.29 21:21:58.629750 [ 3 ] {ee4c1c78-7ce6-4d1b-9ce2-ef980a7946e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9230 | 2024.05.29 21:21:58.630092 [ 3 ] {ee4c1c78-7ce6-4d1b-9ce2-ef980a7946e0} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9231 | 2024.05.29 21:21:58.630126 [ 3 ] {ee4c1c78-7ce6-4d1b-9ce2-ef980a7946e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9232 | 2024.05.29 21:21:58.630517 [ 3 ] {ee4c1c78-7ce6-4d1b-9ce2-ef980a7946e0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9233 | 2024.05.29 21:21:58.630848 [ 3 ] {ee4c1c78-7ce6-4d1b-9ce2-ef980a7946e0} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9234 | 2024.05.29 21:21:58.631003 [ 3 ] {ee4c1c78-7ce6-4d1b-9ce2-ef980a7946e0} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001543 sec., 10369.41023979261 rows/sec., 13.99 MiB/sec. | ||
9235 | 2024.05.29 21:21:58.631269 [ 3 ] {ee4c1c78-7ce6-4d1b-9ce2-ef980a7946e0} <Debug> DynamicQueryHandler: Done processing query | ||
9236 | 2024.05.29 21:21:58.631327 [ 3 ] {ee4c1c78-7ce6-4d1b-9ce2-ef980a7946e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9237 | 2024.05.29 21:21:58.631387 [ 3 ] {} <Debug> HTTP-Session: b49cde6b-ff9f-4625-9cb8-3a1e34ce84a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9238 | 2024.05.29 21:21:58.631576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9239 | 2024.05.29 21:21:58.631625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9240 | 2024.05.29 21:21:58.631644 [ 3 ] {} <Debug> HTTP-Session: 13763fb0-6fb8-4386-816c-150895487b1f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9241 | 2024.05.29 21:21:58.631660 [ 3 ] {} <Debug> HTTP-Session: 13763fb0-6fb8-4386-816c-150895487b1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9242 | 2024.05.29 21:21:58.631673 [ 3 ] {} <Debug> HTTP-Session: 13763fb0-6fb8-4386-816c-150895487b1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9243 | 2024.05.29 21:21:58.631704 [ 3 ] {} <Trace> HTTP-Session: 13763fb0-6fb8-4386-816c-150895487b1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9244 | 2024.05.29 21:21:58.631818 [ 3 ] {c6234df2-f078-47e4-beaf-5642f65c8f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9245 | 2024.05.29 21:21:58.631863 [ 3 ] {c6234df2-f078-47e4-beaf-5642f65c8f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9246 | 2024.05.29 21:21:58.631998 [ 3 ] {c6234df2-f078-47e4-beaf-5642f65c8f66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9247 | 2024.05.29 21:21:58.632262 [ 3 ] {c6234df2-f078-47e4-beaf-5642f65c8f66} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9248 | 2024.05.29 21:21:58.632297 [ 3 ] {c6234df2-f078-47e4-beaf-5642f65c8f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9249 | 2024.05.29 21:21:58.632643 [ 3 ] {c6234df2-f078-47e4-beaf-5642f65c8f66} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9250 | 2024.05.29 21:21:58.632953 [ 3 ] {c6234df2-f078-47e4-beaf-5642f65c8f66} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9251 | 2024.05.29 21:21:58.633101 [ 3 ] {c6234df2-f078-47e4-beaf-5642f65c8f66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001317 sec., 45558.08656036446 rows/sec., 3.07 MiB/sec. | ||
9252 | 2024.05.29 21:21:58.633246 [ 3 ] {c6234df2-f078-47e4-beaf-5642f65c8f66} <Debug> DynamicQueryHandler: Done processing query | ||
9253 | 2024.05.29 21:21:58.633269 [ 3 ] {c6234df2-f078-47e4-beaf-5642f65c8f66} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9254 | 2024.05.29 21:21:58.633284 [ 3 ] {} <Debug> HTTP-Session: 13763fb0-6fb8-4386-816c-150895487b1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9255 | 2024.05.29 21:22:03.622015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9256 | 2024.05.29 21:22:03.622153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9257 | 2024.05.29 21:22:03.622179 [ 3 ] {} <Debug> HTTP-Session: a3233b1b-618c-425a-8de6-7fa1aad44a6f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9258 | 2024.05.29 21:22:03.622203 [ 3 ] {} <Debug> HTTP-Session: a3233b1b-618c-425a-8de6-7fa1aad44a6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9259 | 2024.05.29 21:22:03.622219 [ 3 ] {} <Debug> HTTP-Session: a3233b1b-618c-425a-8de6-7fa1aad44a6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9260 | 2024.05.29 21:22:03.622269 [ 3 ] {} <Trace> HTTP-Session: a3233b1b-618c-425a-8de6-7fa1aad44a6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9261 | 2024.05.29 21:22:03.622466 [ 3 ] {1643b195-5bea-438d-b429-a69507a53510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9262 | 2024.05.29 21:22:03.622534 [ 3 ] {1643b195-5bea-438d-b429-a69507a53510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9263 | 2024.05.29 21:22:03.622729 [ 3 ] {1643b195-5bea-438d-b429-a69507a53510} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9264 | 2024.05.29 21:22:03.623109 [ 3 ] {1643b195-5bea-438d-b429-a69507a53510} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9265 | 2024.05.29 21:22:03.623156 [ 3 ] {1643b195-5bea-438d-b429-a69507a53510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9266 | 2024.05.29 21:22:03.623542 [ 3 ] {1643b195-5bea-438d-b429-a69507a53510} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9267 | 2024.05.29 21:22:03.623880 [ 3 ] {1643b195-5bea-438d-b429-a69507a53510} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9268 | 2024.05.29 21:22:03.624068 [ 3 ] {1643b195-5bea-438d-b429-a69507a53510} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001655 sec., 8459.214501510574 rows/sec., 685.66 KiB/sec. | ||
9269 | 2024.05.29 21:22:03.624391 [ 3 ] {1643b195-5bea-438d-b429-a69507a53510} <Debug> DynamicQueryHandler: Done processing query | ||
9270 | 2024.05.29 21:22:03.624467 [ 3 ] {1643b195-5bea-438d-b429-a69507a53510} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9271 | 2024.05.29 21:22:03.624544 [ 3 ] {} <Debug> HTTP-Session: a3233b1b-618c-425a-8de6-7fa1aad44a6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9272 | 2024.05.29 21:22:03.624753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9273 | 2024.05.29 21:22:03.624814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9274 | 2024.05.29 21:22:03.624835 [ 3 ] {} <Debug> HTTP-Session: fdfaffff-84ba-4f2a-ae34-73a3e6b19352 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9275 | 2024.05.29 21:22:03.624853 [ 3 ] {} <Debug> HTTP-Session: fdfaffff-84ba-4f2a-ae34-73a3e6b19352 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9276 | 2024.05.29 21:22:03.624868 [ 3 ] {} <Debug> HTTP-Session: fdfaffff-84ba-4f2a-ae34-73a3e6b19352 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9277 | 2024.05.29 21:22:03.624904 [ 3 ] {} <Trace> HTTP-Session: fdfaffff-84ba-4f2a-ae34-73a3e6b19352 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9278 | 2024.05.29 21:22:03.625016 [ 3 ] {f97843ab-3e75-4dbb-a1a2-f09d52d23744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9279 | 2024.05.29 21:22:03.625064 [ 3 ] {f97843ab-3e75-4dbb-a1a2-f09d52d23744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9280 | 2024.05.29 21:22:03.625215 [ 3 ] {f97843ab-3e75-4dbb-a1a2-f09d52d23744} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9281 | 2024.05.29 21:22:03.625483 [ 3 ] {f97843ab-3e75-4dbb-a1a2-f09d52d23744} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9282 | 2024.05.29 21:22:03.625523 [ 3 ] {f97843ab-3e75-4dbb-a1a2-f09d52d23744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9283 | 2024.05.29 21:22:03.625839 [ 3 ] {f97843ab-3e75-4dbb-a1a2-f09d52d23744} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9284 | 2024.05.29 21:22:03.626148 [ 3 ] {f97843ab-3e75-4dbb-a1a2-f09d52d23744} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9285 | 2024.05.29 21:22:03.626300 [ 3 ] {f97843ab-3e75-4dbb-a1a2-f09d52d23744} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001314 sec., 1522.0700152207 rows/sec., 124.11 KiB/sec. | ||
9286 | 2024.05.29 21:22:03.626466 [ 3 ] {f97843ab-3e75-4dbb-a1a2-f09d52d23744} <Debug> DynamicQueryHandler: Done processing query | ||
9287 | 2024.05.29 21:22:03.626491 [ 3 ] {f97843ab-3e75-4dbb-a1a2-f09d52d23744} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9288 | 2024.05.29 21:22:03.626506 [ 3 ] {} <Debug> HTTP-Session: fdfaffff-84ba-4f2a-ae34-73a3e6b19352 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9289 | 2024.05.29 21:22:03.626676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 19218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9290 | 2024.05.29 21:22:03.626726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9291 | 2024.05.29 21:22:03.626746 [ 3 ] {} <Debug> HTTP-Session: afebb073-7687-4e5d-bd62-a7c3332d09f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9292 | 2024.05.29 21:22:03.626762 [ 3 ] {} <Debug> HTTP-Session: afebb073-7687-4e5d-bd62-a7c3332d09f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9293 | 2024.05.29 21:22:03.626775 [ 3 ] {} <Debug> HTTP-Session: afebb073-7687-4e5d-bd62-a7c3332d09f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9294 | 2024.05.29 21:22:03.626807 [ 3 ] {} <Trace> HTTP-Session: afebb073-7687-4e5d-bd62-a7c3332d09f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9295 | 2024.05.29 21:22:03.626945 [ 3 ] {96da3c67-7575-42f9-a566-8e5b078cde5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9296 | 2024.05.29 21:22:03.626988 [ 3 ] {96da3c67-7575-42f9-a566-8e5b078cde5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9297 | 2024.05.29 21:22:03.627115 [ 3 ] {96da3c67-7575-42f9-a566-8e5b078cde5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9298 | 2024.05.29 21:22:03.627442 [ 3 ] {96da3c67-7575-42f9-a566-8e5b078cde5e} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9299 | 2024.05.29 21:22:03.627480 [ 3 ] {96da3c67-7575-42f9-a566-8e5b078cde5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9300 | 2024.05.29 21:22:03.627795 [ 3 ] {96da3c67-7575-42f9-a566-8e5b078cde5e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9301 | 2024.05.29 21:22:03.628113 [ 3 ] {96da3c67-7575-42f9-a566-8e5b078cde5e} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9302 | 2024.05.29 21:22:03.628271 [ 3 ] {96da3c67-7575-42f9-a566-8e5b078cde5e} <Debug> executeQuery: Read 135 rows, 11.04 KiB in 0.001378 sec., 97968.06966618287 rows/sec., 7.82 MiB/sec. | ||
9303 | 2024.05.29 21:22:03.628493 [ 3 ] {96da3c67-7575-42f9-a566-8e5b078cde5e} <Debug> DynamicQueryHandler: Done processing query | ||
9304 | 2024.05.29 21:22:03.628553 [ 3 ] {96da3c67-7575-42f9-a566-8e5b078cde5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9305 | 2024.05.29 21:22:03.628609 [ 3 ] {} <Debug> HTTP-Session: afebb073-7687-4e5d-bd62-a7c3332d09f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9306 | 2024.05.29 21:22:03.628776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9307 | 2024.05.29 21:22:03.628827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9308 | 2024.05.29 21:22:03.628846 [ 3 ] {} <Debug> HTTP-Session: fa7de06f-c4c0-49e7-8ffc-b9cbc1f186d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9309 | 2024.05.29 21:22:03.628864 [ 3 ] {} <Debug> HTTP-Session: fa7de06f-c4c0-49e7-8ffc-b9cbc1f186d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9310 | 2024.05.29 21:22:03.628877 [ 3 ] {} <Debug> HTTP-Session: fa7de06f-c4c0-49e7-8ffc-b9cbc1f186d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9311 | 2024.05.29 21:22:03.628909 [ 3 ] {} <Trace> HTTP-Session: fa7de06f-c4c0-49e7-8ffc-b9cbc1f186d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9312 | 2024.05.29 21:22:03.629012 [ 3 ] {c92b4b17-f72f-46a8-b99f-18057b715bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9313 | 2024.05.29 21:22:03.629056 [ 3 ] {c92b4b17-f72f-46a8-b99f-18057b715bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9314 | 2024.05.29 21:22:03.629193 [ 3 ] {c92b4b17-f72f-46a8-b99f-18057b715bfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9315 | 2024.05.29 21:22:03.629456 [ 3 ] {c92b4b17-f72f-46a8-b99f-18057b715bfc} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9316 | 2024.05.29 21:22:03.629494 [ 3 ] {c92b4b17-f72f-46a8-b99f-18057b715bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9317 | 2024.05.29 21:22:03.629790 [ 3 ] {c92b4b17-f72f-46a8-b99f-18057b715bfc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9318 | 2024.05.29 21:22:03.630093 [ 3 ] {c92b4b17-f72f-46a8-b99f-18057b715bfc} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9319 | 2024.05.29 21:22:03.630245 [ 3 ] {c92b4b17-f72f-46a8-b99f-18057b715bfc} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001258 sec., 1589.825119236884 rows/sec., 111.01 KiB/sec. | ||
9320 | 2024.05.29 21:22:03.630548 [ 3 ] {c92b4b17-f72f-46a8-b99f-18057b715bfc} <Debug> DynamicQueryHandler: Done processing query | ||
9321 | 2024.05.29 21:22:03.630583 [ 3 ] {c92b4b17-f72f-46a8-b99f-18057b715bfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9322 | 2024.05.29 21:22:03.630600 [ 3 ] {} <Debug> HTTP-Session: fa7de06f-c4c0-49e7-8ffc-b9cbc1f186d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9323 | 2024.05.29 21:22:03.630788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9324 | 2024.05.29 21:22:03.630836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9325 | 2024.05.29 21:22:03.630856 [ 3 ] {} <Debug> HTTP-Session: 77e09d6b-3808-473f-a3a8-812f9901ffea Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9326 | 2024.05.29 21:22:03.630872 [ 3 ] {} <Debug> HTTP-Session: 77e09d6b-3808-473f-a3a8-812f9901ffea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9327 | 2024.05.29 21:22:03.630886 [ 3 ] {} <Debug> HTTP-Session: 77e09d6b-3808-473f-a3a8-812f9901ffea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9328 | 2024.05.29 21:22:03.630916 [ 3 ] {} <Trace> HTTP-Session: 77e09d6b-3808-473f-a3a8-812f9901ffea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9329 | 2024.05.29 21:22:03.631052 [ 3 ] {48829180-4474-4fff-b6e8-280f03b5637f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9330 | 2024.05.29 21:22:03.631096 [ 3 ] {48829180-4474-4fff-b6e8-280f03b5637f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9331 | 2024.05.29 21:22:03.631243 [ 3 ] {48829180-4474-4fff-b6e8-280f03b5637f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9332 | 2024.05.29 21:22:03.631548 [ 3 ] {48829180-4474-4fff-b6e8-280f03b5637f} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9333 | 2024.05.29 21:22:03.631585 [ 3 ] {48829180-4474-4fff-b6e8-280f03b5637f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9334 | 2024.05.29 21:22:03.631894 [ 3 ] {48829180-4474-4fff-b6e8-280f03b5637f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9335 | 2024.05.29 21:22:03.632191 [ 3 ] {48829180-4474-4fff-b6e8-280f03b5637f} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9336 | 2024.05.29 21:22:03.632354 [ 3 ] {48829180-4474-4fff-b6e8-280f03b5637f} <Debug> executeQuery: Read 104 rows, 8.30 KiB in 0.001348 sec., 77151.3353115727 rows/sec., 6.01 MiB/sec. | ||
9337 | 2024.05.29 21:22:03.632516 [ 3 ] {48829180-4474-4fff-b6e8-280f03b5637f} <Debug> DynamicQueryHandler: Done processing query | ||
9338 | 2024.05.29 21:22:03.632541 [ 3 ] {48829180-4474-4fff-b6e8-280f03b5637f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9339 | 2024.05.29 21:22:03.632557 [ 3 ] {} <Debug> HTTP-Session: 77e09d6b-3808-473f-a3a8-812f9901ffea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9340 | 2024.05.29 21:22:03.632776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 37757, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9341 | 2024.05.29 21:22:03.632826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9342 | 2024.05.29 21:22:03.632846 [ 3 ] {} <Debug> HTTP-Session: 165f6e7e-d03b-41f5-9b54-c9d82ab4bc3a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9343 | 2024.05.29 21:22:03.632863 [ 3 ] {} <Debug> HTTP-Session: 165f6e7e-d03b-41f5-9b54-c9d82ab4bc3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9344 | 2024.05.29 21:22:03.632877 [ 3 ] {} <Debug> HTTP-Session: 165f6e7e-d03b-41f5-9b54-c9d82ab4bc3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9345 | 2024.05.29 21:22:03.632906 [ 3 ] {} <Trace> HTTP-Session: 165f6e7e-d03b-41f5-9b54-c9d82ab4bc3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9346 | 2024.05.29 21:22:03.633079 [ 3 ] {6d62593c-0052-46cd-8ec1-913302812972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9347 | 2024.05.29 21:22:03.633126 [ 3 ] {6d62593c-0052-46cd-8ec1-913302812972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9348 | 2024.05.29 21:22:03.633275 [ 3 ] {6d62593c-0052-46cd-8ec1-913302812972} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9349 | 2024.05.29 21:22:03.633614 [ 3 ] {6d62593c-0052-46cd-8ec1-913302812972} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9350 | 2024.05.29 21:22:03.633651 [ 3 ] {6d62593c-0052-46cd-8ec1-913302812972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9351 | 2024.05.29 21:22:03.634039 [ 3 ] {6d62593c-0052-46cd-8ec1-913302812972} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9352 | 2024.05.29 21:22:03.634378 [ 3 ] {6d62593c-0052-46cd-8ec1-913302812972} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9353 | 2024.05.29 21:22:03.634546 [ 3 ] {6d62593c-0052-46cd-8ec1-913302812972} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001541 sec., 127839.06554185593 rows/sec., 8.92 MiB/sec. | ||
9354 | 2024.05.29 21:22:03.634714 [ 3 ] {6d62593c-0052-46cd-8ec1-913302812972} <Debug> DynamicQueryHandler: Done processing query | ||
9355 | 2024.05.29 21:22:03.634738 [ 3 ] {6d62593c-0052-46cd-8ec1-913302812972} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9356 | 2024.05.29 21:22:03.634755 [ 3 ] {} <Debug> HTTP-Session: 165f6e7e-d03b-41f5-9b54-c9d82ab4bc3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9357 | 2024.05.29 21:22:03.634989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9358 | 2024.05.29 21:22:03.635038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9359 | 2024.05.29 21:22:03.635059 [ 3 ] {} <Debug> HTTP-Session: 797290f9-6934-42e4-9024-6a63abec63d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9360 | 2024.05.29 21:22:03.635075 [ 3 ] {} <Debug> HTTP-Session: 797290f9-6934-42e4-9024-6a63abec63d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9361 | 2024.05.29 21:22:03.635089 [ 3 ] {} <Debug> HTTP-Session: 797290f9-6934-42e4-9024-6a63abec63d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9362 | 2024.05.29 21:22:03.635119 [ 3 ] {} <Trace> HTTP-Session: 797290f9-6934-42e4-9024-6a63abec63d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9363 | 2024.05.29 21:22:03.635290 [ 3 ] {9eb883c8-b772-41c2-bd25-e82f6bc4f54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9364 | 2024.05.29 21:22:03.635337 [ 3 ] {9eb883c8-b772-41c2-bd25-e82f6bc4f54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9365 | 2024.05.29 21:22:03.635499 [ 3 ] {9eb883c8-b772-41c2-bd25-e82f6bc4f54d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9366 | 2024.05.29 21:22:03.635828 [ 3 ] {9eb883c8-b772-41c2-bd25-e82f6bc4f54d} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9367 | 2024.05.29 21:22:03.635865 [ 3 ] {9eb883c8-b772-41c2-bd25-e82f6bc4f54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9368 | 2024.05.29 21:22:03.636253 [ 3 ] {9eb883c8-b772-41c2-bd25-e82f6bc4f54d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9369 | 2024.05.29 21:22:03.636604 [ 3 ] {9eb883c8-b772-41c2-bd25-e82f6bc4f54d} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9370 | 2024.05.29 21:22:03.636771 [ 3 ] {9eb883c8-b772-41c2-bd25-e82f6bc4f54d} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001565 sec., 8945.686900958466 rows/sec., 12.07 MiB/sec. | ||
9371 | 2024.05.29 21:22:03.636958 [ 3 ] {9eb883c8-b772-41c2-bd25-e82f6bc4f54d} <Debug> DynamicQueryHandler: Done processing query | ||
9372 | 2024.05.29 21:22:03.636990 [ 3 ] {9eb883c8-b772-41c2-bd25-e82f6bc4f54d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9373 | 2024.05.29 21:22:03.637015 [ 3 ] {} <Debug> HTTP-Session: 797290f9-6934-42e4-9024-6a63abec63d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9374 | 2024.05.29 21:22:03.637160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9375 | 2024.05.29 21:22:03.637209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9376 | 2024.05.29 21:22:03.637229 [ 3 ] {} <Debug> HTTP-Session: 695b3c35-eff1-4ed7-9593-4cf2d829c209 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9377 | 2024.05.29 21:22:03.637245 [ 3 ] {} <Debug> HTTP-Session: 695b3c35-eff1-4ed7-9593-4cf2d829c209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9378 | 2024.05.29 21:22:03.637258 [ 3 ] {} <Debug> HTTP-Session: 695b3c35-eff1-4ed7-9593-4cf2d829c209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9379 | 2024.05.29 21:22:03.637289 [ 3 ] {} <Trace> HTTP-Session: 695b3c35-eff1-4ed7-9593-4cf2d829c209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9380 | 2024.05.29 21:22:03.637401 [ 3 ] {8ad9cd2e-394b-41f5-9f67-42e937206f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9381 | 2024.05.29 21:22:03.637450 [ 3 ] {8ad9cd2e-394b-41f5-9f67-42e937206f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9382 | 2024.05.29 21:22:03.637576 [ 3 ] {8ad9cd2e-394b-41f5-9f67-42e937206f41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9383 | 2024.05.29 21:22:03.637835 [ 3 ] {8ad9cd2e-394b-41f5-9f67-42e937206f41} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9384 | 2024.05.29 21:22:03.637871 [ 3 ] {8ad9cd2e-394b-41f5-9f67-42e937206f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9385 | 2024.05.29 21:22:03.638220 [ 3 ] {8ad9cd2e-394b-41f5-9f67-42e937206f41} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9386 | 2024.05.29 21:22:03.638533 [ 3 ] {8ad9cd2e-394b-41f5-9f67-42e937206f41} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9387 | 2024.05.29 21:22:03.638687 [ 3 ] {8ad9cd2e-394b-41f5-9f67-42e937206f41} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001316 sec., 45592.705167173255 rows/sec., 3.07 MiB/sec. | ||
9388 | 2024.05.29 21:22:03.638847 [ 3 ] {8ad9cd2e-394b-41f5-9f67-42e937206f41} <Debug> DynamicQueryHandler: Done processing query | ||
9389 | 2024.05.29 21:22:03.638870 [ 3 ] {8ad9cd2e-394b-41f5-9f67-42e937206f41} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9390 | 2024.05.29 21:22:03.638886 [ 3 ] {} <Debug> HTTP-Session: 695b3c35-eff1-4ed7-9593-4cf2d829c209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9391 | 2024.05.29 21:22:06.142350 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9392 | 2024.05.29 21:22:06.142426 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9393 | 2024.05.29 21:22:07.001646 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001134388 sec. | ||
9394 | 2024.05.29 21:22:08.621353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9395 | 2024.05.29 21:22:08.621469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9396 | 2024.05.29 21:22:08.621492 [ 3 ] {} <Debug> HTTP-Session: ad552c19-6da1-476e-99e0-870b25872159 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9397 | 2024.05.29 21:22:08.621517 [ 3 ] {} <Debug> HTTP-Session: ad552c19-6da1-476e-99e0-870b25872159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9398 | 2024.05.29 21:22:08.621531 [ 3 ] {} <Debug> HTTP-Session: ad552c19-6da1-476e-99e0-870b25872159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9399 | 2024.05.29 21:22:08.621580 [ 3 ] {} <Trace> HTTP-Session: ad552c19-6da1-476e-99e0-870b25872159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9400 | 2024.05.29 21:22:08.621764 [ 3 ] {8f9ef55c-6dd2-4bd6-bede-b69b8c072b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9401 | 2024.05.29 21:22:08.621830 [ 3 ] {8f9ef55c-6dd2-4bd6-bede-b69b8c072b0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9402 | 2024.05.29 21:22:08.622021 [ 3 ] {8f9ef55c-6dd2-4bd6-bede-b69b8c072b0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9403 | 2024.05.29 21:22:08.622414 [ 3 ] {8f9ef55c-6dd2-4bd6-bede-b69b8c072b0d} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9404 | 2024.05.29 21:22:08.622466 [ 3 ] {8f9ef55c-6dd2-4bd6-bede-b69b8c072b0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9405 | 2024.05.29 21:22:08.622863 [ 3 ] {8f9ef55c-6dd2-4bd6-bede-b69b8c072b0d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9406 | 2024.05.29 21:22:08.623191 [ 3 ] {8f9ef55c-6dd2-4bd6-bede-b69b8c072b0d} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9407 | 2024.05.29 21:22:08.623350 [ 3 ] {8f9ef55c-6dd2-4bd6-bede-b69b8c072b0d} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001641 sec., 9750.152346130408 rows/sec., 790.30 KiB/sec. | ||
9408 | 2024.05.29 21:22:08.623532 [ 3 ] {8f9ef55c-6dd2-4bd6-bede-b69b8c072b0d} <Debug> DynamicQueryHandler: Done processing query | ||
9409 | 2024.05.29 21:22:08.623557 [ 3 ] {8f9ef55c-6dd2-4bd6-bede-b69b8c072b0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9410 | 2024.05.29 21:22:08.623572 [ 3 ] {} <Debug> HTTP-Session: ad552c19-6da1-476e-99e0-870b25872159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9411 | 2024.05.29 21:22:08.623739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9412 | 2024.05.29 21:22:08.623787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9413 | 2024.05.29 21:22:08.623807 [ 3 ] {} <Debug> HTTP-Session: 121dabb5-14c1-42e4-81d6-dfa873930947 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9414 | 2024.05.29 21:22:08.623823 [ 3 ] {} <Debug> HTTP-Session: 121dabb5-14c1-42e4-81d6-dfa873930947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9415 | 2024.05.29 21:22:08.623837 [ 3 ] {} <Debug> HTTP-Session: 121dabb5-14c1-42e4-81d6-dfa873930947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9416 | 2024.05.29 21:22:08.623868 [ 3 ] {} <Trace> HTTP-Session: 121dabb5-14c1-42e4-81d6-dfa873930947 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9417 | 2024.05.29 21:22:08.623961 [ 3 ] {d51ce1ba-7836-4019-9ee7-76f7c725c81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9418 | 2024.05.29 21:22:08.624005 [ 3 ] {d51ce1ba-7836-4019-9ee7-76f7c725c81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9419 | 2024.05.29 21:22:08.624132 [ 3 ] {d51ce1ba-7836-4019-9ee7-76f7c725c81d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9420 | 2024.05.29 21:22:08.624381 [ 3 ] {d51ce1ba-7836-4019-9ee7-76f7c725c81d} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9421 | 2024.05.29 21:22:08.624417 [ 3 ] {d51ce1ba-7836-4019-9ee7-76f7c725c81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9422 | 2024.05.29 21:22:08.624713 [ 3 ] {d51ce1ba-7836-4019-9ee7-76f7c725c81d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9423 | 2024.05.29 21:22:08.625021 [ 3 ] {d51ce1ba-7836-4019-9ee7-76f7c725c81d} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9424 | 2024.05.29 21:22:08.625185 [ 3 ] {d51ce1ba-7836-4019-9ee7-76f7c725c81d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001236 sec., 1618.1229773462785 rows/sec., 131.95 KiB/sec. | ||
9425 | 2024.05.29 21:22:08.625372 [ 3 ] {d51ce1ba-7836-4019-9ee7-76f7c725c81d} <Debug> DynamicQueryHandler: Done processing query | ||
9426 | 2024.05.29 21:22:08.625397 [ 3 ] {d51ce1ba-7836-4019-9ee7-76f7c725c81d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9427 | 2024.05.29 21:22:08.625413 [ 3 ] {} <Debug> HTTP-Session: 121dabb5-14c1-42e4-81d6-dfa873930947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9428 | 2024.05.29 21:22:08.625569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9429 | 2024.05.29 21:22:08.625615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9430 | 2024.05.29 21:22:08.625634 [ 3 ] {} <Debug> HTTP-Session: fc65adda-80d3-4c24-9ac2-8e794b16c9f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9431 | 2024.05.29 21:22:08.625650 [ 3 ] {} <Debug> HTTP-Session: fc65adda-80d3-4c24-9ac2-8e794b16c9f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9432 | 2024.05.29 21:22:08.625664 [ 3 ] {} <Debug> HTTP-Session: fc65adda-80d3-4c24-9ac2-8e794b16c9f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9433 | 2024.05.29 21:22:08.625693 [ 3 ] {} <Trace> HTTP-Session: fc65adda-80d3-4c24-9ac2-8e794b16c9f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9434 | 2024.05.29 21:22:08.625812 [ 3 ] {387c0b4f-3a9d-4742-832d-a9be4292a357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9435 | 2024.05.29 21:22:08.625853 [ 3 ] {387c0b4f-3a9d-4742-832d-a9be4292a357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9436 | 2024.05.29 21:22:08.625977 [ 3 ] {387c0b4f-3a9d-4742-832d-a9be4292a357} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9437 | 2024.05.29 21:22:08.626280 [ 3 ] {387c0b4f-3a9d-4742-832d-a9be4292a357} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9438 | 2024.05.29 21:22:08.626315 [ 3 ] {387c0b4f-3a9d-4742-832d-a9be4292a357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9439 | 2024.05.29 21:22:08.626623 [ 3 ] {387c0b4f-3a9d-4742-832d-a9be4292a357} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9440 | 2024.05.29 21:22:08.626919 [ 3 ] {387c0b4f-3a9d-4742-832d-a9be4292a357} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9441 | 2024.05.29 21:22:08.627073 [ 3 ] {387c0b4f-3a9d-4742-832d-a9be4292a357} <Debug> executeQuery: Read 105 rows, 8.87 KiB in 0.001304 sec., 80521.47239263804 rows/sec., 6.64 MiB/sec. | ||
9442 | 2024.05.29 21:22:08.627232 [ 3 ] {387c0b4f-3a9d-4742-832d-a9be4292a357} <Debug> DynamicQueryHandler: Done processing query | ||
9443 | 2024.05.29 21:22:08.627260 [ 3 ] {387c0b4f-3a9d-4742-832d-a9be4292a357} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9444 | 2024.05.29 21:22:08.627276 [ 3 ] {} <Debug> HTTP-Session: fc65adda-80d3-4c24-9ac2-8e794b16c9f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9445 | 2024.05.29 21:22:08.627404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9446 | 2024.05.29 21:22:08.627453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9447 | 2024.05.29 21:22:08.627472 [ 3 ] {} <Debug> HTTP-Session: c46a8b50-f43d-4f6b-b01a-45c6fff36412 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9448 | 2024.05.29 21:22:08.627489 [ 3 ] {} <Debug> HTTP-Session: c46a8b50-f43d-4f6b-b01a-45c6fff36412 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9449 | 2024.05.29 21:22:08.627503 [ 3 ] {} <Debug> HTTP-Session: c46a8b50-f43d-4f6b-b01a-45c6fff36412 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9450 | 2024.05.29 21:22:08.627534 [ 3 ] {} <Trace> HTTP-Session: c46a8b50-f43d-4f6b-b01a-45c6fff36412 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9451 | 2024.05.29 21:22:08.627632 [ 3 ] {1d279cbf-2112-4762-98f2-40e1a3401c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9452 | 2024.05.29 21:22:08.627675 [ 3 ] {1d279cbf-2112-4762-98f2-40e1a3401c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9453 | 2024.05.29 21:22:08.627804 [ 3 ] {1d279cbf-2112-4762-98f2-40e1a3401c0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9454 | 2024.05.29 21:22:08.628130 [ 3 ] {1d279cbf-2112-4762-98f2-40e1a3401c0f} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9455 | 2024.05.29 21:22:08.628167 [ 3 ] {1d279cbf-2112-4762-98f2-40e1a3401c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9456 | 2024.05.29 21:22:08.628472 [ 3 ] {1d279cbf-2112-4762-98f2-40e1a3401c0f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9457 | 2024.05.29 21:22:08.628781 [ 3 ] {1d279cbf-2112-4762-98f2-40e1a3401c0f} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9458 | 2024.05.29 21:22:08.628943 [ 3 ] {1d279cbf-2112-4762-98f2-40e1a3401c0f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001323 sec., 1511.7157974300833 rows/sec., 105.55 KiB/sec. | ||
9459 | 2024.05.29 21:22:08.629254 [ 3 ] {1d279cbf-2112-4762-98f2-40e1a3401c0f} <Debug> DynamicQueryHandler: Done processing query | ||
9460 | 2024.05.29 21:22:08.629279 [ 3 ] {1d279cbf-2112-4762-98f2-40e1a3401c0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9461 | 2024.05.29 21:22:08.629295 [ 3 ] {} <Debug> HTTP-Session: c46a8b50-f43d-4f6b-b01a-45c6fff36412 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9462 | 2024.05.29 21:22:08.629455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9463 | 2024.05.29 21:22:08.629504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9464 | 2024.05.29 21:22:08.629522 [ 3 ] {} <Debug> HTTP-Session: 5929abe3-aca4-4f5b-8907-cc0c7cdd93a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9465 | 2024.05.29 21:22:08.629538 [ 3 ] {} <Debug> HTTP-Session: 5929abe3-aca4-4f5b-8907-cc0c7cdd93a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9466 | 2024.05.29 21:22:08.629551 [ 3 ] {} <Debug> HTTP-Session: 5929abe3-aca4-4f5b-8907-cc0c7cdd93a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9467 | 2024.05.29 21:22:08.629582 [ 3 ] {} <Trace> HTTP-Session: 5929abe3-aca4-4f5b-8907-cc0c7cdd93a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9468 | 2024.05.29 21:22:08.629699 [ 3 ] {2942025b-c847-4167-bf78-0bb4e8e30419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9469 | 2024.05.29 21:22:08.629743 [ 3 ] {2942025b-c847-4167-bf78-0bb4e8e30419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9470 | 2024.05.29 21:22:08.629887 [ 3 ] {2942025b-c847-4167-bf78-0bb4e8e30419} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9471 | 2024.05.29 21:22:08.630215 [ 3 ] {2942025b-c847-4167-bf78-0bb4e8e30419} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9472 | 2024.05.29 21:22:08.630251 [ 3 ] {2942025b-c847-4167-bf78-0bb4e8e30419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9473 | 2024.05.29 21:22:08.630559 [ 3 ] {2942025b-c847-4167-bf78-0bb4e8e30419} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9474 | 2024.05.29 21:22:08.630863 [ 3 ] {2942025b-c847-4167-bf78-0bb4e8e30419} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9475 | 2024.05.29 21:22:08.631014 [ 3 ] {2942025b-c847-4167-bf78-0bb4e8e30419} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001353 sec., 60606.06060606061 rows/sec., 4.73 MiB/sec. | ||
9476 | 2024.05.29 21:22:08.631169 [ 3 ] {2942025b-c847-4167-bf78-0bb4e8e30419} <Debug> DynamicQueryHandler: Done processing query | ||
9477 | 2024.05.29 21:22:08.631192 [ 3 ] {2942025b-c847-4167-bf78-0bb4e8e30419} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9478 | 2024.05.29 21:22:08.631208 [ 3 ] {} <Debug> HTTP-Session: 5929abe3-aca4-4f5b-8907-cc0c7cdd93a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9479 | 2024.05.29 21:22:08.631362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9480 | 2024.05.29 21:22:08.631409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9481 | 2024.05.29 21:22:08.631428 [ 3 ] {} <Debug> HTTP-Session: bb52826d-2190-4bf9-a1ba-d886bf2b52e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9482 | 2024.05.29 21:22:08.631444 [ 3 ] {} <Debug> HTTP-Session: bb52826d-2190-4bf9-a1ba-d886bf2b52e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9483 | 2024.05.29 21:22:08.631457 [ 3 ] {} <Debug> HTTP-Session: bb52826d-2190-4bf9-a1ba-d886bf2b52e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9484 | 2024.05.29 21:22:08.631487 [ 3 ] {} <Trace> HTTP-Session: bb52826d-2190-4bf9-a1ba-d886bf2b52e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9485 | 2024.05.29 21:22:08.631643 [ 3 ] {48e8905a-7df6-4afe-b20a-84d4f998320a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9486 | 2024.05.29 21:22:08.631692 [ 3 ] {48e8905a-7df6-4afe-b20a-84d4f998320a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9487 | 2024.05.29 21:22:08.631830 [ 3 ] {48e8905a-7df6-4afe-b20a-84d4f998320a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9488 | 2024.05.29 21:22:08.632195 [ 3 ] {48e8905a-7df6-4afe-b20a-84d4f998320a} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9489 | 2024.05.29 21:22:08.632230 [ 3 ] {48e8905a-7df6-4afe-b20a-84d4f998320a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9490 | 2024.05.29 21:22:08.632627 [ 3 ] {48e8905a-7df6-4afe-b20a-84d4f998320a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9491 | 2024.05.29 21:22:08.632962 [ 3 ] {48e8905a-7df6-4afe-b20a-84d4f998320a} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9492 | 2024.05.29 21:22:08.633122 [ 3 ] {48e8905a-7df6-4afe-b20a-84d4f998320a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001539 sec., 104613.3853151397 rows/sec., 7.29 MiB/sec. | ||
9493 | 2024.05.29 21:22:08.633148 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9494 | 2024.05.29 21:22:08.633299 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9495 | 2024.05.29 21:22:08.633363 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9496 | 2024.05.29 21:22:08.633376 [ 3 ] {48e8905a-7df6-4afe-b20a-84d4f998320a} <Debug> DynamicQueryHandler: Done processing query | ||
9497 | 2024.05.29 21:22:08.633432 [ 3 ] {48e8905a-7df6-4afe-b20a-84d4f998320a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9498 | 2024.05.29 21:22:08.633478 [ 3 ] {} <Debug> HTTP-Session: bb52826d-2190-4bf9-a1ba-d886bf2b52e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9499 | 2024.05.29 21:22:08.633626 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
9500 | 2024.05.29 21:22:08.633684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9501 | 2024.05.29 21:22:08.633789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9502 | 2024.05.29 21:22:08.633856 [ 3 ] {} <Debug> HTTP-Session: 5d5032a9-5351-4100-b68f-1333c6add3e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9503 | 2024.05.29 21:22:08.633899 [ 3 ] {} <Debug> HTTP-Session: 5d5032a9-5351-4100-b68f-1333c6add3e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9504 | 2024.05.29 21:22:08.633943 [ 3 ] {} <Debug> HTTP-Session: 5d5032a9-5351-4100-b68f-1333c6add3e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9505 | 2024.05.29 21:22:08.634026 [ 3 ] {} <Trace> HTTP-Session: 5d5032a9-5351-4100-b68f-1333c6add3e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9506 | 2024.05.29 21:22:08.634037 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9507 | 2024.05.29 21:22:08.634112 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 7090 rows starting from the beginning of the part | ||
9508 | 2024.05.29 21:22:08.634344 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
9509 | 2024.05.29 21:22:08.634378 [ 3 ] {369d6e4d-eb09-47e6-8d68-6124c0372800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9510 | 2024.05.29 21:22:08.634609 [ 3 ] {369d6e4d-eb09-47e6-8d68-6124c0372800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9511 | 2024.05.29 21:22:08.634712 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
9512 | 2024.05.29 21:22:08.635108 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
9513 | 2024.05.29 21:22:08.635502 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 197 rows starting from the beginning of the part | ||
9514 | 2024.05.29 21:22:08.635886 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 161 rows starting from the beginning of the part | ||
9515 | 2024.05.29 21:22:08.635997 [ 3 ] {369d6e4d-eb09-47e6-8d68-6124c0372800} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9516 | 2024.05.29 21:22:08.637060 [ 3 ] {369d6e4d-eb09-47e6-8d68-6124c0372800} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9517 | 2024.05.29 21:22:08.637112 [ 3 ] {369d6e4d-eb09-47e6-8d68-6124c0372800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9518 | 2024.05.29 21:22:08.637702 [ 3 ] {369d6e4d-eb09-47e6-8d68-6124c0372800} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9519 | 2024.05.29 21:22:08.638699 [ 3 ] {369d6e4d-eb09-47e6-8d68-6124c0372800} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9520 | 2024.05.29 21:22:08.638901 [ 3 ] {369d6e4d-eb09-47e6-8d68-6124c0372800} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.004757 sec., 3363.4643682993483 rows/sec., 4.54 MiB/sec. | ||
9521 | 2024.05.29 21:22:08.639139 [ 3 ] {369d6e4d-eb09-47e6-8d68-6124c0372800} <Debug> DynamicQueryHandler: Done processing query | ||
9522 | 2024.05.29 21:22:08.639164 [ 3 ] {369d6e4d-eb09-47e6-8d68-6124c0372800} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9523 | 2024.05.29 21:22:08.639179 [ 3 ] {} <Debug> HTTP-Session: 5d5032a9-5351-4100-b68f-1333c6add3e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9524 | 2024.05.29 21:22:08.639295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9525 | 2024.05.29 21:22:08.639390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9526 | 2024.05.29 21:22:08.639452 [ 3 ] {} <Debug> HTTP-Session: 63aa9a6d-69c3-477a-a7e0-83a49f83962f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9527 | 2024.05.29 21:22:08.639480 [ 3 ] {} <Debug> HTTP-Session: 63aa9a6d-69c3-477a-a7e0-83a49f83962f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9528 | 2024.05.29 21:22:08.639494 [ 3 ] {} <Debug> HTTP-Session: 63aa9a6d-69c3-477a-a7e0-83a49f83962f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9529 | 2024.05.29 21:22:08.639532 [ 3 ] {} <Trace> HTTP-Session: 63aa9a6d-69c3-477a-a7e0-83a49f83962f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9530 | 2024.05.29 21:22:08.639671 [ 3 ] {8c1846b6-4f74-4d48-8717-91336b60c472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9531 | 2024.05.29 21:22:08.639717 [ 3 ] {8c1846b6-4f74-4d48-8717-91336b60c472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9532 | 2024.05.29 21:22:08.640270 [ 3 ] {8c1846b6-4f74-4d48-8717-91336b60c472} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9533 | 2024.05.29 21:22:08.640278 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7928 rows, containing 5 columns (5 merged, 0 gathered) in 0.006780969 sec., 1169154.437957171 rows/sec., 81.62 MiB/sec. | ||
9534 | 2024.05.29 21:22:08.640668 [ 3 ] {8c1846b6-4f74-4d48-8717-91336b60c472} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9535 | 2024.05.29 21:22:08.640710 [ 3 ] {8c1846b6-4f74-4d48-8717-91336b60c472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9536 | 2024.05.29 21:22:08.640872 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9537 | 2024.05.29 21:22:08.641492 [ 3 ] {8c1846b6-4f74-4d48-8717-91336b60c472} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9538 | 2024.05.29 21:22:08.641886 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9539 | 2024.05.29 21:22:08.642043 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9540 | 2024.05.29 21:22:08.642190 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
9541 | 2024.05.29 21:22:08.642273 [ 3 ] {8c1846b6-4f74-4d48-8717-91336b60c472} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9542 | 2024.05.29 21:22:08.642449 [ 54 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9543 | 2024.05.29 21:22:08.642459 [ 3 ] {8c1846b6-4f74-4d48-8717-91336b60c472} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002826 sec., 21231.422505307855 rows/sec., 1.43 MiB/sec. | ||
9544 | 2024.05.29 21:22:08.642501 [ 54 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9545 | 2024.05.29 21:22:08.642582 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9546 | 2024.05.29 21:22:08.642767 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
9547 | 2024.05.29 21:22:08.642830 [ 3 ] {8c1846b6-4f74-4d48-8717-91336b60c472} <Debug> DynamicQueryHandler: Done processing query | ||
9548 | 2024.05.29 21:22:08.642883 [ 3 ] {8c1846b6-4f74-4d48-8717-91336b60c472} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9549 | 2024.05.29 21:22:08.642941 [ 3 ] {} <Debug> HTTP-Session: 63aa9a6d-69c3-477a-a7e0-83a49f83962f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9550 | 2024.05.29 21:22:08.643038 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9551 | 2024.05.29 21:22:08.643070 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2472 rows starting from the beginning of the part | ||
9552 | 2024.05.29 21:22:08.643170 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
9553 | 2024.05.29 21:22:08.643310 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
9554 | 2024.05.29 21:22:08.643450 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
9555 | 2024.05.29 21:22:08.643562 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
9556 | 2024.05.29 21:22:08.643785 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
9557 | 2024.05.29 21:22:08.645137 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2772 rows, containing 4 columns (4 merged, 0 gathered) in 0.002462033 sec., 1125898.7998942337 rows/sec., 75.60 MiB/sec. | ||
9558 | 2024.05.29 21:22:08.645468 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9559 | 2024.05.29 21:22:08.645846 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_56_11} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9560 | 2024.05.29 21:22:08.645920 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_56_11} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9561 | 2024.05.29 21:22:08.646005 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
9562 | 2024.05.29 21:22:13.619918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9563 | 2024.05.29 21:22:13.620091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9564 | 2024.05.29 21:22:13.620124 [ 3 ] {} <Debug> HTTP-Session: 19cb0c1f-1d88-4cad-8603-b29a4d50d5a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9565 | 2024.05.29 21:22:13.620151 [ 3 ] {} <Debug> HTTP-Session: 19cb0c1f-1d88-4cad-8603-b29a4d50d5a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9566 | 2024.05.29 21:22:13.620169 [ 3 ] {} <Debug> HTTP-Session: 19cb0c1f-1d88-4cad-8603-b29a4d50d5a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9567 | 2024.05.29 21:22:13.620227 [ 3 ] {} <Trace> HTTP-Session: 19cb0c1f-1d88-4cad-8603-b29a4d50d5a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9568 | 2024.05.29 21:22:13.620445 [ 3 ] {34118f66-58b6-4e8b-8ae3-cf299109a81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9569 | 2024.05.29 21:22:13.620520 [ 3 ] {34118f66-58b6-4e8b-8ae3-cf299109a81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9570 | 2024.05.29 21:22:13.620734 [ 3 ] {34118f66-58b6-4e8b-8ae3-cf299109a81d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9571 | 2024.05.29 21:22:13.621148 [ 3 ] {34118f66-58b6-4e8b-8ae3-cf299109a81d} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9572 | 2024.05.29 21:22:13.621191 [ 3 ] {34118f66-58b6-4e8b-8ae3-cf299109a81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9573 | 2024.05.29 21:22:13.621563 [ 3 ] {34118f66-58b6-4e8b-8ae3-cf299109a81d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9574 | 2024.05.29 21:22:13.621933 [ 3 ] {34118f66-58b6-4e8b-8ae3-cf299109a81d} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9575 | 2024.05.29 21:22:13.622076 [ 3 ] {34118f66-58b6-4e8b-8ae3-cf299109a81d} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001704 sec., 8215.962441314554 rows/sec., 665.94 KiB/sec. | ||
9576 | 2024.05.29 21:22:13.622374 [ 3 ] {34118f66-58b6-4e8b-8ae3-cf299109a81d} <Debug> DynamicQueryHandler: Done processing query | ||
9577 | 2024.05.29 21:22:13.622449 [ 3 ] {34118f66-58b6-4e8b-8ae3-cf299109a81d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9578 | 2024.05.29 21:22:13.622534 [ 3 ] {} <Debug> HTTP-Session: 19cb0c1f-1d88-4cad-8603-b29a4d50d5a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9579 | 2024.05.29 21:22:13.622732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9580 | 2024.05.29 21:22:13.622799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9581 | 2024.05.29 21:22:13.622829 [ 3 ] {} <Debug> HTTP-Session: 57cdb55e-4490-49c6-8a1c-66701b648cd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9582 | 2024.05.29 21:22:13.622853 [ 3 ] {} <Debug> HTTP-Session: 57cdb55e-4490-49c6-8a1c-66701b648cd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9583 | 2024.05.29 21:22:13.622879 [ 3 ] {} <Debug> HTTP-Session: 57cdb55e-4490-49c6-8a1c-66701b648cd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9584 | 2024.05.29 21:22:13.622931 [ 3 ] {} <Trace> HTTP-Session: 57cdb55e-4490-49c6-8a1c-66701b648cd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9585 | 2024.05.29 21:22:13.623150 [ 3 ] {67d554b3-afee-4e77-9f6f-3a763dabe61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9586 | 2024.05.29 21:22:13.623226 [ 3 ] {67d554b3-afee-4e77-9f6f-3a763dabe61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9587 | 2024.05.29 21:22:13.623442 [ 3 ] {67d554b3-afee-4e77-9f6f-3a763dabe61f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9588 | 2024.05.29 21:22:13.623881 [ 3 ] {67d554b3-afee-4e77-9f6f-3a763dabe61f} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9589 | 2024.05.29 21:22:13.623920 [ 3 ] {67d554b3-afee-4e77-9f6f-3a763dabe61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9590 | 2024.05.29 21:22:13.624263 [ 3 ] {67d554b3-afee-4e77-9f6f-3a763dabe61f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9591 | 2024.05.29 21:22:13.624586 [ 3 ] {67d554b3-afee-4e77-9f6f-3a763dabe61f} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9592 | 2024.05.29 21:22:13.624710 [ 3 ] {67d554b3-afee-4e77-9f6f-3a763dabe61f} <Debug> executeQuery: Read 98 rows, 8.16 KiB in 0.001647 sec., 59502.125075895565 rows/sec., 4.84 MiB/sec. | ||
9593 | 2024.05.29 21:22:13.624880 [ 3 ] {67d554b3-afee-4e77-9f6f-3a763dabe61f} <Debug> DynamicQueryHandler: Done processing query | ||
9594 | 2024.05.29 21:22:13.624905 [ 3 ] {67d554b3-afee-4e77-9f6f-3a763dabe61f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9595 | 2024.05.29 21:22:13.624920 [ 3 ] {} <Debug> HTTP-Session: 57cdb55e-4490-49c6-8a1c-66701b648cd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9596 | 2024.05.29 21:22:13.625082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9597 | 2024.05.29 21:22:13.625131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9598 | 2024.05.29 21:22:13.625151 [ 3 ] {} <Debug> HTTP-Session: f44206e9-5006-4765-87e8-78caf95077e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9599 | 2024.05.29 21:22:13.625168 [ 3 ] {} <Debug> HTTP-Session: f44206e9-5006-4765-87e8-78caf95077e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9600 | 2024.05.29 21:22:13.625181 [ 3 ] {} <Debug> HTTP-Session: f44206e9-5006-4765-87e8-78caf95077e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9601 | 2024.05.29 21:22:13.625211 [ 3 ] {} <Trace> HTTP-Session: f44206e9-5006-4765-87e8-78caf95077e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9602 | 2024.05.29 21:22:13.625324 [ 3 ] {b059cc26-23ed-4a07-a511-503405d0b799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9603 | 2024.05.29 21:22:13.625366 [ 3 ] {b059cc26-23ed-4a07-a511-503405d0b799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9604 | 2024.05.29 21:22:13.625506 [ 3 ] {b059cc26-23ed-4a07-a511-503405d0b799} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9605 | 2024.05.29 21:22:13.625843 [ 3 ] {b059cc26-23ed-4a07-a511-503405d0b799} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9606 | 2024.05.29 21:22:13.625879 [ 3 ] {b059cc26-23ed-4a07-a511-503405d0b799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9607 | 2024.05.29 21:22:13.626198 [ 3 ] {b059cc26-23ed-4a07-a511-503405d0b799} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9608 | 2024.05.29 21:22:13.626607 [ 3 ] {b059cc26-23ed-4a07-a511-503405d0b799} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9609 | 2024.05.29 21:22:13.626765 [ 3 ] {b059cc26-23ed-4a07-a511-503405d0b799} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001479 sec., 52738.336713995945 rows/sec., 4.12 MiB/sec. | ||
9610 | 2024.05.29 21:22:13.626923 [ 3 ] {b059cc26-23ed-4a07-a511-503405d0b799} <Debug> DynamicQueryHandler: Done processing query | ||
9611 | 2024.05.29 21:22:13.626948 [ 3 ] {b059cc26-23ed-4a07-a511-503405d0b799} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9612 | 2024.05.29 21:22:13.626963 [ 3 ] {} <Debug> HTTP-Session: f44206e9-5006-4765-87e8-78caf95077e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9613 | 2024.05.29 21:22:13.627148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9614 | 2024.05.29 21:22:13.627214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9615 | 2024.05.29 21:22:13.627236 [ 3 ] {} <Debug> HTTP-Session: ab36a5b0-9eb7-4810-a14c-ff747121e2dc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9616 | 2024.05.29 21:22:13.627252 [ 3 ] {} <Debug> HTTP-Session: ab36a5b0-9eb7-4810-a14c-ff747121e2dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9617 | 2024.05.29 21:22:13.627265 [ 3 ] {} <Debug> HTTP-Session: ab36a5b0-9eb7-4810-a14c-ff747121e2dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9618 | 2024.05.29 21:22:13.627295 [ 3 ] {} <Trace> HTTP-Session: ab36a5b0-9eb7-4810-a14c-ff747121e2dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9619 | 2024.05.29 21:22:13.627439 [ 3 ] {807ba805-aa63-409e-9b39-d6891cf3b297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9620 | 2024.05.29 21:22:13.627487 [ 3 ] {807ba805-aa63-409e-9b39-d6891cf3b297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9621 | 2024.05.29 21:22:13.627629 [ 3 ] {807ba805-aa63-409e-9b39-d6891cf3b297} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9622 | 2024.05.29 21:22:13.628104 [ 3 ] {807ba805-aa63-409e-9b39-d6891cf3b297} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9623 | 2024.05.29 21:22:13.628143 [ 3 ] {807ba805-aa63-409e-9b39-d6891cf3b297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9624 | 2024.05.29 21:22:13.628532 [ 3 ] {807ba805-aa63-409e-9b39-d6891cf3b297} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9625 | 2024.05.29 21:22:13.628880 [ 3 ] {807ba805-aa63-409e-9b39-d6891cf3b297} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9626 | 2024.05.29 21:22:13.629052 [ 3 ] {807ba805-aa63-409e-9b39-d6891cf3b297} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001675 sec., 95522.3880597015 rows/sec., 6.65 MiB/sec. | ||
9627 | 2024.05.29 21:22:13.629250 [ 3 ] {807ba805-aa63-409e-9b39-d6891cf3b297} <Debug> DynamicQueryHandler: Done processing query | ||
9628 | 2024.05.29 21:22:13.629282 [ 3 ] {807ba805-aa63-409e-9b39-d6891cf3b297} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9629 | 2024.05.29 21:22:13.629310 [ 3 ] {} <Debug> HTTP-Session: ab36a5b0-9eb7-4810-a14c-ff747121e2dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9630 | 2024.05.29 21:22:13.629473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9631 | 2024.05.29 21:22:13.629522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9632 | 2024.05.29 21:22:13.629544 [ 3 ] {} <Debug> HTTP-Session: e430a277-0618-45c7-a5a9-b424bfecce1c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9633 | 2024.05.29 21:22:13.629566 [ 3 ] {} <Debug> HTTP-Session: e430a277-0618-45c7-a5a9-b424bfecce1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9634 | 2024.05.29 21:22:13.629584 [ 3 ] {} <Debug> HTTP-Session: e430a277-0618-45c7-a5a9-b424bfecce1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9635 | 2024.05.29 21:22:13.629621 [ 3 ] {} <Trace> HTTP-Session: e430a277-0618-45c7-a5a9-b424bfecce1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9636 | 2024.05.29 21:22:13.629862 [ 3 ] {89e92a37-5576-4918-85f9-6169e89ef487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9637 | 2024.05.29 21:22:13.629915 [ 3 ] {89e92a37-5576-4918-85f9-6169e89ef487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9638 | 2024.05.29 21:22:13.630130 [ 3 ] {89e92a37-5576-4918-85f9-6169e89ef487} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9639 | 2024.05.29 21:22:13.630599 [ 3 ] {89e92a37-5576-4918-85f9-6169e89ef487} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9640 | 2024.05.29 21:22:13.630639 [ 3 ] {89e92a37-5576-4918-85f9-6169e89ef487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9641 | 2024.05.29 21:22:13.631120 [ 3 ] {89e92a37-5576-4918-85f9-6169e89ef487} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9642 | 2024.05.29 21:22:13.631560 [ 3 ] {89e92a37-5576-4918-85f9-6169e89ef487} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9643 | 2024.05.29 21:22:13.631711 [ 3 ] {89e92a37-5576-4918-85f9-6169e89ef487} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001999 sec., 7003.501750875438 rows/sec., 9.45 MiB/sec. | ||
9644 | 2024.05.29 21:22:13.632334 [ 3 ] {89e92a37-5576-4918-85f9-6169e89ef487} <Debug> DynamicQueryHandler: Done processing query | ||
9645 | 2024.05.29 21:22:13.632433 [ 3 ] {89e92a37-5576-4918-85f9-6169e89ef487} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9646 | 2024.05.29 21:22:13.632547 [ 3 ] {} <Debug> HTTP-Session: e430a277-0618-45c7-a5a9-b424bfecce1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9647 | 2024.05.29 21:22:13.632924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9648 | 2024.05.29 21:22:13.633165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9649 | 2024.05.29 21:22:13.633259 [ 3 ] {} <Debug> HTTP-Session: 743e05c9-e4cc-470e-96f4-fd071bcfa723 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9650 | 2024.05.29 21:22:13.633310 [ 3 ] {} <Debug> HTTP-Session: 743e05c9-e4cc-470e-96f4-fd071bcfa723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9651 | 2024.05.29 21:22:13.633331 [ 3 ] {} <Debug> HTTP-Session: 743e05c9-e4cc-470e-96f4-fd071bcfa723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9652 | 2024.05.29 21:22:13.633369 [ 3 ] {} <Trace> HTTP-Session: 743e05c9-e4cc-470e-96f4-fd071bcfa723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9653 | 2024.05.29 21:22:13.633519 [ 3 ] {8b5e1ca7-aec3-446c-97ca-e0a467d005e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9654 | 2024.05.29 21:22:13.633573 [ 3 ] {8b5e1ca7-aec3-446c-97ca-e0a467d005e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9655 | 2024.05.29 21:22:13.633771 [ 3 ] {8b5e1ca7-aec3-446c-97ca-e0a467d005e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9656 | 2024.05.29 21:22:13.634128 [ 3 ] {8b5e1ca7-aec3-446c-97ca-e0a467d005e7} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9657 | 2024.05.29 21:22:13.634169 [ 3 ] {8b5e1ca7-aec3-446c-97ca-e0a467d005e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9658 | 2024.05.29 21:22:13.634592 [ 3 ] {8b5e1ca7-aec3-446c-97ca-e0a467d005e7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9659 | 2024.05.29 21:22:13.634990 [ 3 ] {8b5e1ca7-aec3-446c-97ca-e0a467d005e7} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9660 | 2024.05.29 21:22:13.635147 [ 3 ] {8b5e1ca7-aec3-446c-97ca-e0a467d005e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001687 sec., 35566.09365737996 rows/sec., 2.40 MiB/sec. | ||
9661 | 2024.05.29 21:22:13.635337 [ 3 ] {8b5e1ca7-aec3-446c-97ca-e0a467d005e7} <Debug> DynamicQueryHandler: Done processing query | ||
9662 | 2024.05.29 21:22:13.635367 [ 3 ] {8b5e1ca7-aec3-446c-97ca-e0a467d005e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9663 | 2024.05.29 21:22:13.635388 [ 3 ] {} <Debug> HTTP-Session: 743e05c9-e4cc-470e-96f4-fd071bcfa723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9664 | 2024.05.29 21:22:18.620815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9665 | 2024.05.29 21:22:18.620959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9666 | 2024.05.29 21:22:18.620989 [ 3 ] {} <Debug> HTTP-Session: feed06c9-dce4-4912-b61d-4fa3e426a02d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9667 | 2024.05.29 21:22:18.621017 [ 3 ] {} <Debug> HTTP-Session: feed06c9-dce4-4912-b61d-4fa3e426a02d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9668 | 2024.05.29 21:22:18.621037 [ 3 ] {} <Debug> HTTP-Session: feed06c9-dce4-4912-b61d-4fa3e426a02d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9669 | 2024.05.29 21:22:18.621112 [ 3 ] {} <Trace> HTTP-Session: feed06c9-dce4-4912-b61d-4fa3e426a02d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9670 | 2024.05.29 21:22:18.621381 [ 3 ] {fd228251-b7ab-41aa-8081-69362ba25569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9671 | 2024.05.29 21:22:18.621482 [ 3 ] {fd228251-b7ab-41aa-8081-69362ba25569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9672 | 2024.05.29 21:22:18.621787 [ 3 ] {fd228251-b7ab-41aa-8081-69362ba25569} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9673 | 2024.05.29 21:22:18.622366 [ 3 ] {fd228251-b7ab-41aa-8081-69362ba25569} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9674 | 2024.05.29 21:22:18.622409 [ 3 ] {fd228251-b7ab-41aa-8081-69362ba25569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9675 | 2024.05.29 21:22:18.622776 [ 3 ] {fd228251-b7ab-41aa-8081-69362ba25569} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9676 | 2024.05.29 21:22:18.623105 [ 3 ] {fd228251-b7ab-41aa-8081-69362ba25569} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9677 | 2024.05.29 21:22:18.623285 [ 85 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9678 | 2024.05.29 21:22:18.623294 [ 3 ] {fd228251-b7ab-41aa-8081-69362ba25569} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001986 sec., 8056.3947633434045 rows/sec., 653.01 KiB/sec. | ||
9679 | 2024.05.29 21:22:18.623379 [ 85 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9680 | 2024.05.29 21:22:18.623478 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9681 | 2024.05.29 21:22:18.623611 [ 3 ] {fd228251-b7ab-41aa-8081-69362ba25569} <Debug> DynamicQueryHandler: Done processing query | ||
9682 | 2024.05.29 21:22:18.623623 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
9683 | 2024.05.29 21:22:18.623648 [ 3 ] {fd228251-b7ab-41aa-8081-69362ba25569} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9684 | 2024.05.29 21:22:18.623679 [ 3 ] {} <Debug> HTTP-Session: feed06c9-dce4-4912-b61d-4fa3e426a02d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9685 | 2024.05.29 21:22:18.623777 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9686 | 2024.05.29 21:22:18.623813 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 30 rows starting from the beginning of the part | ||
9687 | 2024.05.29 21:22:18.623848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9688 | 2024.05.29 21:22:18.623921 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 16 rows starting from the beginning of the part | ||
9689 | 2024.05.29 21:22:18.623939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9690 | 2024.05.29 21:22:18.624059 [ 3 ] {} <Debug> HTTP-Session: 6e76c277-46ea-4fd7-add7-f9681d608f17 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9691 | 2024.05.29 21:22:18.624175 [ 3 ] {} <Debug> HTTP-Session: 6e76c277-46ea-4fd7-add7-f9681d608f17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9692 | 2024.05.29 21:22:18.624210 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
9693 | 2024.05.29 21:22:18.624240 [ 3 ] {} <Debug> HTTP-Session: 6e76c277-46ea-4fd7-add7-f9681d608f17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9694 | 2024.05.29 21:22:18.624386 [ 3 ] {} <Trace> HTTP-Session: 6e76c277-46ea-4fd7-add7-f9681d608f17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9695 | 2024.05.29 21:22:18.624449 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part | ||
9696 | 2024.05.29 21:22:18.624624 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
9697 | 2024.05.29 21:22:18.624643 [ 3 ] {fd02406e-0f82-4ea0-a993-943dc97c889f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9698 | 2024.05.29 21:22:18.624843 [ 3 ] {fd02406e-0f82-4ea0-a993-943dc97c889f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9699 | 2024.05.29 21:22:18.625021 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 16 rows starting from the beginning of the part | ||
9700 | 2024.05.29 21:22:18.625660 [ 3 ] {fd02406e-0f82-4ea0-a993-943dc97c889f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9701 | 2024.05.29 21:22:18.626186 [ 3 ] {fd02406e-0f82-4ea0-a993-943dc97c889f} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9702 | 2024.05.29 21:22:18.626232 [ 3 ] {fd02406e-0f82-4ea0-a993-943dc97c889f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9703 | 2024.05.29 21:22:18.626744 [ 3 ] {fd02406e-0f82-4ea0-a993-943dc97c889f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9704 | 2024.05.29 21:22:18.626814 [ 190 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.00325222 sec., 32593.12100657397 rows/sec., 2.58 MiB/sec. | ||
9705 | 2024.05.29 21:22:18.626955 [ 190 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9706 | 2024.05.29 21:22:18.627216 [ 3 ] {fd02406e-0f82-4ea0-a993-943dc97c889f} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9707 | 2024.05.29 21:22:18.627450 [ 85 ] {} <Debug> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
9708 | 2024.05.29 21:22:18.627453 [ 3 ] {fd02406e-0f82-4ea0-a993-943dc97c889f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002904 sec., 1377.4104683195592 rows/sec., 112.32 KiB/sec. | ||
9709 | 2024.05.29 21:22:18.627533 [ 85 ] {} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9710 | 2024.05.29 21:22:18.627675 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9711 | 2024.05.29 21:22:18.627707 [ 190 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_61_12} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9712 | 2024.05.29 21:22:18.628012 [ 3 ] {fd02406e-0f82-4ea0-a993-943dc97c889f} <Debug> DynamicQueryHandler: Done processing query | ||
9713 | 2024.05.29 21:22:18.628115 [ 3 ] {fd02406e-0f82-4ea0-a993-943dc97c889f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9714 | 2024.05.29 21:22:18.628120 [ 190 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_61_12} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9715 | 2024.05.29 21:22:18.628177 [ 3 ] {} <Debug> HTTP-Session: 6e76c277-46ea-4fd7-add7-f9681d608f17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9716 | 2024.05.29 21:22:18.628195 [ 188 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
9717 | 2024.05.29 21:22:18.628296 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9718 | 2024.05.29 21:22:18.628388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9719 | 2024.05.29 21:22:18.628512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9720 | 2024.05.29 21:22:18.628572 [ 3 ] {} <Debug> HTTP-Session: eb5dfa5d-e26c-443a-ad7a-5c4f997b0d6c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9721 | 2024.05.29 21:22:18.628580 [ 188 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9722 | 2024.05.29 21:22:18.628602 [ 3 ] {} <Debug> HTTP-Session: eb5dfa5d-e26c-443a-ad7a-5c4f997b0d6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9723 | 2024.05.29 21:22:18.628656 [ 3 ] {} <Debug> HTTP-Session: eb5dfa5d-e26c-443a-ad7a-5c4f997b0d6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9724 | 2024.05.29 21:22:18.628669 [ 188 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 14 rows starting from the beginning of the part | ||
9725 | 2024.05.29 21:22:18.628724 [ 3 ] {} <Trace> HTTP-Session: eb5dfa5d-e26c-443a-ad7a-5c4f997b0d6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9726 | 2024.05.29 21:22:18.628864 [ 188 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
9727 | 2024.05.29 21:22:18.629149 [ 188 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
9728 | 2024.05.29 21:22:18.629205 [ 3 ] {e32c9bdb-1b98-4714-a1aa-09830cf8ffc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9729 | 2024.05.29 21:22:18.629451 [ 3 ] {e32c9bdb-1b98-4714-a1aa-09830cf8ffc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9730 | 2024.05.29 21:22:18.629493 [ 188 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
9731 | 2024.05.29 21:22:18.629806 [ 188 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
9732 | 2024.05.29 21:22:18.630152 [ 188 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
9733 | 2024.05.29 21:22:18.630720 [ 3 ] {e32c9bdb-1b98-4714-a1aa-09830cf8ffc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9734 | 2024.05.29 21:22:18.631558 [ 3 ] {e32c9bdb-1b98-4714-a1aa-09830cf8ffc6} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9735 | 2024.05.29 21:22:18.631628 [ 3 ] {e32c9bdb-1b98-4714-a1aa-09830cf8ffc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9736 | 2024.05.29 21:22:18.632597 [ 3 ] {e32c9bdb-1b98-4714-a1aa-09830cf8ffc6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9737 | 2024.05.29 21:22:18.632626 [ 188 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.00474035 sec., 5484.827069731138 rows/sec., 447.25 KiB/sec. | ||
9738 | 2024.05.29 21:22:18.632825 [ 188 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
9739 | 2024.05.29 21:22:18.633419 [ 3 ] {e32c9bdb-1b98-4714-a1aa-09830cf8ffc6} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9740 | 2024.05.29 21:22:18.633751 [ 3 ] {e32c9bdb-1b98-4714-a1aa-09830cf8ffc6} <Debug> executeQuery: Read 106 rows, 8.94 KiB in 0.004778 sec., 22185.01465048137 rows/sec., 1.83 MiB/sec. | ||
9741 | 2024.05.29 21:22:18.633747 [ 196 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_25_5} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9742 | 2024.05.29 21:22:18.633751 [ 85 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9743 | 2024.05.29 21:22:18.633973 [ 85 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9744 | 2024.05.29 21:22:18.634088 [ 196 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_25_5} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
9745 | 2024.05.29 21:22:18.634104 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9746 | 2024.05.29 21:22:18.634248 [ 3 ] {e32c9bdb-1b98-4714-a1aa-09830cf8ffc6} <Debug> DynamicQueryHandler: Done processing query | ||
9747 | 2024.05.29 21:22:18.634348 [ 3 ] {e32c9bdb-1b98-4714-a1aa-09830cf8ffc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9748 | 2024.05.29 21:22:18.634419 [ 3 ] {} <Debug> HTTP-Session: eb5dfa5d-e26c-443a-ad7a-5c4f997b0d6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9749 | 2024.05.29 21:22:18.634549 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9750 | 2024.05.29 21:22:18.634687 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
9751 | 2024.05.29 21:22:18.634717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9752 | 2024.05.29 21:22:18.634909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9753 | 2024.05.29 21:22:18.634996 [ 3 ] {} <Debug> HTTP-Session: 0dae958a-44f7-4059-a0d3-a81d7a53ea6c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9754 | 2024.05.29 21:22:18.635069 [ 3 ] {} <Debug> HTTP-Session: 0dae958a-44f7-4059-a0d3-a81d7a53ea6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9755 | 2024.05.29 21:22:18.635133 [ 3 ] {} <Debug> HTTP-Session: 0dae958a-44f7-4059-a0d3-a81d7a53ea6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9756 | 2024.05.29 21:22:18.635280 [ 3 ] {} <Trace> HTTP-Session: 0dae958a-44f7-4059-a0d3-a81d7a53ea6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9757 | 2024.05.29 21:22:18.635594 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9758 | 2024.05.29 21:22:18.635626 [ 3 ] {8c118135-4e3b-4a94-b4ca-a801f36023cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9759 | 2024.05.29 21:22:18.635669 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 189 rows starting from the beginning of the part | ||
9760 | 2024.05.29 21:22:18.635711 [ 3 ] {8c118135-4e3b-4a94-b4ca-a801f36023cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9761 | 2024.05.29 21:22:18.636034 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 104 rows starting from the beginning of the part | ||
9762 | 2024.05.29 21:22:18.636414 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 135 rows starting from the beginning of the part | ||
9763 | 2024.05.29 21:22:18.636730 [ 3 ] {8c118135-4e3b-4a94-b4ca-a801f36023cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9764 | 2024.05.29 21:22:18.636780 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 105 rows starting from the beginning of the part | ||
9765 | 2024.05.29 21:22:18.637183 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 98 rows starting from the beginning of the part | ||
9766 | 2024.05.29 21:22:18.637450 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 106 rows starting from the beginning of the part | ||
9767 | 2024.05.29 21:22:18.638087 [ 3 ] {8c118135-4e3b-4a94-b4ca-a801f36023cf} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9768 | 2024.05.29 21:22:18.638142 [ 3 ] {8c118135-4e3b-4a94-b4ca-a801f36023cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9769 | 2024.05.29 21:22:18.638919 [ 3 ] {8c118135-4e3b-4a94-b4ca-a801f36023cf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9770 | 2024.05.29 21:22:18.639910 [ 3 ] {8c118135-4e3b-4a94-b4ca-a801f36023cf} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9771 | 2024.05.29 21:22:18.640141 [ 85 ] {} <Debug> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
9772 | 2024.05.29 21:22:18.640195 [ 3 ] {8c118135-4e3b-4a94-b4ca-a801f36023cf} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004673 sec., 855.9811684142949 rows/sec., 59.77 KiB/sec. | ||
9773 | 2024.05.29 21:22:18.640239 [ 85 ] {} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9774 | 2024.05.29 21:22:18.640333 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9775 | 2024.05.29 21:22:18.640769 [ 3 ] {8c118135-4e3b-4a94-b4ca-a801f36023cf} <Debug> DynamicQueryHandler: Done processing query | ||
9776 | 2024.05.29 21:22:18.640853 [ 3 ] {8c118135-4e3b-4a94-b4ca-a801f36023cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9777 | 2024.05.29 21:22:18.640895 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
9778 | 2024.05.29 21:22:18.640940 [ 3 ] {} <Debug> HTTP-Session: 0dae958a-44f7-4059-a0d3-a81d7a53ea6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9779 | 2024.05.29 21:22:18.641150 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 737 rows, containing 4 columns (4 merged, 0 gathered) in 0.006842701 sec., 107706.00673622887 rows/sec., 8.80 MiB/sec. | ||
9780 | 2024.05.29 21:22:18.641219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14278, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9781 | 2024.05.29 21:22:18.641364 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9782 | 2024.05.29 21:22:18.641368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9783 | 2024.05.29 21:22:18.641460 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 14 rows starting from the beginning of the part | ||
9784 | 2024.05.29 21:22:18.641471 [ 3 ] {} <Debug> HTTP-Session: fbaeea18-46b7-4590-9c11-110a4764a5c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9785 | 2024.05.29 21:22:18.641474 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9786 | 2024.05.29 21:22:18.641533 [ 3 ] {} <Debug> HTTP-Session: fbaeea18-46b7-4590-9c11-110a4764a5c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9787 | 2024.05.29 21:22:18.641664 [ 3 ] {} <Debug> HTTP-Session: fbaeea18-46b7-4590-9c11-110a4764a5c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9788 | 2024.05.29 21:22:18.641823 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
9789 | 2024.05.29 21:22:18.641885 [ 3 ] {} <Trace> HTTP-Session: fbaeea18-46b7-4590-9c11-110a4764a5c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9790 | 2024.05.29 21:22:18.642442 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
9791 | 2024.05.29 21:22:18.642545 [ 3 ] {8f74abed-913b-4c87-9c0a-db3b5977ce84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9792 | 2024.05.29 21:22:18.642847 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
9793 | 2024.05.29 21:22:18.642901 [ 3 ] {8f74abed-913b-4c87-9c0a-db3b5977ce84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9794 | 2024.05.29 21:22:18.643380 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
9795 | 2024.05.29 21:22:18.643558 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_61_12} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9796 | 2024.05.29 21:22:18.643893 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
9797 | 2024.05.29 21:22:18.644018 [ 189 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_61_12} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9798 | 2024.05.29 21:22:18.644450 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
9799 | 2024.05.29 21:22:18.644622 [ 3 ] {8f74abed-913b-4c87-9c0a-db3b5977ce84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9800 | 2024.05.29 21:22:18.645577 [ 3 ] {8f74abed-913b-4c87-9c0a-db3b5977ce84} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9801 | 2024.05.29 21:22:18.645646 [ 3 ] {8f74abed-913b-4c87-9c0a-db3b5977ce84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9802 | 2024.05.29 21:22:18.646579 [ 189 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.006078686 sec., 4277.24017986782 rows/sec., 298.65 KiB/sec. | ||
9803 | 2024.05.29 21:22:18.646615 [ 3 ] {8f74abed-913b-4c87-9c0a-db3b5977ce84} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9804 | 2024.05.29 21:22:18.646897 [ 199 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
9805 | 2024.05.29 21:22:18.647319 [ 3 ] {8f74abed-913b-4c87-9c0a-db3b5977ce84} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9806 | 2024.05.29 21:22:18.647686 [ 85 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9807 | 2024.05.29 21:22:18.647714 [ 3 ] {8f74abed-913b-4c87-9c0a-db3b5977ce84} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.005483 sec., 15320.080248039394 rows/sec., 1.20 MiB/sec. | ||
9808 | 2024.05.29 21:22:18.647763 [ 85 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9809 | 2024.05.29 21:22:18.647868 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9810 | 2024.05.29 21:22:18.648229 [ 189 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_25_5} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9811 | 2024.05.29 21:22:18.648335 [ 3 ] {8f74abed-913b-4c87-9c0a-db3b5977ce84} <Debug> DynamicQueryHandler: Done processing query | ||
9812 | 2024.05.29 21:22:18.648358 [ 194 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
9813 | 2024.05.29 21:22:18.648422 [ 3 ] {8f74abed-913b-4c87-9c0a-db3b5977ce84} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9814 | 2024.05.29 21:22:18.648566 [ 3 ] {} <Debug> HTTP-Session: fbaeea18-46b7-4590-9c11-110a4764a5c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9815 | 2024.05.29 21:22:18.648898 [ 189 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_25_5} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
9816 | 2024.05.29 21:22:18.648997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9817 | 2024.05.29 21:22:18.649269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9818 | 2024.05.29 21:22:18.649300 [ 194 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9819 | 2024.05.29 21:22:18.649369 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
9820 | 2024.05.29 21:22:18.649453 [ 3 ] {} <Debug> HTTP-Session: 5c15b90c-97ac-4df8-982d-a85818cb207b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9821 | 2024.05.29 21:22:18.649494 [ 194 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 150 rows starting from the beginning of the part | ||
9822 | 2024.05.29 21:22:18.649577 [ 3 ] {} <Debug> HTTP-Session: 5c15b90c-97ac-4df8-982d-a85818cb207b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9823 | 2024.05.29 21:22:18.649649 [ 3 ] {} <Debug> HTTP-Session: 5c15b90c-97ac-4df8-982d-a85818cb207b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9824 | 2024.05.29 21:22:18.649842 [ 3 ] {} <Trace> HTTP-Session: 5c15b90c-97ac-4df8-982d-a85818cb207b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9825 | 2024.05.29 21:22:18.649895 [ 194 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 80 rows starting from the beginning of the part | ||
9826 | 2024.05.29 21:22:18.650243 [ 194 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 104 rows starting from the beginning of the part | ||
9827 | 2024.05.29 21:22:18.650388 [ 3 ] {cad819e3-a5cd-4e9a-ae20-cf4c5d817be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9828 | 2024.05.29 21:22:18.650758 [ 3 ] {cad819e3-a5cd-4e9a-ae20-cf4c5d817be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9829 | 2024.05.29 21:22:18.650932 [ 194 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
9830 | 2024.05.29 21:22:18.651219 [ 194 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 78 rows starting from the beginning of the part | ||
9831 | 2024.05.29 21:22:18.651582 [ 194 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 84 rows starting from the beginning of the part | ||
9832 | 2024.05.29 21:22:18.651958 [ 3 ] {cad819e3-a5cd-4e9a-ae20-cf4c5d817be9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9833 | 2024.05.29 21:22:18.652532 [ 3 ] {cad819e3-a5cd-4e9a-ae20-cf4c5d817be9} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9834 | 2024.05.29 21:22:18.652577 [ 3 ] {cad819e3-a5cd-4e9a-ae20-cf4c5d817be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9835 | 2024.05.29 21:22:18.653218 [ 3 ] {cad819e3-a5cd-4e9a-ae20-cf4c5d817be9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9836 | 2024.05.29 21:22:18.653225 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 4 columns (4 merged, 0 gathered) in 0.005194496 sec., 111271.62288699424 rows/sec., 8.69 MiB/sec. | ||
9837 | 2024.05.29 21:22:18.653401 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9838 | 2024.05.29 21:22:18.653704 [ 3 ] {cad819e3-a5cd-4e9a-ae20-cf4c5d817be9} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9839 | 2024.05.29 21:22:18.653947 [ 3 ] {cad819e3-a5cd-4e9a-ae20-cf4c5d817be9} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.003839 sec., 42198.489189893204 rows/sec., 2.94 MiB/sec. | ||
9840 | 2024.05.29 21:22:18.654014 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_61_12} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9841 | 2024.05.29 21:22:18.654386 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_61_12} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9842 | 2024.05.29 21:22:18.654568 [ 3 ] {cad819e3-a5cd-4e9a-ae20-cf4c5d817be9} <Debug> DynamicQueryHandler: Done processing query | ||
9843 | 2024.05.29 21:22:18.654675 [ 3 ] {cad819e3-a5cd-4e9a-ae20-cf4c5d817be9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9844 | 2024.05.29 21:22:18.654691 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
9845 | 2024.05.29 21:22:18.654784 [ 3 ] {} <Debug> HTTP-Session: 5c15b90c-97ac-4df8-982d-a85818cb207b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9846 | 2024.05.29 21:22:18.655017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9847 | 2024.05.29 21:22:18.655088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9848 | 2024.05.29 21:22:18.655107 [ 3 ] {} <Debug> HTTP-Session: 7d623d36-8d82-4627-bb6f-d4fbb8ea65cb Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9849 | 2024.05.29 21:22:18.655124 [ 3 ] {} <Debug> HTTP-Session: 7d623d36-8d82-4627-bb6f-d4fbb8ea65cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9850 | 2024.05.29 21:22:18.655138 [ 3 ] {} <Debug> HTTP-Session: 7d623d36-8d82-4627-bb6f-d4fbb8ea65cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9851 | 2024.05.29 21:22:18.655168 [ 3 ] {} <Trace> HTTP-Session: 7d623d36-8d82-4627-bb6f-d4fbb8ea65cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9852 | 2024.05.29 21:22:18.655352 [ 3 ] {118c564f-9f10-4418-baa8-cb696fa52201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9853 | 2024.05.29 21:22:18.655401 [ 3 ] {118c564f-9f10-4418-baa8-cb696fa52201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9854 | 2024.05.29 21:22:18.655576 [ 3 ] {118c564f-9f10-4418-baa8-cb696fa52201} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9855 | 2024.05.29 21:22:18.655984 [ 3 ] {118c564f-9f10-4418-baa8-cb696fa52201} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9856 | 2024.05.29 21:22:18.656020 [ 3 ] {118c564f-9f10-4418-baa8-cb696fa52201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9857 | 2024.05.29 21:22:18.656421 [ 3 ] {118c564f-9f10-4418-baa8-cb696fa52201} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9858 | 2024.05.29 21:22:18.656770 [ 3 ] {118c564f-9f10-4418-baa8-cb696fa52201} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9859 | 2024.05.29 21:22:18.656930 [ 85 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9860 | 2024.05.29 21:22:18.656934 [ 3 ] {118c564f-9f10-4418-baa8-cb696fa52201} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001673 sec., 9563.658099222952 rows/sec., 12.91 MiB/sec. | ||
9861 | 2024.05.29 21:22:18.656984 [ 85 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9862 | 2024.05.29 21:22:18.657057 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9863 | 2024.05.29 21:22:18.657296 [ 3 ] {118c564f-9f10-4418-baa8-cb696fa52201} <Debug> DynamicQueryHandler: Done processing query | ||
9864 | 2024.05.29 21:22:18.657308 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
9865 | 2024.05.29 21:22:18.657338 [ 3 ] {118c564f-9f10-4418-baa8-cb696fa52201} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9866 | 2024.05.29 21:22:18.657395 [ 3 ] {} <Debug> HTTP-Session: 7d623d36-8d82-4627-bb6f-d4fbb8ea65cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9867 | 2024.05.29 21:22:18.657554 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9868 | 2024.05.29 21:22:18.657633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9869 | 2024.05.29 21:22:18.657642 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 838 rows starting from the beginning of the part | ||
9870 | 2024.05.29 21:22:18.657734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9871 | 2024.05.29 21:22:18.657832 [ 3 ] {} <Debug> HTTP-Session: 7491fcd6-fc7b-4ee0-894a-7782aa64d944 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9872 | 2024.05.29 21:22:18.657910 [ 3 ] {} <Debug> HTTP-Session: 7491fcd6-fc7b-4ee0-894a-7782aa64d944 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9873 | 2024.05.29 21:22:18.657992 [ 3 ] {} <Debug> HTTP-Session: 7491fcd6-fc7b-4ee0-894a-7782aa64d944 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9874 | 2024.05.29 21:22:18.658042 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 16 rows starting from the beginning of the part | ||
9875 | 2024.05.29 21:22:18.658087 [ 3 ] {} <Trace> HTTP-Session: 7491fcd6-fc7b-4ee0-894a-7782aa64d944 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9876 | 2024.05.29 21:22:18.658371 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
9877 | 2024.05.29 21:22:18.658436 [ 3 ] {2fe9f6b6-f221-4584-b7aa-760c0bd8d87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9878 | 2024.05.29 21:22:18.658612 [ 3 ] {2fe9f6b6-f221-4584-b7aa-760c0bd8d87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9879 | 2024.05.29 21:22:18.658670 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part | ||
9880 | 2024.05.29 21:22:18.659122 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
9881 | 2024.05.29 21:22:18.659521 [ 192 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 16 rows starting from the beginning of the part | ||
9882 | 2024.05.29 21:22:18.659873 [ 3 ] {2fe9f6b6-f221-4584-b7aa-760c0bd8d87e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9883 | 2024.05.29 21:22:18.660728 [ 3 ] {2fe9f6b6-f221-4584-b7aa-760c0bd8d87e} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9884 | 2024.05.29 21:22:18.660784 [ 3 ] {2fe9f6b6-f221-4584-b7aa-760c0bd8d87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9885 | 2024.05.29 21:22:18.661367 [ 3 ] {2fe9f6b6-f221-4584-b7aa-760c0bd8d87e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9886 | 2024.05.29 21:22:18.661811 [ 3 ] {2fe9f6b6-f221-4584-b7aa-760c0bd8d87e} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9887 | 2024.05.29 21:22:18.662206 [ 3 ] {2fe9f6b6-f221-4584-b7aa-760c0bd8d87e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003884 sec., 15447.991761071062 rows/sec., 1.04 MiB/sec. | ||
9888 | 2024.05.29 21:22:18.662601 [ 3 ] {2fe9f6b6-f221-4584-b7aa-760c0bd8d87e} <Debug> DynamicQueryHandler: Done processing query | ||
9889 | 2024.05.29 21:22:18.662651 [ 3 ] {2fe9f6b6-f221-4584-b7aa-760c0bd8d87e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9890 | 2024.05.29 21:22:18.662703 [ 3 ] {} <Debug> HTTP-Session: 7491fcd6-fc7b-4ee0-894a-7782aa64d944 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9891 | 2024.05.29 21:22:18.666269 [ 201 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 914 rows, containing 6 columns (6 merged, 0 gathered) in 0.009073737 sec., 100730.27243350782 rows/sec., 135.93 MiB/sec. | ||
9892 | 2024.05.29 21:22:18.666923 [ 195 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9893 | 2024.05.29 21:22:18.667392 [ 195 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9894 | 2024.05.29 21:22:18.667486 [ 195 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9895 | 2024.05.29 21:22:18.667591 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. | ||
9896 | 2024.05.29 21:22:21.142673 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9897 | 2024.05.29 21:22:21.142735 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9898 | 2024.05.29 21:22:23.621033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9899 | 2024.05.29 21:22:23.621159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9900 | 2024.05.29 21:22:23.621189 [ 3 ] {} <Debug> HTTP-Session: 33739677-3f03-4cf7-86af-fbc028124192 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9901 | 2024.05.29 21:22:23.621217 [ 3 ] {} <Debug> HTTP-Session: 33739677-3f03-4cf7-86af-fbc028124192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9902 | 2024.05.29 21:22:23.621235 [ 3 ] {} <Debug> HTTP-Session: 33739677-3f03-4cf7-86af-fbc028124192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9903 | 2024.05.29 21:22:23.621291 [ 3 ] {} <Trace> HTTP-Session: 33739677-3f03-4cf7-86af-fbc028124192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9904 | 2024.05.29 21:22:23.621505 [ 3 ] {70e306e7-4e44-4a0b-9c1a-2cdbc530e70a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9905 | 2024.05.29 21:22:23.621582 [ 3 ] {70e306e7-4e44-4a0b-9c1a-2cdbc530e70a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9906 | 2024.05.29 21:22:23.621802 [ 3 ] {70e306e7-4e44-4a0b-9c1a-2cdbc530e70a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9907 | 2024.05.29 21:22:23.622259 [ 3 ] {70e306e7-4e44-4a0b-9c1a-2cdbc530e70a} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9908 | 2024.05.29 21:22:23.622307 [ 3 ] {70e306e7-4e44-4a0b-9c1a-2cdbc530e70a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9909 | 2024.05.29 21:22:23.622683 [ 3 ] {70e306e7-4e44-4a0b-9c1a-2cdbc530e70a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9910 | 2024.05.29 21:22:23.623037 [ 3 ] {70e306e7-4e44-4a0b-9c1a-2cdbc530e70a} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9911 | 2024.05.29 21:22:23.623192 [ 3 ] {70e306e7-4e44-4a0b-9c1a-2cdbc530e70a} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001752 sec., 7990.867579908675 rows/sec., 647.70 KiB/sec. | ||
9912 | 2024.05.29 21:22:23.623496 [ 3 ] {70e306e7-4e44-4a0b-9c1a-2cdbc530e70a} <Debug> DynamicQueryHandler: Done processing query | ||
9913 | 2024.05.29 21:22:23.623549 [ 3 ] {70e306e7-4e44-4a0b-9c1a-2cdbc530e70a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9914 | 2024.05.29 21:22:23.623604 [ 3 ] {} <Debug> HTTP-Session: 33739677-3f03-4cf7-86af-fbc028124192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9915 | 2024.05.29 21:22:23.623824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9916 | 2024.05.29 21:22:23.623887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9917 | 2024.05.29 21:22:23.623907 [ 3 ] {} <Debug> HTTP-Session: f320fdd6-f7e4-4db1-b3ba-6dcef7ef5bd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9918 | 2024.05.29 21:22:23.623926 [ 3 ] {} <Debug> HTTP-Session: f320fdd6-f7e4-4db1-b3ba-6dcef7ef5bd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9919 | 2024.05.29 21:22:23.623940 [ 3 ] {} <Debug> HTTP-Session: f320fdd6-f7e4-4db1-b3ba-6dcef7ef5bd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9920 | 2024.05.29 21:22:23.623978 [ 3 ] {} <Trace> HTTP-Session: f320fdd6-f7e4-4db1-b3ba-6dcef7ef5bd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9921 | 2024.05.29 21:22:23.624118 [ 3 ] {de807d02-e0a8-4b85-bba0-66db954b5848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9922 | 2024.05.29 21:22:23.624168 [ 3 ] {de807d02-e0a8-4b85-bba0-66db954b5848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9923 | 2024.05.29 21:22:23.624321 [ 3 ] {de807d02-e0a8-4b85-bba0-66db954b5848} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9924 | 2024.05.29 21:22:23.624676 [ 3 ] {de807d02-e0a8-4b85-bba0-66db954b5848} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9925 | 2024.05.29 21:22:23.624713 [ 3 ] {de807d02-e0a8-4b85-bba0-66db954b5848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9926 | 2024.05.29 21:22:23.625033 [ 3 ] {de807d02-e0a8-4b85-bba0-66db954b5848} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9927 | 2024.05.29 21:22:23.625388 [ 3 ] {de807d02-e0a8-4b85-bba0-66db954b5848} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9928 | 2024.05.29 21:22:23.625538 [ 3 ] {de807d02-e0a8-4b85-bba0-66db954b5848} <Debug> executeQuery: Read 98 rows, 8.16 KiB in 0.001474 sec., 66485.75305291724 rows/sec., 5.40 MiB/sec. | ||
9929 | 2024.05.29 21:22:23.625800 [ 3 ] {de807d02-e0a8-4b85-bba0-66db954b5848} <Debug> DynamicQueryHandler: Done processing query | ||
9930 | 2024.05.29 21:22:23.625857 [ 3 ] {de807d02-e0a8-4b85-bba0-66db954b5848} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9931 | 2024.05.29 21:22:23.625919 [ 3 ] {} <Debug> HTTP-Session: f320fdd6-f7e4-4db1-b3ba-6dcef7ef5bd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9932 | 2024.05.29 21:22:23.626104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9933 | 2024.05.29 21:22:23.626156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9934 | 2024.05.29 21:22:23.626174 [ 3 ] {} <Debug> HTTP-Session: 72310fb3-d98f-4d6c-8b8e-690230c98d68 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9935 | 2024.05.29 21:22:23.626193 [ 3 ] {} <Debug> HTTP-Session: 72310fb3-d98f-4d6c-8b8e-690230c98d68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9936 | 2024.05.29 21:22:23.626207 [ 3 ] {} <Debug> HTTP-Session: 72310fb3-d98f-4d6c-8b8e-690230c98d68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9937 | 2024.05.29 21:22:23.626240 [ 3 ] {} <Trace> HTTP-Session: 72310fb3-d98f-4d6c-8b8e-690230c98d68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9938 | 2024.05.29 21:22:23.626371 [ 3 ] {1912de40-2f58-4929-8e93-7be31fb57cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9939 | 2024.05.29 21:22:23.626417 [ 3 ] {1912de40-2f58-4929-8e93-7be31fb57cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9940 | 2024.05.29 21:22:23.626565 [ 3 ] {1912de40-2f58-4929-8e93-7be31fb57cce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9941 | 2024.05.29 21:22:23.626899 [ 3 ] {1912de40-2f58-4929-8e93-7be31fb57cce} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9942 | 2024.05.29 21:22:23.626936 [ 3 ] {1912de40-2f58-4929-8e93-7be31fb57cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9943 | 2024.05.29 21:22:23.627252 [ 3 ] {1912de40-2f58-4929-8e93-7be31fb57cce} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9944 | 2024.05.29 21:22:23.627561 [ 3 ] {1912de40-2f58-4929-8e93-7be31fb57cce} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9945 | 2024.05.29 21:22:23.627707 [ 3 ] {1912de40-2f58-4929-8e93-7be31fb57cce} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001385 sec., 56317.68953068592 rows/sec., 4.40 MiB/sec. | ||
9946 | 2024.05.29 21:22:23.627875 [ 3 ] {1912de40-2f58-4929-8e93-7be31fb57cce} <Debug> DynamicQueryHandler: Done processing query | ||
9947 | 2024.05.29 21:22:23.627898 [ 3 ] {1912de40-2f58-4929-8e93-7be31fb57cce} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9948 | 2024.05.29 21:22:23.627914 [ 3 ] {} <Debug> HTTP-Session: 72310fb3-d98f-4d6c-8b8e-690230c98d68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9949 | 2024.05.29 21:22:23.628084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9950 | 2024.05.29 21:22:23.628132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9951 | 2024.05.29 21:22:23.628150 [ 3 ] {} <Debug> HTTP-Session: 580e6384-572c-464b-a591-51a76de6e993 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9952 | 2024.05.29 21:22:23.628167 [ 3 ] {} <Debug> HTTP-Session: 580e6384-572c-464b-a591-51a76de6e993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9953 | 2024.05.29 21:22:23.628181 [ 3 ] {} <Debug> HTTP-Session: 580e6384-572c-464b-a591-51a76de6e993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9954 | 2024.05.29 21:22:23.628212 [ 3 ] {} <Trace> HTTP-Session: 580e6384-572c-464b-a591-51a76de6e993 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9955 | 2024.05.29 21:22:23.628360 [ 3 ] {d90d8f54-0f20-45ca-8350-10fd8a3b83f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9956 | 2024.05.29 21:22:23.628405 [ 3 ] {d90d8f54-0f20-45ca-8350-10fd8a3b83f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9957 | 2024.05.29 21:22:23.628548 [ 3 ] {d90d8f54-0f20-45ca-8350-10fd8a3b83f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9958 | 2024.05.29 21:22:23.628934 [ 3 ] {d90d8f54-0f20-45ca-8350-10fd8a3b83f2} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9959 | 2024.05.29 21:22:23.628970 [ 3 ] {d90d8f54-0f20-45ca-8350-10fd8a3b83f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9960 | 2024.05.29 21:22:23.629358 [ 3 ] {d90d8f54-0f20-45ca-8350-10fd8a3b83f2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9961 | 2024.05.29 21:22:23.629707 [ 3 ] {d90d8f54-0f20-45ca-8350-10fd8a3b83f2} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9962 | 2024.05.29 21:22:23.629853 [ 3 ] {d90d8f54-0f20-45ca-8350-10fd8a3b83f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
9963 | 2024.05.29 21:22:23.630027 [ 3 ] {d90d8f54-0f20-45ca-8350-10fd8a3b83f2} <Debug> DynamicQueryHandler: Done processing query | ||
9964 | 2024.05.29 21:22:23.630052 [ 3 ] {d90d8f54-0f20-45ca-8350-10fd8a3b83f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9965 | 2024.05.29 21:22:23.630067 [ 3 ] {} <Debug> HTTP-Session: 580e6384-572c-464b-a591-51a76de6e993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9966 | 2024.05.29 21:22:23.630179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9967 | 2024.05.29 21:22:23.630228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9968 | 2024.05.29 21:22:23.630246 [ 3 ] {} <Debug> HTTP-Session: e3f096da-719b-4070-ac95-2168a55ef5f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9969 | 2024.05.29 21:22:23.630264 [ 3 ] {} <Debug> HTTP-Session: e3f096da-719b-4070-ac95-2168a55ef5f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9970 | 2024.05.29 21:22:23.630277 [ 3 ] {} <Debug> HTTP-Session: e3f096da-719b-4070-ac95-2168a55ef5f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9971 | 2024.05.29 21:22:23.630309 [ 3 ] {} <Trace> HTTP-Session: e3f096da-719b-4070-ac95-2168a55ef5f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9972 | 2024.05.29 21:22:23.630497 [ 3 ] {e3cfeb97-4d55-4f29-9ca6-6e435275a28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9973 | 2024.05.29 21:22:23.630545 [ 3 ] {e3cfeb97-4d55-4f29-9ca6-6e435275a28e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9974 | 2024.05.29 21:22:23.630702 [ 3 ] {e3cfeb97-4d55-4f29-9ca6-6e435275a28e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9975 | 2024.05.29 21:22:23.631105 [ 3 ] {e3cfeb97-4d55-4f29-9ca6-6e435275a28e} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9976 | 2024.05.29 21:22:23.631141 [ 3 ] {e3cfeb97-4d55-4f29-9ca6-6e435275a28e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9977 | 2024.05.29 21:22:23.631560 [ 3 ] {e3cfeb97-4d55-4f29-9ca6-6e435275a28e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9978 | 2024.05.29 21:22:23.631899 [ 3 ] {e3cfeb97-4d55-4f29-9ca6-6e435275a28e} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9979 | 2024.05.29 21:22:23.632041 [ 3 ] {e3cfeb97-4d55-4f29-9ca6-6e435275a28e} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001657 sec., 8449.004224502112 rows/sec., 11.40 MiB/sec. | ||
9980 | 2024.05.29 21:22:23.632215 [ 3 ] {e3cfeb97-4d55-4f29-9ca6-6e435275a28e} <Debug> DynamicQueryHandler: Done processing query | ||
9981 | 2024.05.29 21:22:23.632238 [ 3 ] {e3cfeb97-4d55-4f29-9ca6-6e435275a28e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9982 | 2024.05.29 21:22:23.632254 [ 3 ] {} <Debug> HTTP-Session: e3f096da-719b-4070-ac95-2168a55ef5f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9983 | 2024.05.29 21:22:23.632375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9984 | 2024.05.29 21:22:23.632422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9985 | 2024.05.29 21:22:23.632440 [ 3 ] {} <Debug> HTTP-Session: a1fe1530-13ab-4726-8ee3-24a77da6b3a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
9986 | 2024.05.29 21:22:23.632458 [ 3 ] {} <Debug> HTTP-Session: a1fe1530-13ab-4726-8ee3-24a77da6b3a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9987 | 2024.05.29 21:22:23.632472 [ 3 ] {} <Debug> HTTP-Session: a1fe1530-13ab-4726-8ee3-24a77da6b3a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9988 | 2024.05.29 21:22:23.632503 [ 3 ] {} <Trace> HTTP-Session: a1fe1530-13ab-4726-8ee3-24a77da6b3a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9989 | 2024.05.29 21:22:23.632625 [ 3 ] {e676baec-ca3c-4f56-89ab-d8e2084a3857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9990 | 2024.05.29 21:22:23.632670 [ 3 ] {e676baec-ca3c-4f56-89ab-d8e2084a3857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9991 | 2024.05.29 21:22:23.632794 [ 3 ] {e676baec-ca3c-4f56-89ab-d8e2084a3857} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9992 | 2024.05.29 21:22:23.633096 [ 3 ] {e676baec-ca3c-4f56-89ab-d8e2084a3857} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9993 | 2024.05.29 21:22:23.633133 [ 3 ] {e676baec-ca3c-4f56-89ab-d8e2084a3857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
9994 | 2024.05.29 21:22:23.633486 [ 3 ] {e676baec-ca3c-4f56-89ab-d8e2084a3857} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9995 | 2024.05.29 21:22:23.633796 [ 3 ] {e676baec-ca3c-4f56-89ab-d8e2084a3857} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9996 | 2024.05.29 21:22:23.633930 [ 3 ] {e676baec-ca3c-4f56-89ab-d8e2084a3857} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
9997 | 2024.05.29 21:22:23.634179 [ 3 ] {e676baec-ca3c-4f56-89ab-d8e2084a3857} <Debug> DynamicQueryHandler: Done processing query | ||
9998 | 2024.05.29 21:22:23.634232 [ 3 ] {e676baec-ca3c-4f56-89ab-d8e2084a3857} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9999 | 2024.05.29 21:22:23.634287 [ 3 ] {} <Debug> HTTP-Session: a1fe1530-13ab-4726-8ee3-24a77da6b3a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10000 | 2024.05.29 21:22:28.621981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10001 | 2024.05.29 21:22:28.622125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10002 | 2024.05.29 21:22:28.622153 [ 3 ] {} <Debug> HTTP-Session: 5f9b6dc9-813f-4cb7-a8eb-e9e76824c59f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10003 | 2024.05.29 21:22:28.622181 [ 3 ] {} <Debug> HTTP-Session: 5f9b6dc9-813f-4cb7-a8eb-e9e76824c59f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10004 | 2024.05.29 21:22:28.622198 [ 3 ] {} <Debug> HTTP-Session: 5f9b6dc9-813f-4cb7-a8eb-e9e76824c59f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10005 | 2024.05.29 21:22:28.622254 [ 3 ] {} <Trace> HTTP-Session: 5f9b6dc9-813f-4cb7-a8eb-e9e76824c59f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10006 | 2024.05.29 21:22:28.622461 [ 3 ] {76da4f0a-5c76-4cb2-b8fd-795ba906a795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10007 | 2024.05.29 21:22:28.622529 [ 3 ] {76da4f0a-5c76-4cb2-b8fd-795ba906a795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10008 | 2024.05.29 21:22:28.622718 [ 3 ] {76da4f0a-5c76-4cb2-b8fd-795ba906a795} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10009 | 2024.05.29 21:22:28.623157 [ 3 ] {76da4f0a-5c76-4cb2-b8fd-795ba906a795} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10010 | 2024.05.29 21:22:28.623204 [ 3 ] {76da4f0a-5c76-4cb2-b8fd-795ba906a795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10011 | 2024.05.29 21:22:28.623579 [ 3 ] {76da4f0a-5c76-4cb2-b8fd-795ba906a795} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10012 | 2024.05.29 21:22:28.623913 [ 3 ] {76da4f0a-5c76-4cb2-b8fd-795ba906a795} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10013 | 2024.05.29 21:22:28.624083 [ 3 ] {76da4f0a-5c76-4cb2-b8fd-795ba906a795} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.00168 sec., 13095.238095238095 rows/sec., 1.04 MiB/sec. | ||
10014 | 2024.05.29 21:22:28.624386 [ 3 ] {76da4f0a-5c76-4cb2-b8fd-795ba906a795} <Debug> DynamicQueryHandler: Done processing query | ||
10015 | 2024.05.29 21:22:28.624437 [ 3 ] {76da4f0a-5c76-4cb2-b8fd-795ba906a795} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10016 | 2024.05.29 21:22:28.624485 [ 3 ] {} <Debug> HTTP-Session: 5f9b6dc9-813f-4cb7-a8eb-e9e76824c59f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10017 | 2024.05.29 21:22:28.624669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10018 | 2024.05.29 21:22:28.624726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10019 | 2024.05.29 21:22:28.624745 [ 3 ] {} <Debug> HTTP-Session: 27319743-597d-4be8-a640-e90968ee04af Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10020 | 2024.05.29 21:22:28.624763 [ 3 ] {} <Debug> HTTP-Session: 27319743-597d-4be8-a640-e90968ee04af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10021 | 2024.05.29 21:22:28.624777 [ 3 ] {} <Debug> HTTP-Session: 27319743-597d-4be8-a640-e90968ee04af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10022 | 2024.05.29 21:22:28.624814 [ 3 ] {} <Trace> HTTP-Session: 27319743-597d-4be8-a640-e90968ee04af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10023 | 2024.05.29 21:22:28.624931 [ 3 ] {04581977-bd7c-4905-8251-06bf304217bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10024 | 2024.05.29 21:22:28.624980 [ 3 ] {04581977-bd7c-4905-8251-06bf304217bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10025 | 2024.05.29 21:22:28.625135 [ 3 ] {04581977-bd7c-4905-8251-06bf304217bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10026 | 2024.05.29 21:22:28.625430 [ 3 ] {04581977-bd7c-4905-8251-06bf304217bf} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10027 | 2024.05.29 21:22:28.625467 [ 3 ] {04581977-bd7c-4905-8251-06bf304217bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10028 | 2024.05.29 21:22:28.625765 [ 3 ] {04581977-bd7c-4905-8251-06bf304217bf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10029 | 2024.05.29 21:22:28.626069 [ 3 ] {04581977-bd7c-4905-8251-06bf304217bf} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10030 | 2024.05.29 21:22:28.626223 [ 3 ] {04581977-bd7c-4905-8251-06bf304217bf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001317 sec., 1518.602885345482 rows/sec., 123.83 KiB/sec. | ||
10031 | 2024.05.29 21:22:28.626505 [ 3 ] {04581977-bd7c-4905-8251-06bf304217bf} <Debug> DynamicQueryHandler: Done processing query | ||
10032 | 2024.05.29 21:22:28.626535 [ 3 ] {04581977-bd7c-4905-8251-06bf304217bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10033 | 2024.05.29 21:22:28.626551 [ 3 ] {} <Debug> HTTP-Session: 27319743-597d-4be8-a640-e90968ee04af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10034 | 2024.05.29 21:22:28.626681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10035 | 2024.05.29 21:22:28.626729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10036 | 2024.05.29 21:22:28.626748 [ 3 ] {} <Debug> HTTP-Session: 25fdad0f-fc31-4593-9efb-1b540e6d33fd Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10037 | 2024.05.29 21:22:28.626766 [ 3 ] {} <Debug> HTTP-Session: 25fdad0f-fc31-4593-9efb-1b540e6d33fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10038 | 2024.05.29 21:22:28.626779 [ 3 ] {} <Debug> HTTP-Session: 25fdad0f-fc31-4593-9efb-1b540e6d33fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10039 | 2024.05.29 21:22:28.626812 [ 3 ] {} <Trace> HTTP-Session: 25fdad0f-fc31-4593-9efb-1b540e6d33fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10040 | 2024.05.29 21:22:28.626947 [ 3 ] {f47ee8ca-ac6a-4b1f-9893-b695f93db773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10041 | 2024.05.29 21:22:28.626990 [ 3 ] {f47ee8ca-ac6a-4b1f-9893-b695f93db773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10042 | 2024.05.29 21:22:28.627130 [ 3 ] {f47ee8ca-ac6a-4b1f-9893-b695f93db773} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10043 | 2024.05.29 21:22:28.627494 [ 3 ] {f47ee8ca-ac6a-4b1f-9893-b695f93db773} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10044 | 2024.05.29 21:22:28.627531 [ 3 ] {f47ee8ca-ac6a-4b1f-9893-b695f93db773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10045 | 2024.05.29 21:22:28.627840 [ 3 ] {f47ee8ca-ac6a-4b1f-9893-b695f93db773} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10046 | 2024.05.29 21:22:28.628136 [ 3 ] {f47ee8ca-ac6a-4b1f-9893-b695f93db773} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10047 | 2024.05.29 21:22:28.628284 [ 3 ] {f47ee8ca-ac6a-4b1f-9893-b695f93db773} <Debug> executeQuery: Read 123 rows, 10.49 KiB in 0.00139 sec., 88489.20863309353 rows/sec., 7.37 MiB/sec. | ||
10048 | 2024.05.29 21:22:28.628536 [ 3 ] {f47ee8ca-ac6a-4b1f-9893-b695f93db773} <Debug> DynamicQueryHandler: Done processing query | ||
10049 | 2024.05.29 21:22:28.628594 [ 3 ] {f47ee8ca-ac6a-4b1f-9893-b695f93db773} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10050 | 2024.05.29 21:22:28.628643 [ 3 ] {} <Debug> HTTP-Session: 25fdad0f-fc31-4593-9efb-1b540e6d33fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10051 | 2024.05.29 21:22:28.628794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10052 | 2024.05.29 21:22:28.628845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10053 | 2024.05.29 21:22:28.628864 [ 3 ] {} <Debug> HTTP-Session: bd2fe04e-9a10-4942-b513-ef3d00512062 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10054 | 2024.05.29 21:22:28.628880 [ 3 ] {} <Debug> HTTP-Session: bd2fe04e-9a10-4942-b513-ef3d00512062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10055 | 2024.05.29 21:22:28.628894 [ 3 ] {} <Debug> HTTP-Session: bd2fe04e-9a10-4942-b513-ef3d00512062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10056 | 2024.05.29 21:22:28.628926 [ 3 ] {} <Trace> HTTP-Session: bd2fe04e-9a10-4942-b513-ef3d00512062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10057 | 2024.05.29 21:22:28.629023 [ 3 ] {3b961f8b-7129-45ca-ae4f-20f17c8d682c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10058 | 2024.05.29 21:22:28.629067 [ 3 ] {3b961f8b-7129-45ca-ae4f-20f17c8d682c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10059 | 2024.05.29 21:22:28.629207 [ 3 ] {3b961f8b-7129-45ca-ae4f-20f17c8d682c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10060 | 2024.05.29 21:22:28.629471 [ 3 ] {3b961f8b-7129-45ca-ae4f-20f17c8d682c} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10061 | 2024.05.29 21:22:28.629507 [ 3 ] {3b961f8b-7129-45ca-ae4f-20f17c8d682c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10062 | 2024.05.29 21:22:28.629796 [ 3 ] {3b961f8b-7129-45ca-ae4f-20f17c8d682c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10063 | 2024.05.29 21:22:28.630102 [ 3 ] {3b961f8b-7129-45ca-ae4f-20f17c8d682c} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10064 | 2024.05.29 21:22:28.630255 [ 3 ] {3b961f8b-7129-45ca-ae4f-20f17c8d682c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001254 sec., 1594.896331738437 rows/sec., 111.36 KiB/sec. | ||
10065 | 2024.05.29 21:22:28.630563 [ 3 ] {3b961f8b-7129-45ca-ae4f-20f17c8d682c} <Debug> DynamicQueryHandler: Done processing query | ||
10066 | 2024.05.29 21:22:28.630593 [ 3 ] {3b961f8b-7129-45ca-ae4f-20f17c8d682c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10067 | 2024.05.29 21:22:28.630609 [ 3 ] {} <Debug> HTTP-Session: bd2fe04e-9a10-4942-b513-ef3d00512062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10068 | 2024.05.29 21:22:28.630727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10069 | 2024.05.29 21:22:28.630773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10070 | 2024.05.29 21:22:28.630791 [ 3 ] {} <Debug> HTTP-Session: 9de21caf-9318-487f-a2b8-13e6731b8635 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10071 | 2024.05.29 21:22:28.630807 [ 3 ] {} <Debug> HTTP-Session: 9de21caf-9318-487f-a2b8-13e6731b8635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10072 | 2024.05.29 21:22:28.630821 [ 3 ] {} <Debug> HTTP-Session: 9de21caf-9318-487f-a2b8-13e6731b8635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10073 | 2024.05.29 21:22:28.630852 [ 3 ] {} <Trace> HTTP-Session: 9de21caf-9318-487f-a2b8-13e6731b8635 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10074 | 2024.05.29 21:22:28.630973 [ 3 ] {fcf4ebb2-f4c2-4bbe-91b1-02f72eae37f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10075 | 2024.05.29 21:22:28.631016 [ 3 ] {fcf4ebb2-f4c2-4bbe-91b1-02f72eae37f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10076 | 2024.05.29 21:22:28.631163 [ 3 ] {fcf4ebb2-f4c2-4bbe-91b1-02f72eae37f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10077 | 2024.05.29 21:22:28.631482 [ 3 ] {fcf4ebb2-f4c2-4bbe-91b1-02f72eae37f1} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10078 | 2024.05.29 21:22:28.631518 [ 3 ] {fcf4ebb2-f4c2-4bbe-91b1-02f72eae37f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10079 | 2024.05.29 21:22:28.631817 [ 3 ] {fcf4ebb2-f4c2-4bbe-91b1-02f72eae37f1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10080 | 2024.05.29 21:22:28.632110 [ 3 ] {fcf4ebb2-f4c2-4bbe-91b1-02f72eae37f1} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10081 | 2024.05.29 21:22:28.632255 [ 3 ] {fcf4ebb2-f4c2-4bbe-91b1-02f72eae37f1} <Debug> executeQuery: Read 91 rows, 7.31 KiB in 0.001319 sec., 68991.66034874905 rows/sec., 5.41 MiB/sec. | ||
10082 | 2024.05.29 21:22:28.632400 [ 3 ] {fcf4ebb2-f4c2-4bbe-91b1-02f72eae37f1} <Debug> DynamicQueryHandler: Done processing query | ||
10083 | 2024.05.29 21:22:28.632424 [ 3 ] {fcf4ebb2-f4c2-4bbe-91b1-02f72eae37f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10084 | 2024.05.29 21:22:28.632439 [ 3 ] {} <Debug> HTTP-Session: 9de21caf-9318-487f-a2b8-13e6731b8635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10085 | 2024.05.29 21:22:28.632607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10086 | 2024.05.29 21:22:28.632653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10087 | 2024.05.29 21:22:28.632671 [ 3 ] {} <Debug> HTTP-Session: 04fa8c6d-d508-4be6-a313-13cb69ce9fc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10088 | 2024.05.29 21:22:28.632687 [ 3 ] {} <Debug> HTTP-Session: 04fa8c6d-d508-4be6-a313-13cb69ce9fc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10089 | 2024.05.29 21:22:28.632701 [ 3 ] {} <Debug> HTTP-Session: 04fa8c6d-d508-4be6-a313-13cb69ce9fc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10090 | 2024.05.29 21:22:28.632731 [ 3 ] {} <Trace> HTTP-Session: 04fa8c6d-d508-4be6-a313-13cb69ce9fc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10091 | 2024.05.29 21:22:28.632872 [ 3 ] {865ad041-107c-47d6-8760-f5c014073a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10092 | 2024.05.29 21:22:28.632917 [ 3 ] {865ad041-107c-47d6-8760-f5c014073a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10093 | 2024.05.29 21:22:28.633058 [ 3 ] {865ad041-107c-47d6-8760-f5c014073a70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10094 | 2024.05.29 21:22:28.633384 [ 3 ] {865ad041-107c-47d6-8760-f5c014073a70} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10095 | 2024.05.29 21:22:28.633419 [ 3 ] {865ad041-107c-47d6-8760-f5c014073a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10096 | 2024.05.29 21:22:28.633795 [ 3 ] {865ad041-107c-47d6-8760-f5c014073a70} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10097 | 2024.05.29 21:22:28.634118 [ 3 ] {865ad041-107c-47d6-8760-f5c014073a70} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10098 | 2024.05.29 21:22:28.634270 [ 3 ] {865ad041-107c-47d6-8760-f5c014073a70} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00146 sec., 110273.97260273973 rows/sec., 7.68 MiB/sec. | ||
10099 | 2024.05.29 21:22:28.634525 [ 3 ] {865ad041-107c-47d6-8760-f5c014073a70} <Debug> DynamicQueryHandler: Done processing query | ||
10100 | 2024.05.29 21:22:28.634572 [ 3 ] {865ad041-107c-47d6-8760-f5c014073a70} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10101 | 2024.05.29 21:22:28.634612 [ 3 ] {} <Debug> HTTP-Session: 04fa8c6d-d508-4be6-a313-13cb69ce9fc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10102 | 2024.05.29 21:22:28.634749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 23582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10103 | 2024.05.29 21:22:28.634796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10104 | 2024.05.29 21:22:28.634814 [ 3 ] {} <Debug> HTTP-Session: af29fce5-d97f-4947-99d4-c3ede498bdfc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10105 | 2024.05.29 21:22:28.634831 [ 3 ] {} <Debug> HTTP-Session: af29fce5-d97f-4947-99d4-c3ede498bdfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10106 | 2024.05.29 21:22:28.634845 [ 3 ] {} <Debug> HTTP-Session: af29fce5-d97f-4947-99d4-c3ede498bdfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10107 | 2024.05.29 21:22:28.634876 [ 3 ] {} <Trace> HTTP-Session: af29fce5-d97f-4947-99d4-c3ede498bdfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10108 | 2024.05.29 21:22:28.635072 [ 3 ] {6e31eb5a-182a-441e-9d5a-4dd0b9227180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10109 | 2024.05.29 21:22:28.635120 [ 3 ] {6e31eb5a-182a-441e-9d5a-4dd0b9227180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10110 | 2024.05.29 21:22:28.635295 [ 3 ] {6e31eb5a-182a-441e-9d5a-4dd0b9227180} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10111 | 2024.05.29 21:22:28.635653 [ 3 ] {6e31eb5a-182a-441e-9d5a-4dd0b9227180} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10112 | 2024.05.29 21:22:28.635687 [ 3 ] {6e31eb5a-182a-441e-9d5a-4dd0b9227180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10113 | 2024.05.29 21:22:28.636073 [ 3 ] {6e31eb5a-182a-441e-9d5a-4dd0b9227180} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10114 | 2024.05.29 21:22:28.636408 [ 3 ] {6e31eb5a-182a-441e-9d5a-4dd0b9227180} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10115 | 2024.05.29 21:22:28.636568 [ 3 ] {6e31eb5a-182a-441e-9d5a-4dd0b9227180} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001613 sec., 13639.181649101054 rows/sec., 18.41 MiB/sec. | ||
10116 | 2024.05.29 21:22:28.636831 [ 3 ] {6e31eb5a-182a-441e-9d5a-4dd0b9227180} <Debug> DynamicQueryHandler: Done processing query | ||
10117 | 2024.05.29 21:22:28.636883 [ 3 ] {6e31eb5a-182a-441e-9d5a-4dd0b9227180} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10118 | 2024.05.29 21:22:28.636945 [ 3 ] {} <Debug> HTTP-Session: af29fce5-d97f-4947-99d4-c3ede498bdfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10119 | 2024.05.29 21:22:28.637102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10120 | 2024.05.29 21:22:28.637152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10121 | 2024.05.29 21:22:28.637172 [ 3 ] {} <Debug> HTTP-Session: f88ef263-7bda-4099-b988-91509e399649 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10122 | 2024.05.29 21:22:28.637188 [ 3 ] {} <Debug> HTTP-Session: f88ef263-7bda-4099-b988-91509e399649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10123 | 2024.05.29 21:22:28.637202 [ 3 ] {} <Debug> HTTP-Session: f88ef263-7bda-4099-b988-91509e399649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10124 | 2024.05.29 21:22:28.637234 [ 3 ] {} <Trace> HTTP-Session: f88ef263-7bda-4099-b988-91509e399649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10125 | 2024.05.29 21:22:28.637335 [ 3 ] {edec8777-600f-47c5-8fd1-44a00b4d1b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10126 | 2024.05.29 21:22:28.637380 [ 3 ] {edec8777-600f-47c5-8fd1-44a00b4d1b19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10127 | 2024.05.29 21:22:28.637523 [ 3 ] {edec8777-600f-47c5-8fd1-44a00b4d1b19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10128 | 2024.05.29 21:22:28.637830 [ 3 ] {edec8777-600f-47c5-8fd1-44a00b4d1b19} <Trace> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10129 | 2024.05.29 21:22:28.637865 [ 3 ] {edec8777-600f-47c5-8fd1-44a00b4d1b19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10130 | 2024.05.29 21:22:28.638208 [ 3 ] {edec8777-600f-47c5-8fd1-44a00b4d1b19} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
10131 | 2024.05.29 21:22:28.638521 [ 3 ] {edec8777-600f-47c5-8fd1-44a00b4d1b19} <Trace> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10132 | 2024.05.29 21:22:28.638680 [ 3 ] {edec8777-600f-47c5-8fd1-44a00b4d1b19} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001354 sec., 2215.6573116691284 rows/sec., 177.43 KiB/sec. | ||
10133 | 2024.05.29 21:22:28.639070 [ 3 ] {edec8777-600f-47c5-8fd1-44a00b4d1b19} <Debug> DynamicQueryHandler: Done processing query | ||
10134 | 2024.05.29 21:22:28.639094 [ 3 ] {edec8777-600f-47c5-8fd1-44a00b4d1b19} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10135 | 2024.05.29 21:22:28.639109 [ 3 ] {} <Debug> HTTP-Session: f88ef263-7bda-4099-b988-91509e399649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10136 | 2024.05.29 21:22:28.639214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10137 | 2024.05.29 21:22:28.639261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10138 | 2024.05.29 21:22:28.639280 [ 3 ] {} <Debug> HTTP-Session: 8c35de6a-d98e-42db-8484-62ddc053f316 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10139 | 2024.05.29 21:22:28.639297 [ 3 ] {} <Debug> HTTP-Session: 8c35de6a-d98e-42db-8484-62ddc053f316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10140 | 2024.05.29 21:22:28.639311 [ 3 ] {} <Debug> HTTP-Session: 8c35de6a-d98e-42db-8484-62ddc053f316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10141 | 2024.05.29 21:22:28.639341 [ 3 ] {} <Trace> HTTP-Session: 8c35de6a-d98e-42db-8484-62ddc053f316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10142 | 2024.05.29 21:22:28.639451 [ 3 ] {f304dd66-8488-41a1-9205-e1db4a04032f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10143 | 2024.05.29 21:22:28.639495 [ 3 ] {f304dd66-8488-41a1-9205-e1db4a04032f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10144 | 2024.05.29 21:22:28.639645 [ 3 ] {f304dd66-8488-41a1-9205-e1db4a04032f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10145 | 2024.05.29 21:22:28.639935 [ 3 ] {f304dd66-8488-41a1-9205-e1db4a04032f} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10146 | 2024.05.29 21:22:28.639970 [ 3 ] {f304dd66-8488-41a1-9205-e1db4a04032f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10147 | 2024.05.29 21:22:28.640308 [ 3 ] {f304dd66-8488-41a1-9205-e1db4a04032f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10148 | 2024.05.29 21:22:28.640615 [ 3 ] {f304dd66-8488-41a1-9205-e1db4a04032f} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10149 | 2024.05.29 21:22:28.640765 [ 3 ] {f304dd66-8488-41a1-9205-e1db4a04032f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. | ||
10150 | 2024.05.29 21:22:28.640910 [ 3 ] {f304dd66-8488-41a1-9205-e1db4a04032f} <Debug> DynamicQueryHandler: Done processing query | ||
10151 | 2024.05.29 21:22:28.640932 [ 3 ] {f304dd66-8488-41a1-9205-e1db4a04032f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10152 | 2024.05.29 21:22:28.640947 [ 3 ] {} <Debug> HTTP-Session: 8c35de6a-d98e-42db-8484-62ddc053f316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10153 | 2024.05.29 21:22:33.621590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10154 | 2024.05.29 21:22:33.621738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10155 | 2024.05.29 21:22:33.621767 [ 3 ] {} <Debug> HTTP-Session: c3136b4d-ec66-4012-8fa7-c716900a994f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10156 | 2024.05.29 21:22:33.621795 [ 3 ] {} <Debug> HTTP-Session: c3136b4d-ec66-4012-8fa7-c716900a994f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10157 | 2024.05.29 21:22:33.621813 [ 3 ] {} <Debug> HTTP-Session: c3136b4d-ec66-4012-8fa7-c716900a994f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10158 | 2024.05.29 21:22:33.621869 [ 3 ] {} <Trace> HTTP-Session: c3136b4d-ec66-4012-8fa7-c716900a994f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10159 | 2024.05.29 21:22:33.622071 [ 3 ] {63300013-3ccf-444b-91c7-fbe1c8f14ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10160 | 2024.05.29 21:22:33.622143 [ 3 ] {63300013-3ccf-444b-91c7-fbe1c8f14ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10161 | 2024.05.29 21:22:33.622368 [ 3 ] {63300013-3ccf-444b-91c7-fbe1c8f14ccc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10162 | 2024.05.29 21:22:33.622792 [ 3 ] {63300013-3ccf-444b-91c7-fbe1c8f14ccc} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10163 | 2024.05.29 21:22:33.622832 [ 3 ] {63300013-3ccf-444b-91c7-fbe1c8f14ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10164 | 2024.05.29 21:22:33.623205 [ 3 ] {63300013-3ccf-444b-91c7-fbe1c8f14ccc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10165 | 2024.05.29 21:22:33.623540 [ 3 ] {63300013-3ccf-444b-91c7-fbe1c8f14ccc} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10166 | 2024.05.29 21:22:33.623685 [ 3 ] {63300013-3ccf-444b-91c7-fbe1c8f14ccc} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001678 sec., 8343.265792610251 rows/sec., 676.26 KiB/sec. | ||
10167 | 2024.05.29 21:22:33.623883 [ 3 ] {63300013-3ccf-444b-91c7-fbe1c8f14ccc} <Debug> DynamicQueryHandler: Done processing query | ||
10168 | 2024.05.29 21:22:33.623908 [ 3 ] {63300013-3ccf-444b-91c7-fbe1c8f14ccc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10169 | 2024.05.29 21:22:33.623924 [ 3 ] {} <Debug> HTTP-Session: c3136b4d-ec66-4012-8fa7-c716900a994f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10170 | 2024.05.29 21:22:33.624141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10171 | 2024.05.29 21:22:33.624193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10172 | 2024.05.29 21:22:33.624212 [ 3 ] {} <Debug> HTTP-Session: 0868d712-d98d-4aa9-b156-466a4538c341 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10173 | 2024.05.29 21:22:33.624230 [ 3 ] {} <Debug> HTTP-Session: 0868d712-d98d-4aa9-b156-466a4538c341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10174 | 2024.05.29 21:22:33.624244 [ 3 ] {} <Debug> HTTP-Session: 0868d712-d98d-4aa9-b156-466a4538c341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10175 | 2024.05.29 21:22:33.624278 [ 3 ] {} <Trace> HTTP-Session: 0868d712-d98d-4aa9-b156-466a4538c341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10176 | 2024.05.29 21:22:33.624377 [ 3 ] {16c855b7-5151-460d-930f-fbc531f847e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10177 | 2024.05.29 21:22:33.624419 [ 3 ] {16c855b7-5151-460d-930f-fbc531f847e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10178 | 2024.05.29 21:22:33.624544 [ 3 ] {16c855b7-5151-460d-930f-fbc531f847e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10179 | 2024.05.29 21:22:33.624818 [ 3 ] {16c855b7-5151-460d-930f-fbc531f847e3} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10180 | 2024.05.29 21:22:33.624853 [ 3 ] {16c855b7-5151-460d-930f-fbc531f847e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10181 | 2024.05.29 21:22:33.625141 [ 3 ] {16c855b7-5151-460d-930f-fbc531f847e3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10182 | 2024.05.29 21:22:33.625440 [ 3 ] {16c855b7-5151-460d-930f-fbc531f847e3} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10183 | 2024.05.29 21:22:33.625563 [ 3 ] {16c855b7-5151-460d-930f-fbc531f847e3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001214 sec., 1647.4464579901153 rows/sec., 134.34 KiB/sec. | ||
10184 | 2024.05.29 21:22:33.625706 [ 3 ] {16c855b7-5151-460d-930f-fbc531f847e3} <Debug> DynamicQueryHandler: Done processing query | ||
10185 | 2024.05.29 21:22:33.625729 [ 3 ] {16c855b7-5151-460d-930f-fbc531f847e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10186 | 2024.05.29 21:22:33.625746 [ 3 ] {} <Debug> HTTP-Session: 0868d712-d98d-4aa9-b156-466a4538c341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10187 | 2024.05.29 21:22:33.625883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 19219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10188 | 2024.05.29 21:22:33.625928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10189 | 2024.05.29 21:22:33.625946 [ 3 ] {} <Debug> HTTP-Session: 1a784b10-d83e-4170-b31d-d37a316e6fac Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10190 | 2024.05.29 21:22:33.625962 [ 3 ] {} <Debug> HTTP-Session: 1a784b10-d83e-4170-b31d-d37a316e6fac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10191 | 2024.05.29 21:22:33.625975 [ 3 ] {} <Debug> HTTP-Session: 1a784b10-d83e-4170-b31d-d37a316e6fac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10192 | 2024.05.29 21:22:33.626005 [ 3 ] {} <Trace> HTTP-Session: 1a784b10-d83e-4170-b31d-d37a316e6fac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10193 | 2024.05.29 21:22:33.626131 [ 3 ] {31586106-7e5e-41fd-8bd2-9bbe4ba9a6b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10194 | 2024.05.29 21:22:33.626171 [ 3 ] {31586106-7e5e-41fd-8bd2-9bbe4ba9a6b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10195 | 2024.05.29 21:22:33.626289 [ 3 ] {31586106-7e5e-41fd-8bd2-9bbe4ba9a6b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10196 | 2024.05.29 21:22:33.626643 [ 3 ] {31586106-7e5e-41fd-8bd2-9bbe4ba9a6b9} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10197 | 2024.05.29 21:22:33.626678 [ 3 ] {31586106-7e5e-41fd-8bd2-9bbe4ba9a6b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10198 | 2024.05.29 21:22:33.626986 [ 3 ] {31586106-7e5e-41fd-8bd2-9bbe4ba9a6b9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10199 | 2024.05.29 21:22:33.627282 [ 3 ] {31586106-7e5e-41fd-8bd2-9bbe4ba9a6b9} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10200 | 2024.05.29 21:22:33.627403 [ 3 ] {31586106-7e5e-41fd-8bd2-9bbe4ba9a6b9} <Debug> executeQuery: Read 135 rows, 11.04 KiB in 0.001327 sec., 101733.23285606632 rows/sec., 8.13 MiB/sec. | ||
10201 | 2024.05.29 21:22:33.627556 [ 3 ] {31586106-7e5e-41fd-8bd2-9bbe4ba9a6b9} <Debug> DynamicQueryHandler: Done processing query | ||
10202 | 2024.05.29 21:22:33.627579 [ 3 ] {31586106-7e5e-41fd-8bd2-9bbe4ba9a6b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10203 | 2024.05.29 21:22:33.627595 [ 3 ] {} <Debug> HTTP-Session: 1a784b10-d83e-4170-b31d-d37a316e6fac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10204 | 2024.05.29 21:22:33.627748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10205 | 2024.05.29 21:22:33.627795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10206 | 2024.05.29 21:22:33.627814 [ 3 ] {} <Debug> HTTP-Session: 1fac26b8-3842-4db2-ac31-0da616547072 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10207 | 2024.05.29 21:22:33.627829 [ 3 ] {} <Debug> HTTP-Session: 1fac26b8-3842-4db2-ac31-0da616547072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10208 | 2024.05.29 21:22:33.627843 [ 3 ] {} <Debug> HTTP-Session: 1fac26b8-3842-4db2-ac31-0da616547072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10209 | 2024.05.29 21:22:33.627873 [ 3 ] {} <Trace> HTTP-Session: 1fac26b8-3842-4db2-ac31-0da616547072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10210 | 2024.05.29 21:22:33.627962 [ 3 ] {87e11f3f-9da4-494f-8dbb-e70f189ec112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10211 | 2024.05.29 21:22:33.628003 [ 3 ] {87e11f3f-9da4-494f-8dbb-e70f189ec112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10212 | 2024.05.29 21:22:33.628125 [ 3 ] {87e11f3f-9da4-494f-8dbb-e70f189ec112} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10213 | 2024.05.29 21:22:33.628371 [ 3 ] {87e11f3f-9da4-494f-8dbb-e70f189ec112} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10214 | 2024.05.29 21:22:33.628406 [ 3 ] {87e11f3f-9da4-494f-8dbb-e70f189ec112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10215 | 2024.05.29 21:22:33.628706 [ 3 ] {87e11f3f-9da4-494f-8dbb-e70f189ec112} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10216 | 2024.05.29 21:22:33.629002 [ 3 ] {87e11f3f-9da4-494f-8dbb-e70f189ec112} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10217 | 2024.05.29 21:22:33.629128 [ 3 ] {87e11f3f-9da4-494f-8dbb-e70f189ec112} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001187 sec., 1684.9199663016009 rows/sec., 117.65 KiB/sec. | ||
10218 | 2024.05.29 21:22:33.629381 [ 3 ] {87e11f3f-9da4-494f-8dbb-e70f189ec112} <Debug> DynamicQueryHandler: Done processing query | ||
10219 | 2024.05.29 21:22:33.629411 [ 3 ] {87e11f3f-9da4-494f-8dbb-e70f189ec112} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10220 | 2024.05.29 21:22:33.629427 [ 3 ] {} <Debug> HTTP-Session: 1fac26b8-3842-4db2-ac31-0da616547072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10221 | 2024.05.29 21:22:33.629557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10222 | 2024.05.29 21:22:33.629603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10223 | 2024.05.29 21:22:33.629621 [ 3 ] {} <Debug> HTTP-Session: 2301baaf-1fc8-4255-a8f7-4948f3ec9645 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10224 | 2024.05.29 21:22:33.629637 [ 3 ] {} <Debug> HTTP-Session: 2301baaf-1fc8-4255-a8f7-4948f3ec9645 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10225 | 2024.05.29 21:22:33.629650 [ 3 ] {} <Debug> HTTP-Session: 2301baaf-1fc8-4255-a8f7-4948f3ec9645 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10226 | 2024.05.29 21:22:33.629681 [ 3 ] {} <Trace> HTTP-Session: 2301baaf-1fc8-4255-a8f7-4948f3ec9645 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10227 | 2024.05.29 21:22:33.629802 [ 3 ] {3bb2f8bf-930e-4a03-9009-9233abb8597c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10228 | 2024.05.29 21:22:33.629845 [ 3 ] {3bb2f8bf-930e-4a03-9009-9233abb8597c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10229 | 2024.05.29 21:22:33.629983 [ 3 ] {3bb2f8bf-930e-4a03-9009-9233abb8597c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10230 | 2024.05.29 21:22:33.630314 [ 3 ] {3bb2f8bf-930e-4a03-9009-9233abb8597c} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10231 | 2024.05.29 21:22:33.630349 [ 3 ] {3bb2f8bf-930e-4a03-9009-9233abb8597c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10232 | 2024.05.29 21:22:33.630652 [ 3 ] {3bb2f8bf-930e-4a03-9009-9233abb8597c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10233 | 2024.05.29 21:22:33.630946 [ 3 ] {3bb2f8bf-930e-4a03-9009-9233abb8597c} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10234 | 2024.05.29 21:22:33.631066 [ 3 ] {3bb2f8bf-930e-4a03-9009-9233abb8597c} <Debug> executeQuery: Read 104 rows, 8.30 KiB in 0.001311 sec., 79328.75667429443 rows/sec., 6.18 MiB/sec. | ||
10235 | 2024.05.29 21:22:33.631298 [ 3 ] {3bb2f8bf-930e-4a03-9009-9233abb8597c} <Debug> DynamicQueryHandler: Done processing query | ||
10236 | 2024.05.29 21:22:33.631355 [ 3 ] {3bb2f8bf-930e-4a03-9009-9233abb8597c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10237 | 2024.05.29 21:22:33.631406 [ 3 ] {} <Debug> HTTP-Session: 2301baaf-1fc8-4255-a8f7-4948f3ec9645 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10238 | 2024.05.29 21:22:33.631618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 37758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10239 | 2024.05.29 21:22:33.631667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10240 | 2024.05.29 21:22:33.631686 [ 3 ] {} <Debug> HTTP-Session: 6e79bdf4-d6dd-4af9-97fa-2aa37c88ff02 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10241 | 2024.05.29 21:22:33.631702 [ 3 ] {} <Debug> HTTP-Session: 6e79bdf4-d6dd-4af9-97fa-2aa37c88ff02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10242 | 2024.05.29 21:22:33.631716 [ 3 ] {} <Debug> HTTP-Session: 6e79bdf4-d6dd-4af9-97fa-2aa37c88ff02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10243 | 2024.05.29 21:22:33.631747 [ 3 ] {} <Trace> HTTP-Session: 6e79bdf4-d6dd-4af9-97fa-2aa37c88ff02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10244 | 2024.05.29 21:22:33.631914 [ 3 ] {2d6c1cd0-0732-417c-9a67-210ad0e15559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10245 | 2024.05.29 21:22:33.631963 [ 3 ] {2d6c1cd0-0732-417c-9a67-210ad0e15559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10246 | 2024.05.29 21:22:33.632119 [ 3 ] {2d6c1cd0-0732-417c-9a67-210ad0e15559} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10247 | 2024.05.29 21:22:33.632512 [ 3 ] {2d6c1cd0-0732-417c-9a67-210ad0e15559} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10248 | 2024.05.29 21:22:33.632547 [ 3 ] {2d6c1cd0-0732-417c-9a67-210ad0e15559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10249 | 2024.05.29 21:22:33.632927 [ 3 ] {2d6c1cd0-0732-417c-9a67-210ad0e15559} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10250 | 2024.05.29 21:22:33.633253 [ 3 ] {2d6c1cd0-0732-417c-9a67-210ad0e15559} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10251 | 2024.05.29 21:22:33.633375 [ 3 ] {2d6c1cd0-0732-417c-9a67-210ad0e15559} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001546 sec., 127425.61448900387 rows/sec., 8.90 MiB/sec. | ||
10252 | 2024.05.29 21:22:33.633375 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10253 | 2024.05.29 21:22:33.633439 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10254 | 2024.05.29 21:22:33.633473 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10255 | 2024.05.29 21:22:33.633579 [ 3 ] {2d6c1cd0-0732-417c-9a67-210ad0e15559} <Debug> DynamicQueryHandler: Done processing query | ||
10256 | 2024.05.29 21:22:33.633641 [ 3 ] {2d6c1cd0-0732-417c-9a67-210ad0e15559} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10257 | 2024.05.29 21:22:33.633697 [ 3 ] {} <Debug> HTTP-Session: 6e79bdf4-d6dd-4af9-97fa-2aa37c88ff02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10258 | 2024.05.29 21:22:33.633712 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
10259 | 2024.05.29 21:22:33.633932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10260 | 2024.05.29 21:22:33.634107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10261 | 2024.05.29 21:22:33.634235 [ 3 ] {} <Debug> HTTP-Session: 803138b4-82e5-4b32-8781-9f261dce6a3e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10262 | 2024.05.29 21:22:33.634327 [ 3 ] {} <Debug> HTTP-Session: 803138b4-82e5-4b32-8781-9f261dce6a3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10263 | 2024.05.29 21:22:33.634408 [ 3 ] {} <Debug> HTTP-Session: 803138b4-82e5-4b32-8781-9f261dce6a3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10264 | 2024.05.29 21:22:33.634546 [ 3 ] {} <Trace> HTTP-Session: 803138b4-82e5-4b32-8781-9f261dce6a3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10265 | 2024.05.29 21:22:33.634641 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10266 | 2024.05.29 21:22:33.634763 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 7928 rows starting from the beginning of the part | ||
10267 | 2024.05.29 21:22:33.634930 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
10268 | 2024.05.29 21:22:33.634935 [ 3 ] {57c34a6a-e901-454d-b46d-52bf1355e192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10269 | 2024.05.29 21:22:33.635047 [ 3 ] {57c34a6a-e901-454d-b46d-52bf1355e192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10270 | 2024.05.29 21:22:33.635069 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 162 rows starting from the beginning of the part | ||
10271 | 2024.05.29 21:22:33.635598 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
10272 | 2024.05.29 21:22:33.635880 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 161 rows starting from the beginning of the part | ||
10273 | 2024.05.29 21:22:33.636272 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 197 rows starting from the beginning of the part | ||
10274 | 2024.05.29 21:22:33.636804 [ 3 ] {57c34a6a-e901-454d-b46d-52bf1355e192} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10275 | 2024.05.29 21:22:33.637313 [ 3 ] {57c34a6a-e901-454d-b46d-52bf1355e192} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10276 | 2024.05.29 21:22:33.637349 [ 3 ] {57c34a6a-e901-454d-b46d-52bf1355e192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10277 | 2024.05.29 21:22:33.637835 [ 3 ] {57c34a6a-e901-454d-b46d-52bf1355e192} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10278 | 2024.05.29 21:22:33.638373 [ 3 ] {57c34a6a-e901-454d-b46d-52bf1355e192} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10279 | 2024.05.29 21:22:33.638514 [ 3 ] {57c34a6a-e901-454d-b46d-52bf1355e192} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.00375 sec., 3733.3333333333335 rows/sec., 5.04 MiB/sec. | ||
10280 | 2024.05.29 21:22:33.638685 [ 3 ] {57c34a6a-e901-454d-b46d-52bf1355e192} <Debug> DynamicQueryHandler: Done processing query | ||
10281 | 2024.05.29 21:22:33.638709 [ 3 ] {57c34a6a-e901-454d-b46d-52bf1355e192} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10282 | 2024.05.29 21:22:33.638724 [ 3 ] {} <Debug> HTTP-Session: 803138b4-82e5-4b32-8781-9f261dce6a3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10283 | 2024.05.29 21:22:33.638886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10284 | 2024.05.29 21:22:33.638932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10285 | 2024.05.29 21:22:33.638949 [ 3 ] {} <Debug> HTTP-Session: 0f05e1ca-8597-4b64-9cfe-4aaf6e43a696 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10286 | 2024.05.29 21:22:33.638965 [ 3 ] {} <Debug> HTTP-Session: 0f05e1ca-8597-4b64-9cfe-4aaf6e43a696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10287 | 2024.05.29 21:22:33.638978 [ 3 ] {} <Debug> HTTP-Session: 0f05e1ca-8597-4b64-9cfe-4aaf6e43a696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10288 | 2024.05.29 21:22:33.639044 [ 3 ] {} <Trace> HTTP-Session: 0f05e1ca-8597-4b64-9cfe-4aaf6e43a696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10289 | 2024.05.29 21:22:33.639178 [ 3 ] {66d50fa5-1f34-4988-ab6b-2259587e7bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10290 | 2024.05.29 21:22:33.639222 [ 3 ] {66d50fa5-1f34-4988-ab6b-2259587e7bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10291 | 2024.05.29 21:22:33.639356 [ 3 ] {66d50fa5-1f34-4988-ab6b-2259587e7bb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10292 | 2024.05.29 21:22:33.639720 [ 3 ] {66d50fa5-1f34-4988-ab6b-2259587e7bb7} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10293 | 2024.05.29 21:22:33.639756 [ 3 ] {66d50fa5-1f34-4988-ab6b-2259587e7bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10294 | 2024.05.29 21:22:33.640235 [ 3 ] {66d50fa5-1f34-4988-ab6b-2259587e7bb7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10295 | 2024.05.29 21:22:33.640281 [ 201 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8768 rows, containing 5 columns (5 merged, 0 gathered) in 0.006744428 sec., 1300036.1187042103 rows/sec., 90.74 MiB/sec. | ||
10296 | 2024.05.29 21:22:33.640597 [ 201 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10297 | 2024.05.29 21:22:33.640781 [ 3 ] {66d50fa5-1f34-4988-ab6b-2259587e7bb7} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10298 | 2024.05.29 21:22:33.640990 [ 146 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10299 | 2024.05.29 21:22:33.641064 [ 3 ] {66d50fa5-1f34-4988-ab6b-2259587e7bb7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001896 sec., 31645.569620253165 rows/sec., 2.13 MiB/sec. | ||
10300 | 2024.05.29 21:22:33.641093 [ 146 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10301 | 2024.05.29 21:22:33.641172 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10302 | 2024.05.29 21:22:33.641668 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
10303 | 2024.05.29 21:22:33.641838 [ 3 ] {66d50fa5-1f34-4988-ab6b-2259587e7bb7} <Debug> DynamicQueryHandler: Done processing query | ||
10304 | 2024.05.29 21:22:33.641908 [ 3 ] {66d50fa5-1f34-4988-ab6b-2259587e7bb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10305 | 2024.05.29 21:22:33.641990 [ 3 ] {} <Debug> HTTP-Session: 0f05e1ca-8597-4b64-9cfe-4aaf6e43a696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10306 | 2024.05.29 21:22:33.642069 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10307 | 2024.05.29 21:22:33.642115 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2772 rows starting from the beginning of the part | ||
10308 | 2024.05.29 21:22:33.642119 [ 201 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10309 | 2024.05.29 21:22:33.642299 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
10310 | 2024.05.29 21:22:33.642326 [ 201 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10311 | 2024.05.29 21:22:33.642635 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
10312 | 2024.05.29 21:22:33.642667 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
10313 | 2024.05.29 21:22:33.642803 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
10314 | 2024.05.29 21:22:33.642938 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
10315 | 2024.05.29 21:22:33.643066 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
10316 | 2024.05.29 21:22:33.644589 [ 200 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3072 rows, containing 4 columns (4 merged, 0 gathered) in 0.003225869 sec., 952301.5348732388 rows/sec., 63.97 MiB/sec. | ||
10317 | 2024.05.29 21:22:33.644905 [ 186 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10318 | 2024.05.29 21:22:33.645326 [ 186 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_61_12} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10319 | 2024.05.29 21:22:33.645405 [ 186 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_61_12} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10320 | 2024.05.29 21:22:33.645489 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
10321 | 2024.05.29 21:22:36.142981 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10322 | 2024.05.29 21:22:36.143050 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10323 | 2024.05.29 21:22:38.621290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10324 | 2024.05.29 21:22:38.621417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10325 | 2024.05.29 21:22:38.621444 [ 3 ] {} <Debug> HTTP-Session: a1f020f2-fceb-446c-acdf-9912d8b7239a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10326 | 2024.05.29 21:22:38.621473 [ 3 ] {} <Debug> HTTP-Session: a1f020f2-fceb-446c-acdf-9912d8b7239a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10327 | 2024.05.29 21:22:38.621490 [ 3 ] {} <Debug> HTTP-Session: a1f020f2-fceb-446c-acdf-9912d8b7239a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10328 | 2024.05.29 21:22:38.621547 [ 3 ] {} <Trace> HTTP-Session: a1f020f2-fceb-446c-acdf-9912d8b7239a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10329 | 2024.05.29 21:22:38.621763 [ 3 ] {05b06f7f-e91b-4126-9242-5fd96283b634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10330 | 2024.05.29 21:22:38.621832 [ 3 ] {05b06f7f-e91b-4126-9242-5fd96283b634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10331 | 2024.05.29 21:22:38.622023 [ 3 ] {05b06f7f-e91b-4126-9242-5fd96283b634} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10332 | 2024.05.29 21:22:38.622480 [ 3 ] {05b06f7f-e91b-4126-9242-5fd96283b634} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10333 | 2024.05.29 21:22:38.622522 [ 3 ] {05b06f7f-e91b-4126-9242-5fd96283b634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10334 | 2024.05.29 21:22:38.622886 [ 3 ] {05b06f7f-e91b-4126-9242-5fd96283b634} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10335 | 2024.05.29 21:22:38.623220 [ 3 ] {05b06f7f-e91b-4126-9242-5fd96283b634} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10336 | 2024.05.29 21:22:38.623383 [ 3 ] {05b06f7f-e91b-4126-9242-5fd96283b634} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001686 sec., 17200.47449584816 rows/sec., 1.36 MiB/sec. | ||
10337 | 2024.05.29 21:22:38.623605 [ 3 ] {05b06f7f-e91b-4126-9242-5fd96283b634} <Debug> DynamicQueryHandler: Done processing query | ||
10338 | 2024.05.29 21:22:38.623644 [ 3 ] {05b06f7f-e91b-4126-9242-5fd96283b634} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10339 | 2024.05.29 21:22:38.623677 [ 3 ] {} <Debug> HTTP-Session: a1f020f2-fceb-446c-acdf-9912d8b7239a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10340 | 2024.05.29 21:22:38.623925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 21005, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10341 | 2024.05.29 21:22:38.623972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10342 | 2024.05.29 21:22:38.623991 [ 3 ] {} <Debug> HTTP-Session: 97820b6d-b6cf-49c0-9754-0a2ae0911b73 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10343 | 2024.05.29 21:22:38.624008 [ 3 ] {} <Debug> HTTP-Session: 97820b6d-b6cf-49c0-9754-0a2ae0911b73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10344 | 2024.05.29 21:22:38.624022 [ 3 ] {} <Debug> HTTP-Session: 97820b6d-b6cf-49c0-9754-0a2ae0911b73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10345 | 2024.05.29 21:22:38.624053 [ 3 ] {} <Trace> HTTP-Session: 97820b6d-b6cf-49c0-9754-0a2ae0911b73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10346 | 2024.05.29 21:22:38.624188 [ 3 ] {b162abd2-424b-45e0-ab79-91b51aac0b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10347 | 2024.05.29 21:22:38.624235 [ 3 ] {b162abd2-424b-45e0-ab79-91b51aac0b24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10348 | 2024.05.29 21:22:38.624361 [ 3 ] {b162abd2-424b-45e0-ab79-91b51aac0b24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10349 | 2024.05.29 21:22:38.624770 [ 3 ] {b162abd2-424b-45e0-ab79-91b51aac0b24} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10350 | 2024.05.29 21:22:38.624806 [ 3 ] {b162abd2-424b-45e0-ab79-91b51aac0b24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10351 | 2024.05.29 21:22:38.625120 [ 3 ] {b162abd2-424b-45e0-ab79-91b51aac0b24} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10352 | 2024.05.29 21:22:38.625433 [ 3 ] {b162abd2-424b-45e0-ab79-91b51aac0b24} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10353 | 2024.05.29 21:22:38.625596 [ 3 ] {b162abd2-424b-45e0-ab79-91b51aac0b24} <Debug> executeQuery: Read 143 rows, 12.30 KiB in 0.001461 sec., 97878.16563997262 rows/sec., 8.22 MiB/sec. | ||
10354 | 2024.05.29 21:22:38.625861 [ 3 ] {b162abd2-424b-45e0-ab79-91b51aac0b24} <Debug> DynamicQueryHandler: Done processing query | ||
10355 | 2024.05.29 21:22:38.625917 [ 3 ] {b162abd2-424b-45e0-ab79-91b51aac0b24} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10356 | 2024.05.29 21:22:38.625971 [ 3 ] {} <Debug> HTTP-Session: 97820b6d-b6cf-49c0-9754-0a2ae0911b73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10357 | 2024.05.29 21:22:38.626151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10358 | 2024.05.29 21:22:38.626202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10359 | 2024.05.29 21:22:38.626220 [ 3 ] {} <Debug> HTTP-Session: 048ae348-c4d3-4c8c-a239-347c1937fba7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10360 | 2024.05.29 21:22:38.626237 [ 3 ] {} <Debug> HTTP-Session: 048ae348-c4d3-4c8c-a239-347c1937fba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10361 | 2024.05.29 21:22:38.626250 [ 3 ] {} <Debug> HTTP-Session: 048ae348-c4d3-4c8c-a239-347c1937fba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10362 | 2024.05.29 21:22:38.626282 [ 3 ] {} <Trace> HTTP-Session: 048ae348-c4d3-4c8c-a239-347c1937fba7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10363 | 2024.05.29 21:22:38.626406 [ 3 ] {fada4c0d-29f5-4519-bc20-d9e59f12e043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10364 | 2024.05.29 21:22:38.626448 [ 3 ] {fada4c0d-29f5-4519-bc20-d9e59f12e043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10365 | 2024.05.29 21:22:38.626591 [ 3 ] {fada4c0d-29f5-4519-bc20-d9e59f12e043} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10366 | 2024.05.29 21:22:38.626914 [ 3 ] {fada4c0d-29f5-4519-bc20-d9e59f12e043} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10367 | 2024.05.29 21:22:38.626949 [ 3 ] {fada4c0d-29f5-4519-bc20-d9e59f12e043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10368 | 2024.05.29 21:22:38.627259 [ 3 ] {fada4c0d-29f5-4519-bc20-d9e59f12e043} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10369 | 2024.05.29 21:22:38.627561 [ 3 ] {fada4c0d-29f5-4519-bc20-d9e59f12e043} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10370 | 2024.05.29 21:22:38.627712 [ 3 ] {fada4c0d-29f5-4519-bc20-d9e59f12e043} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.001348 sec., 75667.65578635015 rows/sec., 5.91 MiB/sec. | ||
10371 | 2024.05.29 21:22:38.627871 [ 3 ] {fada4c0d-29f5-4519-bc20-d9e59f12e043} <Debug> DynamicQueryHandler: Done processing query | ||
10372 | 2024.05.29 21:22:38.627894 [ 3 ] {fada4c0d-29f5-4519-bc20-d9e59f12e043} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10373 | 2024.05.29 21:22:38.627909 [ 3 ] {} <Debug> HTTP-Session: 048ae348-c4d3-4c8c-a239-347c1937fba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10374 | 2024.05.29 21:22:38.628080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10375 | 2024.05.29 21:22:38.628125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10376 | 2024.05.29 21:22:38.628143 [ 3 ] {} <Debug> HTTP-Session: 53de12fd-4df4-4243-bc03-2d916c190dfb Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10377 | 2024.05.29 21:22:38.628159 [ 3 ] {} <Debug> HTTP-Session: 53de12fd-4df4-4243-bc03-2d916c190dfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10378 | 2024.05.29 21:22:38.628172 [ 3 ] {} <Debug> HTTP-Session: 53de12fd-4df4-4243-bc03-2d916c190dfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10379 | 2024.05.29 21:22:38.628202 [ 3 ] {} <Trace> HTTP-Session: 53de12fd-4df4-4243-bc03-2d916c190dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10380 | 2024.05.29 21:22:38.628338 [ 3 ] {e186f1e5-f377-4247-88e8-c036e5fe1863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10381 | 2024.05.29 21:22:38.628384 [ 3 ] {e186f1e5-f377-4247-88e8-c036e5fe1863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10382 | 2024.05.29 21:22:38.628525 [ 3 ] {e186f1e5-f377-4247-88e8-c036e5fe1863} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10383 | 2024.05.29 21:22:38.628884 [ 3 ] {e186f1e5-f377-4247-88e8-c036e5fe1863} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10384 | 2024.05.29 21:22:38.628919 [ 3 ] {e186f1e5-f377-4247-88e8-c036e5fe1863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10385 | 2024.05.29 21:22:38.629304 [ 3 ] {e186f1e5-f377-4247-88e8-c036e5fe1863} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10386 | 2024.05.29 21:22:38.629646 [ 3 ] {e186f1e5-f377-4247-88e8-c036e5fe1863} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10387 | 2024.05.29 21:22:38.629797 [ 3 ] {e186f1e5-f377-4247-88e8-c036e5fe1863} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001512 sec., 105820.10582010582 rows/sec., 7.37 MiB/sec. | ||
10388 | 2024.05.29 21:22:38.629957 [ 3 ] {e186f1e5-f377-4247-88e8-c036e5fe1863} <Debug> DynamicQueryHandler: Done processing query | ||
10389 | 2024.05.29 21:22:38.629980 [ 3 ] {e186f1e5-f377-4247-88e8-c036e5fe1863} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10390 | 2024.05.29 21:22:38.629995 [ 3 ] {} <Debug> HTTP-Session: 53de12fd-4df4-4243-bc03-2d916c190dfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10391 | 2024.05.29 21:22:38.630151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 31061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10392 | 2024.05.29 21:22:38.630198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10393 | 2024.05.29 21:22:38.630217 [ 3 ] {} <Debug> HTTP-Session: d44ae47a-e4d7-4a5e-9995-6bd7c7a2c6a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10394 | 2024.05.29 21:22:38.630233 [ 3 ] {} <Debug> HTTP-Session: d44ae47a-e4d7-4a5e-9995-6bd7c7a2c6a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10395 | 2024.05.29 21:22:38.630246 [ 3 ] {} <Debug> HTTP-Session: d44ae47a-e4d7-4a5e-9995-6bd7c7a2c6a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10396 | 2024.05.29 21:22:38.630302 [ 3 ] {} <Trace> HTTP-Session: d44ae47a-e4d7-4a5e-9995-6bd7c7a2c6a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10397 | 2024.05.29 21:22:38.630551 [ 3 ] {13b19f65-2552-4e27-9a55-8d8567f1b2e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10398 | 2024.05.29 21:22:38.630599 [ 3 ] {13b19f65-2552-4e27-9a55-8d8567f1b2e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10399 | 2024.05.29 21:22:38.630757 [ 3 ] {13b19f65-2552-4e27-9a55-8d8567f1b2e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10400 | 2024.05.29 21:22:38.631202 [ 3 ] {13b19f65-2552-4e27-9a55-8d8567f1b2e7} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10401 | 2024.05.29 21:22:38.631236 [ 3 ] {13b19f65-2552-4e27-9a55-8d8567f1b2e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10402 | 2024.05.29 21:22:38.631631 [ 3 ] {13b19f65-2552-4e27-9a55-8d8567f1b2e7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10403 | 2024.05.29 21:22:38.631960 [ 3 ] {13b19f65-2552-4e27-9a55-8d8567f1b2e7} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10404 | 2024.05.29 21:22:38.632124 [ 3 ] {13b19f65-2552-4e27-9a55-8d8567f1b2e7} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.001739 sec., 16676.25071880391 rows/sec., 22.50 MiB/sec. | ||
10405 | 2024.05.29 21:22:38.632303 [ 3 ] {13b19f65-2552-4e27-9a55-8d8567f1b2e7} <Debug> DynamicQueryHandler: Done processing query | ||
10406 | 2024.05.29 21:22:38.632326 [ 3 ] {13b19f65-2552-4e27-9a55-8d8567f1b2e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
10407 | 2024.05.29 21:22:38.632341 [ 3 ] {} <Debug> HTTP-Session: d44ae47a-e4d7-4a5e-9995-6bd7c7a2c6a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10408 | 2024.05.29 21:22:38.632500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10409 | 2024.05.29 21:22:38.632545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10410 | 2024.05.29 21:22:38.632563 [ 3 ] {} <Debug> HTTP-Session: a3f65ed6-e995-4134-b432-f31d94f31c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10411 | 2024.05.29 21:22:38.632579 [ 3 ] {} <Debug> HTTP-Session: a3f65ed6-e995-4134-b432-f31d94f31c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10412 | 2024.05.29 21:22:38.632592 [ 3 ] {} <Debug> HTTP-Session: a3f65ed6-e995-4134-b432-f31d94f31c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10413 | 2024.05.29 21:22:38.632624 [ 3 ] {} <Trace> HTTP-Session: a3f65ed6-e995-4134-b432-f31d94f31c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10414 | 2024.05.29 21:22:38.632721 [ 3 ] {f967f0f3-09be-4b28-91d4-42ec91795f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10415 | 2024.05.29 21:22:38.632765 [ 3 ] {f967f0f3-09be-4b28-91d4-42ec91795f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10416 | 2024.05.29 21:22:38.632891 [ 3 ] {f967f0f3-09be-4b28-91d4-42ec91795f79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10417 | 2024.05.29 21:22:38.633140 [ 3 ] {f967f0f3-09be-4b28-91d4-42ec91795f79} <Trace> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10418 | 2024.05.29 21:22:38.633175 [ 3 ] {f967f0f3-09be-4b28-91d4-42ec91795f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10419 | 2024.05.29 21:22:38.633523 [ 3 ] {f967f0f3-09be-4b28-91d4-42ec91795f79} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
10420 | 2024.05.29 21:22:38.633836 [ 3 ] {f967f0f3-09be-4b28-91d4-42ec91795f79} <Trace> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10421 | 2024.05.29 21:22:38.633984 [ 3 ] {f967f0f3-09be-4b28-91d4-42ec91795f79} <Debug> executeQuery: Read 12 rows, 868.00 B in 0.00129 sec., 9302.32558139535 rows/sec., 657.10 KiB/sec. | ||
10422 | 2024.05.29 21:22:38.634146 [ 3 ] {f967f0f3-09be-4b28-91d4-42ec91795f79} <Debug> DynamicQueryHandler: Done processing query | ||
10423 | 2024.05.29 21:22:38.634168 [ 3 ] {f967f0f3-09be-4b28-91d4-42ec91795f79} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10424 | 2024.05.29 21:22:38.634183 [ 3 ] {} <Debug> HTTP-Session: a3f65ed6-e995-4134-b432-f31d94f31c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10425 | 2024.05.29 21:22:38.634293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10426 | 2024.05.29 21:22:38.634338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10427 | 2024.05.29 21:22:38.634357 [ 3 ] {} <Debug> HTTP-Session: e0be4814-9841-4016-9dd5-8445cebb73ab Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10428 | 2024.05.29 21:22:38.634373 [ 3 ] {} <Debug> HTTP-Session: e0be4814-9841-4016-9dd5-8445cebb73ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10429 | 2024.05.29 21:22:38.634386 [ 3 ] {} <Debug> HTTP-Session: e0be4814-9841-4016-9dd5-8445cebb73ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10430 | 2024.05.29 21:22:38.634417 [ 3 ] {} <Trace> HTTP-Session: e0be4814-9841-4016-9dd5-8445cebb73ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10431 | 2024.05.29 21:22:38.634528 [ 3 ] {6e88fbda-54ed-4bc1-af7e-58750f0bce29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10432 | 2024.05.29 21:22:38.634571 [ 3 ] {6e88fbda-54ed-4bc1-af7e-58750f0bce29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10433 | 2024.05.29 21:22:38.634696 [ 3 ] {6e88fbda-54ed-4bc1-af7e-58750f0bce29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10434 | 2024.05.29 21:22:38.635004 [ 3 ] {6e88fbda-54ed-4bc1-af7e-58750f0bce29} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10435 | 2024.05.29 21:22:38.635039 [ 3 ] {6e88fbda-54ed-4bc1-af7e-58750f0bce29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10436 | 2024.05.29 21:22:38.635392 [ 3 ] {6e88fbda-54ed-4bc1-af7e-58750f0bce29} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10437 | 2024.05.29 21:22:38.635702 [ 3 ] {6e88fbda-54ed-4bc1-af7e-58750f0bce29} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10438 | 2024.05.29 21:22:38.635831 [ 3 ] {6e88fbda-54ed-4bc1-af7e-58750f0bce29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00134 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec. | ||
10439 | 2024.05.29 21:22:38.636012 [ 3 ] {6e88fbda-54ed-4bc1-af7e-58750f0bce29} <Debug> DynamicQueryHandler: Done processing query | ||
10440 | 2024.05.29 21:22:38.636034 [ 3 ] {6e88fbda-54ed-4bc1-af7e-58750f0bce29} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10441 | 2024.05.29 21:22:38.636049 [ 3 ] {} <Debug> HTTP-Session: e0be4814-9841-4016-9dd5-8445cebb73ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10442 | 2024.05.29 21:22:43.620142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10443 | 2024.05.29 21:22:43.620277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10444 | 2024.05.29 21:22:43.620302 [ 3 ] {} <Debug> HTTP-Session: 4f9289f7-f4df-4d70-821b-3b35da4f668a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10445 | 2024.05.29 21:22:43.620327 [ 3 ] {} <Debug> HTTP-Session: 4f9289f7-f4df-4d70-821b-3b35da4f668a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10446 | 2024.05.29 21:22:43.620341 [ 3 ] {} <Debug> HTTP-Session: 4f9289f7-f4df-4d70-821b-3b35da4f668a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10447 | 2024.05.29 21:22:43.620391 [ 3 ] {} <Trace> HTTP-Session: 4f9289f7-f4df-4d70-821b-3b35da4f668a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10448 | 2024.05.29 21:22:43.620582 [ 3 ] {f556cbe5-4ef8-4113-adb3-37f40e487332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10449 | 2024.05.29 21:22:43.620649 [ 3 ] {f556cbe5-4ef8-4113-adb3-37f40e487332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10450 | 2024.05.29 21:22:43.620842 [ 3 ] {f556cbe5-4ef8-4113-adb3-37f40e487332} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10451 | 2024.05.29 21:22:43.621241 [ 3 ] {f556cbe5-4ef8-4113-adb3-37f40e487332} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10452 | 2024.05.29 21:22:43.621289 [ 3 ] {f556cbe5-4ef8-4113-adb3-37f40e487332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10453 | 2024.05.29 21:22:43.621662 [ 3 ] {f556cbe5-4ef8-4113-adb3-37f40e487332} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10454 | 2024.05.29 21:22:43.622030 [ 3 ] {f556cbe5-4ef8-4113-adb3-37f40e487332} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10455 | 2024.05.29 21:22:43.622210 [ 3 ] {f556cbe5-4ef8-4113-adb3-37f40e487332} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001678 sec., 8343.265792610251 rows/sec., 676.26 KiB/sec. | ||
10456 | 2024.05.29 21:22:43.622241 [ 141 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10457 | 2024.05.29 21:22:43.622371 [ 141 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10458 | 2024.05.29 21:22:43.622420 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10459 | 2024.05.29 21:22:43.622516 [ 3 ] {f556cbe5-4ef8-4113-adb3-37f40e487332} <Debug> DynamicQueryHandler: Done processing query | ||
10460 | 2024.05.29 21:22:43.622596 [ 3 ] {f556cbe5-4ef8-4113-adb3-37f40e487332} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10461 | 2024.05.29 21:22:43.622688 [ 3 ] {} <Debug> HTTP-Session: 4f9289f7-f4df-4d70-821b-3b35da4f668a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10462 | 2024.05.29 21:22:43.622810 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
10463 | 2024.05.29 21:22:43.623001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10464 | 2024.05.29 21:22:43.623202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10465 | 2024.05.29 21:22:43.623299 [ 3 ] {} <Debug> HTTP-Session: a2c7ff1a-18c9-44ff-8624-d138279beaa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10466 | 2024.05.29 21:22:43.623372 [ 3 ] {} <Debug> HTTP-Session: a2c7ff1a-18c9-44ff-8624-d138279beaa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10467 | 2024.05.29 21:22:43.623427 [ 3 ] {} <Debug> HTTP-Session: a2c7ff1a-18c9-44ff-8624-d138279beaa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10468 | 2024.05.29 21:22:43.623584 [ 3 ] {} <Trace> HTTP-Session: a2c7ff1a-18c9-44ff-8624-d138279beaa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10469 | 2024.05.29 21:22:43.623900 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10470 | 2024.05.29 21:22:43.623964 [ 3 ] {eb371200-c5cf-4fa5-8f15-013401a27241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10471 | 2024.05.29 21:22:43.624079 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 30 rows starting from the beginning of the part | ||
10472 | 2024.05.29 21:22:43.624111 [ 3 ] {eb371200-c5cf-4fa5-8f15-013401a27241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10473 | 2024.05.29 21:22:43.624425 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
10474 | 2024.05.29 21:22:43.624928 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 22 rows starting from the beginning of the part | ||
10475 | 2024.05.29 21:22:43.625100 [ 3 ] {eb371200-c5cf-4fa5-8f15-013401a27241} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10476 | 2024.05.29 21:22:43.625332 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
10477 | 2024.05.29 21:22:43.625662 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 29 rows starting from the beginning of the part | ||
10478 | 2024.05.29 21:22:43.626064 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
10479 | 2024.05.29 21:22:43.626593 [ 3 ] {eb371200-c5cf-4fa5-8f15-013401a27241} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10480 | 2024.05.29 21:22:43.626664 [ 3 ] {eb371200-c5cf-4fa5-8f15-013401a27241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10481 | 2024.05.29 21:22:43.627274 [ 3 ] {eb371200-c5cf-4fa5-8f15-013401a27241} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10482 | 2024.05.29 21:22:43.628234 [ 3 ] {eb371200-c5cf-4fa5-8f15-013401a27241} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10483 | 2024.05.29 21:22:43.628621 [ 3 ] {eb371200-c5cf-4fa5-8f15-013401a27241} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004787 sec., 417.7982034677251 rows/sec., 34.07 KiB/sec. | ||
10484 | 2024.05.29 21:22:43.629251 [ 3 ] {eb371200-c5cf-4fa5-8f15-013401a27241} <Debug> DynamicQueryHandler: Done processing query | ||
10485 | 2024.05.29 21:22:43.629336 [ 3 ] {eb371200-c5cf-4fa5-8f15-013401a27241} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10486 | 2024.05.29 21:22:43.629396 [ 3 ] {} <Debug> HTTP-Session: a2c7ff1a-18c9-44ff-8624-d138279beaa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10487 | 2024.05.29 21:22:43.629475 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.006929854 sec., 17749.29168781911 rows/sec., 1.40 MiB/sec. | ||
10488 | 2024.05.29 21:22:43.629636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10489 | 2024.05.29 21:22:43.629699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10490 | 2024.05.29 21:22:43.629709 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10491 | 2024.05.29 21:22:43.629726 [ 3 ] {} <Debug> HTTP-Session: cfc23dbb-0d5c-4c6d-8326-efd52fe0e895 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10492 | 2024.05.29 21:22:43.629783 [ 3 ] {} <Debug> HTTP-Session: cfc23dbb-0d5c-4c6d-8326-efd52fe0e895 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10493 | 2024.05.29 21:22:43.629832 [ 3 ] {} <Debug> HTTP-Session: cfc23dbb-0d5c-4c6d-8326-efd52fe0e895 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10494 | 2024.05.29 21:22:43.629880 [ 3 ] {} <Trace> HTTP-Session: cfc23dbb-0d5c-4c6d-8326-efd52fe0e895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10495 | 2024.05.29 21:22:43.630223 [ 3 ] {0772905a-2de4-4f87-8dab-426f969643b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10496 | 2024.05.29 21:22:43.630278 [ 3 ] {0772905a-2de4-4f87-8dab-426f969643b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10497 | 2024.05.29 21:22:43.630613 [ 3 ] {0772905a-2de4-4f87-8dab-426f969643b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10498 | 2024.05.29 21:22:43.630622 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_66_13} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10499 | 2024.05.29 21:22:43.630819 [ 187 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_66_13} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10500 | 2024.05.29 21:22:43.630951 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10501 | 2024.05.29 21:22:43.631156 [ 3 ] {0772905a-2de4-4f87-8dab-426f969643b6} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10502 | 2024.05.29 21:22:43.631202 [ 3 ] {0772905a-2de4-4f87-8dab-426f969643b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10503 | 2024.05.29 21:22:43.631536 [ 3 ] {0772905a-2de4-4f87-8dab-426f969643b6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10504 | 2024.05.29 21:22:43.631851 [ 3 ] {0772905a-2de4-4f87-8dab-426f969643b6} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10505 | 2024.05.29 21:22:43.632007 [ 3 ] {0772905a-2de4-4f87-8dab-426f969643b6} <Debug> executeQuery: Read 99 rows, 8.23 KiB in 0.001942 sec., 50978.3728115345 rows/sec., 4.14 MiB/sec. | ||
10506 | 2024.05.29 21:22:43.632025 [ 141 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10507 | 2024.05.29 21:22:43.632121 [ 141 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10508 | 2024.05.29 21:22:43.632168 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10509 | 2024.05.29 21:22:43.632255 [ 3 ] {0772905a-2de4-4f87-8dab-426f969643b6} <Debug> DynamicQueryHandler: Done processing query | ||
10510 | 2024.05.29 21:22:43.632315 [ 3 ] {0772905a-2de4-4f87-8dab-426f969643b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10511 | 2024.05.29 21:22:43.632353 [ 3 ] {} <Debug> HTTP-Session: cfc23dbb-0d5c-4c6d-8326-efd52fe0e895 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10512 | 2024.05.29 21:22:43.632379 [ 200 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
10513 | 2024.05.29 21:22:43.632553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10514 | 2024.05.29 21:22:43.632623 [ 200 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10515 | 2024.05.29 21:22:43.632651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10516 | 2024.05.29 21:22:43.632685 [ 200 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 189 rows starting from the beginning of the part | ||
10517 | 2024.05.29 21:22:43.632696 [ 3 ] {} <Debug> HTTP-Session: 52f7d484-68e8-435f-9933-1925510a6975 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10518 | 2024.05.29 21:22:43.632741 [ 3 ] {} <Debug> HTTP-Session: 52f7d484-68e8-435f-9933-1925510a6975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10519 | 2024.05.29 21:22:43.632776 [ 3 ] {} <Debug> HTTP-Session: 52f7d484-68e8-435f-9933-1925510a6975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10520 | 2024.05.29 21:22:43.632915 [ 3 ] {} <Trace> HTTP-Session: 52f7d484-68e8-435f-9933-1925510a6975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10521 | 2024.05.29 21:22:43.632947 [ 200 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 98 rows starting from the beginning of the part | ||
10522 | 2024.05.29 21:22:43.633223 [ 200 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 123 rows starting from the beginning of the part | ||
10523 | 2024.05.29 21:22:43.633316 [ 3 ] {41908835-8424-45d7-96dd-d13ea1aea53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10524 | 2024.05.29 21:22:43.633514 [ 3 ] {41908835-8424-45d7-96dd-d13ea1aea53f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10525 | 2024.05.29 21:22:43.633544 [ 200 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 135 rows starting from the beginning of the part | ||
10526 | 2024.05.29 21:22:43.633900 [ 200 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 143 rows starting from the beginning of the part | ||
10527 | 2024.05.29 21:22:43.634289 [ 200 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 99 rows starting from the beginning of the part | ||
10528 | 2024.05.29 21:22:43.634404 [ 3 ] {41908835-8424-45d7-96dd-d13ea1aea53f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10529 | 2024.05.29 21:22:43.635222 [ 3 ] {41908835-8424-45d7-96dd-d13ea1aea53f} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10530 | 2024.05.29 21:22:43.635292 [ 3 ] {41908835-8424-45d7-96dd-d13ea1aea53f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10531 | 2024.05.29 21:22:43.636056 [ 3 ] {41908835-8424-45d7-96dd-d13ea1aea53f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10532 | 2024.05.29 21:22:43.636975 [ 3 ] {41908835-8424-45d7-96dd-d13ea1aea53f} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10533 | 2024.05.29 21:22:43.637355 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 787 rows, containing 4 columns (4 merged, 0 gathered) in 0.005084211 sec., 154792.9462408228 rows/sec., 12.69 MiB/sec. | ||
10534 | 2024.05.29 21:22:43.637440 [ 3 ] {41908835-8424-45d7-96dd-d13ea1aea53f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004293 sec., 465.8746797111577 rows/sec., 32.53 KiB/sec. | ||
10535 | 2024.05.29 21:22:43.637722 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10536 | 2024.05.29 21:22:43.638030 [ 3 ] {41908835-8424-45d7-96dd-d13ea1aea53f} <Debug> DynamicQueryHandler: Done processing query | ||
10537 | 2024.05.29 21:22:43.638109 [ 3 ] {41908835-8424-45d7-96dd-d13ea1aea53f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10538 | 2024.05.29 21:22:43.638174 [ 3 ] {} <Debug> HTTP-Session: 52f7d484-68e8-435f-9933-1925510a6975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10539 | 2024.05.29 21:22:43.638438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10540 | 2024.05.29 21:22:43.638514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10541 | 2024.05.29 21:22:43.638557 [ 3 ] {} <Debug> HTTP-Session: 313ee70d-ed2e-4eb1-afd9-8b4146c32e57 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10542 | 2024.05.29 21:22:43.638594 [ 3 ] {} <Debug> HTTP-Session: 313ee70d-ed2e-4eb1-afd9-8b4146c32e57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10543 | 2024.05.29 21:22:43.638622 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_66_13} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10544 | 2024.05.29 21:22:43.638627 [ 3 ] {} <Debug> HTTP-Session: 313ee70d-ed2e-4eb1-afd9-8b4146c32e57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10545 | 2024.05.29 21:22:43.638720 [ 3 ] {} <Trace> HTTP-Session: 313ee70d-ed2e-4eb1-afd9-8b4146c32e57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10546 | 2024.05.29 21:22:43.638781 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_66_13} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10547 | 2024.05.29 21:22:43.638916 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
10548 | 2024.05.29 21:22:43.638917 [ 3 ] {52cdef5f-195b-4dda-8839-95c3d1d63943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10549 | 2024.05.29 21:22:43.638988 [ 3 ] {52cdef5f-195b-4dda-8839-95c3d1d63943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10550 | 2024.05.29 21:22:43.639141 [ 3 ] {52cdef5f-195b-4dda-8839-95c3d1d63943} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10551 | 2024.05.29 21:22:43.639498 [ 3 ] {52cdef5f-195b-4dda-8839-95c3d1d63943} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10552 | 2024.05.29 21:22:43.639535 [ 3 ] {52cdef5f-195b-4dda-8839-95c3d1d63943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10553 | 2024.05.29 21:22:43.639865 [ 3 ] {52cdef5f-195b-4dda-8839-95c3d1d63943} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10554 | 2024.05.29 21:22:43.640178 [ 3 ] {52cdef5f-195b-4dda-8839-95c3d1d63943} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10555 | 2024.05.29 21:22:43.640339 [ 3 ] {52cdef5f-195b-4dda-8839-95c3d1d63943} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001505 sec., 53156.14617940199 rows/sec., 4.15 MiB/sec. | ||
10556 | 2024.05.29 21:22:43.640340 [ 140 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10557 | 2024.05.29 21:22:43.640433 [ 140 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10558 | 2024.05.29 21:22:43.640488 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10559 | 2024.05.29 21:22:43.640603 [ 3 ] {52cdef5f-195b-4dda-8839-95c3d1d63943} <Debug> DynamicQueryHandler: Done processing query | ||
10560 | 2024.05.29 21:22:43.640652 [ 3 ] {52cdef5f-195b-4dda-8839-95c3d1d63943} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10561 | 2024.05.29 21:22:43.640659 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
10562 | 2024.05.29 21:22:43.640676 [ 3 ] {} <Debug> HTTP-Session: 313ee70d-ed2e-4eb1-afd9-8b4146c32e57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10563 | 2024.05.29 21:22:43.640819 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10564 | 2024.05.29 21:22:43.640856 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 150 rows starting from the beginning of the part | ||
10565 | 2024.05.29 21:22:43.640895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10566 | 2024.05.29 21:22:43.641031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10567 | 2024.05.29 21:22:43.641031 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 78 rows starting from the beginning of the part | ||
10568 | 2024.05.29 21:22:43.641111 [ 3 ] {} <Debug> HTTP-Session: a3e5d4c4-86ae-4450-9ad9-a816ae2fe2d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10569 | 2024.05.29 21:22:43.641203 [ 3 ] {} <Debug> HTTP-Session: a3e5d4c4-86ae-4450-9ad9-a816ae2fe2d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10570 | 2024.05.29 21:22:43.641297 [ 3 ] {} <Debug> HTTP-Session: a3e5d4c4-86ae-4450-9ad9-a816ae2fe2d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10571 | 2024.05.29 21:22:43.641346 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 91 rows starting from the beginning of the part | ||
10572 | 2024.05.29 21:22:43.641443 [ 3 ] {} <Trace> HTTP-Session: a3e5d4c4-86ae-4450-9ad9-a816ae2fe2d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10573 | 2024.05.29 21:22:43.641660 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 104 rows starting from the beginning of the part | ||
10574 | 2024.05.29 21:22:43.641948 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 102 rows starting from the beginning of the part | ||
10575 | 2024.05.29 21:22:43.642011 [ 3 ] {2ef6f1fa-39a2-4325-9502-5369e91dbe74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10576 | 2024.05.29 21:22:43.642233 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 80 rows starting from the beginning of the part | ||
10577 | 2024.05.29 21:22:43.642238 [ 3 ] {2ef6f1fa-39a2-4325-9502-5369e91dbe74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10578 | 2024.05.29 21:22:43.643082 [ 3 ] {2ef6f1fa-39a2-4325-9502-5369e91dbe74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10579 | 2024.05.29 21:22:43.643916 [ 3 ] {2ef6f1fa-39a2-4325-9502-5369e91dbe74} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10580 | 2024.05.29 21:22:43.643968 [ 3 ] {2ef6f1fa-39a2-4325-9502-5369e91dbe74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10581 | 2024.05.29 21:22:43.644939 [ 200 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 605 rows, containing 4 columns (4 merged, 0 gathered) in 0.004371088 sec., 138409.47608467273 rows/sec., 10.82 MiB/sec. | ||
10582 | 2024.05.29 21:22:43.644950 [ 3 ] {2ef6f1fa-39a2-4325-9502-5369e91dbe74} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10583 | 2024.05.29 21:22:43.645153 [ 200 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10584 | 2024.05.29 21:22:43.645811 [ 3 ] {2ef6f1fa-39a2-4325-9502-5369e91dbe74} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10585 | 2024.05.29 21:22:43.646138 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_66_13} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10586 | 2024.05.29 21:22:43.646149 [ 3 ] {2ef6f1fa-39a2-4325-9502-5369e91dbe74} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004373 sec., 36816.83055110908 rows/sec., 2.56 MiB/sec. | ||
10587 | 2024.05.29 21:22:43.646421 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_66_13} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10588 | 2024.05.29 21:22:43.646683 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
10589 | 2024.05.29 21:22:43.646820 [ 3 ] {2ef6f1fa-39a2-4325-9502-5369e91dbe74} <Debug> DynamicQueryHandler: Done processing query | ||
10590 | 2024.05.29 21:22:43.646880 [ 3 ] {2ef6f1fa-39a2-4325-9502-5369e91dbe74} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10591 | 2024.05.29 21:22:43.646920 [ 3 ] {} <Debug> HTTP-Session: a3e5d4c4-86ae-4450-9ad9-a816ae2fe2d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10592 | 2024.05.29 21:22:43.647068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 15022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10593 | 2024.05.29 21:22:43.647116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10594 | 2024.05.29 21:22:43.647135 [ 3 ] {} <Debug> HTTP-Session: 7211e601-0bb7-4285-8a87-1ed94294985b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10595 | 2024.05.29 21:22:43.647151 [ 3 ] {} <Debug> HTTP-Session: 7211e601-0bb7-4285-8a87-1ed94294985b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10596 | 2024.05.29 21:22:43.647164 [ 3 ] {} <Debug> HTTP-Session: 7211e601-0bb7-4285-8a87-1ed94294985b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10597 | 2024.05.29 21:22:43.647196 [ 3 ] {} <Trace> HTTP-Session: 7211e601-0bb7-4285-8a87-1ed94294985b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10598 | 2024.05.29 21:22:43.647392 [ 3 ] {9e71fde9-4065-4777-907d-132bcc5c4fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10599 | 2024.05.29 21:22:43.647442 [ 3 ] {9e71fde9-4065-4777-907d-132bcc5c4fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10600 | 2024.05.29 21:22:43.647638 [ 3 ] {9e71fde9-4065-4777-907d-132bcc5c4fef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10601 | 2024.05.29 21:22:43.647998 [ 3 ] {9e71fde9-4065-4777-907d-132bcc5c4fef} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10602 | 2024.05.29 21:22:43.648033 [ 3 ] {9e71fde9-4065-4777-907d-132bcc5c4fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10603 | 2024.05.29 21:22:43.648425 [ 3 ] {9e71fde9-4065-4777-907d-132bcc5c4fef} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10604 | 2024.05.29 21:22:43.648773 [ 3 ] {9e71fde9-4065-4777-907d-132bcc5c4fef} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10605 | 2024.05.29 21:22:43.648935 [ 3 ] {9e71fde9-4065-4777-907d-132bcc5c4fef} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.00165 sec., 8484.848484848484 rows/sec., 11.45 MiB/sec. | ||
10606 | 2024.05.29 21:22:43.648937 [ 140 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10607 | 2024.05.29 21:22:43.649045 [ 140 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10608 | 2024.05.29 21:22:43.649109 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10609 | 2024.05.29 21:22:43.649225 [ 3 ] {9e71fde9-4065-4777-907d-132bcc5c4fef} <Debug> DynamicQueryHandler: Done processing query | ||
10610 | 2024.05.29 21:22:43.649265 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
10611 | 2024.05.29 21:22:43.649265 [ 3 ] {9e71fde9-4065-4777-907d-132bcc5c4fef} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10612 | 2024.05.29 21:22:43.649326 [ 3 ] {} <Debug> HTTP-Session: 7211e601-0bb7-4285-8a87-1ed94294985b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10613 | 2024.05.29 21:22:43.649511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10614 | 2024.05.29 21:22:43.649613 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10615 | 2024.05.29 21:22:43.649626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10616 | 2024.05.29 21:22:43.649687 [ 3 ] {} <Debug> HTTP-Session: 553aa1e7-dc0e-4ea2-a3e5-8e62647f380c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10617 | 2024.05.29 21:22:43.649689 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part | ||
10618 | 2024.05.29 21:22:43.649733 [ 3 ] {} <Debug> HTTP-Session: 553aa1e7-dc0e-4ea2-a3e5-8e62647f380c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10619 | 2024.05.29 21:22:43.649768 [ 3 ] {} <Debug> HTTP-Session: 553aa1e7-dc0e-4ea2-a3e5-8e62647f380c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10620 | 2024.05.29 21:22:43.650022 [ 3 ] {} <Trace> HTTP-Session: 553aa1e7-dc0e-4ea2-a3e5-8e62647f380c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10621 | 2024.05.29 21:22:43.650173 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
10622 | 2024.05.29 21:22:43.650731 [ 3 ] {d6c1f511-8b20-4e87-9e2b-685d4bd340d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10623 | 2024.05.29 21:22:43.650756 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 22 rows starting from the beginning of the part | ||
10624 | 2024.05.29 21:22:43.650928 [ 3 ] {d6c1f511-8b20-4e87-9e2b-685d4bd340d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10625 | 2024.05.29 21:22:43.651111 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
10626 | 2024.05.29 21:22:43.651477 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 29 rows starting from the beginning of the part | ||
10627 | 2024.05.29 21:22:43.651868 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
10628 | 2024.05.29 21:22:43.652090 [ 3 ] {d6c1f511-8b20-4e87-9e2b-685d4bd340d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10629 | 2024.05.29 21:22:43.652827 [ 3 ] {d6c1f511-8b20-4e87-9e2b-685d4bd340d9} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10630 | 2024.05.29 21:22:43.652870 [ 3 ] {d6c1f511-8b20-4e87-9e2b-685d4bd340d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10631 | 2024.05.29 21:22:43.653237 [ 3 ] {d6c1f511-8b20-4e87-9e2b-685d4bd340d9} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10632 | 2024.05.29 21:22:43.653596 [ 3 ] {d6c1f511-8b20-4e87-9e2b-685d4bd340d9} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10633 | 2024.05.29 21:22:43.653757 [ 3 ] {d6c1f511-8b20-4e87-9e2b-685d4bd340d9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00339 sec., 17699.11504424779 rows/sec., 1.19 MiB/sec. | ||
10634 | 2024.05.29 21:22:43.654169 [ 3 ] {d6c1f511-8b20-4e87-9e2b-685d4bd340d9} <Debug> DynamicQueryHandler: Done processing query | ||
10635 | 2024.05.29 21:22:43.654265 [ 3 ] {d6c1f511-8b20-4e87-9e2b-685d4bd340d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10636 | 2024.05.29 21:22:43.654351 [ 3 ] {} <Debug> HTTP-Session: 553aa1e7-dc0e-4ea2-a3e5-8e62647f380c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10637 | 2024.05.29 21:22:43.656201 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1007 rows, containing 6 columns (6 merged, 0 gathered) in 0.006998897 sec., 143879.81420500975 rows/sec., 194.16 MiB/sec. | ||
10638 | 2024.05.29 21:22:43.656980 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10639 | 2024.05.29 21:22:43.657549 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10640 | 2024.05.29 21:22:43.657657 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10641 | 2024.05.29 21:22:43.657772 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. | ||
10642 | 2024.05.29 21:22:48.613841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10643 | 2024.05.29 21:22:48.613983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10644 | 2024.05.29 21:22:48.614008 [ 3 ] {} <Debug> HTTP-Session: e122fd76-3c17-499c-8329-bf1f9358ada8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10645 | 2024.05.29 21:22:48.614032 [ 3 ] {} <Debug> HTTP-Session: e122fd76-3c17-499c-8329-bf1f9358ada8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10646 | 2024.05.29 21:22:48.614046 [ 3 ] {} <Debug> HTTP-Session: e122fd76-3c17-499c-8329-bf1f9358ada8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10647 | 2024.05.29 21:22:48.614096 [ 3 ] {} <Trace> HTTP-Session: e122fd76-3c17-499c-8329-bf1f9358ada8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10648 | 2024.05.29 21:22:48.614342 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
10649 | 2024.05.29 21:22:48.614740 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
10650 | 2024.05.29 21:22:48.614789 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
10651 | 2024.05.29 21:22:48.615132 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
10652 | 2024.05.29 21:22:48.615215 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
10653 | 2024.05.29 21:22:48.615425 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
10654 | 2024.05.29 21:22:48.615612 [ 263 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
10655 | 2024.05.29 21:22:48.615679 [ 259 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
10656 | 2024.05.29 21:22:48.615708 [ 261 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
10657 | 2024.05.29 21:22:48.615679 [ 262 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
10658 | 2024.05.29 21:22:48.615897 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (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 | ||
10659 | 2024.05.29 21:22:48.615929 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
10660 | 2024.05.29 21:22:48.616068 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
10661 | 2024.05.29 21:22:48.616094 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (SelectExecutor): Reading approx. 29 rows with 4 streams | ||
10662 | 2024.05.29 21:22:48.616136 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
10663 | 2024.05.29 21:22:48.616180 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
10664 | 2024.05.29 21:22:48.616222 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
10665 | 2024.05.29 21:22:48.616263 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
10666 | 2024.05.29 21:22:48.618517 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Debug> executeQuery: Read 29 rows, 1.20 KiB in 0.004282 sec., 6772.5361980382995 rows/sec., 280.06 KiB/sec. | ||
10667 | 2024.05.29 21:22:48.618936 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Debug> DynamicQueryHandler: Done processing query | ||
10668 | 2024.05.29 21:22:48.618964 [ 3 ] {76f5597d-cbe3-4930-a77b-deadb0d43d1b} <Debug> MemoryTracker: Peak memory usage (for query): 3.13 MiB. | ||
10669 | 2024.05.29 21:22:48.618981 [ 3 ] {} <Debug> HTTP-Session: e122fd76-3c17-499c-8329-bf1f9358ada8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10670 | 2024.05.29 21:22:48.628589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10671 | 2024.05.29 21:22:48.628653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10672 | 2024.05.29 21:22:48.628673 [ 3 ] {} <Debug> HTTP-Session: 5f2aa906-baf4-4f90-b103-074e34429c2c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10673 | 2024.05.29 21:22:48.628692 [ 3 ] {} <Debug> HTTP-Session: 5f2aa906-baf4-4f90-b103-074e34429c2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10674 | 2024.05.29 21:22:48.628707 [ 3 ] {} <Debug> HTTP-Session: 5f2aa906-baf4-4f90-b103-074e34429c2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10675 | 2024.05.29 21:22:48.628745 [ 3 ] {} <Trace> HTTP-Session: 5f2aa906-baf4-4f90-b103-074e34429c2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10676 | 2024.05.29 21:22:48.628881 [ 3 ] {9c967bd2-4ab5-4d7b-b4ae-7e61446f31f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
10677 | 2024.05.29 21:22:48.628932 [ 3 ] {9c967bd2-4ab5-4d7b-b4ae-7e61446f31f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
10678 | 2024.05.29 21:22:48.629115 [ 3 ] {9c967bd2-4ab5-4d7b-b4ae-7e61446f31f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10679 | 2024.05.29 21:22:48.629438 [ 3 ] {9c967bd2-4ab5-4d7b-b4ae-7e61446f31f8} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10680 | 2024.05.29 21:22:48.629479 [ 3 ] {9c967bd2-4ab5-4d7b-b4ae-7e61446f31f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10681 | 2024.05.29 21:22:48.629985 [ 3 ] {9c967bd2-4ab5-4d7b-b4ae-7e61446f31f8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
10682 | 2024.05.29 21:22:48.630305 [ 3 ] {9c967bd2-4ab5-4d7b-b4ae-7e61446f31f8} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10683 | 2024.05.29 21:22:48.630466 [ 3 ] {9c967bd2-4ab5-4d7b-b4ae-7e61446f31f8} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001622 sec., 616.5228113440197 rows/sec., 171.59 KiB/sec. | ||
10684 | 2024.05.29 21:22:48.630766 [ 3 ] {9c967bd2-4ab5-4d7b-b4ae-7e61446f31f8} <Debug> DynamicQueryHandler: Done processing query | ||
10685 | 2024.05.29 21:22:48.630792 [ 3 ] {9c967bd2-4ab5-4d7b-b4ae-7e61446f31f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10686 | 2024.05.29 21:22:48.630808 [ 3 ] {} <Debug> HTTP-Session: 5f2aa906-baf4-4f90-b103-074e34429c2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10687 | 2024.05.29 21:22:48.630961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 4500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10688 | 2024.05.29 21:22:48.631014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10689 | 2024.05.29 21:22:48.631033 [ 3 ] {} <Debug> HTTP-Session: 61c3bb32-0d9b-4a36-8a2c-fc864ef9ad18 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10690 | 2024.05.29 21:22:48.631051 [ 3 ] {} <Debug> HTTP-Session: 61c3bb32-0d9b-4a36-8a2c-fc864ef9ad18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10691 | 2024.05.29 21:22:48.631064 [ 3 ] {} <Debug> HTTP-Session: 61c3bb32-0d9b-4a36-8a2c-fc864ef9ad18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10692 | 2024.05.29 21:22:48.631098 [ 3 ] {} <Trace> HTTP-Session: 61c3bb32-0d9b-4a36-8a2c-fc864ef9ad18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10693 | 2024.05.29 21:22:48.631214 [ 3 ] {01f2f3d4-de57-49da-a3aa-c1c8dd3aeb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10694 | 2024.05.29 21:22:48.631262 [ 3 ] {01f2f3d4-de57-49da-a3aa-c1c8dd3aeb35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10695 | 2024.05.29 21:22:48.631409 [ 3 ] {01f2f3d4-de57-49da-a3aa-c1c8dd3aeb35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10696 | 2024.05.29 21:22:48.631718 [ 3 ] {01f2f3d4-de57-49da-a3aa-c1c8dd3aeb35} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10697 | 2024.05.29 21:22:48.631756 [ 3 ] {01f2f3d4-de57-49da-a3aa-c1c8dd3aeb35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10698 | 2024.05.29 21:22:48.632069 [ 3 ] {01f2f3d4-de57-49da-a3aa-c1c8dd3aeb35} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10699 | 2024.05.29 21:22:48.632388 [ 3 ] {01f2f3d4-de57-49da-a3aa-c1c8dd3aeb35} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10700 | 2024.05.29 21:22:48.632544 [ 3 ] {01f2f3d4-de57-49da-a3aa-c1c8dd3aeb35} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001361 sec., 22777.3695811903 rows/sec., 1.80 MiB/sec. | ||
10701 | 2024.05.29 21:22:48.632802 [ 3 ] {01f2f3d4-de57-49da-a3aa-c1c8dd3aeb35} <Debug> DynamicQueryHandler: Done processing query | ||
10702 | 2024.05.29 21:22:48.632860 [ 3 ] {01f2f3d4-de57-49da-a3aa-c1c8dd3aeb35} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10703 | 2024.05.29 21:22:48.632920 [ 3 ] {} <Debug> HTTP-Session: 61c3bb32-0d9b-4a36-8a2c-fc864ef9ad18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10704 | 2024.05.29 21:22:48.633103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10705 | 2024.05.29 21:22:48.633156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10706 | 2024.05.29 21:22:48.633175 [ 3 ] {} <Debug> HTTP-Session: 9631eb4f-030f-4530-819a-fc4630171a02 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10707 | 2024.05.29 21:22:48.633192 [ 3 ] {} <Debug> HTTP-Session: 9631eb4f-030f-4530-819a-fc4630171a02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10708 | 2024.05.29 21:22:48.633206 [ 3 ] {} <Debug> HTTP-Session: 9631eb4f-030f-4530-819a-fc4630171a02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10709 | 2024.05.29 21:22:48.633240 [ 3 ] {} <Trace> HTTP-Session: 9631eb4f-030f-4530-819a-fc4630171a02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10710 | 2024.05.29 21:22:48.633343 [ 3 ] {14690108-ae5e-4eb2-b9ad-d4edbd715e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10711 | 2024.05.29 21:22:48.633388 [ 3 ] {14690108-ae5e-4eb2-b9ad-d4edbd715e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10712 | 2024.05.29 21:22:48.633533 [ 3 ] {14690108-ae5e-4eb2-b9ad-d4edbd715e09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10713 | 2024.05.29 21:22:48.633858 [ 3 ] {14690108-ae5e-4eb2-b9ad-d4edbd715e09} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10714 | 2024.05.29 21:22:48.633895 [ 3 ] {14690108-ae5e-4eb2-b9ad-d4edbd715e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10715 | 2024.05.29 21:22:48.634195 [ 3 ] {14690108-ae5e-4eb2-b9ad-d4edbd715e09} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10716 | 2024.05.29 21:22:48.634495 [ 3 ] {14690108-ae5e-4eb2-b9ad-d4edbd715e09} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10717 | 2024.05.29 21:22:48.634654 [ 3 ] {14690108-ae5e-4eb2-b9ad-d4edbd715e09} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001339 sec., 1493.6519790888724 rows/sec., 110.86 KiB/sec. | ||
10718 | 2024.05.29 21:22:48.634823 [ 3 ] {14690108-ae5e-4eb2-b9ad-d4edbd715e09} <Debug> DynamicQueryHandler: Done processing query | ||
10719 | 2024.05.29 21:22:48.634847 [ 3 ] {14690108-ae5e-4eb2-b9ad-d4edbd715e09} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10720 | 2024.05.29 21:22:48.634862 [ 3 ] {} <Debug> HTTP-Session: 9631eb4f-030f-4530-819a-fc4630171a02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10721 | 2024.05.29 21:22:48.635051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 22463, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10722 | 2024.05.29 21:22:48.635100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10723 | 2024.05.29 21:22:48.635119 [ 3 ] {} <Debug> HTTP-Session: 573bd4eb-43bb-4bba-8944-3f01313b6fcf Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10724 | 2024.05.29 21:22:48.635135 [ 3 ] {} <Debug> HTTP-Session: 573bd4eb-43bb-4bba-8944-3f01313b6fcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10725 | 2024.05.29 21:22:48.635149 [ 3 ] {} <Debug> HTTP-Session: 573bd4eb-43bb-4bba-8944-3f01313b6fcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10726 | 2024.05.29 21:22:48.635179 [ 3 ] {} <Trace> HTTP-Session: 573bd4eb-43bb-4bba-8944-3f01313b6fcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10727 | 2024.05.29 21:22:48.635318 [ 3 ] {de17c9b1-aafe-4beb-b143-7079684a345e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10728 | 2024.05.29 21:22:48.635361 [ 3 ] {de17c9b1-aafe-4beb-b143-7079684a345e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10729 | 2024.05.29 21:22:48.635488 [ 3 ] {de17c9b1-aafe-4beb-b143-7079684a345e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10730 | 2024.05.29 21:22:48.635872 [ 3 ] {de17c9b1-aafe-4beb-b143-7079684a345e} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10731 | 2024.05.29 21:22:48.635910 [ 3 ] {de17c9b1-aafe-4beb-b143-7079684a345e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10732 | 2024.05.29 21:22:48.636224 [ 3 ] {de17c9b1-aafe-4beb-b143-7079684a345e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10733 | 2024.05.29 21:22:48.636526 [ 3 ] {de17c9b1-aafe-4beb-b143-7079684a345e} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10734 | 2024.05.29 21:22:48.636681 [ 3 ] {de17c9b1-aafe-4beb-b143-7079684a345e} <Debug> executeQuery: Read 153 rows, 13.15 KiB in 0.001417 sec., 107974.59421312631 rows/sec., 9.06 MiB/sec. | ||
10735 | 2024.05.29 21:22:48.636834 [ 3 ] {de17c9b1-aafe-4beb-b143-7079684a345e} <Debug> DynamicQueryHandler: Done processing query | ||
10736 | 2024.05.29 21:22:48.636858 [ 3 ] {de17c9b1-aafe-4beb-b143-7079684a345e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10737 | 2024.05.29 21:22:48.636873 [ 3 ] {} <Debug> HTTP-Session: 573bd4eb-43bb-4bba-8944-3f01313b6fcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10738 | 2024.05.29 21:22:48.637009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 315, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10739 | 2024.05.29 21:22:48.637056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10740 | 2024.05.29 21:22:48.637075 [ 3 ] {} <Debug> HTTP-Session: efe1f3d0-d47c-4fb0-91f0-da40c8b21445 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10741 | 2024.05.29 21:22:48.637091 [ 3 ] {} <Debug> HTTP-Session: efe1f3d0-d47c-4fb0-91f0-da40c8b21445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10742 | 2024.05.29 21:22:48.637106 [ 3 ] {} <Debug> HTTP-Session: efe1f3d0-d47c-4fb0-91f0-da40c8b21445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10743 | 2024.05.29 21:22:48.637137 [ 3 ] {} <Trace> HTTP-Session: efe1f3d0-d47c-4fb0-91f0-da40c8b21445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10744 | 2024.05.29 21:22:48.637230 [ 3 ] {5e07a355-b7f8-4a84-a9b4-4db51459b847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10745 | 2024.05.29 21:22:48.637272 [ 3 ] {5e07a355-b7f8-4a84-a9b4-4db51459b847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10746 | 2024.05.29 21:22:48.637395 [ 3 ] {5e07a355-b7f8-4a84-a9b4-4db51459b847} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10747 | 2024.05.29 21:22:48.637679 [ 3 ] {5e07a355-b7f8-4a84-a9b4-4db51459b847} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10748 | 2024.05.29 21:22:48.637715 [ 3 ] {5e07a355-b7f8-4a84-a9b4-4db51459b847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10749 | 2024.05.29 21:22:48.638010 [ 3 ] {5e07a355-b7f8-4a84-a9b4-4db51459b847} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10750 | 2024.05.29 21:22:48.638319 [ 3 ] {5e07a355-b7f8-4a84-a9b4-4db51459b847} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10751 | 2024.05.29 21:22:48.638468 [ 3 ] {5e07a355-b7f8-4a84-a9b4-4db51459b847} <Debug> executeQuery: Read 2 rows, 128.00 B in 0.001257 sec., 1591.0898965791566 rows/sec., 99.44 KiB/sec. | ||
10752 | 2024.05.29 21:22:48.638630 [ 3 ] {5e07a355-b7f8-4a84-a9b4-4db51459b847} <Debug> DynamicQueryHandler: Done processing query | ||
10753 | 2024.05.29 21:22:48.638655 [ 3 ] {5e07a355-b7f8-4a84-a9b4-4db51459b847} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10754 | 2024.05.29 21:22:48.638670 [ 3 ] {} <Debug> HTTP-Session: efe1f3d0-d47c-4fb0-91f0-da40c8b21445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10755 | 2024.05.29 21:22:48.638796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 18361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10756 | 2024.05.29 21:22:48.638845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10757 | 2024.05.29 21:22:48.638863 [ 3 ] {} <Debug> HTTP-Session: 86ffb8b2-e551-4c1c-b8dc-9a4ed12521fc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10758 | 2024.05.29 21:22:48.638879 [ 3 ] {} <Debug> HTTP-Session: 86ffb8b2-e551-4c1c-b8dc-9a4ed12521fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10759 | 2024.05.29 21:22:48.638892 [ 3 ] {} <Debug> HTTP-Session: 86ffb8b2-e551-4c1c-b8dc-9a4ed12521fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10760 | 2024.05.29 21:22:48.638923 [ 3 ] {} <Trace> HTTP-Session: 86ffb8b2-e551-4c1c-b8dc-9a4ed12521fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10761 | 2024.05.29 21:22:48.639044 [ 3 ] {b07e8fc6-e3f6-49fc-b54b-ca6432f4f6be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10762 | 2024.05.29 21:22:48.639087 [ 3 ] {b07e8fc6-e3f6-49fc-b54b-ca6432f4f6be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10763 | 2024.05.29 21:22:48.639211 [ 3 ] {b07e8fc6-e3f6-49fc-b54b-ca6432f4f6be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10764 | 2024.05.29 21:22:48.639545 [ 3 ] {b07e8fc6-e3f6-49fc-b54b-ca6432f4f6be} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10765 | 2024.05.29 21:22:48.639581 [ 3 ] {b07e8fc6-e3f6-49fc-b54b-ca6432f4f6be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10766 | 2024.05.29 21:22:48.639888 [ 3 ] {b07e8fc6-e3f6-49fc-b54b-ca6432f4f6be} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10767 | 2024.05.29 21:22:48.640185 [ 3 ] {b07e8fc6-e3f6-49fc-b54b-ca6432f4f6be} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10768 | 2024.05.29 21:22:48.640334 [ 3 ] {b07e8fc6-e3f6-49fc-b54b-ca6432f4f6be} <Debug> executeQuery: Read 109 rows, 8.58 KiB in 0.00133 sec., 81954.88721804511 rows/sec., 6.30 MiB/sec. | ||
10769 | 2024.05.29 21:22:48.640499 [ 3 ] {b07e8fc6-e3f6-49fc-b54b-ca6432f4f6be} <Debug> DynamicQueryHandler: Done processing query | ||
10770 | 2024.05.29 21:22:48.640526 [ 3 ] {b07e8fc6-e3f6-49fc-b54b-ca6432f4f6be} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10771 | 2024.05.29 21:22:48.640542 [ 3 ] {} <Debug> HTTP-Session: 86ffb8b2-e551-4c1c-b8dc-9a4ed12521fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10772 | 2024.05.29 21:22:48.640737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10773 | 2024.05.29 21:22:48.640786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10774 | 2024.05.29 21:22:48.640804 [ 3 ] {} <Debug> HTTP-Session: 42f1ebd6-40f9-49f5-b555-5024f2b82d16 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10775 | 2024.05.29 21:22:48.640820 [ 3 ] {} <Debug> HTTP-Session: 42f1ebd6-40f9-49f5-b555-5024f2b82d16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10776 | 2024.05.29 21:22:48.640834 [ 3 ] {} <Debug> HTTP-Session: 42f1ebd6-40f9-49f5-b555-5024f2b82d16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10777 | 2024.05.29 21:22:48.640865 [ 3 ] {} <Trace> HTTP-Session: 42f1ebd6-40f9-49f5-b555-5024f2b82d16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10778 | 2024.05.29 21:22:48.641014 [ 3 ] {493d3570-149e-425c-ab1c-f43a79dbc4a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10779 | 2024.05.29 21:22:48.641061 [ 3 ] {493d3570-149e-425c-ab1c-f43a79dbc4a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10780 | 2024.05.29 21:22:48.641207 [ 3 ] {493d3570-149e-425c-ab1c-f43a79dbc4a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10781 | 2024.05.29 21:22:48.641597 [ 3 ] {493d3570-149e-425c-ab1c-f43a79dbc4a5} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10782 | 2024.05.29 21:22:48.641633 [ 3 ] {493d3570-149e-425c-ab1c-f43a79dbc4a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10783 | 2024.05.29 21:22:48.642032 [ 3 ] {493d3570-149e-425c-ab1c-f43a79dbc4a5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10784 | 2024.05.29 21:22:48.642376 [ 3 ] {493d3570-149e-425c-ab1c-f43a79dbc4a5} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10785 | 2024.05.29 21:22:48.642532 [ 3 ] {493d3570-149e-425c-ab1c-f43a79dbc4a5} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.001577 sec., 102726.69625871908 rows/sec., 7.14 MiB/sec. | ||
10786 | 2024.05.29 21:22:48.642699 [ 3 ] {493d3570-149e-425c-ab1c-f43a79dbc4a5} <Debug> DynamicQueryHandler: Done processing query | ||
10787 | 2024.05.29 21:22:48.642723 [ 3 ] {493d3570-149e-425c-ab1c-f43a79dbc4a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10788 | 2024.05.29 21:22:48.642738 [ 3 ] {} <Debug> HTTP-Session: 42f1ebd6-40f9-49f5-b555-5024f2b82d16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10789 | 2024.05.29 21:22:48.642936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 33199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10790 | 2024.05.29 21:22:48.642985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10791 | 2024.05.29 21:22:48.643006 [ 3 ] {} <Debug> HTTP-Session: 5cb1bb9a-7fa6-4f74-a179-b901de55efdd Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10792 | 2024.05.29 21:22:48.643023 [ 3 ] {} <Debug> HTTP-Session: 5cb1bb9a-7fa6-4f74-a179-b901de55efdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10793 | 2024.05.29 21:22:48.643036 [ 3 ] {} <Debug> HTTP-Session: 5cb1bb9a-7fa6-4f74-a179-b901de55efdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10794 | 2024.05.29 21:22:48.643067 [ 3 ] {} <Trace> HTTP-Session: 5cb1bb9a-7fa6-4f74-a179-b901de55efdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10795 | 2024.05.29 21:22:48.643322 [ 3 ] {7e5abed5-0ffe-4a1e-ac86-69f69218710b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10796 | 2024.05.29 21:22:48.643367 [ 3 ] {7e5abed5-0ffe-4a1e-ac86-69f69218710b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10797 | 2024.05.29 21:22:48.643523 [ 3 ] {7e5abed5-0ffe-4a1e-ac86-69f69218710b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10798 | 2024.05.29 21:22:48.643962 [ 3 ] {7e5abed5-0ffe-4a1e-ac86-69f69218710b} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10799 | 2024.05.29 21:22:48.644000 [ 3 ] {7e5abed5-0ffe-4a1e-ac86-69f69218710b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10800 | 2024.05.29 21:22:48.644411 [ 3 ] {7e5abed5-0ffe-4a1e-ac86-69f69218710b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10801 | 2024.05.29 21:22:48.644767 [ 3 ] {7e5abed5-0ffe-4a1e-ac86-69f69218710b} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10802 | 2024.05.29 21:22:48.644917 [ 3 ] {7e5abed5-0ffe-4a1e-ac86-69f69218710b} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001769 sec., 17524.024872809496 rows/sec., 23.65 MiB/sec. | ||
10803 | 2024.05.29 21:22:48.645079 [ 3 ] {7e5abed5-0ffe-4a1e-ac86-69f69218710b} <Debug> DynamicQueryHandler: Done processing query | ||
10804 | 2024.05.29 21:22:48.645103 [ 3 ] {7e5abed5-0ffe-4a1e-ac86-69f69218710b} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10805 | 2024.05.29 21:22:48.645119 [ 3 ] {} <Debug> HTTP-Session: 5cb1bb9a-7fa6-4f74-a179-b901de55efdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10806 | 2024.05.29 21:22:48.645252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10807 | 2024.05.29 21:22:48.645299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10808 | 2024.05.29 21:22:48.645318 [ 3 ] {} <Debug> HTTP-Session: 1f84782b-10a1-4411-9d69-d8419b44cc71 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10809 | 2024.05.29 21:22:48.645334 [ 3 ] {} <Debug> HTTP-Session: 1f84782b-10a1-4411-9d69-d8419b44cc71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10810 | 2024.05.29 21:22:48.645348 [ 3 ] {} <Debug> HTTP-Session: 1f84782b-10a1-4411-9d69-d8419b44cc71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10811 | 2024.05.29 21:22:48.645378 [ 3 ] {} <Trace> HTTP-Session: 1f84782b-10a1-4411-9d69-d8419b44cc71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10812 | 2024.05.29 21:22:48.645511 [ 3 ] {9936fdf5-f302-4cc7-adad-15659133c1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10813 | 2024.05.29 21:22:48.645554 [ 3 ] {9936fdf5-f302-4cc7-adad-15659133c1d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10814 | 2024.05.29 21:22:48.645678 [ 3 ] {9936fdf5-f302-4cc7-adad-15659133c1d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10815 | 2024.05.29 21:22:48.645958 [ 3 ] {9936fdf5-f302-4cc7-adad-15659133c1d3} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10816 | 2024.05.29 21:22:48.645997 [ 3 ] {9936fdf5-f302-4cc7-adad-15659133c1d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
10817 | 2024.05.29 21:22:48.646356 [ 3 ] {9936fdf5-f302-4cc7-adad-15659133c1d3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10818 | 2024.05.29 21:22:48.646661 [ 3 ] {9936fdf5-f302-4cc7-adad-15659133c1d3} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10819 | 2024.05.29 21:22:48.646816 [ 3 ] {9936fdf5-f302-4cc7-adad-15659133c1d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
10820 | 2024.05.29 21:22:48.647088 [ 3 ] {9936fdf5-f302-4cc7-adad-15659133c1d3} <Debug> DynamicQueryHandler: Done processing query | ||
10821 | 2024.05.29 21:22:48.647147 [ 3 ] {9936fdf5-f302-4cc7-adad-15659133c1d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10822 | 2024.05.29 21:22:48.647215 [ 3 ] {} <Debug> HTTP-Session: 1f84782b-10a1-4411-9d69-d8419b44cc71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10823 | 2024.05.29 21:22:51.143116 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10824 | 2024.05.29 21:22:51.143211 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10825 | 2024.05.29 21:22:53.621192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10826 | 2024.05.29 21:22:53.621319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10827 | 2024.05.29 21:22:53.621347 [ 3 ] {} <Debug> HTTP-Session: 2b631432-d3b9-41d0-8a34-2bbea2000273 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10828 | 2024.05.29 21:22:53.621376 [ 3 ] {} <Debug> HTTP-Session: 2b631432-d3b9-41d0-8a34-2bbea2000273 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10829 | 2024.05.29 21:22:53.621393 [ 3 ] {} <Debug> HTTP-Session: 2b631432-d3b9-41d0-8a34-2bbea2000273 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10830 | 2024.05.29 21:22:53.621449 [ 3 ] {} <Trace> HTTP-Session: 2b631432-d3b9-41d0-8a34-2bbea2000273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10831 | 2024.05.29 21:22:53.621658 [ 3 ] {a2f22af7-fe0e-45f9-96fa-dca64cb2196a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10832 | 2024.05.29 21:22:53.621735 [ 3 ] {a2f22af7-fe0e-45f9-96fa-dca64cb2196a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10833 | 2024.05.29 21:22:53.621952 [ 3 ] {a2f22af7-fe0e-45f9-96fa-dca64cb2196a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10834 | 2024.05.29 21:22:53.622421 [ 3 ] {a2f22af7-fe0e-45f9-96fa-dca64cb2196a} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10835 | 2024.05.29 21:22:53.622463 [ 3 ] {a2f22af7-fe0e-45f9-96fa-dca64cb2196a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
10836 | 2024.05.29 21:22:53.622830 [ 3 ] {a2f22af7-fe0e-45f9-96fa-dca64cb2196a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10837 | 2024.05.29 21:22:53.623159 [ 3 ] {a2f22af7-fe0e-45f9-96fa-dca64cb2196a} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10838 | 2024.05.29 21:22:53.623322 [ 3 ] {a2f22af7-fe0e-45f9-96fa-dca64cb2196a} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001726 sec., 8690.614136732329 rows/sec., 704.42 KiB/sec. | ||
10839 | 2024.05.29 21:22:53.623511 [ 3 ] {a2f22af7-fe0e-45f9-96fa-dca64cb2196a} <Debug> DynamicQueryHandler: Done processing query | ||
10840 | 2024.05.29 21:22:53.623536 [ 3 ] {a2f22af7-fe0e-45f9-96fa-dca64cb2196a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10841 | 2024.05.29 21:22:53.623552 [ 3 ] {} <Debug> HTTP-Session: 2b631432-d3b9-41d0-8a34-2bbea2000273 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10842 | 2024.05.29 21:22:53.623723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10843 | 2024.05.29 21:22:53.623769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10844 | 2024.05.29 21:22:53.623787 [ 3 ] {} <Debug> HTTP-Session: 25478a33-e673-4785-80be-180059a22754 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10845 | 2024.05.29 21:22:53.623803 [ 3 ] {} <Debug> HTTP-Session: 25478a33-e673-4785-80be-180059a22754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10846 | 2024.05.29 21:22:53.623817 [ 3 ] {} <Debug> HTTP-Session: 25478a33-e673-4785-80be-180059a22754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10847 | 2024.05.29 21:22:53.623848 [ 3 ] {} <Trace> HTTP-Session: 25478a33-e673-4785-80be-180059a22754 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10848 | 2024.05.29 21:22:53.623944 [ 3 ] {e03a386e-39b3-4281-8aa5-77d6a05b16d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10849 | 2024.05.29 21:22:53.623986 [ 3 ] {e03a386e-39b3-4281-8aa5-77d6a05b16d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10850 | 2024.05.29 21:22:53.624107 [ 3 ] {e03a386e-39b3-4281-8aa5-77d6a05b16d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10851 | 2024.05.29 21:22:53.624373 [ 3 ] {e03a386e-39b3-4281-8aa5-77d6a05b16d4} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10852 | 2024.05.29 21:22:53.624413 [ 3 ] {e03a386e-39b3-4281-8aa5-77d6a05b16d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
10853 | 2024.05.29 21:22:53.624713 [ 3 ] {e03a386e-39b3-4281-8aa5-77d6a05b16d4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10854 | 2024.05.29 21:22:53.625017 [ 3 ] {e03a386e-39b3-4281-8aa5-77d6a05b16d4} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10855 | 2024.05.29 21:22:53.625175 [ 3 ] {e03a386e-39b3-4281-8aa5-77d6a05b16d4} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001251 sec., 799.3605115907275 rows/sec., 59.33 KiB/sec. | ||
10856 | 2024.05.29 21:22:53.625182 [ 131 ] {} <Debug> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
10857 | 2024.05.29 21:22:53.625292 [ 131 ] {} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10858 | 2024.05.29 21:22:53.625326 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
10859 | 2024.05.29 21:22:53.625421 [ 3 ] {e03a386e-39b3-4281-8aa5-77d6a05b16d4} <Debug> DynamicQueryHandler: Done processing query | ||
10860 | 2024.05.29 21:22:53.625500 [ 3 ] {e03a386e-39b3-4281-8aa5-77d6a05b16d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10861 | 2024.05.29 21:22:53.625593 [ 3 ] {} <Debug> HTTP-Session: 25478a33-e673-4785-80be-180059a22754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10862 | 2024.05.29 21:22:53.625708 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
10863 | 2024.05.29 21:22:53.625950 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10864 | 2024.05.29 21:22:53.625954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10865 | 2024.05.29 21:22:53.626018 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 14 rows starting from the beginning of the part | ||
10866 | 2024.05.29 21:22:53.626051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10867 | 2024.05.29 21:22:53.626091 [ 3 ] {} <Debug> HTTP-Session: 414307cf-cdfe-4434-b47f-b6427ac2555b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10868 | 2024.05.29 21:22:53.626178 [ 3 ] {} <Debug> HTTP-Session: 414307cf-cdfe-4434-b47f-b6427ac2555b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10869 | 2024.05.29 21:22:53.626242 [ 3 ] {} <Debug> HTTP-Session: 414307cf-cdfe-4434-b47f-b6427ac2555b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10870 | 2024.05.29 21:22:53.626291 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
10871 | 2024.05.29 21:22:53.626359 [ 3 ] {} <Trace> HTTP-Session: 414307cf-cdfe-4434-b47f-b6427ac2555b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10872 | 2024.05.29 21:22:53.626562 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
10873 | 2024.05.29 21:22:53.626783 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
10874 | 2024.05.29 21:22:53.626826 [ 3 ] {b1006877-76d6-438c-b530-d7907e4276cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10875 | 2024.05.29 21:22:53.627032 [ 3 ] {b1006877-76d6-438c-b530-d7907e4276cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10876 | 2024.05.29 21:22:53.627166 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
10877 | 2024.05.29 21:22:53.627505 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
10878 | 2024.05.29 21:22:53.628083 [ 3 ] {b1006877-76d6-438c-b530-d7907e4276cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10879 | 2024.05.29 21:22:53.628879 [ 3 ] {b1006877-76d6-438c-b530-d7907e4276cb} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10880 | 2024.05.29 21:22:53.628950 [ 3 ] {b1006877-76d6-438c-b530-d7907e4276cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
10881 | 2024.05.29 21:22:53.629844 [ 3 ] {b1006877-76d6-438c-b530-d7907e4276cb} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10882 | 2024.05.29 21:22:53.630112 [ 199 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.004671007 sec., 4923.991764516731 rows/sec., 396.81 KiB/sec. | ||
10883 | 2024.05.29 21:22:53.630413 [ 199 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
10884 | 2024.05.29 21:22:53.630590 [ 3 ] {b1006877-76d6-438c-b530-d7907e4276cb} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10885 | 2024.05.29 21:22:53.630981 [ 3 ] {b1006877-76d6-438c-b530-d7907e4276cb} <Debug> executeQuery: Read 103 rows, 8.58 KiB in 0.004287 sec., 24026.125495684628 rows/sec., 1.95 MiB/sec. | ||
10886 | 2024.05.29 21:22:53.631548 [ 3 ] {b1006877-76d6-438c-b530-d7907e4276cb} <Debug> DynamicQueryHandler: Done processing query | ||
10887 | 2024.05.29 21:22:53.631604 [ 3 ] {b1006877-76d6-438c-b530-d7907e4276cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10888 | 2024.05.29 21:22:53.631665 [ 3 ] {} <Debug> HTTP-Session: 414307cf-cdfe-4434-b47f-b6427ac2555b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10889 | 2024.05.29 21:22:53.631931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10890 | 2024.05.29 21:22:53.632073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10891 | 2024.05.29 21:22:53.632104 [ 199 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_30_6} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10892 | 2024.05.29 21:22:53.632119 [ 3 ] {} <Debug> HTTP-Session: c3a12b68-1538-4565-864f-1320eaf5abdf Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10893 | 2024.05.29 21:22:53.632184 [ 3 ] {} <Debug> HTTP-Session: c3a12b68-1538-4565-864f-1320eaf5abdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10894 | 2024.05.29 21:22:53.632207 [ 3 ] {} <Debug> HTTP-Session: c3a12b68-1538-4565-864f-1320eaf5abdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10895 | 2024.05.29 21:22:53.632260 [ 3 ] {} <Trace> HTTP-Session: c3a12b68-1538-4565-864f-1320eaf5abdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10896 | 2024.05.29 21:22:53.632289 [ 199 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_30_6} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
10897 | 2024.05.29 21:22:53.632450 [ 3 ] {97b2292d-8605-4253-97b9-267391df8367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10898 | 2024.05.29 21:22:53.632460 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10899 | 2024.05.29 21:22:53.632526 [ 3 ] {97b2292d-8605-4253-97b9-267391df8367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10900 | 2024.05.29 21:22:53.632684 [ 3 ] {97b2292d-8605-4253-97b9-267391df8367} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10901 | 2024.05.29 21:22:53.632933 [ 3 ] {97b2292d-8605-4253-97b9-267391df8367} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10902 | 2024.05.29 21:22:53.632970 [ 3 ] {97b2292d-8605-4253-97b9-267391df8367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
10903 | 2024.05.29 21:22:53.633270 [ 3 ] {97b2292d-8605-4253-97b9-267391df8367} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10904 | 2024.05.29 21:22:53.633579 [ 3 ] {97b2292d-8605-4253-97b9-267391df8367} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10905 | 2024.05.29 21:22:53.633737 [ 131 ] {} <Debug> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
10906 | 2024.05.29 21:22:53.633747 [ 3 ] {97b2292d-8605-4253-97b9-267391df8367} <Debug> executeQuery: Read 1 rows, 64.00 B in 0.001368 sec., 730.9941520467836 rows/sec., 45.69 KiB/sec. | ||
10907 | 2024.05.29 21:22:53.633801 [ 131 ] {} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10908 | 2024.05.29 21:22:53.633870 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
10909 | 2024.05.29 21:22:53.634058 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
10910 | 2024.05.29 21:22:53.634067 [ 3 ] {97b2292d-8605-4253-97b9-267391df8367} <Debug> DynamicQueryHandler: Done processing query | ||
10911 | 2024.05.29 21:22:53.634118 [ 3 ] {97b2292d-8605-4253-97b9-267391df8367} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10912 | 2024.05.29 21:22:53.634167 [ 3 ] {} <Debug> HTTP-Session: c3a12b68-1538-4565-864f-1320eaf5abdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10913 | 2024.05.29 21:22:53.634276 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10914 | 2024.05.29 21:22:53.634310 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 14 rows starting from the beginning of the part | ||
10915 | 2024.05.29 21:22:53.634409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14533, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10916 | 2024.05.29 21:22:53.634513 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
10917 | 2024.05.29 21:22:53.634572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10918 | 2024.05.29 21:22:53.634656 [ 3 ] {} <Debug> HTTP-Session: f108bce2-93f9-4c94-b618-ad28546d6d08 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10919 | 2024.05.29 21:22:53.634727 [ 3 ] {} <Debug> HTTP-Session: f108bce2-93f9-4c94-b618-ad28546d6d08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10920 | 2024.05.29 21:22:53.634789 [ 3 ] {} <Debug> HTTP-Session: f108bce2-93f9-4c94-b618-ad28546d6d08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10921 | 2024.05.29 21:22:53.634805 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
10922 | 2024.05.29 21:22:53.634907 [ 3 ] {} <Trace> HTTP-Session: f108bce2-93f9-4c94-b618-ad28546d6d08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10923 | 2024.05.29 21:22:53.635158 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
10924 | 2024.05.29 21:22:53.635304 [ 3 ] {7d346b55-88f5-4809-9f36-8677aa683dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10925 | 2024.05.29 21:22:53.635471 [ 3 ] {7d346b55-88f5-4809-9f36-8677aa683dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10926 | 2024.05.29 21:22:53.635471 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
10927 | 2024.05.29 21:22:53.635791 [ 196 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
10928 | 2024.05.29 21:22:53.636478 [ 3 ] {7d346b55-88f5-4809-9f36-8677aa683dbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10929 | 2024.05.29 21:22:53.637330 [ 3 ] {7d346b55-88f5-4809-9f36-8677aa683dbb} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10930 | 2024.05.29 21:22:53.637412 [ 3 ] {7d346b55-88f5-4809-9f36-8677aa683dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
10931 | 2024.05.29 21:22:53.638343 [ 3 ] {7d346b55-88f5-4809-9f36-8677aa683dbb} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10932 | 2024.05.29 21:22:53.638405 [ 188 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.00442644 sec., 5196.04919529012 rows/sec., 357.85 KiB/sec. | ||
10933 | 2024.05.29 21:22:53.638707 [ 188 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
10934 | 2024.05.29 21:22:53.639015 [ 3 ] {7d346b55-88f5-4809-9f36-8677aa683dbb} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10935 | 2024.05.29 21:22:53.639487 [ 3 ] {7d346b55-88f5-4809-9f36-8677aa683dbb} <Debug> executeQuery: Read 86 rows, 6.81 KiB in 0.004298 sec., 20009.306654257794 rows/sec., 1.55 MiB/sec. | ||
10936 | 2024.05.29 21:22:53.639800 [ 188 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_30_6} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10937 | 2024.05.29 21:22:53.640043 [ 3 ] {7d346b55-88f5-4809-9f36-8677aa683dbb} <Debug> DynamicQueryHandler: Done processing query | ||
10938 | 2024.05.29 21:22:53.640076 [ 188 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_30_6} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
10939 | 2024.05.29 21:22:53.640143 [ 3 ] {7d346b55-88f5-4809-9f36-8677aa683dbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10940 | 2024.05.29 21:22:53.640242 [ 3 ] {} <Debug> HTTP-Session: f108bce2-93f9-4c94-b618-ad28546d6d08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10941 | 2024.05.29 21:22:53.640359 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10942 | 2024.05.29 21:22:53.640534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10943 | 2024.05.29 21:22:53.640593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10944 | 2024.05.29 21:22:53.640613 [ 3 ] {} <Debug> HTTP-Session: 38d16f50-de4d-40af-a1a5-feabef503313 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10945 | 2024.05.29 21:22:53.640630 [ 3 ] {} <Debug> HTTP-Session: 38d16f50-de4d-40af-a1a5-feabef503313 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10946 | 2024.05.29 21:22:53.640644 [ 3 ] {} <Debug> HTTP-Session: 38d16f50-de4d-40af-a1a5-feabef503313 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10947 | 2024.05.29 21:22:53.640676 [ 3 ] {} <Trace> HTTP-Session: 38d16f50-de4d-40af-a1a5-feabef503313 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10948 | 2024.05.29 21:22:53.640845 [ 3 ] {b3e3a477-fd23-4543-9c24-87d7af232642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10949 | 2024.05.29 21:22:53.640896 [ 3 ] {b3e3a477-fd23-4543-9c24-87d7af232642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10950 | 2024.05.29 21:22:53.641072 [ 3 ] {b3e3a477-fd23-4543-9c24-87d7af232642} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10951 | 2024.05.29 21:22:53.641410 [ 3 ] {b3e3a477-fd23-4543-9c24-87d7af232642} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10952 | 2024.05.29 21:22:53.641447 [ 3 ] {b3e3a477-fd23-4543-9c24-87d7af232642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
10953 | 2024.05.29 21:22:53.641854 [ 3 ] {b3e3a477-fd23-4543-9c24-87d7af232642} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10954 | 2024.05.29 21:22:53.642211 [ 3 ] {b3e3a477-fd23-4543-9c24-87d7af232642} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10955 | 2024.05.29 21:22:53.642378 [ 3 ] {b3e3a477-fd23-4543-9c24-87d7af232642} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001612 sec., 99875.93052109181 rows/sec., 6.95 MiB/sec. | ||
10956 | 2024.05.29 21:22:53.642648 [ 3 ] {b3e3a477-fd23-4543-9c24-87d7af232642} <Debug> DynamicQueryHandler: Done processing query | ||
10957 | 2024.05.29 21:22:53.642699 [ 3 ] {b3e3a477-fd23-4543-9c24-87d7af232642} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10958 | 2024.05.29 21:22:53.642755 [ 3 ] {} <Debug> HTTP-Session: 38d16f50-de4d-40af-a1a5-feabef503313 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10959 | 2024.05.29 21:22:53.642973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 16090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10960 | 2024.05.29 21:22:53.643025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10961 | 2024.05.29 21:22:53.643045 [ 3 ] {} <Debug> HTTP-Session: 8576cb69-a319-4588-9187-d175aed58181 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10962 | 2024.05.29 21:22:53.643061 [ 3 ] {} <Debug> HTTP-Session: 8576cb69-a319-4588-9187-d175aed58181 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10963 | 2024.05.29 21:22:53.643074 [ 3 ] {} <Debug> HTTP-Session: 8576cb69-a319-4588-9187-d175aed58181 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10964 | 2024.05.29 21:22:53.643106 [ 3 ] {} <Trace> HTTP-Session: 8576cb69-a319-4588-9187-d175aed58181 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10965 | 2024.05.29 21:22:53.643290 [ 3 ] {68c560c1-ea55-4127-baa3-f4dbda5ccb83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10966 | 2024.05.29 21:22:53.643339 [ 3 ] {68c560c1-ea55-4127-baa3-f4dbda5ccb83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10967 | 2024.05.29 21:22:53.643520 [ 3 ] {68c560c1-ea55-4127-baa3-f4dbda5ccb83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10968 | 2024.05.29 21:22:53.643864 [ 3 ] {68c560c1-ea55-4127-baa3-f4dbda5ccb83} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10969 | 2024.05.29 21:22:53.643900 [ 3 ] {68c560c1-ea55-4127-baa3-f4dbda5ccb83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
10970 | 2024.05.29 21:22:53.644297 [ 3 ] {68c560c1-ea55-4127-baa3-f4dbda5ccb83} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10971 | 2024.05.29 21:22:53.644641 [ 3 ] {68c560c1-ea55-4127-baa3-f4dbda5ccb83} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10972 | 2024.05.29 21:22:53.644802 [ 3 ] {68c560c1-ea55-4127-baa3-f4dbda5ccb83} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.00161 sec., 9316.770186335403 rows/sec., 12.57 MiB/sec. | ||
10973 | 2024.05.29 21:22:53.645087 [ 3 ] {68c560c1-ea55-4127-baa3-f4dbda5ccb83} <Debug> DynamicQueryHandler: Done processing query | ||
10974 | 2024.05.29 21:22:53.645157 [ 3 ] {68c560c1-ea55-4127-baa3-f4dbda5ccb83} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10975 | 2024.05.29 21:22:53.645224 [ 3 ] {} <Debug> HTTP-Session: 8576cb69-a319-4588-9187-d175aed58181 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10976 | 2024.05.29 21:22:53.645466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10977 | 2024.05.29 21:22:53.645545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10978 | 2024.05.29 21:22:53.645564 [ 3 ] {} <Debug> HTTP-Session: cf4927f6-b9f4-40ea-b743-ad5a1c23436c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10979 | 2024.05.29 21:22:53.645581 [ 3 ] {} <Debug> HTTP-Session: cf4927f6-b9f4-40ea-b743-ad5a1c23436c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10980 | 2024.05.29 21:22:53.645595 [ 3 ] {} <Debug> HTTP-Session: cf4927f6-b9f4-40ea-b743-ad5a1c23436c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10981 | 2024.05.29 21:22:53.645626 [ 3 ] {} <Trace> HTTP-Session: cf4927f6-b9f4-40ea-b743-ad5a1c23436c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10982 | 2024.05.29 21:22:53.645742 [ 3 ] {7699ceae-883e-4ba6-bfb0-e244977bcc2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10983 | 2024.05.29 21:22:53.645788 [ 3 ] {7699ceae-883e-4ba6-bfb0-e244977bcc2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10984 | 2024.05.29 21:22:53.645928 [ 3 ] {7699ceae-883e-4ba6-bfb0-e244977bcc2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10985 | 2024.05.29 21:22:53.646193 [ 3 ] {7699ceae-883e-4ba6-bfb0-e244977bcc2d} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10986 | 2024.05.29 21:22:53.646229 [ 3 ] {7699ceae-883e-4ba6-bfb0-e244977bcc2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
10987 | 2024.05.29 21:22:53.646585 [ 3 ] {7699ceae-883e-4ba6-bfb0-e244977bcc2d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10988 | 2024.05.29 21:22:53.646908 [ 3 ] {7699ceae-883e-4ba6-bfb0-e244977bcc2d} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10989 | 2024.05.29 21:22:53.647060 [ 3 ] {7699ceae-883e-4ba6-bfb0-e244977bcc2d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
10990 | 2024.05.29 21:22:53.647224 [ 3 ] {7699ceae-883e-4ba6-bfb0-e244977bcc2d} <Debug> DynamicQueryHandler: Done processing query | ||
10991 | 2024.05.29 21:22:53.647248 [ 3 ] {7699ceae-883e-4ba6-bfb0-e244977bcc2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10992 | 2024.05.29 21:22:53.647263 [ 3 ] {} <Debug> HTTP-Session: cf4927f6-b9f4-40ea-b743-ad5a1c23436c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10993 | 2024.05.29 21:22:58.621615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 5648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10994 | 2024.05.29 21:22:58.621755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10995 | 2024.05.29 21:22:58.621784 [ 3 ] {} <Debug> HTTP-Session: 51eeb289-5579-4a5f-9221-d23282100266 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
10996 | 2024.05.29 21:22:58.621812 [ 3 ] {} <Debug> HTTP-Session: 51eeb289-5579-4a5f-9221-d23282100266 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10997 | 2024.05.29 21:22:58.621829 [ 3 ] {} <Debug> HTTP-Session: 51eeb289-5579-4a5f-9221-d23282100266 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10998 | 2024.05.29 21:22:58.621885 [ 3 ] {} <Trace> HTTP-Session: 51eeb289-5579-4a5f-9221-d23282100266 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10999 | 2024.05.29 21:22:58.622105 [ 3 ] {5c6f21f6-cbef-4e04-a35c-731148bbd2a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11000 | 2024.05.29 21:22:58.622181 [ 3 ] {5c6f21f6-cbef-4e04-a35c-731148bbd2a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11001 | 2024.05.29 21:22:58.622402 [ 3 ] {5c6f21f6-cbef-4e04-a35c-731148bbd2a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11002 | 2024.05.29 21:22:58.622804 [ 3 ] {5c6f21f6-cbef-4e04-a35c-731148bbd2a8} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11003 | 2024.05.29 21:22:58.622846 [ 3 ] {5c6f21f6-cbef-4e04-a35c-731148bbd2a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11004 | 2024.05.29 21:22:58.623203 [ 3 ] {5c6f21f6-cbef-4e04-a35c-731148bbd2a8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11005 | 2024.05.29 21:22:58.623614 [ 3 ] {5c6f21f6-cbef-4e04-a35c-731148bbd2a8} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11006 | 2024.05.29 21:22:58.623951 [ 3 ] {5c6f21f6-cbef-4e04-a35c-731148bbd2a8} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001891 sec., 20624.008461131674 rows/sec., 1.63 MiB/sec. | ||
11007 | 2024.05.29 21:22:58.624399 [ 3 ] {5c6f21f6-cbef-4e04-a35c-731148bbd2a8} <Debug> DynamicQueryHandler: Done processing query | ||
11008 | 2024.05.29 21:22:58.624449 [ 3 ] {5c6f21f6-cbef-4e04-a35c-731148bbd2a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11009 | 2024.05.29 21:22:58.624490 [ 3 ] {} <Debug> HTTP-Session: 51eeb289-5579-4a5f-9221-d23282100266 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11010 | 2024.05.29 21:22:58.624658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11011 | 2024.05.29 21:22:58.624708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11012 | 2024.05.29 21:22:58.624728 [ 3 ] {} <Debug> HTTP-Session: b456c5e8-c188-41d0-9550-4bd5aa4690ad Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11013 | 2024.05.29 21:22:58.624745 [ 3 ] {} <Debug> HTTP-Session: b456c5e8-c188-41d0-9550-4bd5aa4690ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11014 | 2024.05.29 21:22:58.624758 [ 3 ] {} <Debug> HTTP-Session: b456c5e8-c188-41d0-9550-4bd5aa4690ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11015 | 2024.05.29 21:22:58.624789 [ 3 ] {} <Trace> HTTP-Session: b456c5e8-c188-41d0-9550-4bd5aa4690ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11016 | 2024.05.29 21:22:58.624886 [ 3 ] {15542b19-c5e1-4b7d-92a5-bf1b7b8547b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11017 | 2024.05.29 21:22:58.624932 [ 3 ] {15542b19-c5e1-4b7d-92a5-bf1b7b8547b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11018 | 2024.05.29 21:22:58.625083 [ 3 ] {15542b19-c5e1-4b7d-92a5-bf1b7b8547b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11019 | 2024.05.29 21:22:58.625398 [ 3 ] {15542b19-c5e1-4b7d-92a5-bf1b7b8547b2} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11020 | 2024.05.29 21:22:58.625435 [ 3 ] {15542b19-c5e1-4b7d-92a5-bf1b7b8547b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11021 | 2024.05.29 21:22:58.625729 [ 3 ] {15542b19-c5e1-4b7d-92a5-bf1b7b8547b2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11022 | 2024.05.29 21:22:58.626026 [ 3 ] {15542b19-c5e1-4b7d-92a5-bf1b7b8547b2} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11023 | 2024.05.29 21:22:58.626186 [ 3 ] {15542b19-c5e1-4b7d-92a5-bf1b7b8547b2} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001316 sec., 1519.756838905775 rows/sec., 112.79 KiB/sec. | ||
11024 | 2024.05.29 21:22:58.626519 [ 3 ] {15542b19-c5e1-4b7d-92a5-bf1b7b8547b2} <Debug> DynamicQueryHandler: Done processing query | ||
11025 | 2024.05.29 21:22:58.626544 [ 3 ] {15542b19-c5e1-4b7d-92a5-bf1b7b8547b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11026 | 2024.05.29 21:22:58.626560 [ 3 ] {} <Debug> HTTP-Session: b456c5e8-c188-41d0-9550-4bd5aa4690ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11027 | 2024.05.29 21:22:58.626759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 26117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11028 | 2024.05.29 21:22:58.626810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11029 | 2024.05.29 21:22:58.626829 [ 3 ] {} <Debug> HTTP-Session: 376448d1-35dd-4082-ae5b-f463bbdb2ca5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11030 | 2024.05.29 21:22:58.626845 [ 3 ] {} <Debug> HTTP-Session: 376448d1-35dd-4082-ae5b-f463bbdb2ca5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11031 | 2024.05.29 21:22:58.626859 [ 3 ] {} <Debug> HTTP-Session: 376448d1-35dd-4082-ae5b-f463bbdb2ca5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11032 | 2024.05.29 21:22:58.626889 [ 3 ] {} <Trace> HTTP-Session: 376448d1-35dd-4082-ae5b-f463bbdb2ca5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11033 | 2024.05.29 21:22:58.627031 [ 3 ] {ff855d7f-c614-4289-b1bd-cc7a25a3c4f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11034 | 2024.05.29 21:22:58.627075 [ 3 ] {ff855d7f-c614-4289-b1bd-cc7a25a3c4f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11035 | 2024.05.29 21:22:58.627218 [ 3 ] {ff855d7f-c614-4289-b1bd-cc7a25a3c4f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11036 | 2024.05.29 21:22:58.627607 [ 3 ] {ff855d7f-c614-4289-b1bd-cc7a25a3c4f4} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11037 | 2024.05.29 21:22:58.627643 [ 3 ] {ff855d7f-c614-4289-b1bd-cc7a25a3c4f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11038 | 2024.05.29 21:22:58.627951 [ 3 ] {ff855d7f-c614-4289-b1bd-cc7a25a3c4f4} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11039 | 2024.05.29 21:22:58.628256 [ 3 ] {ff855d7f-c614-4289-b1bd-cc7a25a3c4f4} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11040 | 2024.05.29 21:22:58.628405 [ 3 ] {ff855d7f-c614-4289-b1bd-cc7a25a3c4f4} <Debug> executeQuery: Read 177 rows, 15.35 KiB in 0.001433 sec., 123517.09699930216 rows/sec., 10.46 MiB/sec. | ||
11041 | 2024.05.29 21:22:58.628568 [ 3 ] {ff855d7f-c614-4289-b1bd-cc7a25a3c4f4} <Debug> DynamicQueryHandler: Done processing query | ||
11042 | 2024.05.29 21:22:58.628595 [ 3 ] {ff855d7f-c614-4289-b1bd-cc7a25a3c4f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11043 | 2024.05.29 21:22:58.628610 [ 3 ] {} <Debug> HTTP-Session: 376448d1-35dd-4082-ae5b-f463bbdb2ca5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11044 | 2024.05.29 21:22:58.628734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 315, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11045 | 2024.05.29 21:22:58.628781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11046 | 2024.05.29 21:22:58.628799 [ 3 ] {} <Debug> HTTP-Session: 5fdc4fd4-77ce-4ca5-ac57-b49ed1ddaa70 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11047 | 2024.05.29 21:22:58.628816 [ 3 ] {} <Debug> HTTP-Session: 5fdc4fd4-77ce-4ca5-ac57-b49ed1ddaa70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11048 | 2024.05.29 21:22:58.628830 [ 3 ] {} <Debug> HTTP-Session: 5fdc4fd4-77ce-4ca5-ac57-b49ed1ddaa70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11049 | 2024.05.29 21:22:58.628859 [ 3 ] {} <Trace> HTTP-Session: 5fdc4fd4-77ce-4ca5-ac57-b49ed1ddaa70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11050 | 2024.05.29 21:22:58.628952 [ 3 ] {d3a3dd51-cb3a-4e2f-9595-acf01ffce7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11051 | 2024.05.29 21:22:58.628994 [ 3 ] {d3a3dd51-cb3a-4e2f-9595-acf01ffce7bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11052 | 2024.05.29 21:22:58.629116 [ 3 ] {d3a3dd51-cb3a-4e2f-9595-acf01ffce7bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11053 | 2024.05.29 21:22:58.629374 [ 3 ] {d3a3dd51-cb3a-4e2f-9595-acf01ffce7bd} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11054 | 2024.05.29 21:22:58.629410 [ 3 ] {d3a3dd51-cb3a-4e2f-9595-acf01ffce7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11055 | 2024.05.29 21:22:58.629697 [ 3 ] {d3a3dd51-cb3a-4e2f-9595-acf01ffce7bd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11056 | 2024.05.29 21:22:58.629995 [ 3 ] {d3a3dd51-cb3a-4e2f-9595-acf01ffce7bd} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11057 | 2024.05.29 21:22:58.630151 [ 3 ] {d3a3dd51-cb3a-4e2f-9595-acf01ffce7bd} <Debug> executeQuery: Read 2 rows, 128.00 B in 0.001217 sec., 1643.3853738701725 rows/sec., 102.71 KiB/sec. | ||
11058 | 2024.05.29 21:22:58.630318 [ 3 ] {d3a3dd51-cb3a-4e2f-9595-acf01ffce7bd} <Debug> DynamicQueryHandler: Done processing query | ||
11059 | 2024.05.29 21:22:58.630343 [ 3 ] {d3a3dd51-cb3a-4e2f-9595-acf01ffce7bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11060 | 2024.05.29 21:22:58.630357 [ 3 ] {} <Debug> HTTP-Session: 5fdc4fd4-77ce-4ca5-ac57-b49ed1ddaa70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11061 | 2024.05.29 21:22:58.630564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 21246, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11062 | 2024.05.29 21:22:58.630613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11063 | 2024.05.29 21:22:58.630632 [ 3 ] {} <Debug> HTTP-Session: dda3b794-526a-4546-945a-0a9488bd88d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11064 | 2024.05.29 21:22:58.630648 [ 3 ] {} <Debug> HTTP-Session: dda3b794-526a-4546-945a-0a9488bd88d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11065 | 2024.05.29 21:22:58.630662 [ 3 ] {} <Debug> HTTP-Session: dda3b794-526a-4546-945a-0a9488bd88d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11066 | 2024.05.29 21:22:58.630691 [ 3 ] {} <Trace> HTTP-Session: dda3b794-526a-4546-945a-0a9488bd88d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11067 | 2024.05.29 21:22:58.630814 [ 3 ] {502aca3c-ed6b-4f36-86ed-7bc086dc5fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11068 | 2024.05.29 21:22:58.630856 [ 3 ] {502aca3c-ed6b-4f36-86ed-7bc086dc5fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11069 | 2024.05.29 21:22:58.630981 [ 3 ] {502aca3c-ed6b-4f36-86ed-7bc086dc5fa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11070 | 2024.05.29 21:22:58.631320 [ 3 ] {502aca3c-ed6b-4f36-86ed-7bc086dc5fa4} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11071 | 2024.05.29 21:22:58.631356 [ 3 ] {502aca3c-ed6b-4f36-86ed-7bc086dc5fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11072 | 2024.05.29 21:22:58.631660 [ 3 ] {502aca3c-ed6b-4f36-86ed-7bc086dc5fa4} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11073 | 2024.05.29 21:22:58.631953 [ 3 ] {502aca3c-ed6b-4f36-86ed-7bc086dc5fa4} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11074 | 2024.05.29 21:22:58.632113 [ 3 ] {502aca3c-ed6b-4f36-86ed-7bc086dc5fa4} <Debug> executeQuery: Read 126 rows, 9.94 KiB in 0.001349 sec., 93402.52038547072 rows/sec., 7.20 MiB/sec. | ||
11075 | 2024.05.29 21:22:58.632271 [ 3 ] {502aca3c-ed6b-4f36-86ed-7bc086dc5fa4} <Debug> DynamicQueryHandler: Done processing query | ||
11076 | 2024.05.29 21:22:58.632318 [ 3 ] {502aca3c-ed6b-4f36-86ed-7bc086dc5fa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11077 | 2024.05.29 21:22:58.632334 [ 3 ] {} <Debug> HTTP-Session: dda3b794-526a-4546-945a-0a9488bd88d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11078 | 2024.05.29 21:22:58.632498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11079 | 2024.05.29 21:22:58.632546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11080 | 2024.05.29 21:22:58.632565 [ 3 ] {} <Debug> HTTP-Session: 8fa04783-4197-451c-8521-6d7d6cd15bfc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11081 | 2024.05.29 21:22:58.632581 [ 3 ] {} <Debug> HTTP-Session: 8fa04783-4197-451c-8521-6d7d6cd15bfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11082 | 2024.05.29 21:22:58.632595 [ 3 ] {} <Debug> HTTP-Session: 8fa04783-4197-451c-8521-6d7d6cd15bfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11083 | 2024.05.29 21:22:58.632625 [ 3 ] {} <Trace> HTTP-Session: 8fa04783-4197-451c-8521-6d7d6cd15bfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11084 | 2024.05.29 21:22:58.632761 [ 3 ] {e8220b66-d0d7-425b-96f8-86c46dd1b306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11085 | 2024.05.29 21:22:58.632808 [ 3 ] {e8220b66-d0d7-425b-96f8-86c46dd1b306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11086 | 2024.05.29 21:22:58.632973 [ 3 ] {e8220b66-d0d7-425b-96f8-86c46dd1b306} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11087 | 2024.05.29 21:22:58.633337 [ 3 ] {e8220b66-d0d7-425b-96f8-86c46dd1b306} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11088 | 2024.05.29 21:22:58.633373 [ 3 ] {e8220b66-d0d7-425b-96f8-86c46dd1b306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11089 | 2024.05.29 21:22:58.633746 [ 3 ] {e8220b66-d0d7-425b-96f8-86c46dd1b306} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11090 | 2024.05.29 21:22:58.634080 [ 3 ] {e8220b66-d0d7-425b-96f8-86c46dd1b306} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11091 | 2024.05.29 21:22:58.634238 [ 3 ] {e8220b66-d0d7-425b-96f8-86c46dd1b306} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.001529 sec., 105951.60235448006 rows/sec., 7.37 MiB/sec. | ||
11092 | 2024.05.29 21:22:58.634240 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11093 | 2024.05.29 21:22:58.634359 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11094 | 2024.05.29 21:22:58.634401 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11095 | 2024.05.29 21:22:58.634492 [ 3 ] {e8220b66-d0d7-425b-96f8-86c46dd1b306} <Debug> DynamicQueryHandler: Done processing query | ||
11096 | 2024.05.29 21:22:58.634547 [ 3 ] {e8220b66-d0d7-425b-96f8-86c46dd1b306} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11097 | 2024.05.29 21:22:58.634612 [ 3 ] {} <Debug> HTTP-Session: 8fa04783-4197-451c-8521-6d7d6cd15bfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11098 | 2024.05.29 21:22:58.634692 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
11099 | 2024.05.29 21:22:58.634903 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11100 | 2024.05.29 21:22:58.634925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 41747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11101 | 2024.05.29 21:22:58.634970 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 8768 rows starting from the beginning of the part | ||
11102 | 2024.05.29 21:22:58.635025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11103 | 2024.05.29 21:22:58.635107 [ 3 ] {} <Debug> HTTP-Session: c668dc25-15e8-4e32-a5b7-6d0664a44a40 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11104 | 2024.05.29 21:22:58.635191 [ 3 ] {} <Debug> HTTP-Session: c668dc25-15e8-4e32-a5b7-6d0664a44a40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11105 | 2024.05.29 21:22:58.635257 [ 3 ] {} <Debug> HTTP-Session: c668dc25-15e8-4e32-a5b7-6d0664a44a40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11106 | 2024.05.29 21:22:58.635307 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
11107 | 2024.05.29 21:22:58.635353 [ 3 ] {} <Trace> HTTP-Session: c668dc25-15e8-4e32-a5b7-6d0664a44a40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11108 | 2024.05.29 21:22:58.635594 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 161 rows starting from the beginning of the part | ||
11109 | 2024.05.29 21:22:58.635751 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 162 rows starting from the beginning of the part | ||
11110 | 2024.05.29 21:22:58.635897 [ 3 ] {c8d6ac34-fde0-4e1e-a018-22e78c360c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11111 | 2024.05.29 21:22:58.636048 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 161 rows starting from the beginning of the part | ||
11112 | 2024.05.29 21:22:58.636097 [ 3 ] {c8d6ac34-fde0-4e1e-a018-22e78c360c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11113 | 2024.05.29 21:22:58.636479 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 162 rows starting from the beginning of the part | ||
11114 | 2024.05.29 21:22:58.637232 [ 3 ] {c8d6ac34-fde0-4e1e-a018-22e78c360c79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11115 | 2024.05.29 21:22:58.637866 [ 3 ] {c8d6ac34-fde0-4e1e-a018-22e78c360c79} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11116 | 2024.05.29 21:22:58.637914 [ 3 ] {c8d6ac34-fde0-4e1e-a018-22e78c360c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11117 | 2024.05.29 21:22:58.638925 [ 3 ] {c8d6ac34-fde0-4e1e-a018-22e78c360c79} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11118 | 2024.05.29 21:22:58.639600 [ 3 ] {c8d6ac34-fde0-4e1e-a018-22e78c360c79} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11119 | 2024.05.29 21:22:58.639775 [ 3 ] {c8d6ac34-fde0-4e1e-a018-22e78c360c79} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.00421 sec., 9263.657957244655 rows/sec., 12.50 MiB/sec. | ||
11120 | 2024.05.29 21:22:58.640098 [ 3 ] {c8d6ac34-fde0-4e1e-a018-22e78c360c79} <Debug> DynamicQueryHandler: Done processing query | ||
11121 | 2024.05.29 21:22:58.640150 [ 3 ] {c8d6ac34-fde0-4e1e-a018-22e78c360c79} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11122 | 2024.05.29 21:22:58.640168 [ 3 ] {} <Debug> HTTP-Session: c668dc25-15e8-4e32-a5b7-6d0664a44a40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11123 | 2024.05.29 21:22:58.640295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 1451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11124 | 2024.05.29 21:22:58.640347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11125 | 2024.05.29 21:22:58.640367 [ 3 ] {} <Debug> HTTP-Session: ed510357-70a1-4f69-a9f2-af09e2fec3f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11126 | 2024.05.29 21:22:58.640386 [ 3 ] {} <Debug> HTTP-Session: ed510357-70a1-4f69-a9f2-af09e2fec3f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11127 | 2024.05.29 21:22:58.640401 [ 3 ] {} <Debug> HTTP-Session: ed510357-70a1-4f69-a9f2-af09e2fec3f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11128 | 2024.05.29 21:22:58.640434 [ 3 ] {} <Trace> HTTP-Session: ed510357-70a1-4f69-a9f2-af09e2fec3f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11129 | 2024.05.29 21:22:58.640545 [ 3 ] {df5b96d5-34a6-4369-82dc-7a66bad8d3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11130 | 2024.05.29 21:22:58.640608 [ 3 ] {df5b96d5-34a6-4369-82dc-7a66bad8d3f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11131 | 2024.05.29 21:22:58.640761 [ 3 ] {df5b96d5-34a6-4369-82dc-7a66bad8d3f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11132 | 2024.05.29 21:22:58.641516 [ 3 ] {df5b96d5-34a6-4369-82dc-7a66bad8d3f2} <Trace> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11133 | 2024.05.29 21:22:58.641539 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9574 rows, containing 5 columns (5 merged, 0 gathered) in 0.007027368 sec., 1362387.738908792 rows/sec., 95.07 MiB/sec. | ||
11134 | 2024.05.29 21:22:58.641567 [ 3 ] {df5b96d5-34a6-4369-82dc-7a66bad8d3f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11135 | 2024.05.29 21:22:58.641819 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11136 | 2024.05.29 21:22:58.642308 [ 3 ] {df5b96d5-34a6-4369-82dc-7a66bad8d3f2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
11137 | 2024.05.29 21:22:58.642768 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11138 | 2024.05.29 21:22:58.642901 [ 188 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11139 | 2024.05.29 21:22:58.643062 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. | ||
11140 | 2024.05.29 21:22:58.643100 [ 3 ] {df5b96d5-34a6-4369-82dc-7a66bad8d3f2} <Trace> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11141 | 2024.05.29 21:22:58.643297 [ 3 ] {df5b96d5-34a6-4369-82dc-7a66bad8d3f2} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.002779 sec., 3238.5750269881255 rows/sec., 228.77 KiB/sec. | ||
11142 | 2024.05.29 21:22:58.643646 [ 3 ] {df5b96d5-34a6-4369-82dc-7a66bad8d3f2} <Debug> DynamicQueryHandler: Done processing query | ||
11143 | 2024.05.29 21:22:58.643670 [ 3 ] {df5b96d5-34a6-4369-82dc-7a66bad8d3f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11144 | 2024.05.29 21:22:58.643685 [ 3 ] {} <Debug> HTTP-Session: ed510357-70a1-4f69-a9f2-af09e2fec3f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11145 | 2024.05.29 21:22:58.643817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11146 | 2024.05.29 21:22:58.643863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11147 | 2024.05.29 21:22:58.643883 [ 3 ] {} <Debug> HTTP-Session: f78bfccf-b7d0-44d2-a979-89bfe9d62a91 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11148 | 2024.05.29 21:22:58.643899 [ 3 ] {} <Debug> HTTP-Session: f78bfccf-b7d0-44d2-a979-89bfe9d62a91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11149 | 2024.05.29 21:22:58.643912 [ 3 ] {} <Debug> HTTP-Session: f78bfccf-b7d0-44d2-a979-89bfe9d62a91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11150 | 2024.05.29 21:22:58.643942 [ 3 ] {} <Trace> HTTP-Session: f78bfccf-b7d0-44d2-a979-89bfe9d62a91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11151 | 2024.05.29 21:22:58.644062 [ 3 ] {a0c07780-2365-4e82-9882-807fa4d8dab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11152 | 2024.05.29 21:22:58.644106 [ 3 ] {a0c07780-2365-4e82-9882-807fa4d8dab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11153 | 2024.05.29 21:22:58.644256 [ 3 ] {a0c07780-2365-4e82-9882-807fa4d8dab2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11154 | 2024.05.29 21:22:58.644551 [ 3 ] {a0c07780-2365-4e82-9882-807fa4d8dab2} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11155 | 2024.05.29 21:22:58.644585 [ 3 ] {a0c07780-2365-4e82-9882-807fa4d8dab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11156 | 2024.05.29 21:22:58.644940 [ 3 ] {a0c07780-2365-4e82-9882-807fa4d8dab2} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11157 | 2024.05.29 21:22:58.645260 [ 3 ] {a0c07780-2365-4e82-9882-807fa4d8dab2} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11158 | 2024.05.29 21:22:58.645410 [ 3 ] {a0c07780-2365-4e82-9882-807fa4d8dab2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
11159 | 2024.05.29 21:22:58.645432 [ 127 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11160 | 2024.05.29 21:22:58.645500 [ 127 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11161 | 2024.05.29 21:22:58.645553 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11162 | 2024.05.29 21:22:58.645690 [ 3 ] {a0c07780-2365-4e82-9882-807fa4d8dab2} <Debug> DynamicQueryHandler: Done processing query | ||
11163 | 2024.05.29 21:22:58.645754 [ 3 ] {a0c07780-2365-4e82-9882-807fa4d8dab2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11164 | 2024.05.29 21:22:58.645783 [ 3 ] {} <Debug> HTTP-Session: f78bfccf-b7d0-44d2-a979-89bfe9d62a91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11165 | 2024.05.29 21:22:58.645806 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
11166 | 2024.05.29 21:22:58.646002 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11167 | 2024.05.29 21:22:58.646043 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3072 rows starting from the beginning of the part | ||
11168 | 2024.05.29 21:22:58.646193 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
11169 | 2024.05.29 21:22:58.646382 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
11170 | 2024.05.29 21:22:58.646455 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
11171 | 2024.05.29 21:22:58.646718 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
11172 | 2024.05.29 21:22:58.646950 [ 197 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
11173 | 2024.05.29 21:22:58.648572 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3372 rows, containing 4 columns (4 merged, 0 gathered) in 0.002904439 sec., 1160981.5182897628 rows/sec., 78.01 MiB/sec. | ||
11174 | 2024.05.29 21:22:58.648830 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11175 | 2024.05.29 21:22:58.649211 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_66_13} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11176 | 2024.05.29 21:22:58.649286 [ 198 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_66_13} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11177 | 2024.05.29 21:22:58.649371 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
11178 | 2024.05.29 21:23:01.703857 [ 123 ] {} <Debug> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
11179 | 2024.05.29 21:23:01.703942 [ 123 ] {} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11180 | 2024.05.29 21:23:01.703968 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11181 | 2024.05.29 21:23:01.704121 [ 186 ] {7fb59b00-01aa-408d-94e9-b2608d6ac23c::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 | ||
11182 | 2024.05.29 21:23:01.704443 [ 186 ] {7fb59b00-01aa-408d-94e9-b2608d6ac23c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11183 | 2024.05.29 21:23:01.704484 [ 186 ] {7fb59b00-01aa-408d-94e9-b2608d6ac23c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
11184 | 2024.05.29 21:23:01.704573 [ 186 ] {7fb59b00-01aa-408d-94e9-b2608d6ac23c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
11185 | 2024.05.29 21:23:01.704704 [ 186 ] {7fb59b00-01aa-408d-94e9-b2608d6ac23c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part | ||
11186 | 2024.05.29 21:23:01.704803 [ 186 ] {7fb59b00-01aa-408d-94e9-b2608d6ac23c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
11187 | 2024.05.29 21:23:01.704909 [ 186 ] {7fb59b00-01aa-408d-94e9-b2608d6ac23c::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 | ||
11188 | 2024.05.29 21:23:01.706945 [ 201 ] {7fb59b00-01aa-408d-94e9-b2608d6ac23c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 6 columns (6 merged, 0 gathered) in 0.002898478 sec., 10350.259688015572 rows/sec., 1.49 MiB/sec. | ||
11189 | 2024.05.29 21:23:01.707128 [ 198 ] {7fb59b00-01aa-408d-94e9-b2608d6ac23c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
11190 | 2024.05.29 21:23:01.707602 [ 198 ] {7fb59b00-01aa-408d-94e9-b2608d6ac23c::all_1_5_1} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11191 | 2024.05.29 21:23:01.707681 [ 198 ] {7fb59b00-01aa-408d-94e9-b2608d6ac23c::all_1_5_1} <Trace> oximeter.timeseries_schema (7fb59b00-01aa-408d-94e9-b2608d6ac23c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
11192 | 2024.05.29 21:23:01.707755 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
11193 | 2024.05.29 21:23:03.622467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11194 | 2024.05.29 21:23:03.622578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11195 | 2024.05.29 21:23:03.622602 [ 3 ] {} <Debug> HTTP-Session: 796bb4dd-ce5d-4eb8-a9fc-89556d1df436 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11196 | 2024.05.29 21:23:03.622625 [ 3 ] {} <Debug> HTTP-Session: 796bb4dd-ce5d-4eb8-a9fc-89556d1df436 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11197 | 2024.05.29 21:23:03.622640 [ 3 ] {} <Debug> HTTP-Session: 796bb4dd-ce5d-4eb8-a9fc-89556d1df436 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11198 | 2024.05.29 21:23:03.622691 [ 3 ] {} <Trace> HTTP-Session: 796bb4dd-ce5d-4eb8-a9fc-89556d1df436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11199 | 2024.05.29 21:23:03.622869 [ 3 ] {32361ba2-ec40-45a5-99e4-b031cc55dc71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11200 | 2024.05.29 21:23:03.622935 [ 3 ] {32361ba2-ec40-45a5-99e4-b031cc55dc71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11201 | 2024.05.29 21:23:03.623122 [ 3 ] {32361ba2-ec40-45a5-99e4-b031cc55dc71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11202 | 2024.05.29 21:23:03.623532 [ 3 ] {32361ba2-ec40-45a5-99e4-b031cc55dc71} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11203 | 2024.05.29 21:23:03.623570 [ 3 ] {32361ba2-ec40-45a5-99e4-b031cc55dc71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11204 | 2024.05.29 21:23:03.623931 [ 3 ] {32361ba2-ec40-45a5-99e4-b031cc55dc71} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11205 | 2024.05.29 21:23:03.624258 [ 3 ] {32361ba2-ec40-45a5-99e4-b031cc55dc71} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11206 | 2024.05.29 21:23:03.624403 [ 3 ] {32361ba2-ec40-45a5-99e4-b031cc55dc71} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.00159 sec., 9433.962264150943 rows/sec., 764.67 KiB/sec. | ||
11207 | 2024.05.29 21:23:03.624602 [ 3 ] {32361ba2-ec40-45a5-99e4-b031cc55dc71} <Debug> DynamicQueryHandler: Done processing query | ||
11208 | 2024.05.29 21:23:03.624628 [ 3 ] {32361ba2-ec40-45a5-99e4-b031cc55dc71} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11209 | 2024.05.29 21:23:03.624645 [ 3 ] {} <Debug> HTTP-Session: 796bb4dd-ce5d-4eb8-a9fc-89556d1df436 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11210 | 2024.05.29 21:23:03.624810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11211 | 2024.05.29 21:23:03.624860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11212 | 2024.05.29 21:23:03.624878 [ 3 ] {} <Debug> HTTP-Session: 1589da78-245b-4123-99c9-d6133e5cc309 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11213 | 2024.05.29 21:23:03.624895 [ 3 ] {} <Debug> HTTP-Session: 1589da78-245b-4123-99c9-d6133e5cc309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11214 | 2024.05.29 21:23:03.624908 [ 3 ] {} <Debug> HTTP-Session: 1589da78-245b-4123-99c9-d6133e5cc309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11215 | 2024.05.29 21:23:03.624939 [ 3 ] {} <Trace> HTTP-Session: 1589da78-245b-4123-99c9-d6133e5cc309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11216 | 2024.05.29 21:23:03.625032 [ 3 ] {ee0ca891-bf37-49b0-919b-0a3bdfa99bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11217 | 2024.05.29 21:23:03.625074 [ 3 ] {ee0ca891-bf37-49b0-919b-0a3bdfa99bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11218 | 2024.05.29 21:23:03.625198 [ 3 ] {ee0ca891-bf37-49b0-919b-0a3bdfa99bb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11219 | 2024.05.29 21:23:03.625469 [ 3 ] {ee0ca891-bf37-49b0-919b-0a3bdfa99bb9} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11220 | 2024.05.29 21:23:03.625504 [ 3 ] {ee0ca891-bf37-49b0-919b-0a3bdfa99bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11221 | 2024.05.29 21:23:03.625801 [ 3 ] {ee0ca891-bf37-49b0-919b-0a3bdfa99bb9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11222 | 2024.05.29 21:23:03.626109 [ 3 ] {ee0ca891-bf37-49b0-919b-0a3bdfa99bb9} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11223 | 2024.05.29 21:23:03.626241 [ 3 ] {ee0ca891-bf37-49b0-919b-0a3bdfa99bb9} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001231 sec., 2437.0430544272945 rows/sec., 192.77 KiB/sec. | ||
11224 | 2024.05.29 21:23:03.626406 [ 3 ] {ee0ca891-bf37-49b0-919b-0a3bdfa99bb9} <Debug> DynamicQueryHandler: Done processing query | ||
11225 | 2024.05.29 21:23:03.626429 [ 3 ] {ee0ca891-bf37-49b0-919b-0a3bdfa99bb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11226 | 2024.05.29 21:23:03.626445 [ 3 ] {} <Debug> HTTP-Session: 1589da78-245b-4123-99c9-d6133e5cc309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11227 | 2024.05.29 21:23:03.626575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 19940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11228 | 2024.05.29 21:23:03.626621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11229 | 2024.05.29 21:23:03.626640 [ 3 ] {} <Debug> HTTP-Session: 61419c7a-95bd-4c79-b0a8-4ee0769966a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11230 | 2024.05.29 21:23:03.626656 [ 3 ] {} <Debug> HTTP-Session: 61419c7a-95bd-4c79-b0a8-4ee0769966a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11231 | 2024.05.29 21:23:03.626670 [ 3 ] {} <Debug> HTTP-Session: 61419c7a-95bd-4c79-b0a8-4ee0769966a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11232 | 2024.05.29 21:23:03.626700 [ 3 ] {} <Trace> HTTP-Session: 61419c7a-95bd-4c79-b0a8-4ee0769966a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11233 | 2024.05.29 21:23:03.626832 [ 3 ] {7ee563b3-dd1a-4d74-b053-f4f3d715be3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11234 | 2024.05.29 21:23:03.626872 [ 3 ] {7ee563b3-dd1a-4d74-b053-f4f3d715be3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11235 | 2024.05.29 21:23:03.626993 [ 3 ] {7ee563b3-dd1a-4d74-b053-f4f3d715be3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11236 | 2024.05.29 21:23:03.627357 [ 3 ] {7ee563b3-dd1a-4d74-b053-f4f3d715be3c} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11237 | 2024.05.29 21:23:03.627392 [ 3 ] {7ee563b3-dd1a-4d74-b053-f4f3d715be3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11238 | 2024.05.29 21:23:03.627694 [ 3 ] {7ee563b3-dd1a-4d74-b053-f4f3d715be3c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11239 | 2024.05.29 21:23:03.627989 [ 3 ] {7ee563b3-dd1a-4d74-b053-f4f3d715be3c} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11240 | 2024.05.29 21:23:03.628111 [ 3 ] {7ee563b3-dd1a-4d74-b053-f4f3d715be3c} <Debug> executeQuery: Read 140 rows, 11.46 KiB in 0.001335 sec., 104868.9138576779 rows/sec., 8.39 MiB/sec. | ||
11241 | 2024.05.29 21:23:03.628275 [ 3 ] {7ee563b3-dd1a-4d74-b053-f4f3d715be3c} <Debug> DynamicQueryHandler: Done processing query | ||
11242 | 2024.05.29 21:23:03.628299 [ 3 ] {7ee563b3-dd1a-4d74-b053-f4f3d715be3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11243 | 2024.05.29 21:23:03.628314 [ 3 ] {} <Debug> HTTP-Session: 61419c7a-95bd-4c79-b0a8-4ee0769966a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11244 | 2024.05.29 21:23:03.628431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 462, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11245 | 2024.05.29 21:23:03.628478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11246 | 2024.05.29 21:23:03.628496 [ 3 ] {} <Debug> HTTP-Session: 89c8039c-ef2a-4387-b9e6-362497f152bb Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11247 | 2024.05.29 21:23:03.628512 [ 3 ] {} <Debug> HTTP-Session: 89c8039c-ef2a-4387-b9e6-362497f152bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11248 | 2024.05.29 21:23:03.628525 [ 3 ] {} <Debug> HTTP-Session: 89c8039c-ef2a-4387-b9e6-362497f152bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11249 | 2024.05.29 21:23:03.628556 [ 3 ] {} <Trace> HTTP-Session: 89c8039c-ef2a-4387-b9e6-362497f152bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11250 | 2024.05.29 21:23:03.628646 [ 3 ] {4570a1ff-dca7-4119-8ffe-32c7b4531cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11251 | 2024.05.29 21:23:03.628687 [ 3 ] {4570a1ff-dca7-4119-8ffe-32c7b4531cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11252 | 2024.05.29 21:23:03.628809 [ 3 ] {4570a1ff-dca7-4119-8ffe-32c7b4531cef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11253 | 2024.05.29 21:23:03.629088 [ 3 ] {4570a1ff-dca7-4119-8ffe-32c7b4531cef} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11254 | 2024.05.29 21:23:03.629122 [ 3 ] {4570a1ff-dca7-4119-8ffe-32c7b4531cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11255 | 2024.05.29 21:23:03.629411 [ 3 ] {4570a1ff-dca7-4119-8ffe-32c7b4531cef} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11256 | 2024.05.29 21:23:03.629699 [ 3 ] {4570a1ff-dca7-4119-8ffe-32c7b4531cef} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11257 | 2024.05.29 21:23:03.629819 [ 3 ] {4570a1ff-dca7-4119-8ffe-32c7b4531cef} <Debug> executeQuery: Read 3 rows, 207.00 B in 0.001196 sec., 2508.361204013378 rows/sec., 169.02 KiB/sec. | ||
11258 | 2024.05.29 21:23:03.630089 [ 3 ] {4570a1ff-dca7-4119-8ffe-32c7b4531cef} <Debug> DynamicQueryHandler: Done processing query | ||
11259 | 2024.05.29 21:23:03.630130 [ 3 ] {4570a1ff-dca7-4119-8ffe-32c7b4531cef} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11260 | 2024.05.29 21:23:03.630150 [ 3 ] {} <Debug> HTTP-Session: 89c8039c-ef2a-4387-b9e6-362497f152bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11261 | 2024.05.29 21:23:03.630294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 18904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11262 | 2024.05.29 21:23:03.630340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11263 | 2024.05.29 21:23:03.630359 [ 3 ] {} <Debug> HTTP-Session: 11440367-10ee-4857-bd4c-e845dfb5d583 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11264 | 2024.05.29 21:23:03.630376 [ 3 ] {} <Debug> HTTP-Session: 11440367-10ee-4857-bd4c-e845dfb5d583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11265 | 2024.05.29 21:23:03.630389 [ 3 ] {} <Debug> HTTP-Session: 11440367-10ee-4857-bd4c-e845dfb5d583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11266 | 2024.05.29 21:23:03.630420 [ 3 ] {} <Trace> HTTP-Session: 11440367-10ee-4857-bd4c-e845dfb5d583 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11267 | 2024.05.29 21:23:03.630545 [ 3 ] {d700b2d4-6102-4334-a36f-aa1e80d7b2b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11268 | 2024.05.29 21:23:03.630587 [ 3 ] {d700b2d4-6102-4334-a36f-aa1e80d7b2b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11269 | 2024.05.29 21:23:03.630728 [ 3 ] {d700b2d4-6102-4334-a36f-aa1e80d7b2b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11270 | 2024.05.29 21:23:03.631066 [ 3 ] {d700b2d4-6102-4334-a36f-aa1e80d7b2b0} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11271 | 2024.05.29 21:23:03.631100 [ 3 ] {d700b2d4-6102-4334-a36f-aa1e80d7b2b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11272 | 2024.05.29 21:23:03.631403 [ 3 ] {d700b2d4-6102-4334-a36f-aa1e80d7b2b0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11273 | 2024.05.29 21:23:03.631694 [ 3 ] {d700b2d4-6102-4334-a36f-aa1e80d7b2b0} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11274 | 2024.05.29 21:23:03.631818 [ 3 ] {d700b2d4-6102-4334-a36f-aa1e80d7b2b0} <Debug> executeQuery: Read 112 rows, 8.87 KiB in 0.00132 sec., 84848.48484848485 rows/sec., 6.56 MiB/sec. | ||
11275 | 2024.05.29 21:23:03.631981 [ 3 ] {d700b2d4-6102-4334-a36f-aa1e80d7b2b0} <Debug> DynamicQueryHandler: Done processing query | ||
11276 | 2024.05.29 21:23:03.632004 [ 3 ] {d700b2d4-6102-4334-a36f-aa1e80d7b2b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11277 | 2024.05.29 21:23:03.632019 [ 3 ] {} <Debug> HTTP-Session: 11440367-10ee-4857-bd4c-e845dfb5d583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11278 | 2024.05.29 21:23:03.632247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 37938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11279 | 2024.05.29 21:23:03.632293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11280 | 2024.05.29 21:23:03.632311 [ 3 ] {} <Debug> HTTP-Session: 65264a37-3a5f-47b6-ac47-5e1d8cdd1d23 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11281 | 2024.05.29 21:23:03.632327 [ 3 ] {} <Debug> HTTP-Session: 65264a37-3a5f-47b6-ac47-5e1d8cdd1d23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11282 | 2024.05.29 21:23:03.632340 [ 3 ] {} <Debug> HTTP-Session: 65264a37-3a5f-47b6-ac47-5e1d8cdd1d23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11283 | 2024.05.29 21:23:03.632370 [ 3 ] {} <Trace> HTTP-Session: 65264a37-3a5f-47b6-ac47-5e1d8cdd1d23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11284 | 2024.05.29 21:23:03.632535 [ 3 ] {c28521ed-310a-41cd-aeca-ebef92355213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11285 | 2024.05.29 21:23:03.632581 [ 3 ] {c28521ed-310a-41cd-aeca-ebef92355213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11286 | 2024.05.29 21:23:03.632721 [ 3 ] {c28521ed-310a-41cd-aeca-ebef92355213} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11287 | 2024.05.29 21:23:03.633104 [ 3 ] {c28521ed-310a-41cd-aeca-ebef92355213} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11288 | 2024.05.29 21:23:03.633139 [ 3 ] {c28521ed-310a-41cd-aeca-ebef92355213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11289 | 2024.05.29 21:23:03.633511 [ 3 ] {c28521ed-310a-41cd-aeca-ebef92355213} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11290 | 2024.05.29 21:23:03.633834 [ 3 ] {c28521ed-310a-41cd-aeca-ebef92355213} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11291 | 2024.05.29 21:23:03.633953 [ 3 ] {c28521ed-310a-41cd-aeca-ebef92355213} <Debug> executeQuery: Read 198 rows, 14.14 KiB in 0.001502 sec., 131824.2343541944 rows/sec., 9.20 MiB/sec. | ||
11292 | 2024.05.29 21:23:03.634112 [ 3 ] {c28521ed-310a-41cd-aeca-ebef92355213} <Debug> DynamicQueryHandler: Done processing query | ||
11293 | 2024.05.29 21:23:03.634136 [ 3 ] {c28521ed-310a-41cd-aeca-ebef92355213} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11294 | 2024.05.29 21:23:03.634151 [ 3 ] {} <Debug> HTTP-Session: 65264a37-3a5f-47b6-ac47-5e1d8cdd1d23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11295 | 2024.05.29 21:23:03.634296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 16090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11296 | 2024.05.29 21:23:03.634342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11297 | 2024.05.29 21:23:03.634360 [ 3 ] {} <Debug> HTTP-Session: 3f2c96ea-3e99-4d2c-90ba-f6ab2633b7ab Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11298 | 2024.05.29 21:23:03.634377 [ 3 ] {} <Debug> HTTP-Session: 3f2c96ea-3e99-4d2c-90ba-f6ab2633b7ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11299 | 2024.05.29 21:23:03.634390 [ 3 ] {} <Debug> HTTP-Session: 3f2c96ea-3e99-4d2c-90ba-f6ab2633b7ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11300 | 2024.05.29 21:23:03.634421 [ 3 ] {} <Trace> HTTP-Session: 3f2c96ea-3e99-4d2c-90ba-f6ab2633b7ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11301 | 2024.05.29 21:23:03.634580 [ 3 ] {5e169b55-27ae-42a7-8ecd-97ded426116c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11302 | 2024.05.29 21:23:03.634627 [ 3 ] {5e169b55-27ae-42a7-8ecd-97ded426116c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11303 | 2024.05.29 21:23:03.634780 [ 3 ] {5e169b55-27ae-42a7-8ecd-97ded426116c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11304 | 2024.05.29 21:23:03.635140 [ 3 ] {5e169b55-27ae-42a7-8ecd-97ded426116c} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11305 | 2024.05.29 21:23:03.635174 [ 3 ] {5e169b55-27ae-42a7-8ecd-97ded426116c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11306 | 2024.05.29 21:23:03.635556 [ 3 ] {5e169b55-27ae-42a7-8ecd-97ded426116c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11307 | 2024.05.29 21:23:03.635881 [ 3 ] {5e169b55-27ae-42a7-8ecd-97ded426116c} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11308 | 2024.05.29 21:23:03.636005 [ 3 ] {5e169b55-27ae-42a7-8ecd-97ded426116c} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001512 sec., 9920.63492063492 rows/sec., 13.39 MiB/sec. | ||
11309 | 2024.05.29 21:23:03.636174 [ 3 ] {5e169b55-27ae-42a7-8ecd-97ded426116c} <Debug> DynamicQueryHandler: Done processing query | ||
11310 | 2024.05.29 21:23:03.636198 [ 3 ] {5e169b55-27ae-42a7-8ecd-97ded426116c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11311 | 2024.05.29 21:23:03.636213 [ 3 ] {} <Debug> HTTP-Session: 3f2c96ea-3e99-4d2c-90ba-f6ab2633b7ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11312 | 2024.05.29 21:23:03.636338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11313 | 2024.05.29 21:23:03.636385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11314 | 2024.05.29 21:23:03.636403 [ 3 ] {} <Debug> HTTP-Session: 45ddb6f2-c7ba-4d13-bba2-4971062c6a85 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11315 | 2024.05.29 21:23:03.636420 [ 3 ] {} <Debug> HTTP-Session: 45ddb6f2-c7ba-4d13-bba2-4971062c6a85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11316 | 2024.05.29 21:23:03.636433 [ 3 ] {} <Debug> HTTP-Session: 45ddb6f2-c7ba-4d13-bba2-4971062c6a85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11317 | 2024.05.29 21:23:03.636463 [ 3 ] {} <Trace> HTTP-Session: 45ddb6f2-c7ba-4d13-bba2-4971062c6a85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11318 | 2024.05.29 21:23:03.636582 [ 3 ] {fe19163c-06ad-4799-9dfe-febb3f055bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11319 | 2024.05.29 21:23:03.636625 [ 3 ] {fe19163c-06ad-4799-9dfe-febb3f055bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11320 | 2024.05.29 21:23:03.636748 [ 3 ] {fe19163c-06ad-4799-9dfe-febb3f055bf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11321 | 2024.05.29 21:23:03.637029 [ 3 ] {fe19163c-06ad-4799-9dfe-febb3f055bf8} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11322 | 2024.05.29 21:23:03.637063 [ 3 ] {fe19163c-06ad-4799-9dfe-febb3f055bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11323 | 2024.05.29 21:23:03.637409 [ 3 ] {fe19163c-06ad-4799-9dfe-febb3f055bf8} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11324 | 2024.05.29 21:23:03.637710 [ 3 ] {fe19163c-06ad-4799-9dfe-febb3f055bf8} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11325 | 2024.05.29 21:23:03.637830 [ 3 ] {fe19163c-06ad-4799-9dfe-febb3f055bf8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001292 sec., 46439.62848297214 rows/sec., 3.13 MiB/sec. | ||
11326 | 2024.05.29 21:23:03.638070 [ 3 ] {fe19163c-06ad-4799-9dfe-febb3f055bf8} <Debug> DynamicQueryHandler: Done processing query | ||
11327 | 2024.05.29 21:23:03.638130 [ 3 ] {fe19163c-06ad-4799-9dfe-febb3f055bf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11328 | 2024.05.29 21:23:03.638186 [ 3 ] {} <Debug> HTTP-Session: 45ddb6f2-c7ba-4d13-bba2-4971062c6a85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11329 | 2024.05.29 21:23:06.143260 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11330 | 2024.05.29 21:23:06.143332 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11331 | 2024.05.29 21:23:08.622296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 5648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11332 | 2024.05.29 21:23:08.622419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11333 | 2024.05.29 21:23:08.622447 [ 3 ] {} <Debug> HTTP-Session: f2fc903c-fad9-4291-864e-d48f33c36c24 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11334 | 2024.05.29 21:23:08.622475 [ 3 ] {} <Debug> HTTP-Session: f2fc903c-fad9-4291-864e-d48f33c36c24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11335 | 2024.05.29 21:23:08.622493 [ 3 ] {} <Debug> HTTP-Session: f2fc903c-fad9-4291-864e-d48f33c36c24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11336 | 2024.05.29 21:23:08.622551 [ 3 ] {} <Trace> HTTP-Session: f2fc903c-fad9-4291-864e-d48f33c36c24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11337 | 2024.05.29 21:23:08.622763 [ 3 ] {237de4cf-cc3c-4cef-aa88-777c78044ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11338 | 2024.05.29 21:23:08.622836 [ 3 ] {237de4cf-cc3c-4cef-aa88-777c78044ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11339 | 2024.05.29 21:23:08.623040 [ 3 ] {237de4cf-cc3c-4cef-aa88-777c78044ad9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11340 | 2024.05.29 21:23:08.623483 [ 3 ] {237de4cf-cc3c-4cef-aa88-777c78044ad9} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11341 | 2024.05.29 21:23:08.623525 [ 3 ] {237de4cf-cc3c-4cef-aa88-777c78044ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11342 | 2024.05.29 21:23:08.623888 [ 3 ] {237de4cf-cc3c-4cef-aa88-777c78044ad9} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11343 | 2024.05.29 21:23:08.624214 [ 3 ] {237de4cf-cc3c-4cef-aa88-777c78044ad9} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11344 | 2024.05.29 21:23:08.624386 [ 3 ] {237de4cf-cc3c-4cef-aa88-777c78044ad9} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.00169 sec., 23076.923076923074 rows/sec., 1.83 MiB/sec. | ||
11345 | 2024.05.29 21:23:08.624393 [ 113 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11346 | 2024.05.29 21:23:08.624493 [ 113 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11347 | 2024.05.29 21:23:08.624547 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11348 | 2024.05.29 21:23:08.624679 [ 3 ] {237de4cf-cc3c-4cef-aa88-777c78044ad9} <Debug> DynamicQueryHandler: Done processing query | ||
11349 | 2024.05.29 21:23:08.624741 [ 3 ] {237de4cf-cc3c-4cef-aa88-777c78044ad9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11350 | 2024.05.29 21:23:08.624775 [ 3 ] {} <Debug> HTTP-Session: f2fc903c-fad9-4291-864e-d48f33c36c24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11351 | 2024.05.29 21:23:08.624793 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
11352 | 2024.05.29 21:23:08.624952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 661, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11353 | 2024.05.29 21:23:08.625080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11354 | 2024.05.29 21:23:08.625094 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11355 | 2024.05.29 21:23:08.625111 [ 3 ] {} <Debug> HTTP-Session: 012bc72e-5bde-4479-89e7-6fee04c7ee83 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11356 | 2024.05.29 21:23:08.625158 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 43 rows starting from the beginning of the part | ||
11357 | 2024.05.29 21:23:08.625165 [ 3 ] {} <Debug> HTTP-Session: 012bc72e-5bde-4479-89e7-6fee04c7ee83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11358 | 2024.05.29 21:23:08.625216 [ 3 ] {} <Debug> HTTP-Session: 012bc72e-5bde-4479-89e7-6fee04c7ee83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11359 | 2024.05.29 21:23:08.625387 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 31 rows starting from the beginning of the part | ||
11360 | 2024.05.29 21:23:08.625384 [ 3 ] {} <Trace> HTTP-Session: 012bc72e-5bde-4479-89e7-6fee04c7ee83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11361 | 2024.05.29 21:23:08.625593 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 15 rows starting from the beginning of the part | ||
11362 | 2024.05.29 21:23:08.625836 [ 3 ] {cbff0dd3-e508-43bc-9b28-e81461e16ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11363 | 2024.05.29 21:23:08.625901 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 39 rows starting from the beginning of the part | ||
11364 | 2024.05.29 21:23:08.625990 [ 3 ] {cbff0dd3-e508-43bc-9b28-e81461e16ad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11365 | 2024.05.29 21:23:08.626157 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 15 rows starting from the beginning of the part | ||
11366 | 2024.05.29 21:23:08.626462 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 39 rows starting from the beginning of the part | ||
11367 | 2024.05.29 21:23:08.627125 [ 3 ] {cbff0dd3-e508-43bc-9b28-e81461e16ad7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11368 | 2024.05.29 21:23:08.627856 [ 3 ] {cbff0dd3-e508-43bc-9b28-e81461e16ad7} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11369 | 2024.05.29 21:23:08.627929 [ 3 ] {cbff0dd3-e508-43bc-9b28-e81461e16ad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11370 | 2024.05.29 21:23:08.628864 [ 3 ] {cbff0dd3-e508-43bc-9b28-e81461e16ad7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11371 | 2024.05.29 21:23:08.629336 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 4 columns (4 merged, 0 gathered) in 0.004690668 sec., 38800.44377474594 rows/sec., 3.07 MiB/sec. | ||
11372 | 2024.05.29 21:23:08.629590 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11373 | 2024.05.29 21:23:08.629700 [ 3 ] {cbff0dd3-e508-43bc-9b28-e81461e16ad7} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11374 | 2024.05.29 21:23:08.629993 [ 3 ] {cbff0dd3-e508-43bc-9b28-e81461e16ad7} <Debug> executeQuery: Read 4 rows, 319.00 B in 0.004356 sec., 918.2736455463729 rows/sec., 71.52 KiB/sec. | ||
11375 | 2024.05.29 21:23:08.630469 [ 3 ] {cbff0dd3-e508-43bc-9b28-e81461e16ad7} <Debug> DynamicQueryHandler: Done processing query | ||
11376 | 2024.05.29 21:23:08.630506 [ 3 ] {cbff0dd3-e508-43bc-9b28-e81461e16ad7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11377 | 2024.05.29 21:23:08.630540 [ 3 ] {} <Debug> HTTP-Session: 012bc72e-5bde-4479-89e7-6fee04c7ee83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11378 | 2024.05.29 21:23:08.630620 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_71_14} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11379 | 2024.05.29 21:23:08.630722 [ 201 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_71_14} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11380 | 2024.05.29 21:23:08.630764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 26250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11381 | 2024.05.29 21:23:08.630870 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11382 | 2024.05.29 21:23:08.630882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11383 | 2024.05.29 21:23:08.630926 [ 3 ] {} <Debug> HTTP-Session: a2474aba-6825-433b-ae39-14a0c76f1148 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11384 | 2024.05.29 21:23:08.630942 [ 3 ] {} <Debug> HTTP-Session: a2474aba-6825-433b-ae39-14a0c76f1148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11385 | 2024.05.29 21:23:08.630956 [ 3 ] {} <Debug> HTTP-Session: a2474aba-6825-433b-ae39-14a0c76f1148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11386 | 2024.05.29 21:23:08.630987 [ 3 ] {} <Trace> HTTP-Session: a2474aba-6825-433b-ae39-14a0c76f1148 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11387 | 2024.05.29 21:23:08.631149 [ 3 ] {b93e8c58-c2c2-439b-87fd-e84e6039a5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11388 | 2024.05.29 21:23:08.631191 [ 3 ] {b93e8c58-c2c2-439b-87fd-e84e6039a5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11389 | 2024.05.29 21:23:08.631332 [ 3 ] {b93e8c58-c2c2-439b-87fd-e84e6039a5a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11390 | 2024.05.29 21:23:08.631747 [ 3 ] {b93e8c58-c2c2-439b-87fd-e84e6039a5a1} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11391 | 2024.05.29 21:23:08.631782 [ 3 ] {b93e8c58-c2c2-439b-87fd-e84e6039a5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11392 | 2024.05.29 21:23:08.632102 [ 3 ] {b93e8c58-c2c2-439b-87fd-e84e6039a5a1} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11393 | 2024.05.29 21:23:08.632411 [ 3 ] {b93e8c58-c2c2-439b-87fd-e84e6039a5a1} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11394 | 2024.05.29 21:23:08.632563 [ 3 ] {b93e8c58-c2c2-439b-87fd-e84e6039a5a1} <Debug> executeQuery: Read 178 rows, 15.42 KiB in 0.001486 sec., 119784.65679676986 rows/sec., 10.14 MiB/sec. | ||
11395 | 2024.05.29 21:23:08.632577 [ 113 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11396 | 2024.05.29 21:23:08.632650 [ 113 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11397 | 2024.05.29 21:23:08.632689 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11398 | 2024.05.29 21:23:08.632839 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
11399 | 2024.05.29 21:23:08.632840 [ 3 ] {b93e8c58-c2c2-439b-87fd-e84e6039a5a1} <Debug> DynamicQueryHandler: Done processing query | ||
11400 | 2024.05.29 21:23:08.632898 [ 3 ] {b93e8c58-c2c2-439b-87fd-e84e6039a5a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11401 | 2024.05.29 21:23:08.632941 [ 3 ] {} <Debug> HTTP-Session: a2474aba-6825-433b-ae39-14a0c76f1148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11402 | 2024.05.29 21:23:08.633043 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11403 | 2024.05.29 21:23:08.633082 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 228 rows starting from the beginning of the part | ||
11404 | 2024.05.29 21:23:08.633135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 593, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11405 | 2024.05.29 21:23:08.633276 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 153 rows starting from the beginning of the part | ||
11406 | 2024.05.29 21:23:08.633285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11407 | 2024.05.29 21:23:08.633374 [ 3 ] {} <Debug> HTTP-Session: 28540107-3176-41fa-b3c1-61e302f17ffe Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11408 | 2024.05.29 21:23:08.633469 [ 3 ] {} <Debug> HTTP-Session: 28540107-3176-41fa-b3c1-61e302f17ffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11409 | 2024.05.29 21:23:08.633546 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 103 rows starting from the beginning of the part | ||
11410 | 2024.05.29 21:23:08.633543 [ 3 ] {} <Debug> HTTP-Session: 28540107-3176-41fa-b3c1-61e302f17ffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11411 | 2024.05.29 21:23:08.633717 [ 3 ] {} <Trace> HTTP-Session: 28540107-3176-41fa-b3c1-61e302f17ffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11412 | 2024.05.29 21:23:08.633838 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 177 rows starting from the beginning of the part | ||
11413 | 2024.05.29 21:23:08.634156 [ 3 ] {a7abb30d-c997-4fbb-8d03-bd7561d855b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11414 | 2024.05.29 21:23:08.634174 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 140 rows starting from the beginning of the part | ||
11415 | 2024.05.29 21:23:08.634297 [ 3 ] {a7abb30d-c997-4fbb-8d03-bd7561d855b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11416 | 2024.05.29 21:23:08.634409 [ 193 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 178 rows starting from the beginning of the part | ||
11417 | 2024.05.29 21:23:08.635243 [ 3 ] {a7abb30d-c997-4fbb-8d03-bd7561d855b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11418 | 2024.05.29 21:23:08.635914 [ 3 ] {a7abb30d-c997-4fbb-8d03-bd7561d855b0} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11419 | 2024.05.29 21:23:08.635972 [ 3 ] {a7abb30d-c997-4fbb-8d03-bd7561d855b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11420 | 2024.05.29 21:23:08.636808 [ 3 ] {a7abb30d-c997-4fbb-8d03-bd7561d855b0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11421 | 2024.05.29 21:23:08.637490 [ 3 ] {a7abb30d-c997-4fbb-8d03-bd7561d855b0} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11422 | 2024.05.29 21:23:08.637524 [ 201 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 979 rows, containing 4 columns (4 merged, 0 gathered) in 0.004754161 sec., 205924.87296917374 rows/sec., 17.12 MiB/sec. | ||
11423 | 2024.05.29 21:23:08.637747 [ 3 ] {a7abb30d-c997-4fbb-8d03-bd7561d855b0} <Debug> executeQuery: Read 4 rows, 271.00 B in 0.003803 sec., 1051.801209571391 rows/sec., 69.59 KiB/sec. | ||
11424 | 2024.05.29 21:23:08.637821 [ 201 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11425 | 2024.05.29 21:23:08.638060 [ 3 ] {a7abb30d-c997-4fbb-8d03-bd7561d855b0} <Debug> DynamicQueryHandler: Done processing query | ||
11426 | 2024.05.29 21:23:08.638121 [ 3 ] {a7abb30d-c997-4fbb-8d03-bd7561d855b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11427 | 2024.05.29 21:23:08.638172 [ 3 ] {} <Debug> HTTP-Session: 28540107-3176-41fa-b3c1-61e302f17ffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11428 | 2024.05.29 21:23:08.638452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 20058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11429 | 2024.05.29 21:23:08.638477 [ 201 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_71_14} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11430 | 2024.05.29 21:23:08.638554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11431 | 2024.05.29 21:23:08.638595 [ 3 ] {} <Debug> HTTP-Session: 115897a3-bc52-472c-ae8e-fa38716d2b1e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11432 | 2024.05.29 21:23:08.638615 [ 3 ] {} <Debug> HTTP-Session: 115897a3-bc52-472c-ae8e-fa38716d2b1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11433 | 2024.05.29 21:23:08.638639 [ 201 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_71_14} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11434 | 2024.05.29 21:23:08.638648 [ 3 ] {} <Debug> HTTP-Session: 115897a3-bc52-472c-ae8e-fa38716d2b1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11435 | 2024.05.29 21:23:08.638736 [ 3 ] {} <Trace> HTTP-Session: 115897a3-bc52-472c-ae8e-fa38716d2b1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11436 | 2024.05.29 21:23:08.638766 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
11437 | 2024.05.29 21:23:08.638909 [ 3 ] {31e58438-61cf-4797-8563-3529c4800b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11438 | 2024.05.29 21:23:08.638957 [ 3 ] {31e58438-61cf-4797-8563-3529c4800b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11439 | 2024.05.29 21:23:08.639105 [ 3 ] {31e58438-61cf-4797-8563-3529c4800b84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11440 | 2024.05.29 21:23:08.639470 [ 3 ] {31e58438-61cf-4797-8563-3529c4800b84} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11441 | 2024.05.29 21:23:08.639505 [ 3 ] {31e58438-61cf-4797-8563-3529c4800b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11442 | 2024.05.29 21:23:08.639818 [ 3 ] {31e58438-61cf-4797-8563-3529c4800b84} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11443 | 2024.05.29 21:23:08.640136 [ 3 ] {31e58438-61cf-4797-8563-3529c4800b84} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11444 | 2024.05.29 21:23:08.640272 [ 3 ] {31e58438-61cf-4797-8563-3529c4800b84} <Debug> executeQuery: Read 119 rows, 9.38 KiB in 0.001421 sec., 83743.84236453203 rows/sec., 6.45 MiB/sec. | ||
11445 | 2024.05.29 21:23:08.640339 [ 111 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11446 | 2024.05.29 21:23:08.640432 [ 111 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11447 | 2024.05.29 21:23:08.640477 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11448 | 2024.05.29 21:23:08.640508 [ 3 ] {31e58438-61cf-4797-8563-3529c4800b84} <Debug> DynamicQueryHandler: Done processing query | ||
11449 | 2024.05.29 21:23:08.640567 [ 3 ] {31e58438-61cf-4797-8563-3529c4800b84} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11450 | 2024.05.29 21:23:08.640616 [ 3 ] {} <Debug> HTTP-Session: 115897a3-bc52-472c-ae8e-fa38716d2b1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11451 | 2024.05.29 21:23:08.640692 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
11452 | 2024.05.29 21:23:08.640816 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11453 | 2024.05.29 21:23:08.640868 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 166 rows starting from the beginning of the part | ||
11454 | 2024.05.29 21:23:08.640877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 31168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11455 | 2024.05.29 21:23:08.640994 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 109 rows starting from the beginning of the part | ||
11456 | 2024.05.29 21:23:08.641024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11457 | 2024.05.29 21:23:08.641122 [ 3 ] {} <Debug> HTTP-Session: 82fd7775-45b3-4f6b-a23d-0a928867146b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11458 | 2024.05.29 21:23:08.641240 [ 3 ] {} <Debug> HTTP-Session: 82fd7775-45b3-4f6b-a23d-0a928867146b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11459 | 2024.05.29 21:23:08.641337 [ 3 ] {} <Debug> HTTP-Session: 82fd7775-45b3-4f6b-a23d-0a928867146b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11460 | 2024.05.29 21:23:08.641380 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 86 rows starting from the beginning of the part | ||
11461 | 2024.05.29 21:23:08.641512 [ 3 ] {} <Trace> HTTP-Session: 82fd7775-45b3-4f6b-a23d-0a928867146b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11462 | 2024.05.29 21:23:08.641676 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 126 rows starting from the beginning of the part | ||
11463 | 2024.05.29 21:23:08.642056 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 112 rows starting from the beginning of the part | ||
11464 | 2024.05.29 21:23:08.642068 [ 3 ] {28bd1d79-7822-43fb-8e0f-f1025a73c7a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11465 | 2024.05.29 21:23:08.642259 [ 193 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 119 rows starting from the beginning of the part | ||
11466 | 2024.05.29 21:23:08.642278 [ 3 ] {28bd1d79-7822-43fb-8e0f-f1025a73c7a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11467 | 2024.05.29 21:23:08.643143 [ 3 ] {28bd1d79-7822-43fb-8e0f-f1025a73c7a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11468 | 2024.05.29 21:23:08.644072 [ 3 ] {28bd1d79-7822-43fb-8e0f-f1025a73c7a4} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11469 | 2024.05.29 21:23:08.644144 [ 3 ] {28bd1d79-7822-43fb-8e0f-f1025a73c7a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11470 | 2024.05.29 21:23:08.645124 [ 3 ] {28bd1d79-7822-43fb-8e0f-f1025a73c7a4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11471 | 2024.05.29 21:23:08.645134 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 718 rows, containing 4 columns (4 merged, 0 gathered) in 0.004571174 sec., 157071.24690506203 rows/sec., 12.15 MiB/sec. | ||
11472 | 2024.05.29 21:23:08.645556 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11473 | 2024.05.29 21:23:08.645783 [ 3 ] {28bd1d79-7822-43fb-8e0f-f1025a73c7a4} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11474 | 2024.05.29 21:23:08.646039 [ 3 ] {28bd1d79-7822-43fb-8e0f-f1025a73c7a4} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.004291 sec., 37986.48333721743 rows/sec., 2.64 MiB/sec. | ||
11475 | 2024.05.29 21:23:08.646541 [ 3 ] {28bd1d79-7822-43fb-8e0f-f1025a73c7a4} <Debug> DynamicQueryHandler: Done processing query | ||
11476 | 2024.05.29 21:23:08.646586 [ 3 ] {28bd1d79-7822-43fb-8e0f-f1025a73c7a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11477 | 2024.05.29 21:23:08.646628 [ 3 ] {} <Debug> HTTP-Session: 82fd7775-45b3-4f6b-a23d-0a928867146b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11478 | 2024.05.29 21:23:08.646753 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_71_14} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11479 | 2024.05.29 21:23:08.646874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 41747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11480 | 2024.05.29 21:23:08.646886 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_71_14} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11481 | 2024.05.29 21:23:08.646944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11482 | 2024.05.29 21:23:08.647018 [ 3 ] {} <Debug> HTTP-Session: bfa7de79-b377-46de-a63a-b4a5c50ff0a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11483 | 2024.05.29 21:23:08.647052 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
11484 | 2024.05.29 21:23:08.647055 [ 3 ] {} <Debug> HTTP-Session: bfa7de79-b377-46de-a63a-b4a5c50ff0a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11485 | 2024.05.29 21:23:08.647102 [ 3 ] {} <Debug> HTTP-Session: bfa7de79-b377-46de-a63a-b4a5c50ff0a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11486 | 2024.05.29 21:23:08.647135 [ 3 ] {} <Trace> HTTP-Session: bfa7de79-b377-46de-a63a-b4a5c50ff0a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11487 | 2024.05.29 21:23:08.647433 [ 3 ] {b275194f-7aad-4f7f-bbb2-e716ad595d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11488 | 2024.05.29 21:23:08.647481 [ 3 ] {b275194f-7aad-4f7f-bbb2-e716ad595d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11489 | 2024.05.29 21:23:08.647666 [ 3 ] {b275194f-7aad-4f7f-bbb2-e716ad595d1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11490 | 2024.05.29 21:23:08.648249 [ 3 ] {b275194f-7aad-4f7f-bbb2-e716ad595d1a} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11491 | 2024.05.29 21:23:08.648284 [ 3 ] {b275194f-7aad-4f7f-bbb2-e716ad595d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11492 | 2024.05.29 21:23:08.648706 [ 3 ] {b275194f-7aad-4f7f-bbb2-e716ad595d1a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11493 | 2024.05.29 21:23:08.649053 [ 3 ] {b275194f-7aad-4f7f-bbb2-e716ad595d1a} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11494 | 2024.05.29 21:23:08.649202 [ 3 ] {b275194f-7aad-4f7f-bbb2-e716ad595d1a} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.001973 sec., 19766.852508869742 rows/sec., 26.67 MiB/sec. | ||
11495 | 2024.05.29 21:23:08.649253 [ 111 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11496 | 2024.05.29 21:23:08.649363 [ 111 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11497 | 2024.05.29 21:23:08.649426 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11498 | 2024.05.29 21:23:08.649549 [ 3 ] {b275194f-7aad-4f7f-bbb2-e716ad595d1a} <Debug> DynamicQueryHandler: Done processing query | ||
11499 | 2024.05.29 21:23:08.649622 [ 3 ] {b275194f-7aad-4f7f-bbb2-e716ad595d1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11500 | 2024.05.29 21:23:08.649695 [ 3 ] {} <Debug> HTTP-Session: bfa7de79-b377-46de-a63a-b4a5c50ff0a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11501 | 2024.05.29 21:23:08.649790 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
11502 | 2024.05.29 21:23:08.649926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11503 | 2024.05.29 21:23:08.650111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11504 | 2024.05.29 21:23:08.650219 [ 3 ] {} <Debug> HTTP-Session: 3d5ec0bf-90c0-4d5f-905d-c0362038d5fc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11505 | 2024.05.29 21:23:08.650301 [ 3 ] {} <Debug> HTTP-Session: 3d5ec0bf-90c0-4d5f-905d-c0362038d5fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11506 | 2024.05.29 21:23:08.650395 [ 3 ] {} <Debug> HTTP-Session: 3d5ec0bf-90c0-4d5f-905d-c0362038d5fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11507 | 2024.05.29 21:23:08.650497 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11508 | 2024.05.29 21:23:08.650555 [ 3 ] {} <Trace> HTTP-Session: 3d5ec0bf-90c0-4d5f-905d-c0362038d5fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11509 | 2024.05.29 21:23:08.650651 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1007 rows starting from the beginning of the part | ||
11510 | 2024.05.29 21:23:08.651014 [ 3 ] {b9d4c066-d74a-4ab8-a646-9eef7a1c3f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11511 | 2024.05.29 21:23:08.651249 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 31 rows starting from the beginning of the part | ||
11512 | 2024.05.29 21:23:08.651286 [ 3 ] {b9d4c066-d74a-4ab8-a646-9eef7a1c3f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11513 | 2024.05.29 21:23:08.651856 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 15 rows starting from the beginning of the part | ||
11514 | 2024.05.29 21:23:08.652436 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 39 rows starting from the beginning of the part | ||
11515 | 2024.05.29 21:23:08.652901 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 15 rows starting from the beginning of the part | ||
11516 | 2024.05.29 21:23:08.652956 [ 3 ] {b9d4c066-d74a-4ab8-a646-9eef7a1c3f62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11517 | 2024.05.29 21:23:08.653145 [ 194 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 39 rows starting from the beginning of the part | ||
11518 | 2024.05.29 21:23:08.653799 [ 3 ] {b9d4c066-d74a-4ab8-a646-9eef7a1c3f62} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11519 | 2024.05.29 21:23:08.653841 [ 3 ] {b9d4c066-d74a-4ab8-a646-9eef7a1c3f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11520 | 2024.05.29 21:23:08.654322 [ 3 ] {b9d4c066-d74a-4ab8-a646-9eef7a1c3f62} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11521 | 2024.05.29 21:23:08.654660 [ 3 ] {b9d4c066-d74a-4ab8-a646-9eef7a1c3f62} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11522 | 2024.05.29 21:23:08.654808 [ 3 ] {b9d4c066-d74a-4ab8-a646-9eef7a1c3f62} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004035 sec., 14869.88847583643 rows/sec., 1.00 MiB/sec. | ||
11523 | 2024.05.29 21:23:08.655087 [ 3 ] {b9d4c066-d74a-4ab8-a646-9eef7a1c3f62} <Debug> DynamicQueryHandler: Done processing query | ||
11524 | 2024.05.29 21:23:08.655138 [ 3 ] {b9d4c066-d74a-4ab8-a646-9eef7a1c3f62} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11525 | 2024.05.29 21:23:08.655193 [ 3 ] {} <Debug> HTTP-Session: 3d5ec0bf-90c0-4d5f-905d-c0362038d5fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11526 | 2024.05.29 21:23:08.656811 [ 190 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1146 rows, containing 6 columns (6 merged, 0 gathered) in 0.007258386 sec., 157886.340021046 rows/sec., 213.06 MiB/sec. | ||
11527 | 2024.05.29 21:23:08.657980 [ 196 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11528 | 2024.05.29 21:23:08.658437 [ 196 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11529 | 2024.05.29 21:23:08.658535 [ 196 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11530 | 2024.05.29 21:23:08.658642 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.75 MiB. | ||
11531 | 2024.05.29 21:23:09.424168 [ 110 ] {} <Debug> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
11532 | 2024.05.29 21:23:09.424274 [ 110 ] {} <Trace> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11533 | 2024.05.29 21:23:09.424313 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11534 | 2024.05.29 21:23:09.424546 [ 199 ] {53af4498-878b-49ae-911e-4a396920f70f::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 | ||
11535 | 2024.05.29 21:23:09.424795 [ 199 ] {53af4498-878b-49ae-911e-4a396920f70f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11536 | 2024.05.29 21:23:09.424861 [ 199 ] {53af4498-878b-49ae-911e-4a396920f70f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
11537 | 2024.05.29 21:23:09.425009 [ 199 ] {53af4498-878b-49ae-911e-4a396920f70f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
11538 | 2024.05.29 21:23:09.425242 [ 199 ] {53af4498-878b-49ae-911e-4a396920f70f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
11539 | 2024.05.29 21:23:09.425346 [ 199 ] {53af4498-878b-49ae-911e-4a396920f70f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
11540 | 2024.05.29 21:23:09.425569 [ 199 ] {53af4498-878b-49ae-911e-4a396920f70f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
11541 | 2024.05.29 21:23:09.426742 [ 190 ] {53af4498-878b-49ae-911e-4a396920f70f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002327108 sec., 21915.613714533232 rows/sec., 1.56 MiB/sec. | ||
11542 | 2024.05.29 21:23:09.426922 [ 192 ] {53af4498-878b-49ae-911e-4a396920f70f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
11543 | 2024.05.29 21:23:09.427638 [ 192 ] {53af4498-878b-49ae-911e-4a396920f70f::all_1_5_1} <Trace> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11544 | 2024.05.29 21:23:09.427787 [ 192 ] {53af4498-878b-49ae-911e-4a396920f70f::all_1_5_1} <Trace> oximeter.measurements_i64 (53af4498-878b-49ae-911e-4a396920f70f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
11545 | 2024.05.29 21:23:09.427929 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
11546 | 2024.05.29 21:23:13.620357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11547 | 2024.05.29 21:23:13.620501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11548 | 2024.05.29 21:23:13.620541 [ 3 ] {} <Debug> HTTP-Session: 1105c6b2-d3f4-4679-a0bd-47ae545af7ee Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11549 | 2024.05.29 21:23:13.620574 [ 3 ] {} <Debug> HTTP-Session: 1105c6b2-d3f4-4679-a0bd-47ae545af7ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11550 | 2024.05.29 21:23:13.620595 [ 3 ] {} <Debug> HTTP-Session: 1105c6b2-d3f4-4679-a0bd-47ae545af7ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11551 | 2024.05.29 21:23:13.620663 [ 3 ] {} <Trace> HTTP-Session: 1105c6b2-d3f4-4679-a0bd-47ae545af7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11552 | 2024.05.29 21:23:13.620905 [ 3 ] {7316f232-bb77-4115-b78b-724e8a3b82d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11553 | 2024.05.29 21:23:13.620993 [ 3 ] {7316f232-bb77-4115-b78b-724e8a3b82d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11554 | 2024.05.29 21:23:13.621240 [ 3 ] {7316f232-bb77-4115-b78b-724e8a3b82d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11555 | 2024.05.29 21:23:13.621706 [ 3 ] {7316f232-bb77-4115-b78b-724e8a3b82d3} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11556 | 2024.05.29 21:23:13.621751 [ 3 ] {7316f232-bb77-4115-b78b-724e8a3b82d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11557 | 2024.05.29 21:23:13.622131 [ 3 ] {7316f232-bb77-4115-b78b-724e8a3b82d3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11558 | 2024.05.29 21:23:13.622475 [ 3 ] {7316f232-bb77-4115-b78b-724e8a3b82d3} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11559 | 2024.05.29 21:23:13.622650 [ 3 ] {7316f232-bb77-4115-b78b-724e8a3b82d3} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001825 sec., 8219.17808219178 rows/sec., 666.20 KiB/sec. | ||
11560 | 2024.05.29 21:23:13.622896 [ 3 ] {7316f232-bb77-4115-b78b-724e8a3b82d3} <Debug> DynamicQueryHandler: Done processing query | ||
11561 | 2024.05.29 21:23:13.622938 [ 3 ] {7316f232-bb77-4115-b78b-724e8a3b82d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11562 | 2024.05.29 21:23:13.622972 [ 3 ] {} <Debug> HTTP-Session: 1105c6b2-d3f4-4679-a0bd-47ae545af7ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11563 | 2024.05.29 21:23:13.623169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11564 | 2024.05.29 21:23:13.623224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11565 | 2024.05.29 21:23:13.623244 [ 3 ] {} <Debug> HTTP-Session: 885b183d-b03c-43e7-ac4e-4885ade59b2c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11566 | 2024.05.29 21:23:13.623262 [ 3 ] {} <Debug> HTTP-Session: 885b183d-b03c-43e7-ac4e-4885ade59b2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11567 | 2024.05.29 21:23:13.623276 [ 3 ] {} <Debug> HTTP-Session: 885b183d-b03c-43e7-ac4e-4885ade59b2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11568 | 2024.05.29 21:23:13.623311 [ 3 ] {} <Trace> HTTP-Session: 885b183d-b03c-43e7-ac4e-4885ade59b2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11569 | 2024.05.29 21:23:13.623408 [ 3 ] {b4bff4aa-f6a0-4004-9493-cb921ccbf286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11570 | 2024.05.29 21:23:13.623450 [ 3 ] {b4bff4aa-f6a0-4004-9493-cb921ccbf286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11571 | 2024.05.29 21:23:13.623579 [ 3 ] {b4bff4aa-f6a0-4004-9493-cb921ccbf286} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11572 | 2024.05.29 21:23:13.623871 [ 3 ] {b4bff4aa-f6a0-4004-9493-cb921ccbf286} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11573 | 2024.05.29 21:23:13.623907 [ 3 ] {b4bff4aa-f6a0-4004-9493-cb921ccbf286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11574 | 2024.05.29 21:23:13.624203 [ 3 ] {b4bff4aa-f6a0-4004-9493-cb921ccbf286} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11575 | 2024.05.29 21:23:13.624503 [ 3 ] {b4bff4aa-f6a0-4004-9493-cb921ccbf286} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11576 | 2024.05.29 21:23:13.624646 [ 3 ] {b4bff4aa-f6a0-4004-9493-cb921ccbf286} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.00126 sec., 793.6507936507936 rows/sec., 58.90 KiB/sec. | ||
11577 | 2024.05.29 21:23:13.625023 [ 3 ] {b4bff4aa-f6a0-4004-9493-cb921ccbf286} <Debug> DynamicQueryHandler: Done processing query | ||
11578 | 2024.05.29 21:23:13.625116 [ 3 ] {b4bff4aa-f6a0-4004-9493-cb921ccbf286} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11579 | 2024.05.29 21:23:13.625224 [ 3 ] {} <Debug> HTTP-Session: 885b183d-b03c-43e7-ac4e-4885ade59b2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11580 | 2024.05.29 21:23:13.625564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11581 | 2024.05.29 21:23:13.625746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11582 | 2024.05.29 21:23:13.625783 [ 3 ] {} <Debug> HTTP-Session: e583cbff-2443-4ac5-9ec4-3b2d01baed28 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11583 | 2024.05.29 21:23:13.625804 [ 3 ] {} <Debug> HTTP-Session: e583cbff-2443-4ac5-9ec4-3b2d01baed28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11584 | 2024.05.29 21:23:13.625819 [ 3 ] {} <Debug> HTTP-Session: e583cbff-2443-4ac5-9ec4-3b2d01baed28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11585 | 2024.05.29 21:23:13.625850 [ 3 ] {} <Trace> HTTP-Session: e583cbff-2443-4ac5-9ec4-3b2d01baed28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11586 | 2024.05.29 21:23:13.625976 [ 3 ] {ebcbcb59-7281-4202-9983-73c04e4d07b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11587 | 2024.05.29 21:23:13.626019 [ 3 ] {ebcbcb59-7281-4202-9983-73c04e4d07b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11588 | 2024.05.29 21:23:13.626155 [ 3 ] {ebcbcb59-7281-4202-9983-73c04e4d07b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11589 | 2024.05.29 21:23:13.626529 [ 3 ] {ebcbcb59-7281-4202-9983-73c04e4d07b6} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11590 | 2024.05.29 21:23:13.626565 [ 3 ] {ebcbcb59-7281-4202-9983-73c04e4d07b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11591 | 2024.05.29 21:23:13.626885 [ 3 ] {ebcbcb59-7281-4202-9983-73c04e4d07b6} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11592 | 2024.05.29 21:23:13.627193 [ 3 ] {ebcbcb59-7281-4202-9983-73c04e4d07b6} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11593 | 2024.05.29 21:23:13.627330 [ 3 ] {ebcbcb59-7281-4202-9983-73c04e4d07b6} <Debug> executeQuery: Read 103 rows, 8.58 KiB in 0.001404 sec., 73361.82336182336 rows/sec., 5.97 MiB/sec. | ||
11594 | 2024.05.29 21:23:13.627523 [ 3 ] {ebcbcb59-7281-4202-9983-73c04e4d07b6} <Debug> DynamicQueryHandler: Done processing query | ||
11595 | 2024.05.29 21:23:13.627546 [ 3 ] {ebcbcb59-7281-4202-9983-73c04e4d07b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11596 | 2024.05.29 21:23:13.627562 [ 3 ] {} <Debug> HTTP-Session: e583cbff-2443-4ac5-9ec4-3b2d01baed28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11597 | 2024.05.29 21:23:13.627723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11598 | 2024.05.29 21:23:13.627780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11599 | 2024.05.29 21:23:13.627800 [ 3 ] {} <Debug> HTTP-Session: 521edeea-d731-449a-aa0d-73e8d5052418 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11600 | 2024.05.29 21:23:13.627817 [ 3 ] {} <Debug> HTTP-Session: 521edeea-d731-449a-aa0d-73e8d5052418 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11601 | 2024.05.29 21:23:13.627830 [ 3 ] {} <Debug> HTTP-Session: 521edeea-d731-449a-aa0d-73e8d5052418 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11602 | 2024.05.29 21:23:13.627860 [ 3 ] {} <Trace> HTTP-Session: 521edeea-d731-449a-aa0d-73e8d5052418 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11603 | 2024.05.29 21:23:13.627950 [ 3 ] {dbd17a01-b907-42af-b70f-32826a41c536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11604 | 2024.05.29 21:23:13.627990 [ 3 ] {dbd17a01-b907-42af-b70f-32826a41c536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11605 | 2024.05.29 21:23:13.628115 [ 3 ] {dbd17a01-b907-42af-b70f-32826a41c536} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11606 | 2024.05.29 21:23:13.628395 [ 3 ] {dbd17a01-b907-42af-b70f-32826a41c536} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11607 | 2024.05.29 21:23:13.628430 [ 3 ] {dbd17a01-b907-42af-b70f-32826a41c536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11608 | 2024.05.29 21:23:13.628743 [ 3 ] {dbd17a01-b907-42af-b70f-32826a41c536} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11609 | 2024.05.29 21:23:13.629072 [ 3 ] {dbd17a01-b907-42af-b70f-32826a41c536} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11610 | 2024.05.29 21:23:13.629239 [ 3 ] {dbd17a01-b907-42af-b70f-32826a41c536} <Debug> executeQuery: Read 1 rows, 64.00 B in 0.001304 sec., 766.8711656441718 rows/sec., 47.93 KiB/sec. | ||
11611 | 2024.05.29 21:23:13.629404 [ 3 ] {dbd17a01-b907-42af-b70f-32826a41c536} <Debug> DynamicQueryHandler: Done processing query | ||
11612 | 2024.05.29 21:23:13.629427 [ 3 ] {dbd17a01-b907-42af-b70f-32826a41c536} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11613 | 2024.05.29 21:23:13.629443 [ 3 ] {} <Debug> HTTP-Session: 521edeea-d731-449a-aa0d-73e8d5052418 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11614 | 2024.05.29 21:23:13.629568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14533, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11615 | 2024.05.29 21:23:13.629617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11616 | 2024.05.29 21:23:13.629635 [ 3 ] {} <Debug> HTTP-Session: 494b9345-1e1b-4273-bff5-c3ff3c69fde8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11617 | 2024.05.29 21:23:13.629651 [ 3 ] {} <Debug> HTTP-Session: 494b9345-1e1b-4273-bff5-c3ff3c69fde8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11618 | 2024.05.29 21:23:13.629665 [ 3 ] {} <Debug> HTTP-Session: 494b9345-1e1b-4273-bff5-c3ff3c69fde8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11619 | 2024.05.29 21:23:13.629694 [ 3 ] {} <Trace> HTTP-Session: 494b9345-1e1b-4273-bff5-c3ff3c69fde8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11620 | 2024.05.29 21:23:13.629810 [ 3 ] {5cc7fe17-eec5-4c25-b9da-15e5fdb57eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11621 | 2024.05.29 21:23:13.629852 [ 3 ] {5cc7fe17-eec5-4c25-b9da-15e5fdb57eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11622 | 2024.05.29 21:23:13.630005 [ 3 ] {5cc7fe17-eec5-4c25-b9da-15e5fdb57eb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11623 | 2024.05.29 21:23:13.630446 [ 3 ] {5cc7fe17-eec5-4c25-b9da-15e5fdb57eb5} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11624 | 2024.05.29 21:23:13.630485 [ 3 ] {5cc7fe17-eec5-4c25-b9da-15e5fdb57eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11625 | 2024.05.29 21:23:13.630814 [ 3 ] {5cc7fe17-eec5-4c25-b9da-15e5fdb57eb5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11626 | 2024.05.29 21:23:13.631116 [ 3 ] {5cc7fe17-eec5-4c25-b9da-15e5fdb57eb5} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11627 | 2024.05.29 21:23:13.631264 [ 3 ] {5cc7fe17-eec5-4c25-b9da-15e5fdb57eb5} <Debug> executeQuery: Read 86 rows, 6.81 KiB in 0.001492 sec., 57640.75067024129 rows/sec., 4.46 MiB/sec. | ||
11628 | 2024.05.29 21:23:13.631540 [ 3 ] {5cc7fe17-eec5-4c25-b9da-15e5fdb57eb5} <Debug> DynamicQueryHandler: Done processing query | ||
11629 | 2024.05.29 21:23:13.631596 [ 3 ] {5cc7fe17-eec5-4c25-b9da-15e5fdb57eb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11630 | 2024.05.29 21:23:13.631656 [ 3 ] {} <Debug> HTTP-Session: 494b9345-1e1b-4273-bff5-c3ff3c69fde8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11631 | 2024.05.29 21:23:13.631917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11632 | 2024.05.29 21:23:13.631968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11633 | 2024.05.29 21:23:13.631987 [ 3 ] {} <Debug> HTTP-Session: 98ba0c25-a1a1-4db6-bfd8-438bd97d1801 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11634 | 2024.05.29 21:23:13.632005 [ 3 ] {} <Debug> HTTP-Session: 98ba0c25-a1a1-4db6-bfd8-438bd97d1801 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11635 | 2024.05.29 21:23:13.632018 [ 3 ] {} <Debug> HTTP-Session: 98ba0c25-a1a1-4db6-bfd8-438bd97d1801 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11636 | 2024.05.29 21:23:13.632051 [ 3 ] {} <Trace> HTTP-Session: 98ba0c25-a1a1-4db6-bfd8-438bd97d1801 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11637 | 2024.05.29 21:23:13.632222 [ 3 ] {df04d300-1a11-4c3a-8c89-d4dbad83bb4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11638 | 2024.05.29 21:23:13.632275 [ 3 ] {df04d300-1a11-4c3a-8c89-d4dbad83bb4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11639 | 2024.05.29 21:23:13.632454 [ 3 ] {df04d300-1a11-4c3a-8c89-d4dbad83bb4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11640 | 2024.05.29 21:23:13.632859 [ 3 ] {df04d300-1a11-4c3a-8c89-d4dbad83bb4a} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11641 | 2024.05.29 21:23:13.632896 [ 3 ] {df04d300-1a11-4c3a-8c89-d4dbad83bb4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11642 | 2024.05.29 21:23:13.633291 [ 3 ] {df04d300-1a11-4c3a-8c89-d4dbad83bb4a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11643 | 2024.05.29 21:23:13.633640 [ 3 ] {df04d300-1a11-4c3a-8c89-d4dbad83bb4a} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11644 | 2024.05.29 21:23:13.633805 [ 3 ] {df04d300-1a11-4c3a-8c89-d4dbad83bb4a} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.00167 sec., 96407.18562874252 rows/sec., 6.71 MiB/sec. | ||
11645 | 2024.05.29 21:23:13.634090 [ 3 ] {df04d300-1a11-4c3a-8c89-d4dbad83bb4a} <Debug> DynamicQueryHandler: Done processing query | ||
11646 | 2024.05.29 21:23:13.634154 [ 3 ] {df04d300-1a11-4c3a-8c89-d4dbad83bb4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11647 | 2024.05.29 21:23:13.634213 [ 3 ] {} <Debug> HTTP-Session: 98ba0c25-a1a1-4db6-bfd8-438bd97d1801 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11648 | 2024.05.29 21:23:13.634395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 16090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11649 | 2024.05.29 21:23:13.634446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11650 | 2024.05.29 21:23:13.634465 [ 3 ] {} <Debug> HTTP-Session: fe2ea6d0-0441-47fd-add0-66ae4ec21842 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11651 | 2024.05.29 21:23:13.634482 [ 3 ] {} <Debug> HTTP-Session: fe2ea6d0-0441-47fd-add0-66ae4ec21842 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11652 | 2024.05.29 21:23:13.634496 [ 3 ] {} <Debug> HTTP-Session: fe2ea6d0-0441-47fd-add0-66ae4ec21842 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11653 | 2024.05.29 21:23:13.634529 [ 3 ] {} <Trace> HTTP-Session: fe2ea6d0-0441-47fd-add0-66ae4ec21842 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11654 | 2024.05.29 21:23:13.634719 [ 3 ] {0bb69c0b-e100-465b-bb57-a05aed4c6f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11655 | 2024.05.29 21:23:13.634769 [ 3 ] {0bb69c0b-e100-465b-bb57-a05aed4c6f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11656 | 2024.05.29 21:23:13.634956 [ 3 ] {0bb69c0b-e100-465b-bb57-a05aed4c6f49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11657 | 2024.05.29 21:23:13.635349 [ 3 ] {0bb69c0b-e100-465b-bb57-a05aed4c6f49} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11658 | 2024.05.29 21:23:13.635384 [ 3 ] {0bb69c0b-e100-465b-bb57-a05aed4c6f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11659 | 2024.05.29 21:23:13.635776 [ 3 ] {0bb69c0b-e100-465b-bb57-a05aed4c6f49} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11660 | 2024.05.29 21:23:13.636184 [ 3 ] {0bb69c0b-e100-465b-bb57-a05aed4c6f49} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11661 | 2024.05.29 21:23:13.636398 [ 3 ] {0bb69c0b-e100-465b-bb57-a05aed4c6f49} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001775 sec., 8450.704225352112 rows/sec., 11.40 MiB/sec. | ||
11662 | 2024.05.29 21:23:13.636834 [ 3 ] {0bb69c0b-e100-465b-bb57-a05aed4c6f49} <Debug> DynamicQueryHandler: Done processing query | ||
11663 | 2024.05.29 21:23:13.636890 [ 3 ] {0bb69c0b-e100-465b-bb57-a05aed4c6f49} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11664 | 2024.05.29 21:23:13.636937 [ 3 ] {} <Debug> HTTP-Session: fe2ea6d0-0441-47fd-add0-66ae4ec21842 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11665 | 2024.05.29 21:23:13.637091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11666 | 2024.05.29 21:23:13.637162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11667 | 2024.05.29 21:23:13.637193 [ 3 ] {} <Debug> HTTP-Session: 868425b4-704e-4ff1-9ece-8b7042e57711 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11668 | 2024.05.29 21:23:13.637220 [ 3 ] {} <Debug> HTTP-Session: 868425b4-704e-4ff1-9ece-8b7042e57711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11669 | 2024.05.29 21:23:13.637243 [ 3 ] {} <Debug> HTTP-Session: 868425b4-704e-4ff1-9ece-8b7042e57711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11670 | 2024.05.29 21:23:13.637285 [ 3 ] {} <Trace> HTTP-Session: 868425b4-704e-4ff1-9ece-8b7042e57711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11671 | 2024.05.29 21:23:13.637440 [ 3 ] {e9fc7613-06f6-4350-baae-af2e91bcd277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11672 | 2024.05.29 21:23:13.637503 [ 3 ] {e9fc7613-06f6-4350-baae-af2e91bcd277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11673 | 2024.05.29 21:23:13.637693 [ 3 ] {e9fc7613-06f6-4350-baae-af2e91bcd277} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11674 | 2024.05.29 21:23:13.638020 [ 3 ] {e9fc7613-06f6-4350-baae-af2e91bcd277} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11675 | 2024.05.29 21:23:13.638056 [ 3 ] {e9fc7613-06f6-4350-baae-af2e91bcd277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11676 | 2024.05.29 21:23:13.638414 [ 3 ] {e9fc7613-06f6-4350-baae-af2e91bcd277} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11677 | 2024.05.29 21:23:13.638737 [ 3 ] {e9fc7613-06f6-4350-baae-af2e91bcd277} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11678 | 2024.05.29 21:23:13.638947 [ 3 ] {e9fc7613-06f6-4350-baae-af2e91bcd277} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001555 sec., 38585.20900321544 rows/sec., 2.60 MiB/sec. | ||
11679 | 2024.05.29 21:23:13.639362 [ 3 ] {e9fc7613-06f6-4350-baae-af2e91bcd277} <Debug> DynamicQueryHandler: Done processing query | ||
11680 | 2024.05.29 21:23:13.639415 [ 3 ] {e9fc7613-06f6-4350-baae-af2e91bcd277} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11681 | 2024.05.29 21:23:13.639469 [ 3 ] {} <Debug> HTTP-Session: 868425b4-704e-4ff1-9ece-8b7042e57711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11682 | 2024.05.29 21:23:18.621806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 5648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11683 | 2024.05.29 21:23:18.621983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11684 | 2024.05.29 21:23:18.622026 [ 3 ] {} <Debug> HTTP-Session: 26d0d561-c826-4aa4-916c-e0ded6da5ec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11685 | 2024.05.29 21:23:18.622064 [ 3 ] {} <Debug> HTTP-Session: 26d0d561-c826-4aa4-916c-e0ded6da5ec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11686 | 2024.05.29 21:23:18.622089 [ 3 ] {} <Debug> HTTP-Session: 26d0d561-c826-4aa4-916c-e0ded6da5ec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11687 | 2024.05.29 21:23:18.622165 [ 3 ] {} <Trace> HTTP-Session: 26d0d561-c826-4aa4-916c-e0ded6da5ec2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11688 | 2024.05.29 21:23:18.622455 [ 3 ] {3b442509-7423-48cf-8d5b-efe0e9483bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11689 | 2024.05.29 21:23:18.622526 [ 3 ] {3b442509-7423-48cf-8d5b-efe0e9483bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11690 | 2024.05.29 21:23:18.622719 [ 3 ] {3b442509-7423-48cf-8d5b-efe0e9483bf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11691 | 2024.05.29 21:23:18.623113 [ 3 ] {3b442509-7423-48cf-8d5b-efe0e9483bf9} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11692 | 2024.05.29 21:23:18.623156 [ 3 ] {3b442509-7423-48cf-8d5b-efe0e9483bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11693 | 2024.05.29 21:23:18.623530 [ 3 ] {3b442509-7423-48cf-8d5b-efe0e9483bf9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11694 | 2024.05.29 21:23:18.623869 [ 3 ] {3b442509-7423-48cf-8d5b-efe0e9483bf9} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11695 | 2024.05.29 21:23:18.624033 [ 3 ] {3b442509-7423-48cf-8d5b-efe0e9483bf9} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001679 sec., 23228.111971411556 rows/sec., 1.84 MiB/sec. | ||
11696 | 2024.05.29 21:23:18.624282 [ 3 ] {3b442509-7423-48cf-8d5b-efe0e9483bf9} <Debug> DynamicQueryHandler: Done processing query | ||
11697 | 2024.05.29 21:23:18.624323 [ 3 ] {3b442509-7423-48cf-8d5b-efe0e9483bf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11698 | 2024.05.29 21:23:18.624357 [ 3 ] {} <Debug> HTTP-Session: 26d0d561-c826-4aa4-916c-e0ded6da5ec2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11699 | 2024.05.29 21:23:18.624541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11700 | 2024.05.29 21:23:18.624595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11701 | 2024.05.29 21:23:18.624614 [ 3 ] {} <Debug> HTTP-Session: 96087d10-ed3f-4c3d-9ad6-3789ab80c777 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11702 | 2024.05.29 21:23:18.624633 [ 3 ] {} <Debug> HTTP-Session: 96087d10-ed3f-4c3d-9ad6-3789ab80c777 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11703 | 2024.05.29 21:23:18.624648 [ 3 ] {} <Debug> HTTP-Session: 96087d10-ed3f-4c3d-9ad6-3789ab80c777 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11704 | 2024.05.29 21:23:18.624683 [ 3 ] {} <Trace> HTTP-Session: 96087d10-ed3f-4c3d-9ad6-3789ab80c777 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11705 | 2024.05.29 21:23:18.624787 [ 3 ] {d6d015a1-bd74-4c33-ba43-7400912d79bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11706 | 2024.05.29 21:23:18.624833 [ 3 ] {d6d015a1-bd74-4c33-ba43-7400912d79bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11707 | 2024.05.29 21:23:18.624972 [ 3 ] {d6d015a1-bd74-4c33-ba43-7400912d79bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11708 | 2024.05.29 21:23:18.625230 [ 3 ] {d6d015a1-bd74-4c33-ba43-7400912d79bb} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11709 | 2024.05.29 21:23:18.625266 [ 3 ] {d6d015a1-bd74-4c33-ba43-7400912d79bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11710 | 2024.05.29 21:23:18.625561 [ 3 ] {d6d015a1-bd74-4c33-ba43-7400912d79bb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11711 | 2024.05.29 21:23:18.625860 [ 3 ] {d6d015a1-bd74-4c33-ba43-7400912d79bb} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11712 | 2024.05.29 21:23:18.626020 [ 3 ] {d6d015a1-bd74-4c33-ba43-7400912d79bb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001256 sec., 3184.7133757961783 rows/sec., 259.69 KiB/sec. | ||
11713 | 2024.05.29 21:23:18.626021 [ 104 ] {} <Debug> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
11714 | 2024.05.29 21:23:18.626129 [ 104 ] {} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11715 | 2024.05.29 21:23:18.626171 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11716 | 2024.05.29 21:23:18.626248 [ 3 ] {d6d015a1-bd74-4c33-ba43-7400912d79bb} <Debug> DynamicQueryHandler: Done processing query | ||
11717 | 2024.05.29 21:23:18.626289 [ 3 ] {d6d015a1-bd74-4c33-ba43-7400912d79bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11718 | 2024.05.29 21:23:18.626308 [ 3 ] {} <Debug> HTTP-Session: 96087d10-ed3f-4c3d-9ad6-3789ab80c777 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11719 | 2024.05.29 21:23:18.626317 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
11720 | 2024.05.29 21:23:18.626435 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11721 | 2024.05.29 21:23:18.626465 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 17 rows starting from the beginning of the part | ||
11722 | 2024.05.29 21:23:18.626529 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
11723 | 2024.05.29 21:23:18.626564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 25878, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11724 | 2024.05.29 21:23:18.626677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11725 | 2024.05.29 21:23:18.626849 [ 3 ] {} <Debug> HTTP-Session: 370af9f7-91a7-40dc-b1d3-c52f09364e15 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11726 | 2024.05.29 21:23:18.626871 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 3 rows starting from the beginning of the part | ||
11727 | 2024.05.29 21:23:18.626903 [ 3 ] {} <Debug> HTTP-Session: 370af9f7-91a7-40dc-b1d3-c52f09364e15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11728 | 2024.05.29 21:23:18.627002 [ 3 ] {} <Debug> HTTP-Session: 370af9f7-91a7-40dc-b1d3-c52f09364e15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11729 | 2024.05.29 21:23:18.627213 [ 3 ] {} <Trace> HTTP-Session: 370af9f7-91a7-40dc-b1d3-c52f09364e15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11730 | 2024.05.29 21:23:18.627227 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
11731 | 2024.05.29 21:23:18.627562 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
11732 | 2024.05.29 21:23:18.627671 [ 3 ] {0e26123c-e550-49ab-a117-240fc6fc3cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11733 | 2024.05.29 21:23:18.627727 [ 190 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
11734 | 2024.05.29 21:23:18.627764 [ 3 ] {0e26123c-e550-49ab-a117-240fc6fc3cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11735 | 2024.05.29 21:23:18.628313 [ 3 ] {0e26123c-e550-49ab-a117-240fc6fc3cde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11736 | 2024.05.29 21:23:18.628893 [ 3 ] {0e26123c-e550-49ab-a117-240fc6fc3cde} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11737 | 2024.05.29 21:23:18.628938 [ 3 ] {0e26123c-e550-49ab-a117-240fc6fc3cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11738 | 2024.05.29 21:23:18.629330 [ 192 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.003088654 sec., 10036.734448079973 rows/sec., 797.08 KiB/sec. | ||
11739 | 2024.05.29 21:23:18.629575 [ 3 ] {0e26123c-e550-49ab-a117-240fc6fc3cde} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11740 | 2024.05.29 21:23:18.629634 [ 195 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
11741 | 2024.05.29 21:23:18.630404 [ 3 ] {0e26123c-e550-49ab-a117-240fc6fc3cde} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11742 | 2024.05.29 21:23:18.630725 [ 3 ] {0e26123c-e550-49ab-a117-240fc6fc3cde} <Debug> executeQuery: Read 175 rows, 15.23 KiB in 0.003201 sec., 54670.415495157766 rows/sec., 4.65 MiB/sec. | ||
11743 | 2024.05.29 21:23:18.630746 [ 195 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_35_7} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11744 | 2024.05.29 21:23:18.630968 [ 195 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_35_7} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
11745 | 2024.05.29 21:23:18.631043 [ 3 ] {0e26123c-e550-49ab-a117-240fc6fc3cde} <Debug> DynamicQueryHandler: Done processing query | ||
11746 | 2024.05.29 21:23:18.631113 [ 3 ] {0e26123c-e550-49ab-a117-240fc6fc3cde} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11747 | 2024.05.29 21:23:18.631142 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11748 | 2024.05.29 21:23:18.631146 [ 3 ] {} <Debug> HTTP-Session: 370af9f7-91a7-40dc-b1d3-c52f09364e15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11749 | 2024.05.29 21:23:18.631360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11750 | 2024.05.29 21:23:18.631408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11751 | 2024.05.29 21:23:18.631427 [ 3 ] {} <Debug> HTTP-Session: 43bd28e9-8cc2-42ba-8332-25fad911dbb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11752 | 2024.05.29 21:23:18.631443 [ 3 ] {} <Debug> HTTP-Session: 43bd28e9-8cc2-42ba-8332-25fad911dbb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11753 | 2024.05.29 21:23:18.631456 [ 3 ] {} <Debug> HTTP-Session: 43bd28e9-8cc2-42ba-8332-25fad911dbb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11754 | 2024.05.29 21:23:18.631487 [ 3 ] {} <Trace> HTTP-Session: 43bd28e9-8cc2-42ba-8332-25fad911dbb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11755 | 2024.05.29 21:23:18.631584 [ 3 ] {4d9d43ba-d77e-4e70-a78c-bc10103cee56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11756 | 2024.05.29 21:23:18.631627 [ 3 ] {4d9d43ba-d77e-4e70-a78c-bc10103cee56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11757 | 2024.05.29 21:23:18.631770 [ 3 ] {4d9d43ba-d77e-4e70-a78c-bc10103cee56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11758 | 2024.05.29 21:23:18.632016 [ 3 ] {4d9d43ba-d77e-4e70-a78c-bc10103cee56} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11759 | 2024.05.29 21:23:18.632050 [ 3 ] {4d9d43ba-d77e-4e70-a78c-bc10103cee56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11760 | 2024.05.29 21:23:18.632345 [ 3 ] {4d9d43ba-d77e-4e70-a78c-bc10103cee56} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11761 | 2024.05.29 21:23:18.632646 [ 3 ] {4d9d43ba-d77e-4e70-a78c-bc10103cee56} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11762 | 2024.05.29 21:23:18.632802 [ 104 ] {} <Debug> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
11763 | 2024.05.29 21:23:18.632808 [ 3 ] {4d9d43ba-d77e-4e70-a78c-bc10103cee56} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00124 sec., 3225.8064516129034 rows/sec., 225.24 KiB/sec. | ||
11764 | 2024.05.29 21:23:18.632862 [ 104 ] {} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11765 | 2024.05.29 21:23:18.632934 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11766 | 2024.05.29 21:23:18.633140 [ 192 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
11767 | 2024.05.29 21:23:18.633151 [ 3 ] {4d9d43ba-d77e-4e70-a78c-bc10103cee56} <Debug> DynamicQueryHandler: Done processing query | ||
11768 | 2024.05.29 21:23:18.633198 [ 3 ] {4d9d43ba-d77e-4e70-a78c-bc10103cee56} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11769 | 2024.05.29 21:23:18.633235 [ 3 ] {} <Debug> HTTP-Session: 43bd28e9-8cc2-42ba-8332-25fad911dbb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11770 | 2024.05.29 21:23:18.633337 [ 192 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11771 | 2024.05.29 21:23:18.633375 [ 192 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 17 rows starting from the beginning of the part | ||
11772 | 2024.05.29 21:23:18.633505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 18177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11773 | 2024.05.29 21:23:18.633555 [ 192 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
11774 | 2024.05.29 21:23:18.633669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11775 | 2024.05.29 21:23:18.633806 [ 3 ] {} <Debug> HTTP-Session: 9da02c5f-fc16-43e2-9d93-f58e8ee16c25 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11776 | 2024.05.29 21:23:18.633892 [ 3 ] {} <Debug> HTTP-Session: 9da02c5f-fc16-43e2-9d93-f58e8ee16c25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11777 | 2024.05.29 21:23:18.633943 [ 192 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 3 rows starting from the beginning of the part | ||
11778 | 2024.05.29 21:23:18.633994 [ 3 ] {} <Debug> HTTP-Session: 9da02c5f-fc16-43e2-9d93-f58e8ee16c25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11779 | 2024.05.29 21:23:18.634171 [ 3 ] {} <Trace> HTTP-Session: 9da02c5f-fc16-43e2-9d93-f58e8ee16c25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11780 | 2024.05.29 21:23:18.634365 [ 192 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
11781 | 2024.05.29 21:23:18.634687 [ 3 ] {ff617d3a-64b7-445a-a8a5-c5a0f32e8abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11782 | 2024.05.29 21:23:18.634704 [ 192 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
11783 | 2024.05.29 21:23:18.634811 [ 3 ] {ff617d3a-64b7-445a-a8a5-c5a0f32e8abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11784 | 2024.05.29 21:23:18.634916 [ 192 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
11785 | 2024.05.29 21:23:18.635675 [ 3 ] {ff617d3a-64b7-445a-a8a5-c5a0f32e8abc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11786 | 2024.05.29 21:23:18.636576 [ 3 ] {ff617d3a-64b7-445a-a8a5-c5a0f32e8abc} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11787 | 2024.05.29 21:23:18.636642 [ 3 ] {ff617d3a-64b7-445a-a8a5-c5a0f32e8abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11788 | 2024.05.29 21:23:18.637596 [ 3 ] {ff617d3a-64b7-445a-a8a5-c5a0f32e8abc} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11789 | 2024.05.29 21:23:18.637621 [ 192 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.004587825 sec., 6757.014489436715 rows/sec., 457.44 KiB/sec. | ||
11790 | 2024.05.29 21:23:18.637849 [ 192 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
11791 | 2024.05.29 21:23:18.638480 [ 3 ] {ff617d3a-64b7-445a-a8a5-c5a0f32e8abc} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11792 | 2024.05.29 21:23:18.638776 [ 3 ] {ff617d3a-64b7-445a-a8a5-c5a0f32e8abc} <Debug> executeQuery: Read 107 rows, 8.56 KiB in 0.004296 sec., 24906.890130353815 rows/sec., 1.95 MiB/sec. | ||
11793 | 2024.05.29 21:23:18.638783 [ 192 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_35_7} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11794 | 2024.05.29 21:23:18.639012 [ 192 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_35_7} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
11795 | 2024.05.29 21:23:18.639132 [ 3 ] {ff617d3a-64b7-445a-a8a5-c5a0f32e8abc} <Debug> DynamicQueryHandler: Done processing query | ||
11796 | 2024.05.29 21:23:18.639161 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11797 | 2024.05.29 21:23:18.639179 [ 3 ] {ff617d3a-64b7-445a-a8a5-c5a0f32e8abc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11798 | 2024.05.29 21:23:18.639243 [ 3 ] {} <Debug> HTTP-Session: 9da02c5f-fc16-43e2-9d93-f58e8ee16c25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11799 | 2024.05.29 21:23:18.639460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11800 | 2024.05.29 21:23:18.639507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11801 | 2024.05.29 21:23:18.639527 [ 3 ] {} <Debug> HTTP-Session: f13f3d9d-df87-4b30-ad79-73712ab48534 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11802 | 2024.05.29 21:23:18.639543 [ 3 ] {} <Debug> HTTP-Session: f13f3d9d-df87-4b30-ad79-73712ab48534 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11803 | 2024.05.29 21:23:18.639556 [ 3 ] {} <Debug> HTTP-Session: f13f3d9d-df87-4b30-ad79-73712ab48534 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11804 | 2024.05.29 21:23:18.639586 [ 3 ] {} <Trace> HTTP-Session: f13f3d9d-df87-4b30-ad79-73712ab48534 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11805 | 2024.05.29 21:23:18.639743 [ 3 ] {ea8932f7-ce88-454a-ba64-d8f346633fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11806 | 2024.05.29 21:23:18.639790 [ 3 ] {ea8932f7-ce88-454a-ba64-d8f346633fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11807 | 2024.05.29 21:23:18.639960 [ 3 ] {ea8932f7-ce88-454a-ba64-d8f346633fa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11808 | 2024.05.29 21:23:18.640305 [ 3 ] {ea8932f7-ce88-454a-ba64-d8f346633fa0} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11809 | 2024.05.29 21:23:18.640341 [ 3 ] {ea8932f7-ce88-454a-ba64-d8f346633fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11810 | 2024.05.29 21:23:18.640724 [ 3 ] {ea8932f7-ce88-454a-ba64-d8f346633fa0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11811 | 2024.05.29 21:23:18.641059 [ 3 ] {ea8932f7-ce88-454a-ba64-d8f346633fa0} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11812 | 2024.05.29 21:23:18.641220 [ 3 ] {ea8932f7-ce88-454a-ba64-d8f346633fa0} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001546 sec., 104786.54592496765 rows/sec., 7.30 MiB/sec. | ||
11813 | 2024.05.29 21:23:18.641466 [ 3 ] {ea8932f7-ce88-454a-ba64-d8f346633fa0} <Debug> DynamicQueryHandler: Done processing query | ||
11814 | 2024.05.29 21:23:18.641514 [ 3 ] {ea8932f7-ce88-454a-ba64-d8f346633fa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11815 | 2024.05.29 21:23:18.641570 [ 3 ] {} <Debug> HTTP-Session: f13f3d9d-df87-4b30-ad79-73712ab48534 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11816 | 2024.05.29 21:23:18.641790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 41747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11817 | 2024.05.29 21:23:18.641841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11818 | 2024.05.29 21:23:18.641861 [ 3 ] {} <Debug> HTTP-Session: d0c21e2a-c7ab-423d-a2bc-b73015cd92a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11819 | 2024.05.29 21:23:18.641877 [ 3 ] {} <Debug> HTTP-Session: d0c21e2a-c7ab-423d-a2bc-b73015cd92a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11820 | 2024.05.29 21:23:18.641891 [ 3 ] {} <Debug> HTTP-Session: d0c21e2a-c7ab-423d-a2bc-b73015cd92a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11821 | 2024.05.29 21:23:18.641922 [ 3 ] {} <Trace> HTTP-Session: d0c21e2a-c7ab-423d-a2bc-b73015cd92a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11822 | 2024.05.29 21:23:18.642210 [ 3 ] {e0e68d31-8e41-455a-a32f-4aa50598e685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11823 | 2024.05.29 21:23:18.642261 [ 3 ] {e0e68d31-8e41-455a-a32f-4aa50598e685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11824 | 2024.05.29 21:23:18.642437 [ 3 ] {e0e68d31-8e41-455a-a32f-4aa50598e685} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11825 | 2024.05.29 21:23:18.642920 [ 3 ] {e0e68d31-8e41-455a-a32f-4aa50598e685} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11826 | 2024.05.29 21:23:18.642955 [ 3 ] {e0e68d31-8e41-455a-a32f-4aa50598e685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11827 | 2024.05.29 21:23:18.643362 [ 3 ] {e0e68d31-8e41-455a-a32f-4aa50598e685} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11828 | 2024.05.29 21:23:18.643697 [ 3 ] {e0e68d31-8e41-455a-a32f-4aa50598e685} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11829 | 2024.05.29 21:23:18.643870 [ 3 ] {e0e68d31-8e41-455a-a32f-4aa50598e685} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.00186 sec., 20967.74193548387 rows/sec., 28.29 MiB/sec. | ||
11830 | 2024.05.29 21:23:18.644046 [ 3 ] {e0e68d31-8e41-455a-a32f-4aa50598e685} <Debug> DynamicQueryHandler: Done processing query | ||
11831 | 2024.05.29 21:23:18.644068 [ 3 ] {e0e68d31-8e41-455a-a32f-4aa50598e685} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11832 | 2024.05.29 21:23:18.644083 [ 3 ] {} <Debug> HTTP-Session: d0c21e2a-c7ab-423d-a2bc-b73015cd92a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11833 | 2024.05.29 21:23:18.644250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11834 | 2024.05.29 21:23:18.644296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11835 | 2024.05.29 21:23:18.644315 [ 3 ] {} <Debug> HTTP-Session: 1abc5e89-560a-4541-b5b0-0646c2d70220 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11836 | 2024.05.29 21:23:18.644330 [ 3 ] {} <Debug> HTTP-Session: 1abc5e89-560a-4541-b5b0-0646c2d70220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11837 | 2024.05.29 21:23:18.644344 [ 3 ] {} <Debug> HTTP-Session: 1abc5e89-560a-4541-b5b0-0646c2d70220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11838 | 2024.05.29 21:23:18.644374 [ 3 ] {} <Trace> HTTP-Session: 1abc5e89-560a-4541-b5b0-0646c2d70220 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11839 | 2024.05.29 21:23:18.644480 [ 3 ] {f99d103c-6401-4aa0-82e6-aa084c23baf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11840 | 2024.05.29 21:23:18.644523 [ 3 ] {f99d103c-6401-4aa0-82e6-aa084c23baf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11841 | 2024.05.29 21:23:18.644647 [ 3 ] {f99d103c-6401-4aa0-82e6-aa084c23baf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11842 | 2024.05.29 21:23:18.644888 [ 3 ] {f99d103c-6401-4aa0-82e6-aa084c23baf1} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11843 | 2024.05.29 21:23:18.644923 [ 3 ] {f99d103c-6401-4aa0-82e6-aa084c23baf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11844 | 2024.05.29 21:23:18.645266 [ 3 ] {f99d103c-6401-4aa0-82e6-aa084c23baf1} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11845 | 2024.05.29 21:23:18.645574 [ 3 ] {f99d103c-6401-4aa0-82e6-aa084c23baf1} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11846 | 2024.05.29 21:23:18.645717 [ 3 ] {f99d103c-6401-4aa0-82e6-aa084c23baf1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001269 sec., 47281.32387706856 rows/sec., 3.19 MiB/sec. | ||
11847 | 2024.05.29 21:23:18.645924 [ 3 ] {f99d103c-6401-4aa0-82e6-aa084c23baf1} <Debug> DynamicQueryHandler: Done processing query | ||
11848 | 2024.05.29 21:23:18.645960 [ 3 ] {f99d103c-6401-4aa0-82e6-aa084c23baf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11849 | 2024.05.29 21:23:18.645991 [ 3 ] {} <Debug> HTTP-Session: 1abc5e89-560a-4541-b5b0-0646c2d70220 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11850 | 2024.05.29 21:23:21.143571 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11851 | 2024.05.29 21:23:21.143637 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11852 | 2024.05.29 21:23:23.620171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11853 | 2024.05.29 21:23:23.620298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11854 | 2024.05.29 21:23:23.620326 [ 3 ] {} <Debug> HTTP-Session: 6f5b6636-f89e-40ac-b056-656de3b5983e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11855 | 2024.05.29 21:23:23.620355 [ 3 ] {} <Debug> HTTP-Session: 6f5b6636-f89e-40ac-b056-656de3b5983e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11856 | 2024.05.29 21:23:23.620372 [ 3 ] {} <Debug> HTTP-Session: 6f5b6636-f89e-40ac-b056-656de3b5983e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11857 | 2024.05.29 21:23:23.620430 [ 3 ] {} <Trace> HTTP-Session: 6f5b6636-f89e-40ac-b056-656de3b5983e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11858 | 2024.05.29 21:23:23.620630 [ 3 ] {ac167122-b3f5-477d-9cb4-620e4f979e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11859 | 2024.05.29 21:23:23.620698 [ 3 ] {ac167122-b3f5-477d-9cb4-620e4f979e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11860 | 2024.05.29 21:23:23.620890 [ 3 ] {ac167122-b3f5-477d-9cb4-620e4f979e53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11861 | 2024.05.29 21:23:23.621268 [ 3 ] {ac167122-b3f5-477d-9cb4-620e4f979e53} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11862 | 2024.05.29 21:23:23.621314 [ 3 ] {ac167122-b3f5-477d-9cb4-620e4f979e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11863 | 2024.05.29 21:23:23.621693 [ 3 ] {ac167122-b3f5-477d-9cb4-620e4f979e53} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11864 | 2024.05.29 21:23:23.622021 [ 3 ] {ac167122-b3f5-477d-9cb4-620e4f979e53} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11865 | 2024.05.29 21:23:23.622183 [ 3 ] {ac167122-b3f5-477d-9cb4-620e4f979e53} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001609 sec., 9322.560596643878 rows/sec., 755.64 KiB/sec. | ||
11866 | 2024.05.29 21:23:23.622517 [ 3 ] {ac167122-b3f5-477d-9cb4-620e4f979e53} <Debug> DynamicQueryHandler: Done processing query | ||
11867 | 2024.05.29 21:23:23.622593 [ 3 ] {ac167122-b3f5-477d-9cb4-620e4f979e53} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11868 | 2024.05.29 21:23:23.622655 [ 3 ] {} <Debug> HTTP-Session: 6f5b6636-f89e-40ac-b056-656de3b5983e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11869 | 2024.05.29 21:23:23.622870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14589, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11870 | 2024.05.29 21:23:23.622939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11871 | 2024.05.29 21:23:23.622963 [ 3 ] {} <Debug> HTTP-Session: ffe7fd28-57de-45df-ae5f-e076c480dc9c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11872 | 2024.05.29 21:23:23.622986 [ 3 ] {} <Debug> HTTP-Session: ffe7fd28-57de-45df-ae5f-e076c480dc9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11873 | 2024.05.29 21:23:23.623003 [ 3 ] {} <Debug> HTTP-Session: ffe7fd28-57de-45df-ae5f-e076c480dc9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11874 | 2024.05.29 21:23:23.623046 [ 3 ] {} <Trace> HTTP-Session: ffe7fd28-57de-45df-ae5f-e076c480dc9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11875 | 2024.05.29 21:23:23.623211 [ 3 ] {1e6e4bce-91ca-4aa3-8b4c-98794797490a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11876 | 2024.05.29 21:23:23.623270 [ 3 ] {1e6e4bce-91ca-4aa3-8b4c-98794797490a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11877 | 2024.05.29 21:23:23.623447 [ 3 ] {1e6e4bce-91ca-4aa3-8b4c-98794797490a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11878 | 2024.05.29 21:23:23.623792 [ 3 ] {1e6e4bce-91ca-4aa3-8b4c-98794797490a} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11879 | 2024.05.29 21:23:23.623830 [ 3 ] {1e6e4bce-91ca-4aa3-8b4c-98794797490a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11880 | 2024.05.29 21:23:23.624155 [ 3 ] {1e6e4bce-91ca-4aa3-8b4c-98794797490a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11881 | 2024.05.29 21:23:23.624463 [ 3 ] {1e6e4bce-91ca-4aa3-8b4c-98794797490a} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11882 | 2024.05.29 21:23:23.624613 [ 3 ] {1e6e4bce-91ca-4aa3-8b4c-98794797490a} <Debug> executeQuery: Read 101 rows, 8.44 KiB in 0.00147 sec., 68707.48299319728 rows/sec., 5.61 MiB/sec. | ||
11883 | 2024.05.29 21:23:23.624804 [ 3 ] {1e6e4bce-91ca-4aa3-8b4c-98794797490a} <Debug> DynamicQueryHandler: Done processing query | ||
11884 | 2024.05.29 21:23:23.624844 [ 3 ] {1e6e4bce-91ca-4aa3-8b4c-98794797490a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11885 | 2024.05.29 21:23:23.624876 [ 3 ] {} <Debug> HTTP-Session: ffe7fd28-57de-45df-ae5f-e076c480dc9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11886 | 2024.05.29 21:23:23.625108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13421, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11887 | 2024.05.29 21:23:23.625159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11888 | 2024.05.29 21:23:23.625177 [ 3 ] {} <Debug> HTTP-Session: 507eff94-1e65-41a6-82b4-4317e110a57a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11889 | 2024.05.29 21:23:23.625194 [ 3 ] {} <Debug> HTTP-Session: 507eff94-1e65-41a6-82b4-4317e110a57a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11890 | 2024.05.29 21:23:23.625208 [ 3 ] {} <Debug> HTTP-Session: 507eff94-1e65-41a6-82b4-4317e110a57a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11891 | 2024.05.29 21:23:23.625241 [ 3 ] {} <Trace> HTTP-Session: 507eff94-1e65-41a6-82b4-4317e110a57a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11892 | 2024.05.29 21:23:23.625359 [ 3 ] {21754253-22da-4827-aca4-f171c36464fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11893 | 2024.05.29 21:23:23.625402 [ 3 ] {21754253-22da-4827-aca4-f171c36464fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11894 | 2024.05.29 21:23:23.625529 [ 3 ] {21754253-22da-4827-aca4-f171c36464fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11895 | 2024.05.29 21:23:23.625813 [ 3 ] {21754253-22da-4827-aca4-f171c36464fc} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11896 | 2024.05.29 21:23:23.625849 [ 3 ] {21754253-22da-4827-aca4-f171c36464fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11897 | 2024.05.29 21:23:23.626156 [ 3 ] {21754253-22da-4827-aca4-f171c36464fc} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11898 | 2024.05.29 21:23:23.626461 [ 3 ] {21754253-22da-4827-aca4-f171c36464fc} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11899 | 2024.05.29 21:23:23.626584 [ 3 ] {21754253-22da-4827-aca4-f171c36464fc} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001269 sec., 62253.743104806934 rows/sec., 4.86 MiB/sec. | ||
11900 | 2024.05.29 21:23:23.626812 [ 3 ] {21754253-22da-4827-aca4-f171c36464fc} <Debug> DynamicQueryHandler: Done processing query | ||
11901 | 2024.05.29 21:23:23.626836 [ 3 ] {21754253-22da-4827-aca4-f171c36464fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11902 | 2024.05.29 21:23:23.626853 [ 3 ] {} <Debug> HTTP-Session: 507eff94-1e65-41a6-82b4-4317e110a57a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11903 | 2024.05.29 21:23:23.627017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11904 | 2024.05.29 21:23:23.627065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11905 | 2024.05.29 21:23:23.627084 [ 3 ] {} <Debug> HTTP-Session: 2800bc22-f24a-489f-aafc-909aa9d42c6f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11906 | 2024.05.29 21:23:23.627101 [ 3 ] {} <Debug> HTTP-Session: 2800bc22-f24a-489f-aafc-909aa9d42c6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11907 | 2024.05.29 21:23:23.627114 [ 3 ] {} <Debug> HTTP-Session: 2800bc22-f24a-489f-aafc-909aa9d42c6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11908 | 2024.05.29 21:23:23.627145 [ 3 ] {} <Trace> HTTP-Session: 2800bc22-f24a-489f-aafc-909aa9d42c6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11909 | 2024.05.29 21:23:23.627289 [ 3 ] {00b9e337-7c56-4ecb-b2b8-eb33fb4c71f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11910 | 2024.05.29 21:23:23.627340 [ 3 ] {00b9e337-7c56-4ecb-b2b8-eb33fb4c71f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11911 | 2024.05.29 21:23:23.627503 [ 3 ] {00b9e337-7c56-4ecb-b2b8-eb33fb4c71f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11912 | 2024.05.29 21:23:23.627847 [ 3 ] {00b9e337-7c56-4ecb-b2b8-eb33fb4c71f4} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11913 | 2024.05.29 21:23:23.627883 [ 3 ] {00b9e337-7c56-4ecb-b2b8-eb33fb4c71f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11914 | 2024.05.29 21:23:23.628270 [ 3 ] {00b9e337-7c56-4ecb-b2b8-eb33fb4c71f4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11915 | 2024.05.29 21:23:23.628600 [ 3 ] {00b9e337-7c56-4ecb-b2b8-eb33fb4c71f4} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11916 | 2024.05.29 21:23:23.628756 [ 3 ] {00b9e337-7c56-4ecb-b2b8-eb33fb4c71f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001533 sec., 104370.51532941943 rows/sec., 7.27 MiB/sec. | ||
11917 | 2024.05.29 21:23:23.628769 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11918 | 2024.05.29 21:23:23.628879 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11919 | 2024.05.29 21:23:23.628922 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11920 | 2024.05.29 21:23:23.629012 [ 3 ] {00b9e337-7c56-4ecb-b2b8-eb33fb4c71f4} <Debug> DynamicQueryHandler: Done processing query | ||
11921 | 2024.05.29 21:23:23.629093 [ 3 ] {00b9e337-7c56-4ecb-b2b8-eb33fb4c71f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11922 | 2024.05.29 21:23:23.629166 [ 3 ] {} <Debug> HTTP-Session: 2800bc22-f24a-489f-aafc-909aa9d42c6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11923 | 2024.05.29 21:23:23.629218 [ 197 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
11924 | 2024.05.29 21:23:23.629462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 16090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11925 | 2024.05.29 21:23:23.629651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11926 | 2024.05.29 21:23:23.629765 [ 3 ] {} <Debug> HTTP-Session: 8901db56-6e0b-496f-bb26-76b535620580 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11927 | 2024.05.29 21:23:23.629865 [ 3 ] {} <Debug> HTTP-Session: 8901db56-6e0b-496f-bb26-76b535620580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11928 | 2024.05.29 21:23:23.629871 [ 197 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11929 | 2024.05.29 21:23:23.629923 [ 3 ] {} <Debug> HTTP-Session: 8901db56-6e0b-496f-bb26-76b535620580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11930 | 2024.05.29 21:23:23.629977 [ 197 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 9574 rows starting from the beginning of the part | ||
11931 | 2024.05.29 21:23:23.629993 [ 3 ] {} <Trace> HTTP-Session: 8901db56-6e0b-496f-bb26-76b535620580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11932 | 2024.05.29 21:23:23.630185 [ 197 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 198 rows starting from the beginning of the part | ||
11933 | 2024.05.29 21:23:23.630380 [ 3 ] {45c70460-8e5b-4912-a65d-fdcf5c29da7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11934 | 2024.05.29 21:23:23.630504 [ 197 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 163 rows starting from the beginning of the part | ||
11935 | 2024.05.29 21:23:23.630539 [ 3 ] {45c70460-8e5b-4912-a65d-fdcf5c29da7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11936 | 2024.05.29 21:23:23.630838 [ 197 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 161 rows starting from the beginning of the part | ||
11937 | 2024.05.29 21:23:23.631187 [ 197 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 162 rows starting from the beginning of the part | ||
11938 | 2024.05.29 21:23:23.631528 [ 197 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
11939 | 2024.05.29 21:23:23.631865 [ 3 ] {45c70460-8e5b-4912-a65d-fdcf5c29da7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11940 | 2024.05.29 21:23:23.632835 [ 3 ] {45c70460-8e5b-4912-a65d-fdcf5c29da7a} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11941 | 2024.05.29 21:23:23.632883 [ 3 ] {45c70460-8e5b-4912-a65d-fdcf5c29da7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
11942 | 2024.05.29 21:23:23.633561 [ 3 ] {45c70460-8e5b-4912-a65d-fdcf5c29da7a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11943 | 2024.05.29 21:23:23.634620 [ 3 ] {45c70460-8e5b-4912-a65d-fdcf5c29da7a} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11944 | 2024.05.29 21:23:23.634995 [ 3 ] {45c70460-8e5b-4912-a65d-fdcf5c29da7a} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.004849 sec., 3093.4213239843266 rows/sec., 4.17 MiB/sec. | ||
11945 | 2024.05.29 21:23:23.635401 [ 3 ] {45c70460-8e5b-4912-a65d-fdcf5c29da7a} <Debug> DynamicQueryHandler: Done processing query | ||
11946 | 2024.05.29 21:23:23.635428 [ 3 ] {45c70460-8e5b-4912-a65d-fdcf5c29da7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11947 | 2024.05.29 21:23:23.635444 [ 3 ] {} <Debug> HTTP-Session: 8901db56-6e0b-496f-bb26-76b535620580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11948 | 2024.05.29 21:23:23.635559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11949 | 2024.05.29 21:23:23.635607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11950 | 2024.05.29 21:23:23.635626 [ 3 ] {} <Debug> HTTP-Session: c0b54110-5c09-4921-8f71-91e6df5dc84b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11951 | 2024.05.29 21:23:23.635642 [ 3 ] {} <Debug> HTTP-Session: c0b54110-5c09-4921-8f71-91e6df5dc84b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11952 | 2024.05.29 21:23:23.635656 [ 3 ] {} <Debug> HTTP-Session: c0b54110-5c09-4921-8f71-91e6df5dc84b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11953 | 2024.05.29 21:23:23.635687 [ 3 ] {} <Trace> HTTP-Session: c0b54110-5c09-4921-8f71-91e6df5dc84b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11954 | 2024.05.29 21:23:23.636220 [ 3 ] {cbae1858-a741-4d36-98fd-6ab106d0653d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11955 | 2024.05.29 21:23:23.636337 [ 3 ] {cbae1858-a741-4d36-98fd-6ab106d0653d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11956 | 2024.05.29 21:23:23.636526 [ 3 ] {cbae1858-a741-4d36-98fd-6ab106d0653d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11957 | 2024.05.29 21:23:23.636823 [ 3 ] {cbae1858-a741-4d36-98fd-6ab106d0653d} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11958 | 2024.05.29 21:23:23.636864 [ 3 ] {cbae1858-a741-4d36-98fd-6ab106d0653d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11959 | 2024.05.29 21:23:23.637313 [ 3 ] {cbae1858-a741-4d36-98fd-6ab106d0653d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11960 | 2024.05.29 21:23:23.637613 [ 191 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10418 rows, containing 5 columns (5 merged, 0 gathered) in 0.0085672 sec., 1216033.2430665793 rows/sec., 84.84 MiB/sec. | ||
11961 | 2024.05.29 21:23:23.637864 [ 3 ] {cbae1858-a741-4d36-98fd-6ab106d0653d} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11962 | 2024.05.29 21:23:23.637934 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11963 | 2024.05.29 21:23:23.638131 [ 100 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11964 | 2024.05.29 21:23:23.638157 [ 3 ] {cbae1858-a741-4d36-98fd-6ab106d0653d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002366 sec., 25359.256128486897 rows/sec., 1.71 MiB/sec. | ||
11965 | 2024.05.29 21:23:23.638211 [ 100 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11966 | 2024.05.29 21:23:23.638355 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
11967 | 2024.05.29 21:23:23.638672 [ 3 ] {cbae1858-a741-4d36-98fd-6ab106d0653d} <Debug> DynamicQueryHandler: Done processing query | ||
11968 | 2024.05.29 21:23:23.638765 [ 3 ] {cbae1858-a741-4d36-98fd-6ab106d0653d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11969 | 2024.05.29 21:23:23.638872 [ 3 ] {} <Debug> HTTP-Session: c0b54110-5c09-4921-8f71-91e6df5dc84b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11970 | 2024.05.29 21:23:23.639004 [ 191 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
11971 | 2024.05.29 21:23:23.639332 [ 191 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11972 | 2024.05.29 21:23:23.639393 [ 191 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3372 rows starting from the beginning of the part | ||
11973 | 2024.05.29 21:23:23.639479 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11974 | 2024.05.29 21:23:23.639659 [ 191 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
11975 | 2024.05.29 21:23:23.639780 [ 198 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11976 | 2024.05.29 21:23:23.639972 [ 191 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
11977 | 2024.05.29 21:23:23.640080 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
11978 | 2024.05.29 21:23:23.640242 [ 191 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
11979 | 2024.05.29 21:23:23.640321 [ 191 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
11980 | 2024.05.29 21:23:23.640582 [ 191 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
11981 | 2024.05.29 21:23:23.642410 [ 186 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3672 rows, containing 4 columns (4 merged, 0 gathered) in 0.003809459 sec., 963916.3986277317 rows/sec., 64.78 MiB/sec. | ||
11982 | 2024.05.29 21:23:23.642709 [ 186 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11983 | 2024.05.29 21:23:23.643154 [ 186 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_71_14} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11984 | 2024.05.29 21:23:23.643250 [ 186 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_71_14} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11985 | 2024.05.29 21:23:23.643345 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
11986 | 2024.05.29 21:23:28.621273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 5648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11987 | 2024.05.29 21:23:28.621419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11988 | 2024.05.29 21:23:28.621449 [ 3 ] {} <Debug> HTTP-Session: 6223bf86-4711-4686-8fba-d574bbb27f4f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
11989 | 2024.05.29 21:23:28.621477 [ 3 ] {} <Debug> HTTP-Session: 6223bf86-4711-4686-8fba-d574bbb27f4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11990 | 2024.05.29 21:23:28.621494 [ 3 ] {} <Debug> HTTP-Session: 6223bf86-4711-4686-8fba-d574bbb27f4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11991 | 2024.05.29 21:23:28.621550 [ 3 ] {} <Trace> HTTP-Session: 6223bf86-4711-4686-8fba-d574bbb27f4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11992 | 2024.05.29 21:23:28.621768 [ 3 ] {e1e3ea79-4a80-4cd2-9012-b46ed8e26fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11993 | 2024.05.29 21:23:28.621838 [ 3 ] {e1e3ea79-4a80-4cd2-9012-b46ed8e26fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11994 | 2024.05.29 21:23:28.622034 [ 3 ] {e1e3ea79-4a80-4cd2-9012-b46ed8e26fbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11995 | 2024.05.29 21:23:28.622437 [ 3 ] {e1e3ea79-4a80-4cd2-9012-b46ed8e26fbb} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11996 | 2024.05.29 21:23:28.622483 [ 3 ] {e1e3ea79-4a80-4cd2-9012-b46ed8e26fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
11997 | 2024.05.29 21:23:28.622866 [ 3 ] {e1e3ea79-4a80-4cd2-9012-b46ed8e26fbb} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
11998 | 2024.05.29 21:23:28.623205 [ 3 ] {e1e3ea79-4a80-4cd2-9012-b46ed8e26fbb} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11999 | 2024.05.29 21:23:28.623385 [ 3 ] {e1e3ea79-4a80-4cd2-9012-b46ed8e26fbb} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001679 sec., 23228.111971411556 rows/sec., 1.84 MiB/sec. | ||
12000 | 2024.05.29 21:23:28.623591 [ 3 ] {e1e3ea79-4a80-4cd2-9012-b46ed8e26fbb} <Debug> DynamicQueryHandler: Done processing query | ||
12001 | 2024.05.29 21:23:28.623619 [ 3 ] {e1e3ea79-4a80-4cd2-9012-b46ed8e26fbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12002 | 2024.05.29 21:23:28.623635 [ 3 ] {} <Debug> HTTP-Session: 6223bf86-4711-4686-8fba-d574bbb27f4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12003 | 2024.05.29 21:23:28.623795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12004 | 2024.05.29 21:23:28.623848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12005 | 2024.05.29 21:23:28.623868 [ 3 ] {} <Debug> HTTP-Session: 05229127-c899-4a1a-8bf6-8004990fbd43 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12006 | 2024.05.29 21:23:28.623886 [ 3 ] {} <Debug> HTTP-Session: 05229127-c899-4a1a-8bf6-8004990fbd43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12007 | 2024.05.29 21:23:28.623900 [ 3 ] {} <Debug> HTTP-Session: 05229127-c899-4a1a-8bf6-8004990fbd43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12008 | 2024.05.29 21:23:28.623934 [ 3 ] {} <Trace> HTTP-Session: 05229127-c899-4a1a-8bf6-8004990fbd43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12009 | 2024.05.29 21:23:28.624042 [ 3 ] {9430ac27-d299-41db-8d2c-65857d7aa3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12010 | 2024.05.29 21:23:28.624089 [ 3 ] {9430ac27-d299-41db-8d2c-65857d7aa3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12011 | 2024.05.29 21:23:28.624222 [ 3 ] {9430ac27-d299-41db-8d2c-65857d7aa3ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12012 | 2024.05.29 21:23:28.624476 [ 3 ] {9430ac27-d299-41db-8d2c-65857d7aa3ac} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12013 | 2024.05.29 21:23:28.624514 [ 3 ] {9430ac27-d299-41db-8d2c-65857d7aa3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12014 | 2024.05.29 21:23:28.624815 [ 3 ] {9430ac27-d299-41db-8d2c-65857d7aa3ac} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12015 | 2024.05.29 21:23:28.625130 [ 3 ] {9430ac27-d299-41db-8d2c-65857d7aa3ac} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12016 | 2024.05.29 21:23:28.625284 [ 3 ] {9430ac27-d299-41db-8d2c-65857d7aa3ac} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001267 sec., 1578.531965272297 rows/sec., 128.72 KiB/sec. | ||
12017 | 2024.05.29 21:23:28.625437 [ 3 ] {9430ac27-d299-41db-8d2c-65857d7aa3ac} <Debug> DynamicQueryHandler: Done processing query | ||
12018 | 2024.05.29 21:23:28.625461 [ 3 ] {9430ac27-d299-41db-8d2c-65857d7aa3ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12019 | 2024.05.29 21:23:28.625476 [ 3 ] {} <Debug> HTTP-Session: 05229127-c899-4a1a-8bf6-8004990fbd43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12020 | 2024.05.29 21:23:28.625670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 25745, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12021 | 2024.05.29 21:23:28.625719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12022 | 2024.05.29 21:23:28.625738 [ 3 ] {} <Debug> HTTP-Session: 1558f987-839f-4427-bb18-edaefb9f0279 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12023 | 2024.05.29 21:23:28.625754 [ 3 ] {} <Debug> HTTP-Session: 1558f987-839f-4427-bb18-edaefb9f0279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12024 | 2024.05.29 21:23:28.625767 [ 3 ] {} <Debug> HTTP-Session: 1558f987-839f-4427-bb18-edaefb9f0279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12025 | 2024.05.29 21:23:28.625796 [ 3 ] {} <Trace> HTTP-Session: 1558f987-839f-4427-bb18-edaefb9f0279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12026 | 2024.05.29 21:23:28.625948 [ 3 ] {389a1c32-3cc6-465d-a861-20c42d006481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12027 | 2024.05.29 21:23:28.625991 [ 3 ] {389a1c32-3cc6-465d-a861-20c42d006481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12028 | 2024.05.29 21:23:28.626118 [ 3 ] {389a1c32-3cc6-465d-a861-20c42d006481} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12029 | 2024.05.29 21:23:28.626510 [ 3 ] {389a1c32-3cc6-465d-a861-20c42d006481} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12030 | 2024.05.29 21:23:28.626547 [ 3 ] {389a1c32-3cc6-465d-a861-20c42d006481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12031 | 2024.05.29 21:23:28.626865 [ 3 ] {389a1c32-3cc6-465d-a861-20c42d006481} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12032 | 2024.05.29 21:23:28.627168 [ 3 ] {389a1c32-3cc6-465d-a861-20c42d006481} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12033 | 2024.05.29 21:23:28.627334 [ 3 ] {389a1c32-3cc6-465d-a861-20c42d006481} <Debug> executeQuery: Read 174 rows, 15.16 KiB in 0.00144 sec., 120833.33333333333 rows/sec., 10.28 MiB/sec. | ||
12034 | 2024.05.29 21:23:28.627499 [ 3 ] {389a1c32-3cc6-465d-a861-20c42d006481} <Debug> DynamicQueryHandler: Done processing query | ||
12035 | 2024.05.29 21:23:28.627523 [ 3 ] {389a1c32-3cc6-465d-a861-20c42d006481} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12036 | 2024.05.29 21:23:28.627538 [ 3 ] {} <Debug> HTTP-Session: 1558f987-839f-4427-bb18-edaefb9f0279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12037 | 2024.05.29 21:23:28.627659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12038 | 2024.05.29 21:23:28.627707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12039 | 2024.05.29 21:23:28.627726 [ 3 ] {} <Debug> HTTP-Session: 7cdbc8e1-169c-4a1d-86f7-ce3901a11c5b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12040 | 2024.05.29 21:23:28.627741 [ 3 ] {} <Debug> HTTP-Session: 7cdbc8e1-169c-4a1d-86f7-ce3901a11c5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12041 | 2024.05.29 21:23:28.627754 [ 3 ] {} <Debug> HTTP-Session: 7cdbc8e1-169c-4a1d-86f7-ce3901a11c5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12042 | 2024.05.29 21:23:28.627784 [ 3 ] {} <Trace> HTTP-Session: 7cdbc8e1-169c-4a1d-86f7-ce3901a11c5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12043 | 2024.05.29 21:23:28.627875 [ 3 ] {8d4f34a2-158a-4585-9968-3a1363cca5b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12044 | 2024.05.29 21:23:28.627918 [ 3 ] {8d4f34a2-158a-4585-9968-3a1363cca5b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12045 | 2024.05.29 21:23:28.628044 [ 3 ] {8d4f34a2-158a-4585-9968-3a1363cca5b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12046 | 2024.05.29 21:23:28.628297 [ 3 ] {8d4f34a2-158a-4585-9968-3a1363cca5b9} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12047 | 2024.05.29 21:23:28.628333 [ 3 ] {8d4f34a2-158a-4585-9968-3a1363cca5b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12048 | 2024.05.29 21:23:28.628628 [ 3 ] {8d4f34a2-158a-4585-9968-3a1363cca5b9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12049 | 2024.05.29 21:23:28.628930 [ 3 ] {8d4f34a2-158a-4585-9968-3a1363cca5b9} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12050 | 2024.05.29 21:23:28.629093 [ 3 ] {8d4f34a2-158a-4585-9968-3a1363cca5b9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00124 sec., 1612.9032258064517 rows/sec., 112.62 KiB/sec. | ||
12051 | 2024.05.29 21:23:28.629245 [ 3 ] {8d4f34a2-158a-4585-9968-3a1363cca5b9} <Debug> DynamicQueryHandler: Done processing query | ||
12052 | 2024.05.29 21:23:28.629269 [ 3 ] {8d4f34a2-158a-4585-9968-3a1363cca5b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12053 | 2024.05.29 21:23:28.629284 [ 3 ] {} <Debug> HTTP-Session: 7cdbc8e1-169c-4a1d-86f7-ce3901a11c5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12054 | 2024.05.29 21:23:28.629465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12055 | 2024.05.29 21:23:28.629513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12056 | 2024.05.29 21:23:28.629532 [ 3 ] {} <Debug> HTTP-Session: 58a2e445-f9e3-481b-90de-b7c0dedf2797 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12057 | 2024.05.29 21:23:28.629548 [ 3 ] {} <Debug> HTTP-Session: 58a2e445-f9e3-481b-90de-b7c0dedf2797 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12058 | 2024.05.29 21:23:28.629561 [ 3 ] {} <Debug> HTTP-Session: 58a2e445-f9e3-481b-90de-b7c0dedf2797 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12059 | 2024.05.29 21:23:28.629590 [ 3 ] {} <Trace> HTTP-Session: 58a2e445-f9e3-481b-90de-b7c0dedf2797 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12060 | 2024.05.29 21:23:28.629709 [ 3 ] {45eb54ce-02c5-4b27-9800-7552f0d50956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12061 | 2024.05.29 21:23:28.629750 [ 3 ] {45eb54ce-02c5-4b27-9800-7552f0d50956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12062 | 2024.05.29 21:23:28.629876 [ 3 ] {45eb54ce-02c5-4b27-9800-7552f0d50956} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12063 | 2024.05.29 21:23:28.630176 [ 3 ] {45eb54ce-02c5-4b27-9800-7552f0d50956} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12064 | 2024.05.29 21:23:28.630212 [ 3 ] {45eb54ce-02c5-4b27-9800-7552f0d50956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12065 | 2024.05.29 21:23:28.630521 [ 3 ] {45eb54ce-02c5-4b27-9800-7552f0d50956} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12066 | 2024.05.29 21:23:28.630830 [ 3 ] {45eb54ce-02c5-4b27-9800-7552f0d50956} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12067 | 2024.05.29 21:23:28.630992 [ 3 ] {45eb54ce-02c5-4b27-9800-7552f0d50956} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001319 sec., 79605.7619408643 rows/sec., 6.22 MiB/sec. | ||
12068 | 2024.05.29 21:23:28.631154 [ 3 ] {45eb54ce-02c5-4b27-9800-7552f0d50956} <Debug> DynamicQueryHandler: Done processing query | ||
12069 | 2024.05.29 21:23:28.631177 [ 3 ] {45eb54ce-02c5-4b27-9800-7552f0d50956} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12070 | 2024.05.29 21:23:28.631192 [ 3 ] {} <Debug> HTTP-Session: 58a2e445-f9e3-481b-90de-b7c0dedf2797 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12071 | 2024.05.29 21:23:28.631345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12072 | 2024.05.29 21:23:28.631392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12073 | 2024.05.29 21:23:28.631411 [ 3 ] {} <Debug> HTTP-Session: 269116a2-eec5-449f-bbfe-e541aab2df27 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12074 | 2024.05.29 21:23:28.631427 [ 3 ] {} <Debug> HTTP-Session: 269116a2-eec5-449f-bbfe-e541aab2df27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12075 | 2024.05.29 21:23:28.631440 [ 3 ] {} <Debug> HTTP-Session: 269116a2-eec5-449f-bbfe-e541aab2df27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12076 | 2024.05.29 21:23:28.631469 [ 3 ] {} <Trace> HTTP-Session: 269116a2-eec5-449f-bbfe-e541aab2df27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12077 | 2024.05.29 21:23:28.631607 [ 3 ] {87b61e53-e1fd-4f68-96b3-0b607a33ebb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12078 | 2024.05.29 21:23:28.631655 [ 3 ] {87b61e53-e1fd-4f68-96b3-0b607a33ebb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12079 | 2024.05.29 21:23:28.631803 [ 3 ] {87b61e53-e1fd-4f68-96b3-0b607a33ebb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12080 | 2024.05.29 21:23:28.632149 [ 3 ] {87b61e53-e1fd-4f68-96b3-0b607a33ebb6} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12081 | 2024.05.29 21:23:28.632184 [ 3 ] {87b61e53-e1fd-4f68-96b3-0b607a33ebb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12082 | 2024.05.29 21:23:28.632564 [ 3 ] {87b61e53-e1fd-4f68-96b3-0b607a33ebb6} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12083 | 2024.05.29 21:23:28.632895 [ 3 ] {87b61e53-e1fd-4f68-96b3-0b607a33ebb6} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12084 | 2024.05.29 21:23:28.633054 [ 3 ] {87b61e53-e1fd-4f68-96b3-0b607a33ebb6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001508 sec., 106763.92572944297 rows/sec., 7.44 MiB/sec. | ||
12085 | 2024.05.29 21:23:28.633292 [ 3 ] {87b61e53-e1fd-4f68-96b3-0b607a33ebb6} <Debug> DynamicQueryHandler: Done processing query | ||
12086 | 2024.05.29 21:23:28.633318 [ 3 ] {87b61e53-e1fd-4f68-96b3-0b607a33ebb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12087 | 2024.05.29 21:23:28.633354 [ 3 ] {} <Debug> HTTP-Session: 269116a2-eec5-449f-bbfe-e541aab2df27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12088 | 2024.05.29 21:23:28.633653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 41747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12089 | 2024.05.29 21:23:28.633734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12090 | 2024.05.29 21:23:28.633754 [ 3 ] {} <Debug> HTTP-Session: 681a8543-b2b8-4e8c-b7ce-a253559d2f31 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12091 | 2024.05.29 21:23:28.633770 [ 3 ] {} <Debug> HTTP-Session: 681a8543-b2b8-4e8c-b7ce-a253559d2f31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12092 | 2024.05.29 21:23:28.633783 [ 3 ] {} <Debug> HTTP-Session: 681a8543-b2b8-4e8c-b7ce-a253559d2f31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12093 | 2024.05.29 21:23:28.633813 [ 3 ] {} <Trace> HTTP-Session: 681a8543-b2b8-4e8c-b7ce-a253559d2f31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12094 | 2024.05.29 21:23:28.634094 [ 3 ] {75f2c18d-379b-4010-94fa-0d1d7f2112db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12095 | 2024.05.29 21:23:28.634143 [ 3 ] {75f2c18d-379b-4010-94fa-0d1d7f2112db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12096 | 2024.05.29 21:23:28.634317 [ 3 ] {75f2c18d-379b-4010-94fa-0d1d7f2112db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12097 | 2024.05.29 21:23:28.634750 [ 3 ] {75f2c18d-379b-4010-94fa-0d1d7f2112db} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12098 | 2024.05.29 21:23:28.634785 [ 3 ] {75f2c18d-379b-4010-94fa-0d1d7f2112db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12099 | 2024.05.29 21:23:28.635192 [ 3 ] {75f2c18d-379b-4010-94fa-0d1d7f2112db} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12100 | 2024.05.29 21:23:28.635523 [ 3 ] {75f2c18d-379b-4010-94fa-0d1d7f2112db} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12101 | 2024.05.29 21:23:28.635680 [ 3 ] {75f2c18d-379b-4010-94fa-0d1d7f2112db} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.001782 sec., 21885.521885521885 rows/sec., 29.53 MiB/sec. | ||
12102 | 2024.05.29 21:23:28.635847 [ 3 ] {75f2c18d-379b-4010-94fa-0d1d7f2112db} <Debug> DynamicQueryHandler: Done processing query | ||
12103 | 2024.05.29 21:23:28.635871 [ 3 ] {75f2c18d-379b-4010-94fa-0d1d7f2112db} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12104 | 2024.05.29 21:23:28.635886 [ 3 ] {} <Debug> HTTP-Session: 681a8543-b2b8-4e8c-b7ce-a253559d2f31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12105 | 2024.05.29 21:23:28.636030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12106 | 2024.05.29 21:23:28.636077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12107 | 2024.05.29 21:23:28.636097 [ 3 ] {} <Debug> HTTP-Session: 656831af-5680-4b57-b607-87ec6c77dbae Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12108 | 2024.05.29 21:23:28.636113 [ 3 ] {} <Debug> HTTP-Session: 656831af-5680-4b57-b607-87ec6c77dbae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12109 | 2024.05.29 21:23:28.636127 [ 3 ] {} <Debug> HTTP-Session: 656831af-5680-4b57-b607-87ec6c77dbae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12110 | 2024.05.29 21:23:28.636156 [ 3 ] {} <Trace> HTTP-Session: 656831af-5680-4b57-b607-87ec6c77dbae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12111 | 2024.05.29 21:23:28.636265 [ 3 ] {b432708a-b03d-4e90-b385-185e6463255f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12112 | 2024.05.29 21:23:28.636309 [ 3 ] {b432708a-b03d-4e90-b385-185e6463255f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12113 | 2024.05.29 21:23:28.636435 [ 3 ] {b432708a-b03d-4e90-b385-185e6463255f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12114 | 2024.05.29 21:23:28.636688 [ 3 ] {b432708a-b03d-4e90-b385-185e6463255f} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12115 | 2024.05.29 21:23:28.636723 [ 3 ] {b432708a-b03d-4e90-b385-185e6463255f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12116 | 2024.05.29 21:23:28.637072 [ 3 ] {b432708a-b03d-4e90-b385-185e6463255f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12117 | 2024.05.29 21:23:28.637391 [ 3 ] {b432708a-b03d-4e90-b385-185e6463255f} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12118 | 2024.05.29 21:23:28.637542 [ 3 ] {b432708a-b03d-4e90-b385-185e6463255f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001307 sec., 45906.65646518745 rows/sec., 3.09 MiB/sec. | ||
12119 | 2024.05.29 21:23:28.637693 [ 3 ] {b432708a-b03d-4e90-b385-185e6463255f} <Debug> DynamicQueryHandler: Done processing query | ||
12120 | 2024.05.29 21:23:28.637718 [ 3 ] {b432708a-b03d-4e90-b385-185e6463255f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12121 | 2024.05.29 21:23:28.637733 [ 3 ] {} <Debug> HTTP-Session: 656831af-5680-4b57-b607-87ec6c77dbae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12122 | 2024.05.29 21:23:33.621311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12123 | 2024.05.29 21:23:33.621455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12124 | 2024.05.29 21:23:33.621485 [ 3 ] {} <Debug> HTTP-Session: be978f22-0832-4ceb-8f78-e6ff0f697ff6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12125 | 2024.05.29 21:23:33.621514 [ 3 ] {} <Debug> HTTP-Session: be978f22-0832-4ceb-8f78-e6ff0f697ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12126 | 2024.05.29 21:23:33.621532 [ 3 ] {} <Debug> HTTP-Session: be978f22-0832-4ceb-8f78-e6ff0f697ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12127 | 2024.05.29 21:23:33.621588 [ 3 ] {} <Trace> HTTP-Session: be978f22-0832-4ceb-8f78-e6ff0f697ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12128 | 2024.05.29 21:23:33.621797 [ 3 ] {600a7f98-523b-42c7-9a92-698d3f09ef43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12129 | 2024.05.29 21:23:33.621875 [ 3 ] {600a7f98-523b-42c7-9a92-698d3f09ef43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12130 | 2024.05.29 21:23:33.622082 [ 3 ] {600a7f98-523b-42c7-9a92-698d3f09ef43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12131 | 2024.05.29 21:23:33.622468 [ 3 ] {600a7f98-523b-42c7-9a92-698d3f09ef43} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12132 | 2024.05.29 21:23:33.622514 [ 3 ] {600a7f98-523b-42c7-9a92-698d3f09ef43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12133 | 2024.05.29 21:23:33.622897 [ 3 ] {600a7f98-523b-42c7-9a92-698d3f09ef43} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
12134 | 2024.05.29 21:23:33.623236 [ 3 ] {600a7f98-523b-42c7-9a92-698d3f09ef43} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12135 | 2024.05.29 21:23:33.623420 [ 3 ] {600a7f98-523b-42c7-9a92-698d3f09ef43} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001681 sec., 8923.25996430696 rows/sec., 723.27 KiB/sec. | ||
12136 | 2024.05.29 21:23:33.623434 [ 93 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
12137 | 2024.05.29 21:23:33.623574 [ 93 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12138 | 2024.05.29 21:23:33.623627 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12139 | 2024.05.29 21:23:33.623734 [ 3 ] {600a7f98-523b-42c7-9a92-698d3f09ef43} <Debug> DynamicQueryHandler: Done processing query | ||
12140 | 2024.05.29 21:23:33.623806 [ 3 ] {600a7f98-523b-42c7-9a92-698d3f09ef43} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12141 | 2024.05.29 21:23:33.623876 [ 3 ] {} <Debug> HTTP-Session: be978f22-0832-4ceb-8f78-e6ff0f697ff6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12142 | 2024.05.29 21:23:33.624004 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
12143 | 2024.05.29 21:23:33.624094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12144 | 2024.05.29 21:23:33.624200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12145 | 2024.05.29 21:23:33.624262 [ 3 ] {} <Debug> HTTP-Session: 1cf8de74-2cc6-4df0-b49e-fa81f49a79c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12146 | 2024.05.29 21:23:33.624310 [ 3 ] {} <Debug> HTTP-Session: 1cf8de74-2cc6-4df0-b49e-fa81f49a79c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12147 | 2024.05.29 21:23:33.624360 [ 3 ] {} <Debug> HTTP-Session: 1cf8de74-2cc6-4df0-b49e-fa81f49a79c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12148 | 2024.05.29 21:23:33.624470 [ 3 ] {} <Trace> HTTP-Session: 1cf8de74-2cc6-4df0-b49e-fa81f49a79c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12149 | 2024.05.29 21:23:33.624480 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12150 | 2024.05.29 21:23:33.624568 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 54 rows starting from the beginning of the part | ||
12151 | 2024.05.29 21:23:33.624650 [ 3 ] {a97e9437-1891-493d-ad83-53a46f65e5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12152 | 2024.05.29 21:23:33.624835 [ 3 ] {a97e9437-1891-493d-ad83-53a46f65e5b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12153 | 2024.05.29 21:23:33.624898 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 15 rows starting from the beginning of the part | ||
12154 | 2024.05.29 21:23:33.625321 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 39 rows starting from the beginning of the part | ||
12155 | 2024.05.29 21:23:33.625677 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 15 rows starting from the beginning of the part | ||
12156 | 2024.05.29 21:23:33.626011 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 39 rows starting from the beginning of the part | ||
12157 | 2024.05.29 21:23:33.626339 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 15 rows starting from the beginning of the part | ||
12158 | 2024.05.29 21:23:33.626354 [ 3 ] {a97e9437-1891-493d-ad83-53a46f65e5b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12159 | 2024.05.29 21:23:33.627306 [ 3 ] {a97e9437-1891-493d-ad83-53a46f65e5b4} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12160 | 2024.05.29 21:23:33.627384 [ 3 ] {a97e9437-1891-493d-ad83-53a46f65e5b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12161 | 2024.05.29 21:23:33.628302 [ 3 ] {a97e9437-1891-493d-ad83-53a46f65e5b4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12162 | 2024.05.29 21:23:33.629069 [ 200 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 4 columns (4 merged, 0 gathered) in 0.005298589 sec., 33405.11974036862 rows/sec., 2.64 MiB/sec. | ||
12163 | 2024.05.29 21:23:33.629216 [ 3 ] {a97e9437-1891-493d-ad83-53a46f65e5b4} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12164 | 2024.05.29 21:23:33.629247 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
12165 | 2024.05.29 21:23:33.629457 [ 3 ] {a97e9437-1891-493d-ad83-53a46f65e5b4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004866 sec., 411.01520756267985 rows/sec., 33.52 KiB/sec. | ||
12166 | 2024.05.29 21:23:33.629753 [ 3 ] {a97e9437-1891-493d-ad83-53a46f65e5b4} <Debug> DynamicQueryHandler: Done processing query | ||
12167 | 2024.05.29 21:23:33.629783 [ 3 ] {a97e9437-1891-493d-ad83-53a46f65e5b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12168 | 2024.05.29 21:23:33.629802 [ 3 ] {} <Debug> HTTP-Session: 1cf8de74-2cc6-4df0-b49e-fa81f49a79c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12169 | 2024.05.29 21:23:33.629872 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_76_15} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12170 | 2024.05.29 21:23:33.629953 [ 186 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_76_15} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
12171 | 2024.05.29 21:23:33.629962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 19688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12172 | 2024.05.29 21:23:33.630037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12173 | 2024.05.29 21:23:33.630059 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
12174 | 2024.05.29 21:23:33.630065 [ 3 ] {} <Debug> HTTP-Session: 827e91b4-72f1-4f52-b80f-5d70eb2d6525 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12175 | 2024.05.29 21:23:33.630093 [ 3 ] {} <Debug> HTTP-Session: 827e91b4-72f1-4f52-b80f-5d70eb2d6525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12176 | 2024.05.29 21:23:33.630108 [ 3 ] {} <Debug> HTTP-Session: 827e91b4-72f1-4f52-b80f-5d70eb2d6525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12177 | 2024.05.29 21:23:33.630141 [ 3 ] {} <Trace> HTTP-Session: 827e91b4-72f1-4f52-b80f-5d70eb2d6525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12178 | 2024.05.29 21:23:33.630299 [ 3 ] {fc62aada-a747-4947-995e-6910f487f670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12179 | 2024.05.29 21:23:33.630344 [ 3 ] {fc62aada-a747-4947-995e-6910f487f670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12180 | 2024.05.29 21:23:33.630475 [ 3 ] {fc62aada-a747-4947-995e-6910f487f670} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12181 | 2024.05.29 21:23:33.630927 [ 3 ] {fc62aada-a747-4947-995e-6910f487f670} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12182 | 2024.05.29 21:23:33.630963 [ 3 ] {fc62aada-a747-4947-995e-6910f487f670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12183 | 2024.05.29 21:23:33.631283 [ 3 ] {fc62aada-a747-4947-995e-6910f487f670} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
12184 | 2024.05.29 21:23:33.631595 [ 3 ] {fc62aada-a747-4947-995e-6910f487f670} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12185 | 2024.05.29 21:23:33.631749 [ 3 ] {fc62aada-a747-4947-995e-6910f487f670} <Debug> executeQuery: Read 138 rows, 11.33 KiB in 0.001512 sec., 91269.84126984126 rows/sec., 7.32 MiB/sec. | ||
12186 | 2024.05.29 21:23:33.631757 [ 93 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
12187 | 2024.05.29 21:23:33.631829 [ 93 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12188 | 2024.05.29 21:23:33.631876 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12189 | 2024.05.29 21:23:33.632013 [ 3 ] {fc62aada-a747-4947-995e-6910f487f670} <Debug> DynamicQueryHandler: Done processing query | ||
12190 | 2024.05.29 21:23:33.632026 [ 201 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
12191 | 2024.05.29 21:23:33.632052 [ 3 ] {fc62aada-a747-4947-995e-6910f487f670} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12192 | 2024.05.29 21:23:33.632092 [ 3 ] {} <Debug> HTTP-Session: 827e91b4-72f1-4f52-b80f-5d70eb2d6525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12193 | 2024.05.29 21:23:33.632214 [ 201 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12194 | 2024.05.29 21:23:33.632251 [ 201 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 267 rows starting from the beginning of the part | ||
12195 | 2024.05.29 21:23:33.632307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12196 | 2024.05.29 21:23:33.632439 [ 201 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 103 rows starting from the beginning of the part | ||
12197 | 2024.05.29 21:23:33.632469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12198 | 2024.05.29 21:23:33.632566 [ 3 ] {} <Debug> HTTP-Session: e07058f8-89b9-4c88-b585-bb3f44deebd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12199 | 2024.05.29 21:23:33.632703 [ 3 ] {} <Debug> HTTP-Session: e07058f8-89b9-4c88-b585-bb3f44deebd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12200 | 2024.05.29 21:23:33.632789 [ 3 ] {} <Debug> HTTP-Session: e07058f8-89b9-4c88-b585-bb3f44deebd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12201 | 2024.05.29 21:23:33.632837 [ 201 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 175 rows starting from the beginning of the part | ||
12202 | 2024.05.29 21:23:33.632992 [ 3 ] {} <Trace> HTTP-Session: e07058f8-89b9-4c88-b585-bb3f44deebd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12203 | 2024.05.29 21:23:33.633159 [ 201 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 101 rows starting from the beginning of the part | ||
12204 | 2024.05.29 21:23:33.633438 [ 3 ] {16566f29-9b07-4250-b8cb-90c8daf795df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12205 | 2024.05.29 21:23:33.633471 [ 201 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 174 rows starting from the beginning of the part | ||
12206 | 2024.05.29 21:23:33.633593 [ 3 ] {16566f29-9b07-4250-b8cb-90c8daf795df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12207 | 2024.05.29 21:23:33.633703 [ 201 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 138 rows starting from the beginning of the part | ||
12208 | 2024.05.29 21:23:33.634379 [ 3 ] {16566f29-9b07-4250-b8cb-90c8daf795df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12209 | 2024.05.29 21:23:33.635055 [ 3 ] {16566f29-9b07-4250-b8cb-90c8daf795df} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12210 | 2024.05.29 21:23:33.635118 [ 3 ] {16566f29-9b07-4250-b8cb-90c8daf795df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12211 | 2024.05.29 21:23:33.635867 [ 3 ] {16566f29-9b07-4250-b8cb-90c8daf795df} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12212 | 2024.05.29 21:23:33.636451 [ 3 ] {16566f29-9b07-4250-b8cb-90c8daf795df} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12213 | 2024.05.29 21:23:33.636651 [ 196 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 958 rows, containing 4 columns (4 merged, 0 gathered) in 0.004700059 sec., 203827.22855181177 rows/sec., 16.95 MiB/sec. | ||
12214 | 2024.05.29 21:23:33.636769 [ 3 ] {16566f29-9b07-4250-b8cb-90c8daf795df} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003561 sec., 561.6399887672002 rows/sec., 39.22 KiB/sec. | ||
12215 | 2024.05.29 21:23:33.636938 [ 194 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
12216 | 2024.05.29 21:23:33.636994 [ 3 ] {16566f29-9b07-4250-b8cb-90c8daf795df} <Debug> DynamicQueryHandler: Done processing query | ||
12217 | 2024.05.29 21:23:33.637023 [ 3 ] {16566f29-9b07-4250-b8cb-90c8daf795df} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12218 | 2024.05.29 21:23:33.637040 [ 3 ] {} <Debug> HTTP-Session: e07058f8-89b9-4c88-b585-bb3f44deebd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12219 | 2024.05.29 21:23:33.637185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12220 | 2024.05.29 21:23:33.637247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12221 | 2024.05.29 21:23:33.637271 [ 3 ] {} <Debug> HTTP-Session: 3ccc2dee-e85e-42a5-aba1-bd51208f7a05 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12222 | 2024.05.29 21:23:33.637291 [ 3 ] {} <Debug> HTTP-Session: 3ccc2dee-e85e-42a5-aba1-bd51208f7a05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12223 | 2024.05.29 21:23:33.637308 [ 3 ] {} <Debug> HTTP-Session: 3ccc2dee-e85e-42a5-aba1-bd51208f7a05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12224 | 2024.05.29 21:23:33.637350 [ 3 ] {} <Trace> HTTP-Session: 3ccc2dee-e85e-42a5-aba1-bd51208f7a05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12225 | 2024.05.29 21:23:33.637425 [ 194 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_76_15} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12226 | 2024.05.29 21:23:33.637501 [ 3 ] {91a4fab1-652f-479c-90fb-ae6801392131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12227 | 2024.05.29 21:23:33.637535 [ 194 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_76_15} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
12228 | 2024.05.29 21:23:33.637546 [ 3 ] {91a4fab1-652f-479c-90fb-ae6801392131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12229 | 2024.05.29 21:23:33.637658 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
12230 | 2024.05.29 21:23:33.637747 [ 3 ] {91a4fab1-652f-479c-90fb-ae6801392131} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12231 | 2024.05.29 21:23:33.638115 [ 3 ] {91a4fab1-652f-479c-90fb-ae6801392131} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12232 | 2024.05.29 21:23:33.638151 [ 3 ] {91a4fab1-652f-479c-90fb-ae6801392131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12233 | 2024.05.29 21:23:33.638471 [ 3 ] {91a4fab1-652f-479c-90fb-ae6801392131} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
12234 | 2024.05.29 21:23:33.638787 [ 3 ] {91a4fab1-652f-479c-90fb-ae6801392131} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12235 | 2024.05.29 21:23:33.638935 [ 3 ] {91a4fab1-652f-479c-90fb-ae6801392131} <Debug> executeQuery: Read 105 rows, 8.38 KiB in 0.001493 sec., 70328.19825853985 rows/sec., 5.48 MiB/sec. | ||
12236 | 2024.05.29 21:23:33.638943 [ 93 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
12237 | 2024.05.29 21:23:33.639029 [ 93 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12238 | 2024.05.29 21:23:33.639072 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12239 | 2024.05.29 21:23:33.639246 [ 3 ] {91a4fab1-652f-479c-90fb-ae6801392131} <Debug> DynamicQueryHandler: Done processing query | ||
12240 | 2024.05.29 21:23:33.639319 [ 3 ] {91a4fab1-652f-479c-90fb-ae6801392131} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12241 | 2024.05.29 21:23:33.639359 [ 3 ] {} <Debug> HTTP-Session: 3ccc2dee-e85e-42a5-aba1-bd51208f7a05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12242 | 2024.05.29 21:23:33.639370 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
12243 | 2024.05.29 21:23:33.639789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 37759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12244 | 2024.05.29 21:23:33.639994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12245 | 2024.05.29 21:23:33.640041 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12246 | 2024.05.29 21:23:33.640094 [ 3 ] {} <Debug> HTTP-Session: d68e41f7-ad6e-4572-968e-c38e024a3d59 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12247 | 2024.05.29 21:23:33.640176 [ 3 ] {} <Debug> HTTP-Session: d68e41f7-ad6e-4572-968e-c38e024a3d59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12248 | 2024.05.29 21:23:33.640243 [ 3 ] {} <Debug> HTTP-Session: d68e41f7-ad6e-4572-968e-c38e024a3d59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12249 | 2024.05.29 21:23:33.640252 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 198 rows starting from the beginning of the part | ||
12250 | 2024.05.29 21:23:33.640422 [ 3 ] {} <Trace> HTTP-Session: d68e41f7-ad6e-4572-968e-c38e024a3d59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12251 | 2024.05.29 21:23:33.640723 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 86 rows starting from the beginning of the part | ||
12252 | 2024.05.29 21:23:33.640847 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 107 rows starting from the beginning of the part | ||
12253 | 2024.05.29 21:23:33.641034 [ 3 ] {bd49d08e-1b8f-4bfe-bb29-209251d36dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12254 | 2024.05.29 21:23:33.641124 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 79 rows starting from the beginning of the part | ||
12255 | 2024.05.29 21:23:33.641196 [ 3 ] {bd49d08e-1b8f-4bfe-bb29-209251d36dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12256 | 2024.05.29 21:23:33.641489 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 105 rows starting from the beginning of the part | ||
12257 | 2024.05.29 21:23:33.641794 [ 196 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 105 rows starting from the beginning of the part | ||
12258 | 2024.05.29 21:23:33.642498 [ 3 ] {bd49d08e-1b8f-4bfe-bb29-209251d36dd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12259 | 2024.05.29 21:23:33.643519 [ 3 ] {bd49d08e-1b8f-4bfe-bb29-209251d36dd9} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12260 | 2024.05.29 21:23:33.643581 [ 3 ] {bd49d08e-1b8f-4bfe-bb29-209251d36dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12261 | 2024.05.29 21:23:33.644607 [ 189 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 680 rows, containing 4 columns (4 merged, 0 gathered) in 0.005436373 sec., 125083.39659548746 rows/sec., 9.72 MiB/sec. | ||
12262 | 2024.05.29 21:23:33.644672 [ 3 ] {bd49d08e-1b8f-4bfe-bb29-209251d36dd9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12263 | 2024.05.29 21:23:33.644835 [ 189 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
12264 | 2024.05.29 21:23:33.645537 [ 3 ] {bd49d08e-1b8f-4bfe-bb29-209251d36dd9} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12265 | 2024.05.29 21:23:33.645826 [ 3 ] {bd49d08e-1b8f-4bfe-bb29-209251d36dd9} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.005083 sec., 38756.639779657686 rows/sec., 2.71 MiB/sec. | ||
12266 | 2024.05.29 21:23:33.646029 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_76_15} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12267 | 2024.05.29 21:23:33.646187 [ 3 ] {bd49d08e-1b8f-4bfe-bb29-209251d36dd9} <Debug> DynamicQueryHandler: Done processing query | ||
12268 | 2024.05.29 21:23:33.646227 [ 3 ] {bd49d08e-1b8f-4bfe-bb29-209251d36dd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12269 | 2024.05.29 21:23:33.646252 [ 3 ] {} <Debug> HTTP-Session: d68e41f7-ad6e-4572-968e-c38e024a3d59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12270 | 2024.05.29 21:23:33.646267 [ 187 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_76_15} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
12271 | 2024.05.29 21:23:33.646433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 16090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12272 | 2024.05.29 21:23:33.646445 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
12273 | 2024.05.29 21:23:33.646500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12274 | 2024.05.29 21:23:33.646524 [ 3 ] {} <Debug> HTTP-Session: 3f508182-c485-46d7-b35d-075cd838c22a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12275 | 2024.05.29 21:23:33.646541 [ 3 ] {} <Debug> HTTP-Session: 3f508182-c485-46d7-b35d-075cd838c22a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12276 | 2024.05.29 21:23:33.646555 [ 3 ] {} <Debug> HTTP-Session: 3f508182-c485-46d7-b35d-075cd838c22a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12277 | 2024.05.29 21:23:33.646587 [ 3 ] {} <Trace> HTTP-Session: 3f508182-c485-46d7-b35d-075cd838c22a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12278 | 2024.05.29 21:23:33.646795 [ 3 ] {6dbf513d-0c00-44b1-acc3-3b0547c24e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12279 | 2024.05.29 21:23:33.646845 [ 3 ] {6dbf513d-0c00-44b1-acc3-3b0547c24e73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12280 | 2024.05.29 21:23:33.647029 [ 3 ] {6dbf513d-0c00-44b1-acc3-3b0547c24e73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12281 | 2024.05.29 21:23:33.647406 [ 3 ] {6dbf513d-0c00-44b1-acc3-3b0547c24e73} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12282 | 2024.05.29 21:23:33.647441 [ 3 ] {6dbf513d-0c00-44b1-acc3-3b0547c24e73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12283 | 2024.05.29 21:23:33.647847 [ 3 ] {6dbf513d-0c00-44b1-acc3-3b0547c24e73} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
12284 | 2024.05.29 21:23:33.648184 [ 3 ] {6dbf513d-0c00-44b1-acc3-3b0547c24e73} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12285 | 2024.05.29 21:23:33.648343 [ 93 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
12286 | 2024.05.29 21:23:33.648345 [ 3 ] {6dbf513d-0c00-44b1-acc3-3b0547c24e73} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001668 sec., 8992.805755395684 rows/sec., 12.14 MiB/sec. | ||
12287 | 2024.05.29 21:23:33.648399 [ 93 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12288 | 2024.05.29 21:23:33.648462 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12289 | 2024.05.29 21:23:33.648723 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
12290 | 2024.05.29 21:23:33.648758 [ 3 ] {6dbf513d-0c00-44b1-acc3-3b0547c24e73} <Debug> DynamicQueryHandler: Done processing query | ||
12291 | 2024.05.29 21:23:33.648803 [ 3 ] {6dbf513d-0c00-44b1-acc3-3b0547c24e73} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12292 | 2024.05.29 21:23:33.648878 [ 3 ] {} <Debug> HTTP-Session: 3f508182-c485-46d7-b35d-075cd838c22a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12293 | 2024.05.29 21:23:33.649211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12294 | 2024.05.29 21:23:33.649421 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12295 | 2024.05.29 21:23:33.649419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12296 | 2024.05.29 21:23:33.649542 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1146 rows starting from the beginning of the part | ||
12297 | 2024.05.29 21:23:33.649549 [ 3 ] {} <Debug> HTTP-Session: 5a870702-3a43-48b0-89bd-fee8c4df50cd Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12298 | 2024.05.29 21:23:33.649639 [ 3 ] {} <Debug> HTTP-Session: 5a870702-3a43-48b0-89bd-fee8c4df50cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12299 | 2024.05.29 21:23:33.649717 [ 3 ] {} <Debug> HTTP-Session: 5a870702-3a43-48b0-89bd-fee8c4df50cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12300 | 2024.05.29 21:23:33.649931 [ 3 ] {} <Trace> HTTP-Session: 5a870702-3a43-48b0-89bd-fee8c4df50cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12301 | 2024.05.29 21:23:33.649980 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 15 rows starting from the beginning of the part | ||
12302 | 2024.05.29 21:23:33.650426 [ 3 ] {ee389a19-901c-4c9d-b8db-99eed21f7e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12303 | 2024.05.29 21:23:33.650441 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 39 rows starting from the beginning of the part | ||
12304 | 2024.05.29 21:23:33.650665 [ 3 ] {ee389a19-901c-4c9d-b8db-99eed21f7e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12305 | 2024.05.29 21:23:33.650931 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 15 rows starting from the beginning of the part | ||
12306 | 2024.05.29 21:23:33.651368 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 39 rows starting from the beginning of the part | ||
12307 | 2024.05.29 21:23:33.651843 [ 189 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 15 rows starting from the beginning of the part | ||
12308 | 2024.05.29 21:23:33.652170 [ 3 ] {ee389a19-901c-4c9d-b8db-99eed21f7e52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12309 | 2024.05.29 21:23:33.653025 [ 3 ] {ee389a19-901c-4c9d-b8db-99eed21f7e52} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12310 | 2024.05.29 21:23:33.653084 [ 3 ] {ee389a19-901c-4c9d-b8db-99eed21f7e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12311 | 2024.05.29 21:23:33.653500 [ 3 ] {ee389a19-901c-4c9d-b8db-99eed21f7e52} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12312 | 2024.05.29 21:23:33.653961 [ 3 ] {ee389a19-901c-4c9d-b8db-99eed21f7e52} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12313 | 2024.05.29 21:23:33.654271 [ 3 ] {ee389a19-901c-4c9d-b8db-99eed21f7e52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004067 sec., 14752.889107450208 rows/sec., 1018.10 KiB/sec. | ||
12314 | 2024.05.29 21:23:33.654639 [ 3 ] {ee389a19-901c-4c9d-b8db-99eed21f7e52} <Debug> DynamicQueryHandler: Done processing query | ||
12315 | 2024.05.29 21:23:33.654684 [ 3 ] {ee389a19-901c-4c9d-b8db-99eed21f7e52} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12316 | 2024.05.29 21:23:33.654726 [ 3 ] {} <Debug> HTTP-Session: 5a870702-3a43-48b0-89bd-fee8c4df50cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12317 | 2024.05.29 21:23:33.656799 [ 187 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1269 rows, containing 6 columns (6 merged, 0 gathered) in 0.008248339 sec., 153849.1567817472 rows/sec., 207.61 MiB/sec. | ||
12318 | 2024.05.29 21:23:33.657533 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
12319 | 2024.05.29 21:23:33.657999 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12320 | 2024.05.29 21:23:33.658083 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
12321 | 2024.05.29 21:23:33.658170 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.74 MiB. | ||
12322 | 2024.05.29 21:23:34.000224 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.43 MiB, peak 209.09 MiB, free memory in arenas 0.00 B, will set to 201.61 MiB (RSS), difference: 1.18 MiB | ||
12323 | 2024.05.29 21:23:36.143677 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12324 | 2024.05.29 21:23:36.143752 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12325 | 2024.05.29 21:23:38.620813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 5648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12326 | 2024.05.29 21:23:38.620938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12327 | 2024.05.29 21:23:38.620967 [ 3 ] {} <Debug> HTTP-Session: c5092545-53ce-48d5-bb56-dc2206f50369 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12328 | 2024.05.29 21:23:38.620994 [ 3 ] {} <Debug> HTTP-Session: c5092545-53ce-48d5-bb56-dc2206f50369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12329 | 2024.05.29 21:23:38.621012 [ 3 ] {} <Debug> HTTP-Session: c5092545-53ce-48d5-bb56-dc2206f50369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12330 | 2024.05.29 21:23:38.621067 [ 3 ] {} <Trace> HTTP-Session: c5092545-53ce-48d5-bb56-dc2206f50369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12331 | 2024.05.29 21:23:38.621264 [ 3 ] {bd9a05aa-feb7-46d4-83ed-6f1f405b4280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12332 | 2024.05.29 21:23:38.621334 [ 3 ] {bd9a05aa-feb7-46d4-83ed-6f1f405b4280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12333 | 2024.05.29 21:23:38.621525 [ 3 ] {bd9a05aa-feb7-46d4-83ed-6f1f405b4280} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12334 | 2024.05.29 21:23:38.621959 [ 3 ] {bd9a05aa-feb7-46d4-83ed-6f1f405b4280} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12335 | 2024.05.29 21:23:38.622000 [ 3 ] {bd9a05aa-feb7-46d4-83ed-6f1f405b4280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12336 | 2024.05.29 21:23:38.622377 [ 3 ] {bd9a05aa-feb7-46d4-83ed-6f1f405b4280} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12337 | 2024.05.29 21:23:38.622731 [ 3 ] {bd9a05aa-feb7-46d4-83ed-6f1f405b4280} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12338 | 2024.05.29 21:23:38.622900 [ 3 ] {bd9a05aa-feb7-46d4-83ed-6f1f405b4280} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001696 sec., 22995.283018867925 rows/sec., 1.82 MiB/sec. | ||
12339 | 2024.05.29 21:23:38.623107 [ 3 ] {bd9a05aa-feb7-46d4-83ed-6f1f405b4280} <Debug> DynamicQueryHandler: Done processing query | ||
12340 | 2024.05.29 21:23:38.623134 [ 3 ] {bd9a05aa-feb7-46d4-83ed-6f1f405b4280} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12341 | 2024.05.29 21:23:38.623150 [ 3 ] {} <Debug> HTTP-Session: c5092545-53ce-48d5-bb56-dc2206f50369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12342 | 2024.05.29 21:23:38.623360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 25611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12343 | 2024.05.29 21:23:38.623416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12344 | 2024.05.29 21:23:38.623436 [ 3 ] {} <Debug> HTTP-Session: af6c456e-e7fc-45bb-ab5d-ca9d77506d3b Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12345 | 2024.05.29 21:23:38.623454 [ 3 ] {} <Debug> HTTP-Session: af6c456e-e7fc-45bb-ab5d-ca9d77506d3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12346 | 2024.05.29 21:23:38.623467 [ 3 ] {} <Debug> HTTP-Session: af6c456e-e7fc-45bb-ab5d-ca9d77506d3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12347 | 2024.05.29 21:23:38.623502 [ 3 ] {} <Trace> HTTP-Session: af6c456e-e7fc-45bb-ab5d-ca9d77506d3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12348 | 2024.05.29 21:23:38.623652 [ 3 ] {2789461b-7def-4979-8c94-74b534ea0045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12349 | 2024.05.29 21:23:38.623701 [ 3 ] {2789461b-7def-4979-8c94-74b534ea0045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12350 | 2024.05.29 21:23:38.623833 [ 3 ] {2789461b-7def-4979-8c94-74b534ea0045} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12351 | 2024.05.29 21:23:38.624263 [ 3 ] {2789461b-7def-4979-8c94-74b534ea0045} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12352 | 2024.05.29 21:23:38.624301 [ 3 ] {2789461b-7def-4979-8c94-74b534ea0045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12353 | 2024.05.29 21:23:38.624633 [ 3 ] {2789461b-7def-4979-8c94-74b534ea0045} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12354 | 2024.05.29 21:23:38.624943 [ 3 ] {2789461b-7def-4979-8c94-74b534ea0045} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12355 | 2024.05.29 21:23:38.625088 [ 3 ] {2789461b-7def-4979-8c94-74b534ea0045} <Debug> executeQuery: Read 173 rows, 15.08 KiB in 0.001502 sec., 115179.76031957389 rows/sec., 9.81 MiB/sec. | ||
12356 | 2024.05.29 21:23:38.625259 [ 3 ] {2789461b-7def-4979-8c94-74b534ea0045} <Debug> DynamicQueryHandler: Done processing query | ||
12357 | 2024.05.29 21:23:38.625284 [ 3 ] {2789461b-7def-4979-8c94-74b534ea0045} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12358 | 2024.05.29 21:23:38.625299 [ 3 ] {} <Debug> HTTP-Session: af6c456e-e7fc-45bb-ab5d-ca9d77506d3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12359 | 2024.05.29 21:23:38.625426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12360 | 2024.05.29 21:23:38.625475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12361 | 2024.05.29 21:23:38.625495 [ 3 ] {} <Debug> HTTP-Session: 56667eda-2a2b-46e8-be28-c483ca69f395 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12362 | 2024.05.29 21:23:38.625512 [ 3 ] {} <Debug> HTTP-Session: 56667eda-2a2b-46e8-be28-c483ca69f395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12363 | 2024.05.29 21:23:38.625525 [ 3 ] {} <Debug> HTTP-Session: 56667eda-2a2b-46e8-be28-c483ca69f395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12364 | 2024.05.29 21:23:38.625556 [ 3 ] {} <Trace> HTTP-Session: 56667eda-2a2b-46e8-be28-c483ca69f395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12365 | 2024.05.29 21:23:38.625689 [ 3 ] {633cd6d1-af88-49ef-ad84-ae8f508c4c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12366 | 2024.05.29 21:23:38.625733 [ 3 ] {633cd6d1-af88-49ef-ad84-ae8f508c4c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12367 | 2024.05.29 21:23:38.625859 [ 3 ] {633cd6d1-af88-49ef-ad84-ae8f508c4c92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12368 | 2024.05.29 21:23:38.626346 [ 3 ] {633cd6d1-af88-49ef-ad84-ae8f508c4c92} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12369 | 2024.05.29 21:23:38.626382 [ 3 ] {633cd6d1-af88-49ef-ad84-ae8f508c4c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12370 | 2024.05.29 21:23:38.626696 [ 3 ] {633cd6d1-af88-49ef-ad84-ae8f508c4c92} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12371 | 2024.05.29 21:23:38.627007 [ 3 ] {633cd6d1-af88-49ef-ad84-ae8f508c4c92} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12372 | 2024.05.29 21:23:38.627159 [ 3 ] {633cd6d1-af88-49ef-ad84-ae8f508c4c92} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.00152 sec., 67763.15789473684 rows/sec., 5.29 MiB/sec. | ||
12373 | 2024.05.29 21:23:38.627423 [ 3 ] {633cd6d1-af88-49ef-ad84-ae8f508c4c92} <Debug> DynamicQueryHandler: Done processing query | ||
12374 | 2024.05.29 21:23:38.627486 [ 3 ] {633cd6d1-af88-49ef-ad84-ae8f508c4c92} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12375 | 2024.05.29 21:23:38.627557 [ 3 ] {} <Debug> HTTP-Session: 56667eda-2a2b-46e8-be28-c483ca69f395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12376 | 2024.05.29 21:23:38.627854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12377 | 2024.05.29 21:23:38.627964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12378 | 2024.05.29 21:23:38.627996 [ 3 ] {} <Debug> HTTP-Session: 5554a1a6-4b03-4bf4-a0ea-5904c4c05fb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12379 | 2024.05.29 21:23:38.628020 [ 3 ] {} <Debug> HTTP-Session: 5554a1a6-4b03-4bf4-a0ea-5904c4c05fb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12380 | 2024.05.29 21:23:38.628034 [ 3 ] {} <Debug> HTTP-Session: 5554a1a6-4b03-4bf4-a0ea-5904c4c05fb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12381 | 2024.05.29 21:23:38.628065 [ 3 ] {} <Trace> HTTP-Session: 5554a1a6-4b03-4bf4-a0ea-5904c4c05fb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12382 | 2024.05.29 21:23:38.628220 [ 3 ] {eea85d3b-8bfd-4334-9374-498015fec042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12383 | 2024.05.29 21:23:38.628268 [ 3 ] {eea85d3b-8bfd-4334-9374-498015fec042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12384 | 2024.05.29 21:23:38.628436 [ 3 ] {eea85d3b-8bfd-4334-9374-498015fec042} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12385 | 2024.05.29 21:23:38.628833 [ 3 ] {eea85d3b-8bfd-4334-9374-498015fec042} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12386 | 2024.05.29 21:23:38.628869 [ 3 ] {eea85d3b-8bfd-4334-9374-498015fec042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12387 | 2024.05.29 21:23:38.629260 [ 3 ] {eea85d3b-8bfd-4334-9374-498015fec042} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12388 | 2024.05.29 21:23:38.629611 [ 3 ] {eea85d3b-8bfd-4334-9374-498015fec042} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12389 | 2024.05.29 21:23:38.629762 [ 3 ] {eea85d3b-8bfd-4334-9374-498015fec042} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec. | ||
12390 | 2024.05.29 21:23:38.629939 [ 3 ] {eea85d3b-8bfd-4334-9374-498015fec042} <Debug> DynamicQueryHandler: Done processing query | ||
12391 | 2024.05.29 21:23:38.629962 [ 3 ] {eea85d3b-8bfd-4334-9374-498015fec042} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12392 | 2024.05.29 21:23:38.629978 [ 3 ] {} <Debug> HTTP-Session: 5554a1a6-4b03-4bf4-a0ea-5904c4c05fb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12393 | 2024.05.29 21:23:38.630121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 41747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12394 | 2024.05.29 21:23:38.630169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12395 | 2024.05.29 21:23:38.630189 [ 3 ] {} <Debug> HTTP-Session: da3140a3-c258-48b1-9c81-a2ef1d1e34c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12396 | 2024.05.29 21:23:38.630204 [ 3 ] {} <Debug> HTTP-Session: da3140a3-c258-48b1-9c81-a2ef1d1e34c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12397 | 2024.05.29 21:23:38.630217 [ 3 ] {} <Debug> HTTP-Session: da3140a3-c258-48b1-9c81-a2ef1d1e34c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12398 | 2024.05.29 21:23:38.630247 [ 3 ] {} <Trace> HTTP-Session: da3140a3-c258-48b1-9c81-a2ef1d1e34c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12399 | 2024.05.29 21:23:38.630551 [ 3 ] {cda90b03-41af-4240-aef9-dbe58b4fc186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12400 | 2024.05.29 21:23:38.630599 [ 3 ] {cda90b03-41af-4240-aef9-dbe58b4fc186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12401 | 2024.05.29 21:23:38.630757 [ 3 ] {cda90b03-41af-4240-aef9-dbe58b4fc186} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12402 | 2024.05.29 21:23:38.631486 [ 3 ] {cda90b03-41af-4240-aef9-dbe58b4fc186} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12403 | 2024.05.29 21:23:38.631521 [ 3 ] {cda90b03-41af-4240-aef9-dbe58b4fc186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12404 | 2024.05.29 21:23:38.631942 [ 3 ] {cda90b03-41af-4240-aef9-dbe58b4fc186} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12405 | 2024.05.29 21:23:38.632286 [ 3 ] {cda90b03-41af-4240-aef9-dbe58b4fc186} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12406 | 2024.05.29 21:23:38.632437 [ 3 ] {cda90b03-41af-4240-aef9-dbe58b4fc186} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.002091 sec., 18651.362984218078 rows/sec., 25.17 MiB/sec. | ||
12407 | 2024.05.29 21:23:38.632621 [ 3 ] {cda90b03-41af-4240-aef9-dbe58b4fc186} <Debug> DynamicQueryHandler: Done processing query | ||
12408 | 2024.05.29 21:23:38.632645 [ 3 ] {cda90b03-41af-4240-aef9-dbe58b4fc186} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12409 | 2024.05.29 21:23:38.632660 [ 3 ] {} <Debug> HTTP-Session: da3140a3-c258-48b1-9c81-a2ef1d1e34c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12410 | 2024.05.29 21:23:38.632792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12411 | 2024.05.29 21:23:38.632839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12412 | 2024.05.29 21:23:38.632856 [ 3 ] {} <Debug> HTTP-Session: 2520e9cb-b9b0-44e6-abee-a0e0248219af Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12413 | 2024.05.29 21:23:38.632872 [ 3 ] {} <Debug> HTTP-Session: 2520e9cb-b9b0-44e6-abee-a0e0248219af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12414 | 2024.05.29 21:23:38.632885 [ 3 ] {} <Debug> HTTP-Session: 2520e9cb-b9b0-44e6-abee-a0e0248219af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12415 | 2024.05.29 21:23:38.632916 [ 3 ] {} <Trace> HTTP-Session: 2520e9cb-b9b0-44e6-abee-a0e0248219af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12416 | 2024.05.29 21:23:38.633042 [ 3 ] {d4d269d3-d9a3-46bc-af73-fa0c0219bb58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12417 | 2024.05.29 21:23:38.633086 [ 3 ] {d4d269d3-d9a3-46bc-af73-fa0c0219bb58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12418 | 2024.05.29 21:23:38.633213 [ 3 ] {d4d269d3-d9a3-46bc-af73-fa0c0219bb58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12419 | 2024.05.29 21:23:38.633516 [ 3 ] {d4d269d3-d9a3-46bc-af73-fa0c0219bb58} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12420 | 2024.05.29 21:23:38.633552 [ 3 ] {d4d269d3-d9a3-46bc-af73-fa0c0219bb58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12421 | 2024.05.29 21:23:38.633905 [ 3 ] {d4d269d3-d9a3-46bc-af73-fa0c0219bb58} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12422 | 2024.05.29 21:23:38.634225 [ 3 ] {d4d269d3-d9a3-46bc-af73-fa0c0219bb58} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12423 | 2024.05.29 21:23:38.634378 [ 3 ] {d4d269d3-d9a3-46bc-af73-fa0c0219bb58} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
12424 | 2024.05.29 21:23:38.634544 [ 3 ] {d4d269d3-d9a3-46bc-af73-fa0c0219bb58} <Debug> DynamicQueryHandler: Done processing query | ||
12425 | 2024.05.29 21:23:38.634568 [ 3 ] {d4d269d3-d9a3-46bc-af73-fa0c0219bb58} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12426 | 2024.05.29 21:23:38.634583 [ 3 ] {} <Debug> HTTP-Session: 2520e9cb-b9b0-44e6-abee-a0e0248219af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12427 | 2024.05.29 21:23:43.621028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12428 | 2024.05.29 21:23:43.621199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12429 | 2024.05.29 21:23:43.621231 [ 3 ] {} <Debug> HTTP-Session: 62d9686f-f89b-46c8-b3ca-f2538aba0dd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12430 | 2024.05.29 21:23:43.621264 [ 3 ] {} <Debug> HTTP-Session: 62d9686f-f89b-46c8-b3ca-f2538aba0dd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12431 | 2024.05.29 21:23:43.621286 [ 3 ] {} <Debug> HTTP-Session: 62d9686f-f89b-46c8-b3ca-f2538aba0dd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12432 | 2024.05.29 21:23:43.621357 [ 3 ] {} <Trace> HTTP-Session: 62d9686f-f89b-46c8-b3ca-f2538aba0dd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12433 | 2024.05.29 21:23:43.621582 [ 3 ] {7dd70991-943a-4174-9a78-074f257d130a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12434 | 2024.05.29 21:23:43.621657 [ 3 ] {7dd70991-943a-4174-9a78-074f257d130a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12435 | 2024.05.29 21:23:43.621872 [ 3 ] {7dd70991-943a-4174-9a78-074f257d130a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12436 | 2024.05.29 21:23:43.622358 [ 3 ] {7dd70991-943a-4174-9a78-074f257d130a} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12437 | 2024.05.29 21:23:43.622408 [ 3 ] {7dd70991-943a-4174-9a78-074f257d130a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12438 | 2024.05.29 21:23:43.622914 [ 3 ] {7dd70991-943a-4174-9a78-074f257d130a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12439 | 2024.05.29 21:23:43.623333 [ 3 ] {7dd70991-943a-4174-9a78-074f257d130a} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12440 | 2024.05.29 21:23:43.623538 [ 3 ] {7dd70991-943a-4174-9a78-074f257d130a} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.00202 sec., 7425.742574257425 rows/sec., 601.89 KiB/sec. | ||
12441 | 2024.05.29 21:23:43.623782 [ 3 ] {7dd70991-943a-4174-9a78-074f257d130a} <Debug> DynamicQueryHandler: Done processing query | ||
12442 | 2024.05.29 21:23:43.623817 [ 3 ] {7dd70991-943a-4174-9a78-074f257d130a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12443 | 2024.05.29 21:23:43.623839 [ 3 ] {} <Debug> HTTP-Session: 62d9686f-f89b-46c8-b3ca-f2538aba0dd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12444 | 2024.05.29 21:23:43.624041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12445 | 2024.05.29 21:23:43.624107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12446 | 2024.05.29 21:23:43.624129 [ 3 ] {} <Debug> HTTP-Session: b5648d82-b731-468f-928d-5b58e3bee5ae Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12447 | 2024.05.29 21:23:43.624148 [ 3 ] {} <Debug> HTTP-Session: b5648d82-b731-468f-928d-5b58e3bee5ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12448 | 2024.05.29 21:23:43.624162 [ 3 ] {} <Debug> HTTP-Session: b5648d82-b731-468f-928d-5b58e3bee5ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12449 | 2024.05.29 21:23:43.624195 [ 3 ] {} <Trace> HTTP-Session: b5648d82-b731-468f-928d-5b58e3bee5ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12450 | 2024.05.29 21:23:43.624302 [ 3 ] {74048c63-b3c3-4dc9-a3cc-e9ca80c33e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12451 | 2024.05.29 21:23:43.624348 [ 3 ] {74048c63-b3c3-4dc9-a3cc-e9ca80c33e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12452 | 2024.05.29 21:23:43.624480 [ 3 ] {74048c63-b3c3-4dc9-a3cc-e9ca80c33e04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12453 | 2024.05.29 21:23:43.624793 [ 3 ] {74048c63-b3c3-4dc9-a3cc-e9ca80c33e04} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12454 | 2024.05.29 21:23:43.624832 [ 3 ] {74048c63-b3c3-4dc9-a3cc-e9ca80c33e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12455 | 2024.05.29 21:23:43.625152 [ 3 ] {74048c63-b3c3-4dc9-a3cc-e9ca80c33e04} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12456 | 2024.05.29 21:23:43.625463 [ 3 ] {74048c63-b3c3-4dc9-a3cc-e9ca80c33e04} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12457 | 2024.05.29 21:23:43.625610 [ 3 ] {74048c63-b3c3-4dc9-a3cc-e9ca80c33e04} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001331 sec., 1502.6296018031555 rows/sec., 122.53 KiB/sec. | ||
12458 | 2024.05.29 21:23:43.625796 [ 3 ] {74048c63-b3c3-4dc9-a3cc-e9ca80c33e04} <Debug> DynamicQueryHandler: Done processing query | ||
12459 | 2024.05.29 21:23:43.625822 [ 3 ] {74048c63-b3c3-4dc9-a3cc-e9ca80c33e04} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12460 | 2024.05.29 21:23:43.625838 [ 3 ] {} <Debug> HTTP-Session: b5648d82-b731-468f-928d-5b58e3bee5ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12461 | 2024.05.29 21:23:43.625994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14723, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12462 | 2024.05.29 21:23:43.626046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12463 | 2024.05.29 21:23:43.626066 [ 3 ] {} <Debug> HTTP-Session: 5c765e24-220b-43a5-bcdf-106c93b7d14e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12464 | 2024.05.29 21:23:43.626083 [ 3 ] {} <Debug> HTTP-Session: 5c765e24-220b-43a5-bcdf-106c93b7d14e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12465 | 2024.05.29 21:23:43.626097 [ 3 ] {} <Debug> HTTP-Session: 5c765e24-220b-43a5-bcdf-106c93b7d14e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12466 | 2024.05.29 21:23:43.626128 [ 3 ] {} <Trace> HTTP-Session: 5c765e24-220b-43a5-bcdf-106c93b7d14e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12467 | 2024.05.29 21:23:43.626252 [ 3 ] {c2025680-f49c-4a8b-8b61-b6f388181eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12468 | 2024.05.29 21:23:43.626296 [ 3 ] {c2025680-f49c-4a8b-8b61-b6f388181eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12469 | 2024.05.29 21:23:43.626428 [ 3 ] {c2025680-f49c-4a8b-8b61-b6f388181eed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12470 | 2024.05.29 21:23:43.626825 [ 3 ] {c2025680-f49c-4a8b-8b61-b6f388181eed} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12471 | 2024.05.29 21:23:43.626865 [ 3 ] {c2025680-f49c-4a8b-8b61-b6f388181eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12472 | 2024.05.29 21:23:43.627190 [ 3 ] {c2025680-f49c-4a8b-8b61-b6f388181eed} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12473 | 2024.05.29 21:23:43.627502 [ 3 ] {c2025680-f49c-4a8b-8b61-b6f388181eed} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12474 | 2024.05.29 21:23:43.627664 [ 3 ] {c2025680-f49c-4a8b-8b61-b6f388181eed} <Debug> executeQuery: Read 102 rows, 8.52 KiB in 0.001457 sec., 70006.86341798215 rows/sec., 5.71 MiB/sec. | ||
12475 | 2024.05.29 21:23:43.627958 [ 3 ] {c2025680-f49c-4a8b-8b61-b6f388181eed} <Debug> DynamicQueryHandler: Done processing query | ||
12476 | 2024.05.29 21:23:43.628019 [ 3 ] {c2025680-f49c-4a8b-8b61-b6f388181eed} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12477 | 2024.05.29 21:23:43.628085 [ 3 ] {} <Debug> HTTP-Session: 5c765e24-220b-43a5-bcdf-106c93b7d14e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12478 | 2024.05.29 21:23:43.628315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12479 | 2024.05.29 21:23:43.628414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12480 | 2024.05.29 21:23:43.628460 [ 3 ] {} <Debug> HTTP-Session: d9a380b7-450a-4ff2-be94-169440a5a7b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12481 | 2024.05.29 21:23:43.628481 [ 3 ] {} <Debug> HTTP-Session: d9a380b7-450a-4ff2-be94-169440a5a7b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12482 | 2024.05.29 21:23:43.628496 [ 3 ] {} <Debug> HTTP-Session: d9a380b7-450a-4ff2-be94-169440a5a7b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12483 | 2024.05.29 21:23:43.628528 [ 3 ] {} <Trace> HTTP-Session: d9a380b7-450a-4ff2-be94-169440a5a7b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12484 | 2024.05.29 21:23:43.628637 [ 3 ] {2fdb7251-8453-406c-8ebd-542a74af6da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12485 | 2024.05.29 21:23:43.628683 [ 3 ] {2fdb7251-8453-406c-8ebd-542a74af6da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12486 | 2024.05.29 21:23:43.628840 [ 3 ] {2fdb7251-8453-406c-8ebd-542a74af6da5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12487 | 2024.05.29 21:23:43.629184 [ 3 ] {2fdb7251-8453-406c-8ebd-542a74af6da5} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12488 | 2024.05.29 21:23:43.629225 [ 3 ] {2fdb7251-8453-406c-8ebd-542a74af6da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12489 | 2024.05.29 21:23:43.629626 [ 3 ] {2fdb7251-8453-406c-8ebd-542a74af6da5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12490 | 2024.05.29 21:23:43.629965 [ 3 ] {2fdb7251-8453-406c-8ebd-542a74af6da5} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12491 | 2024.05.29 21:23:43.630129 [ 3 ] {2fdb7251-8453-406c-8ebd-542a74af6da5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001513 sec., 1321.8770654329148 rows/sec., 92.30 KiB/sec. | ||
12492 | 2024.05.29 21:23:43.630477 [ 3 ] {2fdb7251-8453-406c-8ebd-542a74af6da5} <Debug> DynamicQueryHandler: Done processing query | ||
12493 | 2024.05.29 21:23:43.630513 [ 3 ] {2fdb7251-8453-406c-8ebd-542a74af6da5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12494 | 2024.05.29 21:23:43.630540 [ 3 ] {} <Debug> HTTP-Session: d9a380b7-450a-4ff2-be94-169440a5a7b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12495 | 2024.05.29 21:23:43.630695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12496 | 2024.05.29 21:23:43.630749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12497 | 2024.05.29 21:23:43.630769 [ 3 ] {} <Debug> HTTP-Session: 702b1e4c-8ea7-4bc0-b32b-9d2be3aee364 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12498 | 2024.05.29 21:23:43.630787 [ 3 ] {} <Debug> HTTP-Session: 702b1e4c-8ea7-4bc0-b32b-9d2be3aee364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12499 | 2024.05.29 21:23:43.630801 [ 3 ] {} <Debug> HTTP-Session: 702b1e4c-8ea7-4bc0-b32b-9d2be3aee364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12500 | 2024.05.29 21:23:43.630833 [ 3 ] {} <Trace> HTTP-Session: 702b1e4c-8ea7-4bc0-b32b-9d2be3aee364 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12501 | 2024.05.29 21:23:43.630963 [ 3 ] {584b9062-7779-424e-9fa6-d207b1ee15e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12502 | 2024.05.29 21:23:43.631011 [ 3 ] {584b9062-7779-424e-9fa6-d207b1ee15e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12503 | 2024.05.29 21:23:43.631164 [ 3 ] {584b9062-7779-424e-9fa6-d207b1ee15e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12504 | 2024.05.29 21:23:43.631531 [ 3 ] {584b9062-7779-424e-9fa6-d207b1ee15e4} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12505 | 2024.05.29 21:23:43.631571 [ 3 ] {584b9062-7779-424e-9fa6-d207b1ee15e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12506 | 2024.05.29 21:23:43.631919 [ 3 ] {584b9062-7779-424e-9fa6-d207b1ee15e4} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12507 | 2024.05.29 21:23:43.632229 [ 3 ] {584b9062-7779-424e-9fa6-d207b1ee15e4} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12508 | 2024.05.29 21:23:43.632395 [ 3 ] {584b9062-7779-424e-9fa6-d207b1ee15e4} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001472 sec., 55027.17391304348 rows/sec., 4.30 MiB/sec. | ||
12509 | 2024.05.29 21:23:43.632611 [ 3 ] {584b9062-7779-424e-9fa6-d207b1ee15e4} <Debug> DynamicQueryHandler: Done processing query | ||
12510 | 2024.05.29 21:23:43.632642 [ 3 ] {584b9062-7779-424e-9fa6-d207b1ee15e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12511 | 2024.05.29 21:23:43.632662 [ 3 ] {} <Debug> HTTP-Session: 702b1e4c-8ea7-4bc0-b32b-9d2be3aee364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12512 | 2024.05.29 21:23:43.632870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12513 | 2024.05.29 21:23:43.632929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12514 | 2024.05.29 21:23:43.632954 [ 3 ] {} <Debug> HTTP-Session: e424ef10-4d29-40fc-9a5b-91f75018d0b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12515 | 2024.05.29 21:23:43.632976 [ 3 ] {} <Debug> HTTP-Session: e424ef10-4d29-40fc-9a5b-91f75018d0b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12516 | 2024.05.29 21:23:43.632995 [ 3 ] {} <Debug> HTTP-Session: e424ef10-4d29-40fc-9a5b-91f75018d0b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12517 | 2024.05.29 21:23:43.633128 [ 3 ] {} <Trace> HTTP-Session: e424ef10-4d29-40fc-9a5b-91f75018d0b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12518 | 2024.05.29 21:23:43.633331 [ 3 ] {6c0692e4-e8a1-4371-905a-a79824b1d138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12519 | 2024.05.29 21:23:43.633392 [ 3 ] {6c0692e4-e8a1-4371-905a-a79824b1d138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12520 | 2024.05.29 21:23:43.633591 [ 3 ] {6c0692e4-e8a1-4371-905a-a79824b1d138} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12521 | 2024.05.29 21:23:43.634043 [ 3 ] {6c0692e4-e8a1-4371-905a-a79824b1d138} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12522 | 2024.05.29 21:23:43.634085 [ 3 ] {6c0692e4-e8a1-4371-905a-a79824b1d138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12523 | 2024.05.29 21:23:43.634602 [ 3 ] {6c0692e4-e8a1-4371-905a-a79824b1d138} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12524 | 2024.05.29 21:23:43.635061 [ 3 ] {6c0692e4-e8a1-4371-905a-a79824b1d138} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12525 | 2024.05.29 21:23:43.635269 [ 3 ] {6c0692e4-e8a1-4371-905a-a79824b1d138} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002037 sec., 79037.80068728521 rows/sec., 5.50 MiB/sec. | ||
12526 | 2024.05.29 21:23:43.635504 [ 3 ] {6c0692e4-e8a1-4371-905a-a79824b1d138} <Debug> DynamicQueryHandler: Done processing query | ||
12527 | 2024.05.29 21:23:43.635545 [ 3 ] {6c0692e4-e8a1-4371-905a-a79824b1d138} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12528 | 2024.05.29 21:23:43.635581 [ 3 ] {} <Debug> HTTP-Session: e424ef10-4d29-40fc-9a5b-91f75018d0b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12529 | 2024.05.29 21:23:43.635741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 16090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12530 | 2024.05.29 21:23:43.635800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12531 | 2024.05.29 21:23:43.635825 [ 3 ] {} <Debug> HTTP-Session: a6f87c3e-12db-4563-8c25-25928a9ed240 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12532 | 2024.05.29 21:23:43.635847 [ 3 ] {} <Debug> HTTP-Session: a6f87c3e-12db-4563-8c25-25928a9ed240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12533 | 2024.05.29 21:23:43.635866 [ 3 ] {} <Debug> HTTP-Session: a6f87c3e-12db-4563-8c25-25928a9ed240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12534 | 2024.05.29 21:23:43.635905 [ 3 ] {} <Trace> HTTP-Session: a6f87c3e-12db-4563-8c25-25928a9ed240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12535 | 2024.05.29 21:23:43.636166 [ 3 ] {7d5ab383-829b-450f-8fa9-61f18f6e9675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12536 | 2024.05.29 21:23:43.636227 [ 3 ] {7d5ab383-829b-450f-8fa9-61f18f6e9675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12537 | 2024.05.29 21:23:43.636439 [ 3 ] {7d5ab383-829b-450f-8fa9-61f18f6e9675} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12538 | 2024.05.29 21:23:43.636881 [ 3 ] {7d5ab383-829b-450f-8fa9-61f18f6e9675} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12539 | 2024.05.29 21:23:43.636925 [ 3 ] {7d5ab383-829b-450f-8fa9-61f18f6e9675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12540 | 2024.05.29 21:23:43.637449 [ 3 ] {7d5ab383-829b-450f-8fa9-61f18f6e9675} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12541 | 2024.05.29 21:23:43.637932 [ 3 ] {7d5ab383-829b-450f-8fa9-61f18f6e9675} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12542 | 2024.05.29 21:23:43.638146 [ 3 ] {7d5ab383-829b-450f-8fa9-61f18f6e9675} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.002132 sec., 7035.6472795497175 rows/sec., 9.49 MiB/sec. | ||
12543 | 2024.05.29 21:23:43.638345 [ 3 ] {7d5ab383-829b-450f-8fa9-61f18f6e9675} <Debug> DynamicQueryHandler: Done processing query | ||
12544 | 2024.05.29 21:23:43.638374 [ 3 ] {7d5ab383-829b-450f-8fa9-61f18f6e9675} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12545 | 2024.05.29 21:23:43.638394 [ 3 ] {} <Debug> HTTP-Session: a6f87c3e-12db-4563-8c25-25928a9ed240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12546 | 2024.05.29 21:23:43.638533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12547 | 2024.05.29 21:23:43.638589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12548 | 2024.05.29 21:23:43.638613 [ 3 ] {} <Debug> HTTP-Session: ce26caf8-957e-4665-b0a6-4302d1065913 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12549 | 2024.05.29 21:23:43.638637 [ 3 ] {} <Debug> HTTP-Session: ce26caf8-957e-4665-b0a6-4302d1065913 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12550 | 2024.05.29 21:23:43.638659 [ 3 ] {} <Debug> HTTP-Session: ce26caf8-957e-4665-b0a6-4302d1065913 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12551 | 2024.05.29 21:23:43.638701 [ 3 ] {} <Trace> HTTP-Session: ce26caf8-957e-4665-b0a6-4302d1065913 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12552 | 2024.05.29 21:23:43.638846 [ 3 ] {be27b71c-b2fb-4888-80c0-347e2420d327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12553 | 2024.05.29 21:23:43.638902 [ 3 ] {be27b71c-b2fb-4888-80c0-347e2420d327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12554 | 2024.05.29 21:23:43.639063 [ 3 ] {be27b71c-b2fb-4888-80c0-347e2420d327} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12555 | 2024.05.29 21:23:43.639413 [ 3 ] {be27b71c-b2fb-4888-80c0-347e2420d327} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12556 | 2024.05.29 21:23:43.639459 [ 3 ] {be27b71c-b2fb-4888-80c0-347e2420d327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12557 | 2024.05.29 21:23:43.639916 [ 3 ] {be27b71c-b2fb-4888-80c0-347e2420d327} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12558 | 2024.05.29 21:23:43.640355 [ 3 ] {be27b71c-b2fb-4888-80c0-347e2420d327} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12559 | 2024.05.29 21:23:43.640548 [ 3 ] {be27b71c-b2fb-4888-80c0-347e2420d327} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001742 sec., 34443.16877152698 rows/sec., 2.32 MiB/sec. | ||
12560 | 2024.05.29 21:23:43.640755 [ 3 ] {be27b71c-b2fb-4888-80c0-347e2420d327} <Debug> DynamicQueryHandler: Done processing query | ||
12561 | 2024.05.29 21:23:43.640789 [ 3 ] {be27b71c-b2fb-4888-80c0-347e2420d327} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12562 | 2024.05.29 21:23:43.640811 [ 3 ] {} <Debug> HTTP-Session: ce26caf8-957e-4665-b0a6-4302d1065913 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12563 | 2024.05.29 21:23:48.621043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 5648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12564 | 2024.05.29 21:23:48.621188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12565 | 2024.05.29 21:23:48.621217 [ 3 ] {} <Debug> HTTP-Session: dc9ea863-4ecd-4e05-8483-59533f23421f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12566 | 2024.05.29 21:23:48.621246 [ 3 ] {} <Debug> HTTP-Session: dc9ea863-4ecd-4e05-8483-59533f23421f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12567 | 2024.05.29 21:23:48.621264 [ 3 ] {} <Debug> HTTP-Session: dc9ea863-4ecd-4e05-8483-59533f23421f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12568 | 2024.05.29 21:23:48.621321 [ 3 ] {} <Trace> HTTP-Session: dc9ea863-4ecd-4e05-8483-59533f23421f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12569 | 2024.05.29 21:23:48.621532 [ 3 ] {2938546b-73e6-4f12-b12c-6150519d13b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12570 | 2024.05.29 21:23:48.621600 [ 3 ] {2938546b-73e6-4f12-b12c-6150519d13b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12571 | 2024.05.29 21:23:48.621796 [ 3 ] {2938546b-73e6-4f12-b12c-6150519d13b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12572 | 2024.05.29 21:23:48.622253 [ 3 ] {2938546b-73e6-4f12-b12c-6150519d13b1} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12573 | 2024.05.29 21:23:48.622295 [ 3 ] {2938546b-73e6-4f12-b12c-6150519d13b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12574 | 2024.05.29 21:23:48.622656 [ 3 ] {2938546b-73e6-4f12-b12c-6150519d13b1} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12575 | 2024.05.29 21:23:48.623003 [ 3 ] {2938546b-73e6-4f12-b12c-6150519d13b1} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12576 | 2024.05.29 21:23:48.623162 [ 3 ] {2938546b-73e6-4f12-b12c-6150519d13b1} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001702 sec., 22914.21856639248 rows/sec., 1.81 MiB/sec. | ||
12577 | 2024.05.29 21:23:48.623380 [ 3 ] {2938546b-73e6-4f12-b12c-6150519d13b1} <Debug> DynamicQueryHandler: Done processing query | ||
12578 | 2024.05.29 21:23:48.623406 [ 3 ] {2938546b-73e6-4f12-b12c-6150519d13b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12579 | 2024.05.29 21:23:48.623422 [ 3 ] {} <Debug> HTTP-Session: dc9ea863-4ecd-4e05-8483-59533f23421f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12580 | 2024.05.29 21:23:48.623621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 25611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12581 | 2024.05.29 21:23:48.623668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12582 | 2024.05.29 21:23:48.623687 [ 3 ] {} <Debug> HTTP-Session: bdda97ca-f3e8-434e-b851-e93cfb573883 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12583 | 2024.05.29 21:23:48.623704 [ 3 ] {} <Debug> HTTP-Session: bdda97ca-f3e8-434e-b851-e93cfb573883 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12584 | 2024.05.29 21:23:48.623719 [ 3 ] {} <Debug> HTTP-Session: bdda97ca-f3e8-434e-b851-e93cfb573883 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12585 | 2024.05.29 21:23:48.623750 [ 3 ] {} <Trace> HTTP-Session: bdda97ca-f3e8-434e-b851-e93cfb573883 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12586 | 2024.05.29 21:23:48.623894 [ 3 ] {95a47acc-cd2e-44a1-854c-ec7040c2cc9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12587 | 2024.05.29 21:23:48.623939 [ 3 ] {95a47acc-cd2e-44a1-854c-ec7040c2cc9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12588 | 2024.05.29 21:23:48.624065 [ 3 ] {95a47acc-cd2e-44a1-854c-ec7040c2cc9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12589 | 2024.05.29 21:23:48.624482 [ 3 ] {95a47acc-cd2e-44a1-854c-ec7040c2cc9b} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12590 | 2024.05.29 21:23:48.624520 [ 3 ] {95a47acc-cd2e-44a1-854c-ec7040c2cc9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12591 | 2024.05.29 21:23:48.624831 [ 3 ] {95a47acc-cd2e-44a1-854c-ec7040c2cc9b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12592 | 2024.05.29 21:23:48.625134 [ 3 ] {95a47acc-cd2e-44a1-854c-ec7040c2cc9b} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12593 | 2024.05.29 21:23:48.625279 [ 3 ] {95a47acc-cd2e-44a1-854c-ec7040c2cc9b} <Debug> executeQuery: Read 173 rows, 15.08 KiB in 0.001453 sec., 119064.00550584996 rows/sec., 10.14 MiB/sec. | ||
12594 | 2024.05.29 21:23:48.625456 [ 3 ] {95a47acc-cd2e-44a1-854c-ec7040c2cc9b} <Debug> DynamicQueryHandler: Done processing query | ||
12595 | 2024.05.29 21:23:48.625480 [ 3 ] {95a47acc-cd2e-44a1-854c-ec7040c2cc9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12596 | 2024.05.29 21:23:48.625495 [ 3 ] {} <Debug> HTTP-Session: bdda97ca-f3e8-434e-b851-e93cfb573883 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12597 | 2024.05.29 21:23:48.625682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12598 | 2024.05.29 21:23:48.625731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12599 | 2024.05.29 21:23:48.625751 [ 3 ] {} <Debug> HTTP-Session: a1c8c71c-1d9c-40d0-a52d-20f123739338 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12600 | 2024.05.29 21:23:48.625766 [ 3 ] {} <Debug> HTTP-Session: a1c8c71c-1d9c-40d0-a52d-20f123739338 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12601 | 2024.05.29 21:23:48.625780 [ 3 ] {} <Debug> HTTP-Session: a1c8c71c-1d9c-40d0-a52d-20f123739338 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12602 | 2024.05.29 21:23:48.625810 [ 3 ] {} <Trace> HTTP-Session: a1c8c71c-1d9c-40d0-a52d-20f123739338 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12603 | 2024.05.29 21:23:48.625935 [ 3 ] {dd5518af-c4b9-4658-9978-0f2b094092d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12604 | 2024.05.29 21:23:48.625977 [ 3 ] {dd5518af-c4b9-4658-9978-0f2b094092d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12605 | 2024.05.29 21:23:48.626103 [ 3 ] {dd5518af-c4b9-4658-9978-0f2b094092d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12606 | 2024.05.29 21:23:48.626432 [ 3 ] {dd5518af-c4b9-4658-9978-0f2b094092d7} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12607 | 2024.05.29 21:23:48.626469 [ 3 ] {dd5518af-c4b9-4658-9978-0f2b094092d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12608 | 2024.05.29 21:23:48.626776 [ 3 ] {dd5518af-c4b9-4658-9978-0f2b094092d7} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12609 | 2024.05.29 21:23:48.627076 [ 3 ] {dd5518af-c4b9-4658-9978-0f2b094092d7} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12610 | 2024.05.29 21:23:48.627222 [ 3 ] {dd5518af-c4b9-4658-9978-0f2b094092d7} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001332 sec., 77327.32732732732 rows/sec., 6.04 MiB/sec. | ||
12611 | 2024.05.29 21:23:48.627476 [ 3 ] {dd5518af-c4b9-4658-9978-0f2b094092d7} <Debug> DynamicQueryHandler: Done processing query | ||
12612 | 2024.05.29 21:23:48.627531 [ 3 ] {dd5518af-c4b9-4658-9978-0f2b094092d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12613 | 2024.05.29 21:23:48.627586 [ 3 ] {} <Debug> HTTP-Session: a1c8c71c-1d9c-40d0-a52d-20f123739338 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12614 | 2024.05.29 21:23:48.627845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12615 | 2024.05.29 21:23:48.627896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12616 | 2024.05.29 21:23:48.627915 [ 3 ] {} <Debug> HTTP-Session: 72e8da33-b065-4921-bb0c-7a9739421d98 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12617 | 2024.05.29 21:23:48.627932 [ 3 ] {} <Debug> HTTP-Session: 72e8da33-b065-4921-bb0c-7a9739421d98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12618 | 2024.05.29 21:23:48.627946 [ 3 ] {} <Debug> HTTP-Session: 72e8da33-b065-4921-bb0c-7a9739421d98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12619 | 2024.05.29 21:23:48.627977 [ 3 ] {} <Trace> HTTP-Session: 72e8da33-b065-4921-bb0c-7a9739421d98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12620 | 2024.05.29 21:23:48.628133 [ 3 ] {ba03609a-7ac8-467b-8254-7552e04f2d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12621 | 2024.05.29 21:23:48.628183 [ 3 ] {ba03609a-7ac8-467b-8254-7552e04f2d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12622 | 2024.05.29 21:23:48.628343 [ 3 ] {ba03609a-7ac8-467b-8254-7552e04f2d12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12623 | 2024.05.29 21:23:48.628714 [ 3 ] {ba03609a-7ac8-467b-8254-7552e04f2d12} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12624 | 2024.05.29 21:23:48.628750 [ 3 ] {ba03609a-7ac8-467b-8254-7552e04f2d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12625 | 2024.05.29 21:23:48.629132 [ 3 ] {ba03609a-7ac8-467b-8254-7552e04f2d12} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
12626 | 2024.05.29 21:23:48.629477 [ 3 ] {ba03609a-7ac8-467b-8254-7552e04f2d12} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12627 | 2024.05.29 21:23:48.629623 [ 3 ] {ba03609a-7ac8-467b-8254-7552e04f2d12} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
12628 | 2024.05.29 21:23:48.629652 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
12629 | 2024.05.29 21:23:48.629764 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12630 | 2024.05.29 21:23:48.629804 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12631 | 2024.05.29 21:23:48.629930 [ 3 ] {ba03609a-7ac8-467b-8254-7552e04f2d12} <Debug> DynamicQueryHandler: Done processing query | ||
12632 | 2024.05.29 21:23:48.630036 [ 3 ] {ba03609a-7ac8-467b-8254-7552e04f2d12} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12633 | 2024.05.29 21:23:48.630081 [ 3 ] {} <Debug> HTTP-Session: 72e8da33-b065-4921-bb0c-7a9739421d98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12634 | 2024.05.29 21:23:48.630129 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
12635 | 2024.05.29 21:23:48.630507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 41747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12636 | 2024.05.29 21:23:48.630584 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12637 | 2024.05.29 21:23:48.630611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12638 | 2024.05.29 21:23:48.630658 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 10418 rows starting from the beginning of the part | ||
12639 | 2024.05.29 21:23:48.630660 [ 3 ] {} <Debug> HTTP-Session: fac45a3e-baa1-436a-8062-900773a37ee0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12640 | 2024.05.29 21:23:48.630720 [ 3 ] {} <Debug> HTTP-Session: fac45a3e-baa1-436a-8062-900773a37ee0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12641 | 2024.05.29 21:23:48.630764 [ 3 ] {} <Debug> HTTP-Session: fac45a3e-baa1-436a-8062-900773a37ee0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12642 | 2024.05.29 21:23:48.630893 [ 3 ] {} <Trace> HTTP-Session: fac45a3e-baa1-436a-8062-900773a37ee0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12643 | 2024.05.29 21:23:48.630954 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 161 rows starting from the beginning of the part | ||
12644 | 2024.05.29 21:23:48.631244 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 197 rows starting from the beginning of the part | ||
12645 | 2024.05.29 21:23:48.631477 [ 3 ] {1ed6c237-7bcb-46a4-b4df-17a04d4e16d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12646 | 2024.05.29 21:23:48.631503 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
12647 | 2024.05.29 21:23:48.631658 [ 3 ] {1ed6c237-7bcb-46a4-b4df-17a04d4e16d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12648 | 2024.05.29 21:23:48.631846 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 161 rows starting from the beginning of the part | ||
12649 | 2024.05.29 21:23:48.632185 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
12650 | 2024.05.29 21:23:48.632952 [ 3 ] {1ed6c237-7bcb-46a4-b4df-17a04d4e16d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12651 | 2024.05.29 21:23:48.633650 [ 3 ] {1ed6c237-7bcb-46a4-b4df-17a04d4e16d4} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12652 | 2024.05.29 21:23:48.633690 [ 3 ] {1ed6c237-7bcb-46a4-b4df-17a04d4e16d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12653 | 2024.05.29 21:23:48.634712 [ 3 ] {1ed6c237-7bcb-46a4-b4df-17a04d4e16d4} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12654 | 2024.05.29 21:23:48.635470 [ 3 ] {1ed6c237-7bcb-46a4-b4df-17a04d4e16d4} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12655 | 2024.05.29 21:23:48.635807 [ 3 ] {1ed6c237-7bcb-46a4-b4df-17a04d4e16d4} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.004703 sec., 8292.579204762918 rows/sec., 11.19 MiB/sec. | ||
12656 | 2024.05.29 21:23:48.636002 [ 3 ] {1ed6c237-7bcb-46a4-b4df-17a04d4e16d4} <Debug> DynamicQueryHandler: Done processing query | ||
12657 | 2024.05.29 21:23:48.636026 [ 3 ] {1ed6c237-7bcb-46a4-b4df-17a04d4e16d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12658 | 2024.05.29 21:23:48.636042 [ 3 ] {} <Debug> HTTP-Session: fac45a3e-baa1-436a-8062-900773a37ee0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12659 | 2024.05.29 21:23:48.636262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12660 | 2024.05.29 21:23:48.636330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12661 | 2024.05.29 21:23:48.636399 [ 3 ] {} <Debug> HTTP-Session: e080ba46-0e35-408d-957a-7a3bd382f9cf Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12662 | 2024.05.29 21:23:48.636451 [ 3 ] {} <Debug> HTTP-Session: e080ba46-0e35-408d-957a-7a3bd382f9cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12663 | 2024.05.29 21:23:48.636469 [ 3 ] {} <Debug> HTTP-Session: e080ba46-0e35-408d-957a-7a3bd382f9cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12664 | 2024.05.29 21:23:48.636510 [ 3 ] {} <Trace> HTTP-Session: e080ba46-0e35-408d-957a-7a3bd382f9cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12665 | 2024.05.29 21:23:48.636669 [ 3 ] {49b894a5-8860-408d-a93f-d64fb43c1566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12666 | 2024.05.29 21:23:48.636715 [ 3 ] {49b894a5-8860-408d-a93f-d64fb43c1566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12667 | 2024.05.29 21:23:48.636908 [ 3 ] {49b894a5-8860-408d-a93f-d64fb43c1566} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12668 | 2024.05.29 21:23:48.637258 [ 3 ] {49b894a5-8860-408d-a93f-d64fb43c1566} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12669 | 2024.05.29 21:23:48.637298 [ 3 ] {49b894a5-8860-408d-a93f-d64fb43c1566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12670 | 2024.05.29 21:23:48.637855 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11257 rows, containing 5 columns (5 merged, 0 gathered) in 0.007933848 sec., 1418857.53293988 rows/sec., 98.98 MiB/sec. | ||
12671 | 2024.05.29 21:23:48.638144 [ 3 ] {49b894a5-8860-408d-a93f-d64fb43c1566} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
12672 | 2024.05.29 21:23:48.638198 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
12673 | 2024.05.29 21:23:48.638905 [ 3 ] {49b894a5-8860-408d-a93f-d64fb43c1566} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12674 | 2024.05.29 21:23:48.639100 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12675 | 2024.05.29 21:23:48.639241 [ 3 ] {49b894a5-8860-408d-a93f-d64fb43c1566} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002604 sec., 23041.474654377882 rows/sec., 1.55 MiB/sec. | ||
12676 | 2024.05.29 21:23:48.639268 [ 81 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
12677 | 2024.05.29 21:23:48.639402 [ 187 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
12678 | 2024.05.29 21:23:48.639482 [ 81 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12679 | 2024.05.29 21:23:48.639592 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12680 | 2024.05.29 21:23:48.639745 [ 3 ] {49b894a5-8860-408d-a93f-d64fb43c1566} <Debug> DynamicQueryHandler: Done processing query | ||
12681 | 2024.05.29 21:23:48.639794 [ 3 ] {49b894a5-8860-408d-a93f-d64fb43c1566} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12682 | 2024.05.29 21:23:48.639819 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. | ||
12683 | 2024.05.29 21:23:48.639823 [ 3 ] {} <Debug> HTTP-Session: e080ba46-0e35-408d-957a-7a3bd382f9cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12684 | 2024.05.29 21:23:48.639895 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
12685 | 2024.05.29 21:23:48.640012 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12686 | 2024.05.29 21:23:48.640044 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3672 rows starting from the beginning of the part | ||
12687 | 2024.05.29 21:23:48.640118 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
12688 | 2024.05.29 21:23:48.640214 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
12689 | 2024.05.29 21:23:48.640448 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
12690 | 2024.05.29 21:23:48.640616 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
12691 | 2024.05.29 21:23:48.640803 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
12692 | 2024.05.29 21:23:48.642463 [ 192 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3972 rows, containing 4 columns (4 merged, 0 gathered) in 0.002738993 sec., 1450167.9996991595 rows/sec., 97.48 MiB/sec. | ||
12693 | 2024.05.29 21:23:48.642816 [ 192 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
12694 | 2024.05.29 21:23:48.643240 [ 192 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_76_15} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12695 | 2024.05.29 21:23:48.643332 [ 192 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_76_15} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
12696 | 2024.05.29 21:23:48.643435 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
12697 | 2024.05.29 21:23:51.143815 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12698 | 2024.05.29 21:23:51.143917 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12699 | 2024.05.29 21:23:53.619829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12700 | 2024.05.29 21:23:53.619939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12701 | 2024.05.29 21:23:53.619964 [ 3 ] {} <Debug> HTTP-Session: ec601b7d-5bdc-48cf-b1de-748c98a83f09 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12702 | 2024.05.29 21:23:53.619989 [ 3 ] {} <Debug> HTTP-Session: ec601b7d-5bdc-48cf-b1de-748c98a83f09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12703 | 2024.05.29 21:23:53.620004 [ 3 ] {} <Debug> HTTP-Session: ec601b7d-5bdc-48cf-b1de-748c98a83f09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12704 | 2024.05.29 21:23:53.620054 [ 3 ] {} <Trace> HTTP-Session: ec601b7d-5bdc-48cf-b1de-748c98a83f09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12705 | 2024.05.29 21:23:53.620246 [ 3 ] {fbabd826-11a3-4087-bdd1-3bebbab135f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12706 | 2024.05.29 21:23:53.620315 [ 3 ] {fbabd826-11a3-4087-bdd1-3bebbab135f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12707 | 2024.05.29 21:23:53.620509 [ 3 ] {fbabd826-11a3-4087-bdd1-3bebbab135f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12708 | 2024.05.29 21:23:53.620932 [ 3 ] {fbabd826-11a3-4087-bdd1-3bebbab135f4} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12709 | 2024.05.29 21:23:53.620979 [ 3 ] {fbabd826-11a3-4087-bdd1-3bebbab135f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12710 | 2024.05.29 21:23:53.621366 [ 3 ] {fbabd826-11a3-4087-bdd1-3bebbab135f4} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12711 | 2024.05.29 21:23:53.621707 [ 3 ] {fbabd826-11a3-4087-bdd1-3bebbab135f4} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12712 | 2024.05.29 21:23:53.621884 [ 3 ] {fbabd826-11a3-4087-bdd1-3bebbab135f4} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001694 sec., 8854.78158205431 rows/sec., 717.72 KiB/sec. | ||
12713 | 2024.05.29 21:23:53.622096 [ 3 ] {fbabd826-11a3-4087-bdd1-3bebbab135f4} <Debug> DynamicQueryHandler: Done processing query | ||
12714 | 2024.05.29 21:23:53.622123 [ 3 ] {fbabd826-11a3-4087-bdd1-3bebbab135f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12715 | 2024.05.29 21:23:53.622139 [ 3 ] {} <Debug> HTTP-Session: ec601b7d-5bdc-48cf-b1de-748c98a83f09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12716 | 2024.05.29 21:23:53.622388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14589, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12717 | 2024.05.29 21:23:53.622441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12718 | 2024.05.29 21:23:53.622462 [ 3 ] {} <Debug> HTTP-Session: 65db4c05-a6fa-4a11-9549-458f7463630c Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12719 | 2024.05.29 21:23:53.622479 [ 3 ] {} <Debug> HTTP-Session: 65db4c05-a6fa-4a11-9549-458f7463630c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12720 | 2024.05.29 21:23:53.622494 [ 3 ] {} <Debug> HTTP-Session: 65db4c05-a6fa-4a11-9549-458f7463630c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12721 | 2024.05.29 21:23:53.622529 [ 3 ] {} <Trace> HTTP-Session: 65db4c05-a6fa-4a11-9549-458f7463630c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12722 | 2024.05.29 21:23:53.622659 [ 3 ] {16e919a1-b174-42ff-9e8b-d48cab1d0589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12723 | 2024.05.29 21:23:53.622706 [ 3 ] {16e919a1-b174-42ff-9e8b-d48cab1d0589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12724 | 2024.05.29 21:23:53.622839 [ 3 ] {16e919a1-b174-42ff-9e8b-d48cab1d0589} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12725 | 2024.05.29 21:23:53.623219 [ 3 ] {16e919a1-b174-42ff-9e8b-d48cab1d0589} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12726 | 2024.05.29 21:23:53.623257 [ 3 ] {16e919a1-b174-42ff-9e8b-d48cab1d0589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12727 | 2024.05.29 21:23:53.623577 [ 3 ] {16e919a1-b174-42ff-9e8b-d48cab1d0589} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12728 | 2024.05.29 21:23:53.623884 [ 3 ] {16e919a1-b174-42ff-9e8b-d48cab1d0589} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12729 | 2024.05.29 21:23:53.624042 [ 3 ] {16e919a1-b174-42ff-9e8b-d48cab1d0589} <Debug> executeQuery: Read 101 rows, 8.44 KiB in 0.001431 sec., 70580.01397624039 rows/sec., 5.76 MiB/sec. | ||
12730 | 2024.05.29 21:23:53.624271 [ 3 ] {16e919a1-b174-42ff-9e8b-d48cab1d0589} <Debug> DynamicQueryHandler: Done processing query | ||
12731 | 2024.05.29 21:23:53.624312 [ 3 ] {16e919a1-b174-42ff-9e8b-d48cab1d0589} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12732 | 2024.05.29 21:23:53.624365 [ 3 ] {} <Debug> HTTP-Session: 65db4c05-a6fa-4a11-9549-458f7463630c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12733 | 2024.05.29 21:23:53.624586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13421, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12734 | 2024.05.29 21:23:53.624645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12735 | 2024.05.29 21:23:53.624664 [ 3 ] {} <Debug> HTTP-Session: 71413899-a025-4d92-af4f-669aad229073 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12736 | 2024.05.29 21:23:53.624681 [ 3 ] {} <Debug> HTTP-Session: 71413899-a025-4d92-af4f-669aad229073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12737 | 2024.05.29 21:23:53.624695 [ 3 ] {} <Debug> HTTP-Session: 71413899-a025-4d92-af4f-669aad229073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12738 | 2024.05.29 21:23:53.624727 [ 3 ] {} <Trace> HTTP-Session: 71413899-a025-4d92-af4f-669aad229073 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12739 | 2024.05.29 21:23:53.624853 [ 3 ] {48255176-2729-4599-8275-e67784eaab80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12740 | 2024.05.29 21:23:53.624898 [ 3 ] {48255176-2729-4599-8275-e67784eaab80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12741 | 2024.05.29 21:23:53.625043 [ 3 ] {48255176-2729-4599-8275-e67784eaab80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12742 | 2024.05.29 21:23:53.625367 [ 3 ] {48255176-2729-4599-8275-e67784eaab80} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12743 | 2024.05.29 21:23:53.625403 [ 3 ] {48255176-2729-4599-8275-e67784eaab80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12744 | 2024.05.29 21:23:53.625710 [ 3 ] {48255176-2729-4599-8275-e67784eaab80} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12745 | 2024.05.29 21:23:53.626017 [ 3 ] {48255176-2729-4599-8275-e67784eaab80} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12746 | 2024.05.29 21:23:53.626171 [ 3 ] {48255176-2729-4599-8275-e67784eaab80} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001368 sec., 57748.538011695906 rows/sec., 4.51 MiB/sec. | ||
12747 | 2024.05.29 21:23:53.626330 [ 3 ] {48255176-2729-4599-8275-e67784eaab80} <Debug> DynamicQueryHandler: Done processing query | ||
12748 | 2024.05.29 21:23:53.626354 [ 3 ] {48255176-2729-4599-8275-e67784eaab80} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12749 | 2024.05.29 21:23:53.626369 [ 3 ] {} <Debug> HTTP-Session: 71413899-a025-4d92-af4f-669aad229073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12750 | 2024.05.29 21:23:53.626527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12751 | 2024.05.29 21:23:53.626574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12752 | 2024.05.29 21:23:53.626594 [ 3 ] {} <Debug> HTTP-Session: 2b8e4244-19c0-4248-9402-5c4d3e55b8dd Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12753 | 2024.05.29 21:23:53.626609 [ 3 ] {} <Debug> HTTP-Session: 2b8e4244-19c0-4248-9402-5c4d3e55b8dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12754 | 2024.05.29 21:23:53.626622 [ 3 ] {} <Debug> HTTP-Session: 2b8e4244-19c0-4248-9402-5c4d3e55b8dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12755 | 2024.05.29 21:23:53.626652 [ 3 ] {} <Trace> HTTP-Session: 2b8e4244-19c0-4248-9402-5c4d3e55b8dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12756 | 2024.05.29 21:23:53.626802 [ 3 ] {c839e1e5-14b2-4ef6-ad6e-4067ec944c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12757 | 2024.05.29 21:23:53.626851 [ 3 ] {c839e1e5-14b2-4ef6-ad6e-4067ec944c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12758 | 2024.05.29 21:23:53.626999 [ 3 ] {c839e1e5-14b2-4ef6-ad6e-4067ec944c2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12759 | 2024.05.29 21:23:53.627368 [ 3 ] {c839e1e5-14b2-4ef6-ad6e-4067ec944c2f} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12760 | 2024.05.29 21:23:53.627405 [ 3 ] {c839e1e5-14b2-4ef6-ad6e-4067ec944c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12761 | 2024.05.29 21:23:53.627790 [ 3 ] {c839e1e5-14b2-4ef6-ad6e-4067ec944c2f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12762 | 2024.05.29 21:23:53.628124 [ 3 ] {c839e1e5-14b2-4ef6-ad6e-4067ec944c2f} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12763 | 2024.05.29 21:23:53.628274 [ 3 ] {c839e1e5-14b2-4ef6-ad6e-4067ec944c2f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001529 sec., 104643.55788096796 rows/sec., 7.29 MiB/sec. | ||
12764 | 2024.05.29 21:23:53.628441 [ 3 ] {c839e1e5-14b2-4ef6-ad6e-4067ec944c2f} <Debug> DynamicQueryHandler: Done processing query | ||
12765 | 2024.05.29 21:23:53.628465 [ 3 ] {c839e1e5-14b2-4ef6-ad6e-4067ec944c2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12766 | 2024.05.29 21:23:53.628480 [ 3 ] {} <Debug> HTTP-Session: 2b8e4244-19c0-4248-9402-5c4d3e55b8dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12767 | 2024.05.29 21:23:53.628636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 16090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12768 | 2024.05.29 21:23:53.628685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12769 | 2024.05.29 21:23:53.628704 [ 3 ] {} <Debug> HTTP-Session: 04435d89-d8da-44e1-a96e-32bce45fd9f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12770 | 2024.05.29 21:23:53.628719 [ 3 ] {} <Debug> HTTP-Session: 04435d89-d8da-44e1-a96e-32bce45fd9f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12771 | 2024.05.29 21:23:53.628733 [ 3 ] {} <Debug> HTTP-Session: 04435d89-d8da-44e1-a96e-32bce45fd9f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12772 | 2024.05.29 21:23:53.628762 [ 3 ] {} <Trace> HTTP-Session: 04435d89-d8da-44e1-a96e-32bce45fd9f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12773 | 2024.05.29 21:23:53.628942 [ 3 ] {87bc68c1-409b-49bc-9e2d-dcdc89b2a9f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12774 | 2024.05.29 21:23:53.628990 [ 3 ] {87bc68c1-409b-49bc-9e2d-dcdc89b2a9f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12775 | 2024.05.29 21:23:53.629148 [ 3 ] {87bc68c1-409b-49bc-9e2d-dcdc89b2a9f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12776 | 2024.05.29 21:23:53.629523 [ 3 ] {87bc68c1-409b-49bc-9e2d-dcdc89b2a9f3} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12777 | 2024.05.29 21:23:53.629560 [ 3 ] {87bc68c1-409b-49bc-9e2d-dcdc89b2a9f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12778 | 2024.05.29 21:23:53.629948 [ 3 ] {87bc68c1-409b-49bc-9e2d-dcdc89b2a9f3} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12779 | 2024.05.29 21:23:53.630281 [ 3 ] {87bc68c1-409b-49bc-9e2d-dcdc89b2a9f3} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12780 | 2024.05.29 21:23:53.630439 [ 3 ] {87bc68c1-409b-49bc-9e2d-dcdc89b2a9f3} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001593 sec., 9416.195856873823 rows/sec., 12.71 MiB/sec. | ||
12781 | 2024.05.29 21:23:53.630596 [ 3 ] {87bc68c1-409b-49bc-9e2d-dcdc89b2a9f3} <Debug> DynamicQueryHandler: Done processing query | ||
12782 | 2024.05.29 21:23:53.630619 [ 3 ] {87bc68c1-409b-49bc-9e2d-dcdc89b2a9f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12783 | 2024.05.29 21:23:53.630635 [ 3 ] {} <Debug> HTTP-Session: 04435d89-d8da-44e1-a96e-32bce45fd9f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12784 | 2024.05.29 21:23:53.630770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12785 | 2024.05.29 21:23:53.630817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12786 | 2024.05.29 21:23:53.630837 [ 3 ] {} <Debug> HTTP-Session: 03accb29-3ef7-4449-b116-4f87051817dc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12787 | 2024.05.29 21:23:53.630853 [ 3 ] {} <Debug> HTTP-Session: 03accb29-3ef7-4449-b116-4f87051817dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12788 | 2024.05.29 21:23:53.630866 [ 3 ] {} <Debug> HTTP-Session: 03accb29-3ef7-4449-b116-4f87051817dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12789 | 2024.05.29 21:23:53.630896 [ 3 ] {} <Trace> HTTP-Session: 03accb29-3ef7-4449-b116-4f87051817dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12790 | 2024.05.29 21:23:53.631008 [ 3 ] {fd09360b-c2f1-47ae-9da7-776de76009ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12791 | 2024.05.29 21:23:53.631053 [ 3 ] {fd09360b-c2f1-47ae-9da7-776de76009ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12792 | 2024.05.29 21:23:53.631175 [ 3 ] {fd09360b-c2f1-47ae-9da7-776de76009ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12793 | 2024.05.29 21:23:53.631454 [ 3 ] {fd09360b-c2f1-47ae-9da7-776de76009ce} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12794 | 2024.05.29 21:23:53.631490 [ 3 ] {fd09360b-c2f1-47ae-9da7-776de76009ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
12795 | 2024.05.29 21:23:53.631846 [ 3 ] {fd09360b-c2f1-47ae-9da7-776de76009ce} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12796 | 2024.05.29 21:23:53.632171 [ 3 ] {fd09360b-c2f1-47ae-9da7-776de76009ce} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12797 | 2024.05.29 21:23:53.632318 [ 3 ] {fd09360b-c2f1-47ae-9da7-776de76009ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
12798 | 2024.05.29 21:23:53.632479 [ 3 ] {fd09360b-c2f1-47ae-9da7-776de76009ce} <Debug> DynamicQueryHandler: Done processing query | ||
12799 | 2024.05.29 21:23:53.632503 [ 3 ] {fd09360b-c2f1-47ae-9da7-776de76009ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12800 | 2024.05.29 21:23:53.632518 [ 3 ] {} <Debug> HTTP-Session: 03accb29-3ef7-4449-b116-4f87051817dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12801 | 2024.05.29 21:23:58.620663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 5648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12802 | 2024.05.29 21:23:58.620784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12803 | 2024.05.29 21:23:58.620808 [ 3 ] {} <Debug> HTTP-Session: 2cd2feb9-a19b-439a-a688-8af46187b5a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12804 | 2024.05.29 21:23:58.620832 [ 3 ] {} <Debug> HTTP-Session: 2cd2feb9-a19b-439a-a688-8af46187b5a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12805 | 2024.05.29 21:23:58.620846 [ 3 ] {} <Debug> HTTP-Session: 2cd2feb9-a19b-439a-a688-8af46187b5a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12806 | 2024.05.29 21:23:58.620896 [ 3 ] {} <Trace> HTTP-Session: 2cd2feb9-a19b-439a-a688-8af46187b5a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12807 | 2024.05.29 21:23:58.621107 [ 3 ] {9ab304e6-55da-4b17-b7b3-9ae66bc2146b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12808 | 2024.05.29 21:23:58.621181 [ 3 ] {9ab304e6-55da-4b17-b7b3-9ae66bc2146b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12809 | 2024.05.29 21:23:58.621401 [ 3 ] {9ab304e6-55da-4b17-b7b3-9ae66bc2146b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12810 | 2024.05.29 21:23:58.621885 [ 3 ] {9ab304e6-55da-4b17-b7b3-9ae66bc2146b} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12811 | 2024.05.29 21:23:58.621933 [ 3 ] {9ab304e6-55da-4b17-b7b3-9ae66bc2146b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
12812 | 2024.05.29 21:23:58.622288 [ 3 ] {9ab304e6-55da-4b17-b7b3-9ae66bc2146b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
12813 | 2024.05.29 21:23:58.622643 [ 3 ] {9ab304e6-55da-4b17-b7b3-9ae66bc2146b} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12814 | 2024.05.29 21:23:58.622780 [ 3 ] {9ab304e6-55da-4b17-b7b3-9ae66bc2146b} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001744 sec., 22362.385321100915 rows/sec., 1.77 MiB/sec. | ||
12815 | 2024.05.29 21:23:58.622808 [ 72 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
12816 | 2024.05.29 21:23:58.622872 [ 72 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12817 | 2024.05.29 21:23:58.622900 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
12818 | 2024.05.29 21:23:58.622983 [ 3 ] {9ab304e6-55da-4b17-b7b3-9ae66bc2146b} <Debug> DynamicQueryHandler: Done processing query | ||
12819 | 2024.05.29 21:23:58.623047 [ 3 ] {9ab304e6-55da-4b17-b7b3-9ae66bc2146b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12820 | 2024.05.29 21:23:58.623101 [ 3 ] {} <Debug> HTTP-Session: 2cd2feb9-a19b-439a-a688-8af46187b5a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12821 | 2024.05.29 21:23:58.623156 [ 188 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
12822 | 2024.05.29 21:23:58.623345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 25611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12823 | 2024.05.29 21:23:58.623416 [ 188 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12824 | 2024.05.29 21:23:58.623434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12825 | 2024.05.29 21:23:58.623480 [ 3 ] {} <Debug> HTTP-Session: 3eff844c-d6d5-47b7-8a2b-1e8c389b2ffb Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12826 | 2024.05.29 21:23:58.623480 [ 188 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 54 rows starting from the beginning of the part | ||
12827 | 2024.05.29 21:23:58.623508 [ 3 ] {} <Debug> HTTP-Session: 3eff844c-d6d5-47b7-8a2b-1e8c389b2ffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12828 | 2024.05.29 21:23:58.623554 [ 3 ] {} <Debug> HTTP-Session: 3eff844c-d6d5-47b7-8a2b-1e8c389b2ffb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12829 | 2024.05.29 21:23:58.623677 [ 3 ] {} <Trace> HTTP-Session: 3eff844c-d6d5-47b7-8a2b-1e8c389b2ffb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12830 | 2024.05.29 21:23:58.623748 [ 188 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 39 rows starting from the beginning of the part | ||
12831 | 2024.05.29 21:23:58.624017 [ 188 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 15 rows starting from the beginning of the part | ||
12832 | 2024.05.29 21:23:58.624161 [ 3 ] {c5047bac-67d3-4afa-a75a-9123d9ec4879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12833 | 2024.05.29 21:23:58.624373 [ 3 ] {c5047bac-67d3-4afa-a75a-9123d9ec4879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12834 | 2024.05.29 21:23:58.624394 [ 188 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 39 rows starting from the beginning of the part | ||
12835 | 2024.05.29 21:23:58.624707 [ 188 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 15 rows starting from the beginning of the part | ||
12836 | 2024.05.29 21:23:58.625022 [ 188 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 39 rows starting from the beginning of the part | ||
12837 | 2024.05.29 21:23:58.625589 [ 3 ] {c5047bac-67d3-4afa-a75a-9123d9ec4879} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12838 | 2024.05.29 21:23:58.626465 [ 3 ] {c5047bac-67d3-4afa-a75a-9123d9ec4879} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12839 | 2024.05.29 21:23:58.626529 [ 3 ] {c5047bac-67d3-4afa-a75a-9123d9ec4879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
12840 | 2024.05.29 21:23:58.627437 [ 192 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 4 columns (4 merged, 0 gathered) in 0.00445694 sec., 45098.20639272685 rows/sec., 3.57 MiB/sec. | ||
12841 | 2024.05.29 21:23:58.627454 [ 3 ] {c5047bac-67d3-4afa-a75a-9123d9ec4879} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
12842 | 2024.05.29 21:23:58.627626 [ 192 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
12843 | 2024.05.29 21:23:58.628221 [ 3 ] {c5047bac-67d3-4afa-a75a-9123d9ec4879} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12844 | 2024.05.29 21:23:58.628483 [ 72 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
12845 | 2024.05.29 21:23:58.628546 [ 3 ] {c5047bac-67d3-4afa-a75a-9123d9ec4879} <Debug> executeQuery: Read 173 rows, 15.08 KiB in 0.004589 sec., 37698.845064284156 rows/sec., 3.21 MiB/sec. | ||
12846 | 2024.05.29 21:23:58.628564 [ 72 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12847 | 2024.05.29 21:23:58.628642 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
12848 | 2024.05.29 21:23:58.628622 [ 192 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_81_16} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12849 | 2024.05.29 21:23:58.629045 [ 198 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
12850 | 2024.05.29 21:23:58.629071 [ 192 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_81_16} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
12851 | 2024.05.29 21:23:58.629089 [ 3 ] {c5047bac-67d3-4afa-a75a-9123d9ec4879} <Debug> DynamicQueryHandler: Done processing query | ||
12852 | 2024.05.29 21:23:58.629141 [ 3 ] {c5047bac-67d3-4afa-a75a-9123d9ec4879} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12853 | 2024.05.29 21:23:58.629207 [ 3 ] {} <Debug> HTTP-Session: 3eff844c-d6d5-47b7-8a2b-1e8c389b2ffb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12854 | 2024.05.29 21:23:58.629354 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12855 | 2024.05.29 21:23:58.629398 [ 198 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12856 | 2024.05.29 21:23:58.629449 [ 198 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 267 rows starting from the beginning of the part | ||
12857 | 2024.05.29 21:23:58.629466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12858 | 2024.05.29 21:23:58.629518 [ 198 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 173 rows starting from the beginning of the part | ||
12859 | 2024.05.29 21:23:58.629583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12860 | 2024.05.29 21:23:58.629673 [ 3 ] {} <Debug> HTTP-Session: 800c15f7-d060-4cff-8fbf-b3c289ee75f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12861 | 2024.05.29 21:23:58.629791 [ 3 ] {} <Debug> HTTP-Session: 800c15f7-d060-4cff-8fbf-b3c289ee75f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12862 | 2024.05.29 21:23:58.629899 [ 3 ] {} <Debug> HTTP-Session: 800c15f7-d060-4cff-8fbf-b3c289ee75f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12863 | 2024.05.29 21:23:58.629951 [ 198 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 102 rows starting from the beginning of the part | ||
12864 | 2024.05.29 21:23:58.630026 [ 3 ] {} <Trace> HTTP-Session: 800c15f7-d060-4cff-8fbf-b3c289ee75f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12865 | 2024.05.29 21:23:58.630280 [ 198 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 173 rows starting from the beginning of the part | ||
12866 | 2024.05.29 21:23:58.630403 [ 3 ] {ab425bfc-a68f-4dc4-89f0-4a39604729d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12867 | 2024.05.29 21:23:58.630537 [ 198 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 101 rows starting from the beginning of the part | ||
12868 | 2024.05.29 21:23:58.630547 [ 3 ] {ab425bfc-a68f-4dc4-89f0-4a39604729d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12869 | 2024.05.29 21:23:58.630899 [ 198 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 173 rows starting from the beginning of the part | ||
12870 | 2024.05.29 21:23:58.631472 [ 3 ] {ab425bfc-a68f-4dc4-89f0-4a39604729d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12871 | 2024.05.29 21:23:58.631934 [ 3 ] {ab425bfc-a68f-4dc4-89f0-4a39604729d1} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12872 | 2024.05.29 21:23:58.631976 [ 3 ] {ab425bfc-a68f-4dc4-89f0-4a39604729d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
12873 | 2024.05.29 21:23:58.632452 [ 3 ] {ab425bfc-a68f-4dc4-89f0-4a39604729d1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
12874 | 2024.05.29 21:23:58.632884 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 989 rows, containing 4 columns (4 merged, 0 gathered) in 0.004092708 sec., 241649.2943058728 rows/sec., 20.29 MiB/sec. | ||
12875 | 2024.05.29 21:23:58.632954 [ 3 ] {ab425bfc-a68f-4dc4-89f0-4a39604729d1} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12876 | 2024.05.29 21:23:58.633167 [ 72 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
12877 | 2024.05.29 21:23:58.633180 [ 3 ] {ab425bfc-a68f-4dc4-89f0-4a39604729d1} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002909 sec., 35407.35647989 rows/sec., 2.77 MiB/sec. | ||
12878 | 2024.05.29 21:23:58.633215 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
12879 | 2024.05.29 21:23:58.633233 [ 72 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12880 | 2024.05.29 21:23:58.633328 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
12881 | 2024.05.29 21:23:58.633784 [ 186 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
12882 | 2024.05.29 21:23:58.633791 [ 3 ] {ab425bfc-a68f-4dc4-89f0-4a39604729d1} <Debug> DynamicQueryHandler: Done processing query | ||
12883 | 2024.05.29 21:23:58.633885 [ 3 ] {ab425bfc-a68f-4dc4-89f0-4a39604729d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12884 | 2024.05.29 21:23:58.633982 [ 3 ] {} <Debug> HTTP-Session: 800c15f7-d060-4cff-8fbf-b3c289ee75f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12885 | 2024.05.29 21:23:58.634353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12886 | 2024.05.29 21:23:58.634434 [ 186 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12887 | 2024.05.29 21:23:58.634497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12888 | 2024.05.29 21:23:58.634556 [ 186 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 198 rows starting from the beginning of the part | ||
12889 | 2024.05.29 21:23:58.634642 [ 3 ] {} <Debug> HTTP-Session: 06c32951-8e51-4b25-8fcc-3f29a89a07f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12890 | 2024.05.29 21:23:58.634738 [ 3 ] {} <Debug> HTTP-Session: 06c32951-8e51-4b25-8fcc-3f29a89a07f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12891 | 2024.05.29 21:23:58.634868 [ 3 ] {} <Debug> HTTP-Session: 06c32951-8e51-4b25-8fcc-3f29a89a07f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12892 | 2024.05.29 21:23:58.635093 [ 3 ] {} <Trace> HTTP-Session: 06c32951-8e51-4b25-8fcc-3f29a89a07f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12893 | 2024.05.29 21:23:58.635164 [ 186 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 103 rows starting from the beginning of the part | ||
12894 | 2024.05.29 21:23:58.635545 [ 186 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 81 rows starting from the beginning of the part | ||
12895 | 2024.05.29 21:23:58.635571 [ 3 ] {3cb0f5ac-6cfd-43e4-98ae-2e71ffe1635d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12896 | 2024.05.29 21:23:58.635928 [ 3 ] {3cb0f5ac-6cfd-43e4-98ae-2e71ffe1635d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12897 | 2024.05.29 21:23:58.636159 [ 186 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 103 rows starting from the beginning of the part | ||
12898 | 2024.05.29 21:23:58.636569 [ 186 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 79 rows starting from the beginning of the part | ||
12899 | 2024.05.29 21:23:58.636886 [ 186 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 103 rows starting from the beginning of the part | ||
12900 | 2024.05.29 21:23:58.638330 [ 3 ] {3cb0f5ac-6cfd-43e4-98ae-2e71ffe1635d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12901 | 2024.05.29 21:23:58.638657 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_81_16} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12902 | 2024.05.29 21:23:58.639129 [ 191 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_81_16} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
12903 | 2024.05.29 21:23:58.639503 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
12904 | 2024.05.29 21:23:58.639634 [ 3 ] {3cb0f5ac-6cfd-43e4-98ae-2e71ffe1635d} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12905 | 2024.05.29 21:23:58.639686 [ 3 ] {3cb0f5ac-6cfd-43e4-98ae-2e71ffe1635d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
12906 | 2024.05.29 21:23:58.640265 [ 186 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 667 rows, containing 4 columns (4 merged, 0 gathered) in 0.006772899 sec., 98480.72442834302 rows/sec., 7.66 MiB/sec. | ||
12907 | 2024.05.29 21:23:58.640274 [ 3 ] {3cb0f5ac-6cfd-43e4-98ae-2e71ffe1635d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12908 | 2024.05.29 21:23:58.640392 [ 186 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
12909 | 2024.05.29 21:23:58.640781 [ 3 ] {3cb0f5ac-6cfd-43e4-98ae-2e71ffe1635d} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12910 | 2024.05.29 21:23:58.640859 [ 186 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_81_16} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12911 | 2024.05.29 21:23:58.640982 [ 3 ] {3cb0f5ac-6cfd-43e4-98ae-2e71ffe1635d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005637 sec., 28383.892141209864 rows/sec., 1.98 MiB/sec. | ||
12912 | 2024.05.29 21:23:58.640995 [ 186 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_81_16} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
12913 | 2024.05.29 21:23:58.641162 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
12914 | 2024.05.29 21:23:58.641288 [ 3 ] {3cb0f5ac-6cfd-43e4-98ae-2e71ffe1635d} <Debug> DynamicQueryHandler: Done processing query | ||
12915 | 2024.05.29 21:23:58.641327 [ 3 ] {3cb0f5ac-6cfd-43e4-98ae-2e71ffe1635d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12916 | 2024.05.29 21:23:58.641359 [ 3 ] {} <Debug> HTTP-Session: 06c32951-8e51-4b25-8fcc-3f29a89a07f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12917 | 2024.05.29 21:23:58.641527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 41747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12918 | 2024.05.29 21:23:58.641573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12919 | 2024.05.29 21:23:58.641592 [ 3 ] {} <Debug> HTTP-Session: 1c6b32e5-c512-4ad6-97fe-9c3410afafbd Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12920 | 2024.05.29 21:23:58.641608 [ 3 ] {} <Debug> HTTP-Session: 1c6b32e5-c512-4ad6-97fe-9c3410afafbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12921 | 2024.05.29 21:23:58.641621 [ 3 ] {} <Debug> HTTP-Session: 1c6b32e5-c512-4ad6-97fe-9c3410afafbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12922 | 2024.05.29 21:23:58.641652 [ 3 ] {} <Trace> HTTP-Session: 1c6b32e5-c512-4ad6-97fe-9c3410afafbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12923 | 2024.05.29 21:23:58.641932 [ 3 ] {7efe8a7e-714a-48c5-893e-f45007391261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12924 | 2024.05.29 21:23:58.641977 [ 3 ] {7efe8a7e-714a-48c5-893e-f45007391261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12925 | 2024.05.29 21:23:58.642133 [ 3 ] {7efe8a7e-714a-48c5-893e-f45007391261} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12926 | 2024.05.29 21:23:58.642562 [ 3 ] {7efe8a7e-714a-48c5-893e-f45007391261} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12927 | 2024.05.29 21:23:58.642597 [ 3 ] {7efe8a7e-714a-48c5-893e-f45007391261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
12928 | 2024.05.29 21:23:58.642997 [ 3 ] {7efe8a7e-714a-48c5-893e-f45007391261} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
12929 | 2024.05.29 21:23:58.643326 [ 3 ] {7efe8a7e-714a-48c5-893e-f45007391261} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12930 | 2024.05.29 21:23:58.643448 [ 3 ] {7efe8a7e-714a-48c5-893e-f45007391261} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.00172 sec., 22674.418604651164 rows/sec., 30.60 MiB/sec. | ||
12931 | 2024.05.29 21:23:58.643453 [ 72 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
12932 | 2024.05.29 21:23:58.643507 [ 72 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12933 | 2024.05.29 21:23:58.643544 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
12934 | 2024.05.29 21:23:58.643669 [ 3 ] {7efe8a7e-714a-48c5-893e-f45007391261} <Debug> DynamicQueryHandler: Done processing query | ||
12935 | 2024.05.29 21:23:58.643720 [ 3 ] {7efe8a7e-714a-48c5-893e-f45007391261} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12936 | 2024.05.29 21:23:58.643730 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
12937 | 2024.05.29 21:23:58.643748 [ 3 ] {} <Debug> HTTP-Session: 1c6b32e5-c512-4ad6-97fe-9c3410afafbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12938 | 2024.05.29 21:23:58.643977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12939 | 2024.05.29 21:23:58.643979 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12940 | 2024.05.29 21:23:58.644076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12941 | 2024.05.29 21:23:58.644083 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1269 rows starting from the beginning of the part | ||
12942 | 2024.05.29 21:23:58.644121 [ 3 ] {} <Debug> HTTP-Session: a63954f8-d903-4d0b-bc93-5fb24f1a1fa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12943 | 2024.05.29 21:23:58.644159 [ 3 ] {} <Debug> HTTP-Session: a63954f8-d903-4d0b-bc93-5fb24f1a1fa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12944 | 2024.05.29 21:23:58.644202 [ 3 ] {} <Debug> HTTP-Session: a63954f8-d903-4d0b-bc93-5fb24f1a1fa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12945 | 2024.05.29 21:23:58.644347 [ 3 ] {} <Trace> HTTP-Session: a63954f8-d903-4d0b-bc93-5fb24f1a1fa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12946 | 2024.05.29 21:23:58.644397 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 39 rows starting from the beginning of the part | ||
12947 | 2024.05.29 21:23:58.644765 [ 3 ] {972c3b67-8f52-4b74-9420-f8897a12f11d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12948 | 2024.05.29 21:23:58.644838 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 15 rows starting from the beginning of the part | ||
12949 | 2024.05.29 21:23:58.644965 [ 3 ] {972c3b67-8f52-4b74-9420-f8897a12f11d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12950 | 2024.05.29 21:23:58.645265 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 39 rows starting from the beginning of the part | ||
12951 | 2024.05.29 21:23:58.645655 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 15 rows starting from the beginning of the part | ||
12952 | 2024.05.29 21:23:58.646053 [ 199 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 39 rows starting from the beginning of the part | ||
12953 | 2024.05.29 21:23:58.646150 [ 3 ] {972c3b67-8f52-4b74-9420-f8897a12f11d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12954 | 2024.05.29 21:23:58.647039 [ 3 ] {972c3b67-8f52-4b74-9420-f8897a12f11d} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12955 | 2024.05.29 21:23:58.647105 [ 3 ] {972c3b67-8f52-4b74-9420-f8897a12f11d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
12956 | 2024.05.29 21:23:58.647653 [ 3 ] {972c3b67-8f52-4b74-9420-f8897a12f11d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12957 | 2024.05.29 21:23:58.647978 [ 3 ] {972c3b67-8f52-4b74-9420-f8897a12f11d} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12958 | 2024.05.29 21:23:58.648120 [ 3 ] {972c3b67-8f52-4b74-9420-f8897a12f11d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003569 sec., 16811.43177360605 rows/sec., 1.13 MiB/sec. | ||
12959 | 2024.05.29 21:23:58.648283 [ 3 ] {972c3b67-8f52-4b74-9420-f8897a12f11d} <Debug> DynamicQueryHandler: Done processing query | ||
12960 | 2024.05.29 21:23:58.648306 [ 3 ] {972c3b67-8f52-4b74-9420-f8897a12f11d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12961 | 2024.05.29 21:23:58.648323 [ 3 ] {} <Debug> HTTP-Session: a63954f8-d903-4d0b-bc93-5fb24f1a1fa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12962 | 2024.05.29 21:23:58.650168 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1416 rows, containing 6 columns (6 merged, 0 gathered) in 0.00653787 sec., 216584.30039141187 rows/sec., 292.27 MiB/sec. | ||
12963 | 2024.05.29 21:23:58.651363 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
12964 | 2024.05.29 21:23:58.651826 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12965 | 2024.05.29 21:23:58.651919 [ 193 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
12966 | 2024.05.29 21:23:58.652028 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.59 MiB. | ||
12967 | 2024.05.29 21:24:03.621727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12968 | 2024.05.29 21:24:03.621869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12969 | 2024.05.29 21:24:03.621898 [ 3 ] {} <Debug> HTTP-Session: 39679769-65be-4a15-88c5-40991d6f07ca Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12970 | 2024.05.29 21:24:03.621925 [ 3 ] {} <Debug> HTTP-Session: 39679769-65be-4a15-88c5-40991d6f07ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12971 | 2024.05.29 21:24:03.621943 [ 3 ] {} <Debug> HTTP-Session: 39679769-65be-4a15-88c5-40991d6f07ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12972 | 2024.05.29 21:24:03.622000 [ 3 ] {} <Trace> HTTP-Session: 39679769-65be-4a15-88c5-40991d6f07ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12973 | 2024.05.29 21:24:03.622204 [ 3 ] {c24f1407-bb3c-420c-850e-8e823b1c1212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12974 | 2024.05.29 21:24:03.622272 [ 3 ] {c24f1407-bb3c-420c-850e-8e823b1c1212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12975 | 2024.05.29 21:24:03.622465 [ 3 ] {c24f1407-bb3c-420c-850e-8e823b1c1212} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12976 | 2024.05.29 21:24:03.622852 [ 3 ] {c24f1407-bb3c-420c-850e-8e823b1c1212} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12977 | 2024.05.29 21:24:03.622898 [ 3 ] {c24f1407-bb3c-420c-850e-8e823b1c1212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
12978 | 2024.05.29 21:24:03.623275 [ 3 ] {c24f1407-bb3c-420c-850e-8e823b1c1212} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
12979 | 2024.05.29 21:24:03.623611 [ 3 ] {c24f1407-bb3c-420c-850e-8e823b1c1212} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12980 | 2024.05.29 21:24:03.623783 [ 3 ] {c24f1407-bb3c-420c-850e-8e823b1c1212} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001631 sec., 9196.811771919067 rows/sec., 745.44 KiB/sec. | ||
12981 | 2024.05.29 21:24:03.624096 [ 3 ] {c24f1407-bb3c-420c-850e-8e823b1c1212} <Debug> DynamicQueryHandler: Done processing query | ||
12982 | 2024.05.29 21:24:03.624166 [ 3 ] {c24f1407-bb3c-420c-850e-8e823b1c1212} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12983 | 2024.05.29 21:24:03.624232 [ 3 ] {} <Debug> HTTP-Session: 39679769-65be-4a15-88c5-40991d6f07ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12984 | 2024.05.29 21:24:03.624457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12985 | 2024.05.29 21:24:03.624526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12986 | 2024.05.29 21:24:03.624545 [ 3 ] {} <Debug> HTTP-Session: 58dd1c55-2f44-45d1-a3f2-1da63d46afbd Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
12987 | 2024.05.29 21:24:03.624563 [ 3 ] {} <Debug> HTTP-Session: 58dd1c55-2f44-45d1-a3f2-1da63d46afbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12988 | 2024.05.29 21:24:03.624577 [ 3 ] {} <Debug> HTTP-Session: 58dd1c55-2f44-45d1-a3f2-1da63d46afbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12989 | 2024.05.29 21:24:03.624614 [ 3 ] {} <Trace> HTTP-Session: 58dd1c55-2f44-45d1-a3f2-1da63d46afbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12990 | 2024.05.29 21:24:03.624720 [ 3 ] {f25e0c2a-2c23-4499-b564-374f8791f156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12991 | 2024.05.29 21:24:03.624766 [ 3 ] {f25e0c2a-2c23-4499-b564-374f8791f156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12992 | 2024.05.29 21:24:03.624919 [ 3 ] {f25e0c2a-2c23-4499-b564-374f8791f156} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12993 | 2024.05.29 21:24:03.625181 [ 3 ] {f25e0c2a-2c23-4499-b564-374f8791f156} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12994 | 2024.05.29 21:24:03.625218 [ 3 ] {f25e0c2a-2c23-4499-b564-374f8791f156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
12995 | 2024.05.29 21:24:03.625513 [ 3 ] {f25e0c2a-2c23-4499-b564-374f8791f156} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
12996 | 2024.05.29 21:24:03.625823 [ 3 ] {f25e0c2a-2c23-4499-b564-374f8791f156} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12997 | 2024.05.29 21:24:03.625989 [ 3 ] {f25e0c2a-2c23-4499-b564-374f8791f156} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001292 sec., 1547.9876160990711 rows/sec., 126.23 KiB/sec. | ||
12998 | 2024.05.29 21:24:03.626143 [ 3 ] {f25e0c2a-2c23-4499-b564-374f8791f156} <Debug> DynamicQueryHandler: Done processing query | ||
12999 | 2024.05.29 21:24:03.626166 [ 3 ] {f25e0c2a-2c23-4499-b564-374f8791f156} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13000 | 2024.05.29 21:24:03.626181 [ 3 ] {} <Debug> HTTP-Session: 58dd1c55-2f44-45d1-a3f2-1da63d46afbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13001 | 2024.05.29 21:24:03.626438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 19687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13002 | 2024.05.29 21:24:03.626486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13003 | 2024.05.29 21:24:03.626505 [ 3 ] {} <Debug> HTTP-Session: caa3d120-e3af-4c87-bd06-cff78a944523 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13004 | 2024.05.29 21:24:03.626521 [ 3 ] {} <Debug> HTTP-Session: caa3d120-e3af-4c87-bd06-cff78a944523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13005 | 2024.05.29 21:24:03.626535 [ 3 ] {} <Debug> HTTP-Session: caa3d120-e3af-4c87-bd06-cff78a944523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13006 | 2024.05.29 21:24:03.626565 [ 3 ] {} <Trace> HTTP-Session: caa3d120-e3af-4c87-bd06-cff78a944523 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13007 | 2024.05.29 21:24:03.626699 [ 3 ] {5337464c-aaf2-49a0-aa55-b50ed81d30bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13008 | 2024.05.29 21:24:03.626742 [ 3 ] {5337464c-aaf2-49a0-aa55-b50ed81d30bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13009 | 2024.05.29 21:24:03.626867 [ 3 ] {5337464c-aaf2-49a0-aa55-b50ed81d30bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13010 | 2024.05.29 21:24:03.627362 [ 3 ] {5337464c-aaf2-49a0-aa55-b50ed81d30bb} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13011 | 2024.05.29 21:24:03.627398 [ 3 ] {5337464c-aaf2-49a0-aa55-b50ed81d30bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13012 | 2024.05.29 21:24:03.627709 [ 3 ] {5337464c-aaf2-49a0-aa55-b50ed81d30bb} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
13013 | 2024.05.29 21:24:03.628006 [ 3 ] {5337464c-aaf2-49a0-aa55-b50ed81d30bb} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13014 | 2024.05.29 21:24:03.628152 [ 3 ] {5337464c-aaf2-49a0-aa55-b50ed81d30bb} <Debug> executeQuery: Read 138 rows, 11.33 KiB in 0.001504 sec., 91755.31914893618 rows/sec., 7.36 MiB/sec. | ||
13015 | 2024.05.29 21:24:03.628314 [ 3 ] {5337464c-aaf2-49a0-aa55-b50ed81d30bb} <Debug> DynamicQueryHandler: Done processing query | ||
13016 | 2024.05.29 21:24:03.628338 [ 3 ] {5337464c-aaf2-49a0-aa55-b50ed81d30bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13017 | 2024.05.29 21:24:03.628353 [ 3 ] {} <Debug> HTTP-Session: caa3d120-e3af-4c87-bd06-cff78a944523 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13018 | 2024.05.29 21:24:03.628516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13019 | 2024.05.29 21:24:03.628562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13020 | 2024.05.29 21:24:03.628580 [ 3 ] {} <Debug> HTTP-Session: 845ea01c-bf07-44a5-a390-4710fa4aa462 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13021 | 2024.05.29 21:24:03.628595 [ 3 ] {} <Debug> HTTP-Session: 845ea01c-bf07-44a5-a390-4710fa4aa462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13022 | 2024.05.29 21:24:03.628608 [ 3 ] {} <Debug> HTTP-Session: 845ea01c-bf07-44a5-a390-4710fa4aa462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13023 | 2024.05.29 21:24:03.628639 [ 3 ] {} <Trace> HTTP-Session: 845ea01c-bf07-44a5-a390-4710fa4aa462 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13024 | 2024.05.29 21:24:03.628728 [ 3 ] {c9c5aeab-38bc-470d-97c2-db0232c952d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13025 | 2024.05.29 21:24:03.628769 [ 3 ] {c9c5aeab-38bc-470d-97c2-db0232c952d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13026 | 2024.05.29 21:24:03.628896 [ 3 ] {c9c5aeab-38bc-470d-97c2-db0232c952d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13027 | 2024.05.29 21:24:03.629159 [ 3 ] {c9c5aeab-38bc-470d-97c2-db0232c952d6} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13028 | 2024.05.29 21:24:03.629195 [ 3 ] {c9c5aeab-38bc-470d-97c2-db0232c952d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13029 | 2024.05.29 21:24:03.629489 [ 3 ] {c9c5aeab-38bc-470d-97c2-db0232c952d6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
13030 | 2024.05.29 21:24:03.629786 [ 3 ] {c9c5aeab-38bc-470d-97c2-db0232c952d6} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13031 | 2024.05.29 21:24:03.629943 [ 3 ] {c9c5aeab-38bc-470d-97c2-db0232c952d6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001228 sec., 1628.6644951140065 rows/sec., 113.72 KiB/sec. | ||
13032 | 2024.05.29 21:24:03.630234 [ 3 ] {c9c5aeab-38bc-470d-97c2-db0232c952d6} <Debug> DynamicQueryHandler: Done processing query | ||
13033 | 2024.05.29 21:24:03.630298 [ 3 ] {c9c5aeab-38bc-470d-97c2-db0232c952d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13034 | 2024.05.29 21:24:03.630363 [ 3 ] {} <Debug> HTTP-Session: 845ea01c-bf07-44a5-a390-4710fa4aa462 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13035 | 2024.05.29 21:24:03.630549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13036 | 2024.05.29 21:24:03.630600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13037 | 2024.05.29 21:24:03.630618 [ 3 ] {} <Debug> HTTP-Session: 9510ec08-d7fe-40cb-a5bb-4adf97f4c09e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13038 | 2024.05.29 21:24:03.630635 [ 3 ] {} <Debug> HTTP-Session: 9510ec08-d7fe-40cb-a5bb-4adf97f4c09e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13039 | 2024.05.29 21:24:03.630649 [ 3 ] {} <Debug> HTTP-Session: 9510ec08-d7fe-40cb-a5bb-4adf97f4c09e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13040 | 2024.05.29 21:24:03.630680 [ 3 ] {} <Trace> HTTP-Session: 9510ec08-d7fe-40cb-a5bb-4adf97f4c09e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13041 | 2024.05.29 21:24:03.630814 [ 3 ] {162d9f78-dbd5-436f-b115-53eb22bf3e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13042 | 2024.05.29 21:24:03.630859 [ 3 ] {162d9f78-dbd5-436f-b115-53eb22bf3e67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13043 | 2024.05.29 21:24:03.631004 [ 3 ] {162d9f78-dbd5-436f-b115-53eb22bf3e67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13044 | 2024.05.29 21:24:03.631351 [ 3 ] {162d9f78-dbd5-436f-b115-53eb22bf3e67} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13045 | 2024.05.29 21:24:03.631388 [ 3 ] {162d9f78-dbd5-436f-b115-53eb22bf3e67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13046 | 2024.05.29 21:24:03.631688 [ 3 ] {162d9f78-dbd5-436f-b115-53eb22bf3e67} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
13047 | 2024.05.29 21:24:03.631990 [ 3 ] {162d9f78-dbd5-436f-b115-53eb22bf3e67} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13048 | 2024.05.29 21:24:03.632136 [ 3 ] {162d9f78-dbd5-436f-b115-53eb22bf3e67} <Debug> executeQuery: Read 105 rows, 8.38 KiB in 0.001366 sec., 76866.76427525622 rows/sec., 5.99 MiB/sec. | ||
13049 | 2024.05.29 21:24:03.632302 [ 3 ] {162d9f78-dbd5-436f-b115-53eb22bf3e67} <Debug> DynamicQueryHandler: Done processing query | ||
13050 | 2024.05.29 21:24:03.632326 [ 3 ] {162d9f78-dbd5-436f-b115-53eb22bf3e67} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13051 | 2024.05.29 21:24:03.632341 [ 3 ] {} <Debug> HTTP-Session: 9510ec08-d7fe-40cb-a5bb-4adf97f4c09e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13052 | 2024.05.29 21:24:03.632513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 37758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13053 | 2024.05.29 21:24:03.632559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13054 | 2024.05.29 21:24:03.632577 [ 3 ] {} <Debug> HTTP-Session: b6033641-904b-4e26-a120-c210e996572e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13055 | 2024.05.29 21:24:03.632594 [ 3 ] {} <Debug> HTTP-Session: b6033641-904b-4e26-a120-c210e996572e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13056 | 2024.05.29 21:24:03.632607 [ 3 ] {} <Debug> HTTP-Session: b6033641-904b-4e26-a120-c210e996572e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13057 | 2024.05.29 21:24:03.632638 [ 3 ] {} <Trace> HTTP-Session: b6033641-904b-4e26-a120-c210e996572e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13058 | 2024.05.29 21:24:03.632793 [ 3 ] {d57902e1-65aa-4939-a524-ce47e137c7fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13059 | 2024.05.29 21:24:03.632840 [ 3 ] {d57902e1-65aa-4939-a524-ce47e137c7fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13060 | 2024.05.29 21:24:03.632983 [ 3 ] {d57902e1-65aa-4939-a524-ce47e137c7fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13061 | 2024.05.29 21:24:03.633352 [ 3 ] {d57902e1-65aa-4939-a524-ce47e137c7fd} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13062 | 2024.05.29 21:24:03.633387 [ 3 ] {d57902e1-65aa-4939-a524-ce47e137c7fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13063 | 2024.05.29 21:24:03.633767 [ 3 ] {d57902e1-65aa-4939-a524-ce47e137c7fd} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13064 | 2024.05.29 21:24:03.634101 [ 3 ] {d57902e1-65aa-4939-a524-ce47e137c7fd} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13065 | 2024.05.29 21:24:03.634259 [ 3 ] {d57902e1-65aa-4939-a524-ce47e137c7fd} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001542 sec., 127756.1608300908 rows/sec., 8.92 MiB/sec. | ||
13066 | 2024.05.29 21:24:03.634425 [ 3 ] {d57902e1-65aa-4939-a524-ce47e137c7fd} <Debug> DynamicQueryHandler: Done processing query | ||
13067 | 2024.05.29 21:24:03.634447 [ 3 ] {d57902e1-65aa-4939-a524-ce47e137c7fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
13068 | 2024.05.29 21:24:03.634462 [ 3 ] {} <Debug> HTTP-Session: b6033641-904b-4e26-a120-c210e996572e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13069 | 2024.05.29 21:24:03.634631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 16090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13070 | 2024.05.29 21:24:03.634676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13071 | 2024.05.29 21:24:03.634694 [ 3 ] {} <Debug> HTTP-Session: 3994f281-d4d8-40c6-9cda-f2fbb92f56e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13072 | 2024.05.29 21:24:03.634710 [ 3 ] {} <Debug> HTTP-Session: 3994f281-d4d8-40c6-9cda-f2fbb92f56e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13073 | 2024.05.29 21:24:03.634724 [ 3 ] {} <Debug> HTTP-Session: 3994f281-d4d8-40c6-9cda-f2fbb92f56e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13074 | 2024.05.29 21:24:03.634754 [ 3 ] {} <Trace> HTTP-Session: 3994f281-d4d8-40c6-9cda-f2fbb92f56e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13075 | 2024.05.29 21:24:03.634930 [ 3 ] {a39e4fbc-8970-497b-9fe6-ffa7e633161d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13076 | 2024.05.29 21:24:03.634976 [ 3 ] {a39e4fbc-8970-497b-9fe6-ffa7e633161d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13077 | 2024.05.29 21:24:03.635131 [ 3 ] {a39e4fbc-8970-497b-9fe6-ffa7e633161d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13078 | 2024.05.29 21:24:03.635493 [ 3 ] {a39e4fbc-8970-497b-9fe6-ffa7e633161d} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13079 | 2024.05.29 21:24:03.635528 [ 3 ] {a39e4fbc-8970-497b-9fe6-ffa7e633161d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13080 | 2024.05.29 21:24:03.635913 [ 3 ] {a39e4fbc-8970-497b-9fe6-ffa7e633161d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
13081 | 2024.05.29 21:24:03.636240 [ 3 ] {a39e4fbc-8970-497b-9fe6-ffa7e633161d} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13082 | 2024.05.29 21:24:03.636396 [ 3 ] {a39e4fbc-8970-497b-9fe6-ffa7e633161d} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001564 sec., 9590.79283887468 rows/sec., 12.94 MiB/sec. | ||
13083 | 2024.05.29 21:24:03.636658 [ 3 ] {a39e4fbc-8970-497b-9fe6-ffa7e633161d} <Debug> DynamicQueryHandler: Done processing query | ||
13084 | 2024.05.29 21:24:03.636710 [ 3 ] {a39e4fbc-8970-497b-9fe6-ffa7e633161d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13085 | 2024.05.29 21:24:03.636772 [ 3 ] {} <Debug> HTTP-Session: 3994f281-d4d8-40c6-9cda-f2fbb92f56e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13086 | 2024.05.29 21:24:03.636953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13087 | 2024.05.29 21:24:03.637004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13088 | 2024.05.29 21:24:03.637022 [ 3 ] {} <Debug> HTTP-Session: 9a27f1f9-ee27-4d86-a3d0-7d8e958f2b30 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13089 | 2024.05.29 21:24:03.637039 [ 3 ] {} <Debug> HTTP-Session: 9a27f1f9-ee27-4d86-a3d0-7d8e958f2b30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13090 | 2024.05.29 21:24:03.637053 [ 3 ] {} <Debug> HTTP-Session: 9a27f1f9-ee27-4d86-a3d0-7d8e958f2b30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13091 | 2024.05.29 21:24:03.637084 [ 3 ] {} <Trace> HTTP-Session: 9a27f1f9-ee27-4d86-a3d0-7d8e958f2b30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13092 | 2024.05.29 21:24:03.637205 [ 3 ] {7e254e4c-44db-4eed-adac-e5f667c2eed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13093 | 2024.05.29 21:24:03.637250 [ 3 ] {7e254e4c-44db-4eed-adac-e5f667c2eed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13094 | 2024.05.29 21:24:03.637388 [ 3 ] {7e254e4c-44db-4eed-adac-e5f667c2eed6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13095 | 2024.05.29 21:24:03.637670 [ 3 ] {7e254e4c-44db-4eed-adac-e5f667c2eed6} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13096 | 2024.05.29 21:24:03.637705 [ 3 ] {7e254e4c-44db-4eed-adac-e5f667c2eed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13097 | 2024.05.29 21:24:03.638053 [ 3 ] {7e254e4c-44db-4eed-adac-e5f667c2eed6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13098 | 2024.05.29 21:24:03.638373 [ 3 ] {7e254e4c-44db-4eed-adac-e5f667c2eed6} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13099 | 2024.05.29 21:24:03.638519 [ 3 ] {7e254e4c-44db-4eed-adac-e5f667c2eed6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
13100 | 2024.05.29 21:24:03.638756 [ 3 ] {7e254e4c-44db-4eed-adac-e5f667c2eed6} <Debug> DynamicQueryHandler: Done processing query | ||
13101 | 2024.05.29 21:24:03.638817 [ 3 ] {7e254e4c-44db-4eed-adac-e5f667c2eed6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13102 | 2024.05.29 21:24:03.638912 [ 3 ] {} <Debug> HTTP-Session: 9a27f1f9-ee27-4d86-a3d0-7d8e958f2b30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13103 | 2024.05.29 21:24:06.143983 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13104 | 2024.05.29 21:24:06.144081 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13105 | 2024.05.29 21:24:07.001865 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001400848 sec. | ||
13106 | 2024.05.29 21:24:08.621211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 5648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13107 | 2024.05.29 21:24:08.621330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13108 | 2024.05.29 21:24:08.621358 [ 3 ] {} <Debug> HTTP-Session: c54fd685-cb69-4c17-b913-dc82b4855c8e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13109 | 2024.05.29 21:24:08.621386 [ 3 ] {} <Debug> HTTP-Session: c54fd685-cb69-4c17-b913-dc82b4855c8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13110 | 2024.05.29 21:24:08.621404 [ 3 ] {} <Debug> HTTP-Session: c54fd685-cb69-4c17-b913-dc82b4855c8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13111 | 2024.05.29 21:24:08.621458 [ 3 ] {} <Trace> HTTP-Session: c54fd685-cb69-4c17-b913-dc82b4855c8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13112 | 2024.05.29 21:24:08.621669 [ 3 ] {36610806-f6c3-4682-9504-cbbea5ba6bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13113 | 2024.05.29 21:24:08.621744 [ 3 ] {36610806-f6c3-4682-9504-cbbea5ba6bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13114 | 2024.05.29 21:24:08.621971 [ 3 ] {36610806-f6c3-4682-9504-cbbea5ba6bd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13115 | 2024.05.29 21:24:08.622431 [ 3 ] {36610806-f6c3-4682-9504-cbbea5ba6bd2} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13116 | 2024.05.29 21:24:08.622473 [ 3 ] {36610806-f6c3-4682-9504-cbbea5ba6bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13117 | 2024.05.29 21:24:08.622848 [ 3 ] {36610806-f6c3-4682-9504-cbbea5ba6bd2} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
13118 | 2024.05.29 21:24:08.623186 [ 3 ] {36610806-f6c3-4682-9504-cbbea5ba6bd2} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13119 | 2024.05.29 21:24:08.623355 [ 3 ] {36610806-f6c3-4682-9504-cbbea5ba6bd2} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001755 sec., 22222.222222222223 rows/sec., 1.76 MiB/sec. | ||
13120 | 2024.05.29 21:24:08.623582 [ 3 ] {36610806-f6c3-4682-9504-cbbea5ba6bd2} <Debug> DynamicQueryHandler: Done processing query | ||
13121 | 2024.05.29 21:24:08.623609 [ 3 ] {36610806-f6c3-4682-9504-cbbea5ba6bd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13122 | 2024.05.29 21:24:08.623625 [ 3 ] {} <Debug> HTTP-Session: c54fd685-cb69-4c17-b913-dc82b4855c8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13123 | 2024.05.29 21:24:08.623789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13124 | 2024.05.29 21:24:08.623847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13125 | 2024.05.29 21:24:08.623868 [ 3 ] {} <Debug> HTTP-Session: 9bbc5a03-a7e3-44db-802b-a67decf2c796 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13126 | 2024.05.29 21:24:08.623886 [ 3 ] {} <Debug> HTTP-Session: 9bbc5a03-a7e3-44db-802b-a67decf2c796 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13127 | 2024.05.29 21:24:08.623900 [ 3 ] {} <Debug> HTTP-Session: 9bbc5a03-a7e3-44db-802b-a67decf2c796 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13128 | 2024.05.29 21:24:08.623937 [ 3 ] {} <Trace> HTTP-Session: 9bbc5a03-a7e3-44db-802b-a67decf2c796 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13129 | 2024.05.29 21:24:08.624037 [ 3 ] {a803cd9c-e25f-4455-8f3a-896a3bafc2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13130 | 2024.05.29 21:24:08.624084 [ 3 ] {a803cd9c-e25f-4455-8f3a-896a3bafc2d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13131 | 2024.05.29 21:24:08.624220 [ 3 ] {a803cd9c-e25f-4455-8f3a-896a3bafc2d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13132 | 2024.05.29 21:24:08.624507 [ 3 ] {a803cd9c-e25f-4455-8f3a-896a3bafc2d7} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13133 | 2024.05.29 21:24:08.624543 [ 3 ] {a803cd9c-e25f-4455-8f3a-896a3bafc2d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13134 | 2024.05.29 21:24:08.624839 [ 3 ] {a803cd9c-e25f-4455-8f3a-896a3bafc2d7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
13135 | 2024.05.29 21:24:08.625134 [ 3 ] {a803cd9c-e25f-4455-8f3a-896a3bafc2d7} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13136 | 2024.05.29 21:24:08.625289 [ 3 ] {a803cd9c-e25f-4455-8f3a-896a3bafc2d7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001269 sec., 1576.0441292356186 rows/sec., 128.52 KiB/sec. | ||
13137 | 2024.05.29 21:24:08.625291 [ 66 ] {} <Debug> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
13138 | 2024.05.29 21:24:08.625426 [ 66 ] {} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13139 | 2024.05.29 21:24:08.625490 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13140 | 2024.05.29 21:24:08.625536 [ 3 ] {a803cd9c-e25f-4455-8f3a-896a3bafc2d7} <Debug> DynamicQueryHandler: Done processing query | ||
13141 | 2024.05.29 21:24:08.625603 [ 3 ] {a803cd9c-e25f-4455-8f3a-896a3bafc2d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13142 | 2024.05.29 21:24:08.625660 [ 3 ] {} <Debug> HTTP-Session: 9bbc5a03-a7e3-44db-802b-a67decf2c796 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13143 | 2024.05.29 21:24:08.625759 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
13144 | 2024.05.29 21:24:08.625959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 25744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13145 | 2024.05.29 21:24:08.625973 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13146 | 2024.05.29 21:24:08.626045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13147 | 2024.05.29 21:24:08.626045 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 17 rows starting from the beginning of the part | ||
13148 | 2024.05.29 21:24:08.626083 [ 3 ] {} <Debug> HTTP-Session: b375b36e-5245-4b48-a84e-83309e23c792 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13149 | 2024.05.29 21:24:08.626117 [ 3 ] {} <Debug> HTTP-Session: b375b36e-5245-4b48-a84e-83309e23c792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13150 | 2024.05.29 21:24:08.626157 [ 3 ] {} <Debug> HTTP-Session: b375b36e-5245-4b48-a84e-83309e23c792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13151 | 2024.05.29 21:24:08.626282 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
13152 | 2024.05.29 21:24:08.626290 [ 3 ] {} <Trace> HTTP-Session: b375b36e-5245-4b48-a84e-83309e23c792 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13153 | 2024.05.29 21:24:08.626476 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 2 rows starting from the beginning of the part | ||
13154 | 2024.05.29 21:24:08.626713 [ 3 ] {5bc0b47f-fc95-4158-aa60-fc82b0e138d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13155 | 2024.05.29 21:24:08.626820 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part | ||
13156 | 2024.05.29 21:24:08.626908 [ 3 ] {5bc0b47f-fc95-4158-aa60-fc82b0e138d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13157 | 2024.05.29 21:24:08.627265 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part | ||
13158 | 2024.05.29 21:24:08.627523 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 2 rows starting from the beginning of the part | ||
13159 | 2024.05.29 21:24:08.628219 [ 3 ] {5bc0b47f-fc95-4158-aa60-fc82b0e138d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13160 | 2024.05.29 21:24:08.629202 [ 3 ] {5bc0b47f-fc95-4158-aa60-fc82b0e138d2} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13161 | 2024.05.29 21:24:08.629286 [ 3 ] {5bc0b47f-fc95-4158-aa60-fc82b0e138d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13162 | 2024.05.29 21:24:08.630139 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.004530403 sec., 5959.73470792775 rows/sec., 481.12 KiB/sec. | ||
13163 | 2024.05.29 21:24:08.630218 [ 3 ] {5bc0b47f-fc95-4158-aa60-fc82b0e138d2} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
13164 | 2024.05.29 21:24:08.630297 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
13165 | 2024.05.29 21:24:08.630939 [ 3 ] {5bc0b47f-fc95-4158-aa60-fc82b0e138d2} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13166 | 2024.05.29 21:24:08.631065 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_40_8} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13167 | 2024.05.29 21:24:08.631244 [ 3 ] {5bc0b47f-fc95-4158-aa60-fc82b0e138d2} <Debug> executeQuery: Read 174 rows, 15.16 KiB in 0.00474 sec., 36708.86075949367 rows/sec., 3.12 MiB/sec. | ||
13168 | 2024.05.29 21:24:08.631379 [ 189 ] {e4a6d863-6be0-4de9-a388-562a58f48c12::all_1_40_8} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
13169 | 2024.05.29 21:24:08.631655 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13170 | 2024.05.29 21:24:08.631776 [ 3 ] {5bc0b47f-fc95-4158-aa60-fc82b0e138d2} <Debug> DynamicQueryHandler: Done processing query | ||
13171 | 2024.05.29 21:24:08.631840 [ 3 ] {5bc0b47f-fc95-4158-aa60-fc82b0e138d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13172 | 2024.05.29 21:24:08.631899 [ 3 ] {} <Debug> HTTP-Session: b375b36e-5245-4b48-a84e-83309e23c792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13173 | 2024.05.29 21:24:08.632143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13174 | 2024.05.29 21:24:08.632197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13175 | 2024.05.29 21:24:08.632215 [ 3 ] {} <Debug> HTTP-Session: 0b54962b-9394-48a4-80bf-986c3dfda2f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13176 | 2024.05.29 21:24:08.632232 [ 3 ] {} <Debug> HTTP-Session: 0b54962b-9394-48a4-80bf-986c3dfda2f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13177 | 2024.05.29 21:24:08.632247 [ 3 ] {} <Debug> HTTP-Session: 0b54962b-9394-48a4-80bf-986c3dfda2f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13178 | 2024.05.29 21:24:08.632281 [ 3 ] {} <Trace> HTTP-Session: 0b54962b-9394-48a4-80bf-986c3dfda2f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13179 | 2024.05.29 21:24:08.632382 [ 3 ] {40234abc-2fba-4df1-a890-fbd7e82de560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13180 | 2024.05.29 21:24:08.632427 [ 3 ] {40234abc-2fba-4df1-a890-fbd7e82de560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13181 | 2024.05.29 21:24:08.632580 [ 3 ] {40234abc-2fba-4df1-a890-fbd7e82de560} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13182 | 2024.05.29 21:24:08.632854 [ 3 ] {40234abc-2fba-4df1-a890-fbd7e82de560} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13183 | 2024.05.29 21:24:08.632890 [ 3 ] {40234abc-2fba-4df1-a890-fbd7e82de560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13184 | 2024.05.29 21:24:08.633193 [ 3 ] {40234abc-2fba-4df1-a890-fbd7e82de560} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
13185 | 2024.05.29 21:24:08.633507 [ 3 ] {40234abc-2fba-4df1-a890-fbd7e82de560} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13186 | 2024.05.29 21:24:08.633662 [ 66 ] {} <Debug> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
13187 | 2024.05.29 21:24:08.633673 [ 3 ] {40234abc-2fba-4df1-a890-fbd7e82de560} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001307 sec., 1530.221882172915 rows/sec., 106.85 KiB/sec. | ||
13188 | 2024.05.29 21:24:08.633717 [ 66 ] {} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13189 | 2024.05.29 21:24:08.633788 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13190 | 2024.05.29 21:24:08.633996 [ 201 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
13191 | 2024.05.29 21:24:08.633997 [ 3 ] {40234abc-2fba-4df1-a890-fbd7e82de560} <Debug> DynamicQueryHandler: Done processing query | ||
13192 | 2024.05.29 21:24:08.634071 [ 3 ] {40234abc-2fba-4df1-a890-fbd7e82de560} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13193 | 2024.05.29 21:24:08.634104 [ 3 ] {} <Debug> HTTP-Session: 0b54962b-9394-48a4-80bf-986c3dfda2f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13194 | 2024.05.29 21:24:08.634211 [ 201 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13195 | 2024.05.29 21:24:08.634253 [ 201 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 17 rows starting from the beginning of the part | ||
13196 | 2024.05.29 21:24:08.634375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13197 | 2024.05.29 21:24:08.634444 [ 201 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
13198 | 2024.05.29 21:24:08.634555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13199 | 2024.05.29 21:24:08.634693 [ 3 ] {} <Debug> HTTP-Session: c28e6581-821c-49a6-a57c-a355c477068d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13200 | 2024.05.29 21:24:08.634751 [ 201 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 2 rows starting from the beginning of the part | ||
13201 | 2024.05.29 21:24:08.634773 [ 3 ] {} <Debug> HTTP-Session: c28e6581-821c-49a6-a57c-a355c477068d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13202 | 2024.05.29 21:24:08.634845 [ 3 ] {} <Debug> HTTP-Session: c28e6581-821c-49a6-a57c-a355c477068d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13203 | 2024.05.29 21:24:08.635029 [ 201 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part | ||
13204 | 2024.05.29 21:24:08.635034 [ 3 ] {} <Trace> HTTP-Session: c28e6581-821c-49a6-a57c-a355c477068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13205 | 2024.05.29 21:24:08.635308 [ 201 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part | ||
13206 | 2024.05.29 21:24:08.635563 [ 3 ] {91baff1e-1c6e-41b3-a5cf-3348e45d338e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13207 | 2024.05.29 21:24:08.635598 [ 201 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 2 rows starting from the beginning of the part | ||
13208 | 2024.05.29 21:24:08.635706 [ 3 ] {91baff1e-1c6e-41b3-a5cf-3348e45d338e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13209 | 2024.05.29 21:24:08.636412 [ 3 ] {91baff1e-1c6e-41b3-a5cf-3348e45d338e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13210 | 2024.05.29 21:24:08.637376 [ 3 ] {91baff1e-1c6e-41b3-a5cf-3348e45d338e} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13211 | 2024.05.29 21:24:08.637435 [ 3 ] {91baff1e-1c6e-41b3-a5cf-3348e45d338e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13212 | 2024.05.29 21:24:08.638212 [ 201 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.004313926 sec., 6258.799988687799 rows/sec., 431.92 KiB/sec. | ||
13213 | 2024.05.29 21:24:08.638337 [ 3 ] {91baff1e-1c6e-41b3-a5cf-3348e45d338e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
13214 | 2024.05.29 21:24:08.638382 [ 201 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
13215 | 2024.05.29 21:24:08.639111 [ 3 ] {91baff1e-1c6e-41b3-a5cf-3348e45d338e} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13216 | 2024.05.29 21:24:08.639190 [ 201 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_40_8} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13217 | 2024.05.29 21:24:08.639379 [ 201 ] {e82cc531-a10d-4f3b-bc53-300a09103b7a::all_1_40_8} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
13218 | 2024.05.29 21:24:08.639415 [ 3 ] {91baff1e-1c6e-41b3-a5cf-3348e45d338e} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.004087 sec., 25691.216050893072 rows/sec., 2.01 MiB/sec. | ||
13219 | 2024.05.29 21:24:08.639604 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13220 | 2024.05.29 21:24:08.639781 [ 3 ] {91baff1e-1c6e-41b3-a5cf-3348e45d338e} <Debug> DynamicQueryHandler: Done processing query | ||
13221 | 2024.05.29 21:24:08.639901 [ 3 ] {91baff1e-1c6e-41b3-a5cf-3348e45d338e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13222 | 2024.05.29 21:24:08.639917 [ 3 ] {} <Debug> HTTP-Session: c28e6581-821c-49a6-a57c-a355c477068d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13223 | 2024.05.29 21:24:08.640126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13224 | 2024.05.29 21:24:08.640175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13225 | 2024.05.29 21:24:08.640194 [ 3 ] {} <Debug> HTTP-Session: 547422fd-c762-40eb-934e-5137d3588b8e Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13226 | 2024.05.29 21:24:08.640210 [ 3 ] {} <Debug> HTTP-Session: 547422fd-c762-40eb-934e-5137d3588b8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13227 | 2024.05.29 21:24:08.640223 [ 3 ] {} <Debug> HTTP-Session: 547422fd-c762-40eb-934e-5137d3588b8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13228 | 2024.05.29 21:24:08.640255 [ 3 ] {} <Trace> HTTP-Session: 547422fd-c762-40eb-934e-5137d3588b8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13229 | 2024.05.29 21:24:08.640410 [ 3 ] {d2054056-2aec-4b90-a16b-fd761e828f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13230 | 2024.05.29 21:24:08.640457 [ 3 ] {d2054056-2aec-4b90-a16b-fd761e828f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13231 | 2024.05.29 21:24:08.640716 [ 3 ] {d2054056-2aec-4b90-a16b-fd761e828f1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13232 | 2024.05.29 21:24:08.641091 [ 3 ] {d2054056-2aec-4b90-a16b-fd761e828f1b} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13233 | 2024.05.29 21:24:08.641127 [ 3 ] {d2054056-2aec-4b90-a16b-fd761e828f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13234 | 2024.05.29 21:24:08.641529 [ 3 ] {d2054056-2aec-4b90-a16b-fd761e828f1b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13235 | 2024.05.29 21:24:08.641860 [ 3 ] {d2054056-2aec-4b90-a16b-fd761e828f1b} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13236 | 2024.05.29 21:24:08.642022 [ 3 ] {d2054056-2aec-4b90-a16b-fd761e828f1b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001683 sec., 95662.5074272133 rows/sec., 6.66 MiB/sec. | ||
13237 | 2024.05.29 21:24:08.642220 [ 3 ] {d2054056-2aec-4b90-a16b-fd761e828f1b} <Debug> DynamicQueryHandler: Done processing query | ||
13238 | 2024.05.29 21:24:08.642258 [ 3 ] {d2054056-2aec-4b90-a16b-fd761e828f1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13239 | 2024.05.29 21:24:08.642288 [ 3 ] {} <Debug> HTTP-Session: 547422fd-c762-40eb-934e-5137d3588b8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13240 | 2024.05.29 21:24:08.642477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 41747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13241 | 2024.05.29 21:24:08.642523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13242 | 2024.05.29 21:24:08.642541 [ 3 ] {} <Debug> HTTP-Session: 333f2e1b-cced-4ffa-af44-cdb34f96b5bf Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13243 | 2024.05.29 21:24:08.642557 [ 3 ] {} <Debug> HTTP-Session: 333f2e1b-cced-4ffa-af44-cdb34f96b5bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13244 | 2024.05.29 21:24:08.642570 [ 3 ] {} <Debug> HTTP-Session: 333f2e1b-cced-4ffa-af44-cdb34f96b5bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13245 | 2024.05.29 21:24:08.642601 [ 3 ] {} <Trace> HTTP-Session: 333f2e1b-cced-4ffa-af44-cdb34f96b5bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13246 | 2024.05.29 21:24:08.642887 [ 3 ] {d1528595-1093-4671-8ea4-26c893c23e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13247 | 2024.05.29 21:24:08.642933 [ 3 ] {d1528595-1093-4671-8ea4-26c893c23e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13248 | 2024.05.29 21:24:08.643092 [ 3 ] {d1528595-1093-4671-8ea4-26c893c23e47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13249 | 2024.05.29 21:24:08.643655 [ 3 ] {d1528595-1093-4671-8ea4-26c893c23e47} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13250 | 2024.05.29 21:24:08.643690 [ 3 ] {d1528595-1093-4671-8ea4-26c893c23e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13251 | 2024.05.29 21:24:08.644117 [ 3 ] {d1528595-1093-4671-8ea4-26c893c23e47} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
13252 | 2024.05.29 21:24:08.644449 [ 3 ] {d1528595-1093-4671-8ea4-26c893c23e47} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13253 | 2024.05.29 21:24:08.644606 [ 3 ] {d1528595-1093-4671-8ea4-26c893c23e47} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.001915 sec., 20365.535248041775 rows/sec., 27.48 MiB/sec. | ||
13254 | 2024.05.29 21:24:08.644776 [ 3 ] {d1528595-1093-4671-8ea4-26c893c23e47} <Debug> DynamicQueryHandler: Done processing query | ||
13255 | 2024.05.29 21:24:08.644799 [ 3 ] {d1528595-1093-4671-8ea4-26c893c23e47} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
13256 | 2024.05.29 21:24:08.644814 [ 3 ] {} <Debug> HTTP-Session: 333f2e1b-cced-4ffa-af44-cdb34f96b5bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13257 | 2024.05.29 21:24:08.644950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13258 | 2024.05.29 21:24:08.644997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13259 | 2024.05.29 21:24:08.645015 [ 3 ] {} <Debug> HTTP-Session: 0ce93f11-5234-4c06-90cc-8e4a6ceafec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13260 | 2024.05.29 21:24:08.645031 [ 3 ] {} <Debug> HTTP-Session: 0ce93f11-5234-4c06-90cc-8e4a6ceafec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13261 | 2024.05.29 21:24:08.645044 [ 3 ] {} <Debug> HTTP-Session: 0ce93f11-5234-4c06-90cc-8e4a6ceafec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13262 | 2024.05.29 21:24:08.645074 [ 3 ] {} <Trace> HTTP-Session: 0ce93f11-5234-4c06-90cc-8e4a6ceafec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13263 | 2024.05.29 21:24:08.645186 [ 3 ] {7b879ad4-0172-4e94-b729-6772f638d756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13264 | 2024.05.29 21:24:08.645230 [ 3 ] {7b879ad4-0172-4e94-b729-6772f638d756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13265 | 2024.05.29 21:24:08.645356 [ 3 ] {7b879ad4-0172-4e94-b729-6772f638d756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13266 | 2024.05.29 21:24:08.645630 [ 3 ] {7b879ad4-0172-4e94-b729-6772f638d756} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13267 | 2024.05.29 21:24:08.645666 [ 3 ] {7b879ad4-0172-4e94-b729-6772f638d756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13268 | 2024.05.29 21:24:08.646039 [ 3 ] {7b879ad4-0172-4e94-b729-6772f638d756} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13269 | 2024.05.29 21:24:08.646354 [ 3 ] {7b879ad4-0172-4e94-b729-6772f638d756} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13270 | 2024.05.29 21:24:08.646513 [ 3 ] {7b879ad4-0172-4e94-b729-6772f638d756} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
13271 | 2024.05.29 21:24:08.646677 [ 3 ] {7b879ad4-0172-4e94-b729-6772f638d756} <Debug> DynamicQueryHandler: Done processing query | ||
13272 | 2024.05.29 21:24:08.646699 [ 3 ] {7b879ad4-0172-4e94-b729-6772f638d756} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13273 | 2024.05.29 21:24:08.646714 [ 3 ] {} <Debug> HTTP-Session: 0ce93f11-5234-4c06-90cc-8e4a6ceafec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13274 | 2024.05.29 21:24:13.623071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13275 | 2024.05.29 21:24:13.623202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13276 | 2024.05.29 21:24:13.623228 [ 3 ] {} <Debug> HTTP-Session: da2c0a40-d92c-42ec-8f1b-5b4799d2bc02 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13277 | 2024.05.29 21:24:13.623252 [ 3 ] {} <Debug> HTTP-Session: da2c0a40-d92c-42ec-8f1b-5b4799d2bc02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13278 | 2024.05.29 21:24:13.623265 [ 3 ] {} <Debug> HTTP-Session: da2c0a40-d92c-42ec-8f1b-5b4799d2bc02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13279 | 2024.05.29 21:24:13.623317 [ 3 ] {} <Trace> HTTP-Session: da2c0a40-d92c-42ec-8f1b-5b4799d2bc02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13280 | 2024.05.29 21:24:13.623512 [ 3 ] {1991aa22-cd20-4852-88a9-f8cdd35a9fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13281 | 2024.05.29 21:24:13.623581 [ 3 ] {1991aa22-cd20-4852-88a9-f8cdd35a9fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13282 | 2024.05.29 21:24:13.623774 [ 3 ] {1991aa22-cd20-4852-88a9-f8cdd35a9fc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13283 | 2024.05.29 21:24:13.624217 [ 3 ] {1991aa22-cd20-4852-88a9-f8cdd35a9fc2} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13284 | 2024.05.29 21:24:13.624265 [ 3 ] {1991aa22-cd20-4852-88a9-f8cdd35a9fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13285 | 2024.05.29 21:24:13.624644 [ 3 ] {1991aa22-cd20-4852-88a9-f8cdd35a9fc2} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
13286 | 2024.05.29 21:24:13.624978 [ 3 ] {1991aa22-cd20-4852-88a9-f8cdd35a9fc2} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13287 | 2024.05.29 21:24:13.625141 [ 3 ] {1991aa22-cd20-4852-88a9-f8cdd35a9fc2} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001685 sec., 8902.077151335312 rows/sec., 721.56 KiB/sec. | ||
13288 | 2024.05.29 21:24:13.625373 [ 3 ] {1991aa22-cd20-4852-88a9-f8cdd35a9fc2} <Debug> DynamicQueryHandler: Done processing query | ||
13289 | 2024.05.29 21:24:13.625399 [ 3 ] {1991aa22-cd20-4852-88a9-f8cdd35a9fc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13290 | 2024.05.29 21:24:13.625415 [ 3 ] {} <Debug> HTTP-Session: da2c0a40-d92c-42ec-8f1b-5b4799d2bc02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13291 | 2024.05.29 21:24:13.625607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14589, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13292 | 2024.05.29 21:24:13.625661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13293 | 2024.05.29 21:24:13.625680 [ 3 ] {} <Debug> HTTP-Session: 7f8a8bc5-2efc-4dc2-9a9b-06ab256afb08 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13294 | 2024.05.29 21:24:13.625699 [ 3 ] {} <Debug> HTTP-Session: 7f8a8bc5-2efc-4dc2-9a9b-06ab256afb08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13295 | 2024.05.29 21:24:13.625713 [ 3 ] {} <Debug> HTTP-Session: 7f8a8bc5-2efc-4dc2-9a9b-06ab256afb08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13296 | 2024.05.29 21:24:13.625748 [ 3 ] {} <Trace> HTTP-Session: 7f8a8bc5-2efc-4dc2-9a9b-06ab256afb08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13297 | 2024.05.29 21:24:13.625882 [ 3 ] {614a0477-98cc-4ee3-b805-674a4038e070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13298 | 2024.05.29 21:24:13.625931 [ 3 ] {614a0477-98cc-4ee3-b805-674a4038e070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13299 | 2024.05.29 21:24:13.626075 [ 3 ] {614a0477-98cc-4ee3-b805-674a4038e070} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13300 | 2024.05.29 21:24:13.626448 [ 3 ] {614a0477-98cc-4ee3-b805-674a4038e070} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13301 | 2024.05.29 21:24:13.626486 [ 3 ] {614a0477-98cc-4ee3-b805-674a4038e070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13302 | 2024.05.29 21:24:13.626818 [ 3 ] {614a0477-98cc-4ee3-b805-674a4038e070} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
13303 | 2024.05.29 21:24:13.627138 [ 3 ] {614a0477-98cc-4ee3-b805-674a4038e070} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13304 | 2024.05.29 21:24:13.627283 [ 3 ] {614a0477-98cc-4ee3-b805-674a4038e070} <Debug> executeQuery: Read 101 rows, 8.44 KiB in 0.001451 sec., 69607.16747070986 rows/sec., 5.68 MiB/sec. | ||
13305 | 2024.05.29 21:24:13.627571 [ 3 ] {614a0477-98cc-4ee3-b805-674a4038e070} <Debug> DynamicQueryHandler: Done processing query | ||
13306 | 2024.05.29 21:24:13.627637 [ 3 ] {614a0477-98cc-4ee3-b805-674a4038e070} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13307 | 2024.05.29 21:24:13.627702 [ 3 ] {} <Debug> HTTP-Session: 7f8a8bc5-2efc-4dc2-9a9b-06ab256afb08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13308 | 2024.05.29 21:24:13.627940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13421, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13309 | 2024.05.29 21:24:13.628017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13310 | 2024.05.29 21:24:13.628049 [ 3 ] {} <Debug> HTTP-Session: 1d619f87-a896-4b0f-b4f8-820ae41f3f99 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13311 | 2024.05.29 21:24:13.628074 [ 3 ] {} <Debug> HTTP-Session: 1d619f87-a896-4b0f-b4f8-820ae41f3f99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13312 | 2024.05.29 21:24:13.628096 [ 3 ] {} <Debug> HTTP-Session: 1d619f87-a896-4b0f-b4f8-820ae41f3f99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13313 | 2024.05.29 21:24:13.628141 [ 3 ] {} <Trace> HTTP-Session: 1d619f87-a896-4b0f-b4f8-820ae41f3f99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13314 | 2024.05.29 21:24:13.628317 [ 3 ] {41292346-4fd9-45cd-9bd8-f284bea66900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13315 | 2024.05.29 21:24:13.628383 [ 3 ] {41292346-4fd9-45cd-9bd8-f284bea66900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13316 | 2024.05.29 21:24:13.628570 [ 3 ] {41292346-4fd9-45cd-9bd8-f284bea66900} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13317 | 2024.05.29 21:24:13.628933 [ 3 ] {41292346-4fd9-45cd-9bd8-f284bea66900} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13318 | 2024.05.29 21:24:13.628977 [ 3 ] {41292346-4fd9-45cd-9bd8-f284bea66900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13319 | 2024.05.29 21:24:13.629300 [ 3 ] {41292346-4fd9-45cd-9bd8-f284bea66900} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
13320 | 2024.05.29 21:24:13.629606 [ 3 ] {41292346-4fd9-45cd-9bd8-f284bea66900} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13321 | 2024.05.29 21:24:13.629752 [ 3 ] {41292346-4fd9-45cd-9bd8-f284bea66900} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001503 sec., 52561.54357950765 rows/sec., 4.10 MiB/sec. | ||
13322 | 2024.05.29 21:24:13.629992 [ 3 ] {41292346-4fd9-45cd-9bd8-f284bea66900} <Debug> DynamicQueryHandler: Done processing query | ||
13323 | 2024.05.29 21:24:13.630027 [ 3 ] {41292346-4fd9-45cd-9bd8-f284bea66900} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13324 | 2024.05.29 21:24:13.630089 [ 3 ] {} <Debug> HTTP-Session: 1d619f87-a896-4b0f-b4f8-820ae41f3f99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13325 | 2024.05.29 21:24:13.630330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13326 | 2024.05.29 21:24:13.630383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13327 | 2024.05.29 21:24:13.630402 [ 3 ] {} <Debug> HTTP-Session: 2c0bd01b-241c-4b12-a043-0ebd54a014cc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13328 | 2024.05.29 21:24:13.630420 [ 3 ] {} <Debug> HTTP-Session: 2c0bd01b-241c-4b12-a043-0ebd54a014cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13329 | 2024.05.29 21:24:13.630435 [ 3 ] {} <Debug> HTTP-Session: 2c0bd01b-241c-4b12-a043-0ebd54a014cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13330 | 2024.05.29 21:24:13.630470 [ 3 ] {} <Trace> HTTP-Session: 2c0bd01b-241c-4b12-a043-0ebd54a014cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13331 | 2024.05.29 21:24:13.630624 [ 3 ] {a2b3a539-e217-4aad-8db1-e949fca8cdc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13332 | 2024.05.29 21:24:13.630674 [ 3 ] {a2b3a539-e217-4aad-8db1-e949fca8cdc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13333 | 2024.05.29 21:24:13.630838 [ 3 ] {a2b3a539-e217-4aad-8db1-e949fca8cdc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13334 | 2024.05.29 21:24:13.631240 [ 3 ] {a2b3a539-e217-4aad-8db1-e949fca8cdc4} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13335 | 2024.05.29 21:24:13.631276 [ 3 ] {a2b3a539-e217-4aad-8db1-e949fca8cdc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13336 | 2024.05.29 21:24:13.631676 [ 3 ] {a2b3a539-e217-4aad-8db1-e949fca8cdc4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
13337 | 2024.05.29 21:24:13.632004 [ 3 ] {a2b3a539-e217-4aad-8db1-e949fca8cdc4} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13338 | 2024.05.29 21:24:13.632156 [ 3 ] {a2b3a539-e217-4aad-8db1-e949fca8cdc4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
13339 | 2024.05.29 21:24:13.632178 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
13340 | 2024.05.29 21:24:13.632282 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13341 | 2024.05.29 21:24:13.632315 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13342 | 2024.05.29 21:24:13.632401 [ 3 ] {a2b3a539-e217-4aad-8db1-e949fca8cdc4} <Debug> DynamicQueryHandler: Done processing query | ||
13343 | 2024.05.29 21:24:13.632466 [ 3 ] {a2b3a539-e217-4aad-8db1-e949fca8cdc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13344 | 2024.05.29 21:24:13.632513 [ 3 ] {} <Debug> HTTP-Session: 2c0bd01b-241c-4b12-a043-0ebd54a014cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13345 | 2024.05.29 21:24:13.632558 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::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 | ||
13346 | 2024.05.29 21:24:13.632704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 16090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13347 | 2024.05.29 21:24:13.632813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13348 | 2024.05.29 21:24:13.632880 [ 3 ] {} <Debug> HTTP-Session: 607e5aab-aa09-408e-bfa8-5f9364cd0655 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13349 | 2024.05.29 21:24:13.632889 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13350 | 2024.05.29 21:24:13.632907 [ 3 ] {} <Debug> HTTP-Session: 607e5aab-aa09-408e-bfa8-5f9364cd0655 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13351 | 2024.05.29 21:24:13.632951 [ 3 ] {} <Debug> HTTP-Session: 607e5aab-aa09-408e-bfa8-5f9364cd0655 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13352 | 2024.05.29 21:24:13.632967 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 11257 rows starting from the beginning of the part | ||
13353 | 2024.05.29 21:24:13.633030 [ 3 ] {} <Trace> HTTP-Session: 607e5aab-aa09-408e-bfa8-5f9364cd0655 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13354 | 2024.05.29 21:24:13.633201 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
13355 | 2024.05.29 21:24:13.633333 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
13356 | 2024.05.29 21:24:13.633622 [ 3 ] {edd45bf7-164a-4dbe-94ce-018d1481a7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13357 | 2024.05.29 21:24:13.633759 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 197 rows starting from the beginning of the part | ||
13358 | 2024.05.29 21:24:13.633823 [ 3 ] {edd45bf7-164a-4dbe-94ce-018d1481a7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13359 | 2024.05.29 21:24:13.634003 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 161 rows starting from the beginning of the part | ||
13360 | 2024.05.29 21:24:13.634368 [ 200 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
13361 | 2024.05.29 21:24:13.635141 [ 3 ] {edd45bf7-164a-4dbe-94ce-018d1481a7f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13362 | 2024.05.29 21:24:13.635713 [ 3 ] {edd45bf7-164a-4dbe-94ce-018d1481a7f0} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13363 | 2024.05.29 21:24:13.635753 [ 3 ] {edd45bf7-164a-4dbe-94ce-018d1481a7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13364 | 2024.05.29 21:24:13.636570 [ 3 ] {edd45bf7-164a-4dbe-94ce-018d1481a7f0} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
13365 | 2024.05.29 21:24:13.637521 [ 3 ] {edd45bf7-164a-4dbe-94ce-018d1481a7f0} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13366 | 2024.05.29 21:24:13.637699 [ 3 ] {edd45bf7-164a-4dbe-94ce-018d1481a7f0} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.00445 sec., 3370.7865168539324 rows/sec., 4.55 MiB/sec. | ||
13367 | 2024.05.29 21:24:13.638110 [ 3 ] {edd45bf7-164a-4dbe-94ce-018d1481a7f0} <Debug> DynamicQueryHandler: Done processing query | ||
13368 | 2024.05.29 21:24:13.638155 [ 3 ] {edd45bf7-164a-4dbe-94ce-018d1481a7f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13369 | 2024.05.29 21:24:13.638191 [ 3 ] {} <Debug> HTTP-Session: 607e5aab-aa09-408e-bfa8-5f9364cd0655 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13370 | 2024.05.29 21:24:13.638436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13371 | 2024.05.29 21:24:13.638494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13372 | 2024.05.29 21:24:13.638513 [ 3 ] {} <Debug> HTTP-Session: 213c0f1b-5b0c-496a-a072-666d56117be1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13373 | 2024.05.29 21:24:13.638531 [ 3 ] {} <Debug> HTTP-Session: 213c0f1b-5b0c-496a-a072-666d56117be1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13374 | 2024.05.29 21:24:13.638545 [ 3 ] {} <Debug> HTTP-Session: 213c0f1b-5b0c-496a-a072-666d56117be1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13375 | 2024.05.29 21:24:13.638582 [ 3 ] {} <Trace> HTTP-Session: 213c0f1b-5b0c-496a-a072-666d56117be1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13376 | 2024.05.29 21:24:13.638721 [ 3 ] {9741ebc1-b06f-4d63-bbe8-a30f78efbea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13377 | 2024.05.29 21:24:13.638771 [ 3 ] {9741ebc1-b06f-4d63-bbe8-a30f78efbea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13378 | 2024.05.29 21:24:13.638993 [ 3 ] {9741ebc1-b06f-4d63-bbe8-a30f78efbea4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13379 | 2024.05.29 21:24:13.639294 [ 3 ] {9741ebc1-b06f-4d63-bbe8-a30f78efbea4} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13380 | 2024.05.29 21:24:13.639339 [ 3 ] {9741ebc1-b06f-4d63-bbe8-a30f78efbea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13381 | 2024.05.29 21:24:13.639979 [ 3 ] {9741ebc1-b06f-4d63-bbe8-a30f78efbea4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
13382 | 2024.05.29 21:24:13.640151 [ 190 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12095 rows, containing 5 columns (5 merged, 0 gathered) in 0.007734481 sec., 1563776.5481614086 rows/sec., 109.08 MiB/sec. | ||
13383 | 2024.05.29 21:24:13.640427 [ 3 ] {9741ebc1-b06f-4d63-bbe8-a30f78efbea4} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13384 | 2024.05.29 21:24:13.640492 [ 190 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
13385 | 2024.05.29 21:24:13.640638 [ 59 ] {} <Debug> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
13386 | 2024.05.29 21:24:13.640684 [ 3 ] {9741ebc1-b06f-4d63-bbe8-a30f78efbea4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002009 sec., 29865.604778496767 rows/sec., 2.01 MiB/sec. | ||
13387 | 2024.05.29 21:24:13.640747 [ 59 ] {} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13388 | 2024.05.29 21:24:13.640845 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13389 | 2024.05.29 21:24:13.641210 [ 3 ] {9741ebc1-b06f-4d63-bbe8-a30f78efbea4} <Debug> DynamicQueryHandler: Done processing query | ||
13390 | 2024.05.29 21:24:13.641313 [ 3 ] {9741ebc1-b06f-4d63-bbe8-a30f78efbea4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13391 | 2024.05.29 21:24:13.641416 [ 3 ] {} <Debug> HTTP-Session: 213c0f1b-5b0c-496a-a072-666d56117be1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13392 | 2024.05.29 21:24:13.641645 [ 195 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
13393 | 2024.05.29 21:24:13.641913 [ 190 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13394 | 2024.05.29 21:24:13.641942 [ 195 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13395 | 2024.05.29 21:24:13.642024 [ 195 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3972 rows starting from the beginning of the part | ||
13396 | 2024.05.29 21:24:13.642069 [ 190 ] {87faf0cf-442b-40ae-aae3-c092ef944174::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
13397 | 2024.05.29 21:24:13.642308 [ 195 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
13398 | 2024.05.29 21:24:13.642336 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.56 MiB. | ||
13399 | 2024.05.29 21:24:13.642479 [ 195 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
13400 | 2024.05.29 21:24:13.642646 [ 195 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
13401 | 2024.05.29 21:24:13.642764 [ 195 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
13402 | 2024.05.29 21:24:13.642948 [ 195 ] {74ff589d-1a01-490d-9960-7a12b8676585::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 | ||
13403 | 2024.05.29 21:24:13.644956 [ 188 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4272 rows, containing 4 columns (4 merged, 0 gathered) in 0.003898592 sec., 1095780.220141015 rows/sec., 73.67 MiB/sec. | ||
13404 | 2024.05.29 21:24:13.645282 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
13405 | 2024.05.29 21:24:13.645660 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_81_16} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13406 | 2024.05.29 21:24:13.645735 [ 190 ] {74ff589d-1a01-490d-9960-7a12b8676585::all_1_81_16} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
13407 | 2024.05.29 21:24:13.645829 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
13408 | 2024.05.29 21:24:18.621221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 5648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13409 | 2024.05.29 21:24:18.621361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13410 | 2024.05.29 21:24:18.621389 [ 3 ] {} <Debug> HTTP-Session: 1e7c11f8-19c1-4c4a-989f-964c7560b988 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13411 | 2024.05.29 21:24:18.621417 [ 3 ] {} <Debug> HTTP-Session: 1e7c11f8-19c1-4c4a-989f-964c7560b988 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13412 | 2024.05.29 21:24:18.621435 [ 3 ] {} <Debug> HTTP-Session: 1e7c11f8-19c1-4c4a-989f-964c7560b988 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13413 | 2024.05.29 21:24:18.621492 [ 3 ] {} <Trace> HTTP-Session: 1e7c11f8-19c1-4c4a-989f-964c7560b988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13414 | 2024.05.29 21:24:18.621711 [ 3 ] {6ab61f1e-d541-42f9-9269-0ab72af2da3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13415 | 2024.05.29 21:24:18.621786 [ 3 ] {6ab61f1e-d541-42f9-9269-0ab72af2da3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13416 | 2024.05.29 21:24:18.621978 [ 3 ] {6ab61f1e-d541-42f9-9269-0ab72af2da3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13417 | 2024.05.29 21:24:18.622349 [ 3 ] {6ab61f1e-d541-42f9-9269-0ab72af2da3b} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13418 | 2024.05.29 21:24:18.622389 [ 3 ] {6ab61f1e-d541-42f9-9269-0ab72af2da3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13419 | 2024.05.29 21:24:18.622753 [ 3 ] {6ab61f1e-d541-42f9-9269-0ab72af2da3b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
13420 | 2024.05.29 21:24:18.623086 [ 3 ] {6ab61f1e-d541-42f9-9269-0ab72af2da3b} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13421 | 2024.05.29 21:24:18.623268 [ 3 ] {6ab61f1e-d541-42f9-9269-0ab72af2da3b} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001626 sec., 23985.239852398525 rows/sec., 1.90 MiB/sec. | ||
13422 | 2024.05.29 21:24:18.623512 [ 3 ] {6ab61f1e-d541-42f9-9269-0ab72af2da3b} <Debug> DynamicQueryHandler: Done processing query | ||
13423 | 2024.05.29 21:24:18.623550 [ 3 ] {6ab61f1e-d541-42f9-9269-0ab72af2da3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13424 | 2024.05.29 21:24:18.623606 [ 3 ] {} <Debug> HTTP-Session: 1e7c11f8-19c1-4c4a-989f-964c7560b988 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13425 | 2024.05.29 21:24:18.623828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13426 | 2024.05.29 21:24:18.623882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13427 | 2024.05.29 21:24:18.623901 [ 3 ] {} <Debug> HTTP-Session: b7404abb-0ae1-4448-b9bd-a7c63ff83468 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13428 | 2024.05.29 21:24:18.623918 [ 3 ] {} <Debug> HTTP-Session: b7404abb-0ae1-4448-b9bd-a7c63ff83468 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13429 | 2024.05.29 21:24:18.623931 [ 3 ] {} <Debug> HTTP-Session: b7404abb-0ae1-4448-b9bd-a7c63ff83468 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13430 | 2024.05.29 21:24:18.623964 [ 3 ] {} <Trace> HTTP-Session: b7404abb-0ae1-4448-b9bd-a7c63ff83468 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13431 | 2024.05.29 21:24:18.624062 [ 3 ] {58e1649f-164b-4ea8-9312-d9e9cbc57432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13432 | 2024.05.29 21:24:18.624104 [ 3 ] {58e1649f-164b-4ea8-9312-d9e9cbc57432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13433 | 2024.05.29 21:24:18.624246 [ 3 ] {58e1649f-164b-4ea8-9312-d9e9cbc57432} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13434 | 2024.05.29 21:24:18.624505 [ 3 ] {58e1649f-164b-4ea8-9312-d9e9cbc57432} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13435 | 2024.05.29 21:24:18.624541 [ 3 ] {58e1649f-164b-4ea8-9312-d9e9cbc57432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13436 | 2024.05.29 21:24:18.624839 [ 3 ] {58e1649f-164b-4ea8-9312-d9e9cbc57432} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
13437 | 2024.05.29 21:24:18.625161 [ 3 ] {58e1649f-164b-4ea8-9312-d9e9cbc57432} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13438 | 2024.05.29 21:24:18.625310 [ 3 ] {58e1649f-164b-4ea8-9312-d9e9cbc57432} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00127 sec., 3149.606299212598 rows/sec., 256.83 KiB/sec. | ||
13439 | 2024.05.29 21:24:18.625581 [ 3 ] {58e1649f-164b-4ea8-9312-d9e9cbc57432} <Debug> DynamicQueryHandler: Done processing query | ||
13440 | 2024.05.29 21:24:18.625633 [ 3 ] {58e1649f-164b-4ea8-9312-d9e9cbc57432} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13441 | 2024.05.29 21:24:18.625662 [ 3 ] {} <Debug> HTTP-Session: b7404abb-0ae1-4448-b9bd-a7c63ff83468 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13442 | 2024.05.29 21:24:18.625832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 25878, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13443 | 2024.05.29 21:24:18.625881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13444 | 2024.05.29 21:24:18.625899 [ 3 ] {} <Debug> HTTP-Session: 9e21b068-8ccf-4626-98c5-5996f7d4de6f Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13445 | 2024.05.29 21:24:18.625915 [ 3 ] {} <Debug> HTTP-Session: 9e21b068-8ccf-4626-98c5-5996f7d4de6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13446 | 2024.05.29 21:24:18.625928 [ 3 ] {} <Debug> HTTP-Session: 9e21b068-8ccf-4626-98c5-5996f7d4de6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13447 | 2024.05.29 21:24:18.625959 [ 3 ] {} <Trace> HTTP-Session: 9e21b068-8ccf-4626-98c5-5996f7d4de6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13448 | 2024.05.29 21:24:18.626100 [ 3 ] {66277323-d35e-417a-9d4f-24c06549a722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13449 | 2024.05.29 21:24:18.626142 [ 3 ] {66277323-d35e-417a-9d4f-24c06549a722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13450 | 2024.05.29 21:24:18.626284 [ 3 ] {66277323-d35e-417a-9d4f-24c06549a722} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13451 | 2024.05.29 21:24:18.626639 [ 3 ] {66277323-d35e-417a-9d4f-24c06549a722} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13452 | 2024.05.29 21:24:18.626676 [ 3 ] {66277323-d35e-417a-9d4f-24c06549a722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13453 | 2024.05.29 21:24:18.627001 [ 3 ] {66277323-d35e-417a-9d4f-24c06549a722} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
13454 | 2024.05.29 21:24:18.627297 [ 3 ] {66277323-d35e-417a-9d4f-24c06549a722} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13455 | 2024.05.29 21:24:18.627461 [ 3 ] {66277323-d35e-417a-9d4f-24c06549a722} <Debug> executeQuery: Read 175 rows, 15.23 KiB in 0.001422 sec., 123066.1040787623 rows/sec., 10.46 MiB/sec. | ||
13456 | 2024.05.29 21:24:18.627705 [ 3 ] {66277323-d35e-417a-9d4f-24c06549a722} <Debug> DynamicQueryHandler: Done processing query | ||
13457 | 2024.05.29 21:24:18.627760 [ 3 ] {66277323-d35e-417a-9d4f-24c06549a722} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13458 | 2024.05.29 21:24:18.627827 [ 3 ] {} <Debug> HTTP-Session: 9e21b068-8ccf-4626-98c5-5996f7d4de6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13459 | 2024.05.29 21:24:18.628008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13460 | 2024.05.29 21:24:18.628058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13461 | 2024.05.29 21:24:18.628076 [ 3 ] {} <Debug> HTTP-Session: a8f03070-8341-44c0-9889-8d7c729220f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13462 | 2024.05.29 21:24:18.628093 [ 3 ] {} <Debug> HTTP-Session: a8f03070-8341-44c0-9889-8d7c729220f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13463 | 2024.05.29 21:24:18.628106 [ 3 ] {} <Debug> HTTP-Session: a8f03070-8341-44c0-9889-8d7c729220f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13464 | 2024.05.29 21:24:18.628137 [ 3 ] {} <Trace> HTTP-Session: a8f03070-8341-44c0-9889-8d7c729220f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13465 | 2024.05.29 21:24:18.628234 [ 3 ] {5f2f496f-09ca-4d5a-9677-b104b027103b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13466 | 2024.05.29 21:24:18.628276 [ 3 ] {5f2f496f-09ca-4d5a-9677-b104b027103b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13467 | 2024.05.29 21:24:18.628418 [ 3 ] {5f2f496f-09ca-4d5a-9677-b104b027103b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13468 | 2024.05.29 21:24:18.628665 [ 3 ] {5f2f496f-09ca-4d5a-9677-b104b027103b} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13469 | 2024.05.29 21:24:18.628701 [ 3 ] {5f2f496f-09ca-4d5a-9677-b104b027103b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13470 | 2024.05.29 21:24:18.628993 [ 3 ] {5f2f496f-09ca-4d5a-9677-b104b027103b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
13471 | 2024.05.29 21:24:18.629282 [ 3 ] {5f2f496f-09ca-4d5a-9677-b104b027103b} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13472 | 2024.05.29 21:24:18.629432 [ 3 ] {5f2f496f-09ca-4d5a-9677-b104b027103b} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001223 sec., 3270.645952575634 rows/sec., 228.37 KiB/sec. | ||
13473 | 2024.05.29 21:24:18.629606 [ 3 ] {5f2f496f-09ca-4d5a-9677-b104b027103b} <Debug> DynamicQueryHandler: Done processing query | ||
13474 | 2024.05.29 21:24:18.629634 [ 3 ] {5f2f496f-09ca-4d5a-9677-b104b027103b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13475 | 2024.05.29 21:24:18.629650 [ 3 ] {} <Debug> HTTP-Session: a8f03070-8341-44c0-9889-8d7c729220f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13476 | 2024.05.29 21:24:18.629780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 18177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13477 | 2024.05.29 21:24:18.629827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13478 | 2024.05.29 21:24:18.629845 [ 3 ] {} <Debug> HTTP-Session: 5c7c63e9-1ccc-4e2e-a413-1379d5d1b0e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13479 | 2024.05.29 21:24:18.629861 [ 3 ] {} <Debug> HTTP-Session: 5c7c63e9-1ccc-4e2e-a413-1379d5d1b0e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13480 | 2024.05.29 21:24:18.629875 [ 3 ] {} <Debug> HTTP-Session: 5c7c63e9-1ccc-4e2e-a413-1379d5d1b0e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13481 | 2024.05.29 21:24:18.629905 [ 3 ] {} <Trace> HTTP-Session: 5c7c63e9-1ccc-4e2e-a413-1379d5d1b0e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13482 | 2024.05.29 21:24:18.630020 [ 3 ] {c9730021-d1e7-4711-843d-b7696948c94d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13483 | 2024.05.29 21:24:18.630062 [ 3 ] {c9730021-d1e7-4711-843d-b7696948c94d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13484 | 2024.05.29 21:24:18.630184 [ 3 ] {c9730021-d1e7-4711-843d-b7696948c94d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13485 | 2024.05.29 21:24:18.630506 [ 3 ] {c9730021-d1e7-4711-843d-b7696948c94d} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13486 | 2024.05.29 21:24:18.630543 [ 3 ] {c9730021-d1e7-4711-843d-b7696948c94d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13487 | 2024.05.29 21:24:18.630868 [ 3 ] {c9730021-d1e7-4711-843d-b7696948c94d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
13488 | 2024.05.29 21:24:18.631162 [ 3 ] {c9730021-d1e7-4711-843d-b7696948c94d} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13489 | 2024.05.29 21:24:18.631326 [ 3 ] {c9730021-d1e7-4711-843d-b7696948c94d} <Debug> executeQuery: Read 107 rows, 8.56 KiB in 0.001339 sec., 79910.38088125468 rows/sec., 6.25 MiB/sec. | ||
13490 | 2024.05.29 21:24:18.631472 [ 3 ] {c9730021-d1e7-4711-843d-b7696948c94d} <Debug> DynamicQueryHandler: Done processing query | ||
13491 | 2024.05.29 21:24:18.631496 [ 3 ] {c9730021-d1e7-4711-843d-b7696948c94d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13492 | 2024.05.29 21:24:18.631512 [ 3 ] {} <Debug> HTTP-Session: 5c7c63e9-1ccc-4e2e-a413-1379d5d1b0e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13493 | 2024.05.29 21:24:18.631668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13494 | 2024.05.29 21:24:18.631715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13495 | 2024.05.29 21:24:18.631735 [ 3 ] {} <Debug> HTTP-Session: 20d04738-6dfd-49ce-a383-69703adf1f38 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13496 | 2024.05.29 21:24:18.631751 [ 3 ] {} <Debug> HTTP-Session: 20d04738-6dfd-49ce-a383-69703adf1f38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13497 | 2024.05.29 21:24:18.631764 [ 3 ] {} <Debug> HTTP-Session: 20d04738-6dfd-49ce-a383-69703adf1f38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13498 | 2024.05.29 21:24:18.631801 [ 3 ] {} <Trace> HTTP-Session: 20d04738-6dfd-49ce-a383-69703adf1f38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13499 | 2024.05.29 21:24:18.631947 [ 3 ] {8e0fbb6a-8d34-4a99-8cf5-df4b117f1eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13500 | 2024.05.29 21:24:18.631993 [ 3 ] {8e0fbb6a-8d34-4a99-8cf5-df4b117f1eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13501 | 2024.05.29 21:24:18.632134 [ 3 ] {8e0fbb6a-8d34-4a99-8cf5-df4b117f1eae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13502 | 2024.05.29 21:24:18.632475 [ 3 ] {8e0fbb6a-8d34-4a99-8cf5-df4b117f1eae} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13503 | 2024.05.29 21:24:18.632510 [ 3 ] {8e0fbb6a-8d34-4a99-8cf5-df4b117f1eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13504 | 2024.05.29 21:24:18.632916 [ 3 ] {8e0fbb6a-8d34-4a99-8cf5-df4b117f1eae} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
13505 | 2024.05.29 21:24:18.633243 [ 3 ] {8e0fbb6a-8d34-4a99-8cf5-df4b117f1eae} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13506 | 2024.05.29 21:24:18.633367 [ 3 ] {8e0fbb6a-8d34-4a99-8cf5-df4b117f1eae} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001488 sec., 108870.96774193548 rows/sec., 7.58 MiB/sec. | ||
13507 | 2024.05.29 21:24:18.633599 [ 3 ] {8e0fbb6a-8d34-4a99-8cf5-df4b117f1eae} <Debug> DynamicQueryHandler: Done processing query | ||
13508 | 2024.05.29 21:24:18.633624 [ 3 ] {8e0fbb6a-8d34-4a99-8cf5-df4b117f1eae} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13509 | 2024.05.29 21:24:18.633640 [ 3 ] {} <Debug> HTTP-Session: 20d04738-6dfd-49ce-a383-69703adf1f38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13510 | 2024.05.29 21:24:18.633866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 41747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13511 | 2024.05.29 21:24:18.633984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13512 | 2024.05.29 21:24:18.634035 [ 3 ] {} <Debug> HTTP-Session: 9e3efd9e-af61-4133-a54b-d2cacee58e8d Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13513 | 2024.05.29 21:24:18.634068 [ 3 ] {} <Debug> HTTP-Session: 9e3efd9e-af61-4133-a54b-d2cacee58e8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13514 | 2024.05.29 21:24:18.634082 [ 3 ] {} <Debug> HTTP-Session: 9e3efd9e-af61-4133-a54b-d2cacee58e8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13515 | 2024.05.29 21:24:18.634114 [ 3 ] {} <Trace> HTTP-Session: 9e3efd9e-af61-4133-a54b-d2cacee58e8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13516 | 2024.05.29 21:24:18.634390 [ 3 ] {3502c47d-789f-4796-8dd6-01555cb137d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13517 | 2024.05.29 21:24:18.634438 [ 3 ] {3502c47d-789f-4796-8dd6-01555cb137d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13518 | 2024.05.29 21:24:18.634607 [ 3 ] {3502c47d-789f-4796-8dd6-01555cb137d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13519 | 2024.05.29 21:24:18.635083 [ 3 ] {3502c47d-789f-4796-8dd6-01555cb137d7} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13520 | 2024.05.29 21:24:18.635116 [ 3 ] {3502c47d-789f-4796-8dd6-01555cb137d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13521 | 2024.05.29 21:24:18.635522 [ 3 ] {3502c47d-789f-4796-8dd6-01555cb137d7} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
13522 | 2024.05.29 21:24:18.635860 [ 3 ] {3502c47d-789f-4796-8dd6-01555cb137d7} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13523 | 2024.05.29 21:24:18.635997 [ 3 ] {3502c47d-789f-4796-8dd6-01555cb137d7} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.001806 sec., 21594.684385382057 rows/sec., 29.14 MiB/sec. | ||
13524 | 2024.05.29 21:24:18.636147 [ 3 ] {3502c47d-789f-4796-8dd6-01555cb137d7} <Debug> DynamicQueryHandler: Done processing query | ||
13525 | 2024.05.29 21:24:18.636172 [ 3 ] {3502c47d-789f-4796-8dd6-01555cb137d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
13526 | 2024.05.29 21:24:18.636188 [ 3 ] {} <Debug> HTTP-Session: 9e3efd9e-af61-4133-a54b-d2cacee58e8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13527 | 2024.05.29 21:24:18.636317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13528 | 2024.05.29 21:24:18.636363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13529 | 2024.05.29 21:24:18.636381 [ 3 ] {} <Debug> HTTP-Session: f3cfe70d-495f-4a65-9770-baee00ad4765 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13530 | 2024.05.29 21:24:18.636397 [ 3 ] {} <Debug> HTTP-Session: f3cfe70d-495f-4a65-9770-baee00ad4765 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13531 | 2024.05.29 21:24:18.636410 [ 3 ] {} <Debug> HTTP-Session: f3cfe70d-495f-4a65-9770-baee00ad4765 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13532 | 2024.05.29 21:24:18.636440 [ 3 ] {} <Trace> HTTP-Session: f3cfe70d-495f-4a65-9770-baee00ad4765 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13533 | 2024.05.29 21:24:18.636549 [ 3 ] {3626f9ac-251a-448e-8b19-340d21435692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13534 | 2024.05.29 21:24:18.636591 [ 3 ] {3626f9ac-251a-448e-8b19-340d21435692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13535 | 2024.05.29 21:24:18.636715 [ 3 ] {3626f9ac-251a-448e-8b19-340d21435692} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13536 | 2024.05.29 21:24:18.636969 [ 3 ] {3626f9ac-251a-448e-8b19-340d21435692} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13537 | 2024.05.29 21:24:18.637003 [ 3 ] {3626f9ac-251a-448e-8b19-340d21435692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13538 | 2024.05.29 21:24:18.637343 [ 3 ] {3626f9ac-251a-448e-8b19-340d21435692} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
13539 | 2024.05.29 21:24:18.637667 [ 3 ] {3626f9ac-251a-448e-8b19-340d21435692} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13540 | 2024.05.29 21:24:18.637795 [ 3 ] {3626f9ac-251a-448e-8b19-340d21435692} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001277 sec., 46985.12137823023 rows/sec., 3.17 MiB/sec. | ||
13541 | 2024.05.29 21:24:18.637960 [ 3 ] {3626f9ac-251a-448e-8b19-340d21435692} <Debug> DynamicQueryHandler: Done processing query | ||
13542 | 2024.05.29 21:24:18.637998 [ 3 ] {3626f9ac-251a-448e-8b19-340d21435692} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13543 | 2024.05.29 21:24:18.638031 [ 3 ] {} <Debug> HTTP-Session: f3cfe70d-495f-4a65-9770-baee00ad4765 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13544 | 2024.05.29 21:24:21.144130 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13545 | 2024.05.29 21:24:21.144192 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13546 | 2024.05.29 21:24:23.619202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 2200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13547 | 2024.05.29 21:24:23.619324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13548 | 2024.05.29 21:24:23.619352 [ 3 ] {} <Debug> HTTP-Session: 2b7a8800-e24d-49eb-8be4-73134dab07a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13549 | 2024.05.29 21:24:23.619379 [ 3 ] {} <Debug> HTTP-Session: 2b7a8800-e24d-49eb-8be4-73134dab07a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13550 | 2024.05.29 21:24:23.619397 [ 3 ] {} <Debug> HTTP-Session: 2b7a8800-e24d-49eb-8be4-73134dab07a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13551 | 2024.05.29 21:24:23.619453 [ 3 ] {} <Trace> HTTP-Session: 2b7a8800-e24d-49eb-8be4-73134dab07a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13552 | 2024.05.29 21:24:23.619660 [ 3 ] {bc14856b-42d4-4971-9044-6cd8eb37cfeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13553 | 2024.05.29 21:24:23.619735 [ 3 ] {bc14856b-42d4-4971-9044-6cd8eb37cfeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13554 | 2024.05.29 21:24:23.619962 [ 3 ] {bc14856b-42d4-4971-9044-6cd8eb37cfeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13555 | 2024.05.29 21:24:23.620442 [ 3 ] {bc14856b-42d4-4971-9044-6cd8eb37cfeb} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13556 | 2024.05.29 21:24:23.620484 [ 3 ] {bc14856b-42d4-4971-9044-6cd8eb37cfeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13557 | 2024.05.29 21:24:23.620865 [ 3 ] {bc14856b-42d4-4971-9044-6cd8eb37cfeb} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
13558 | 2024.05.29 21:24:23.621202 [ 3 ] {bc14856b-42d4-4971-9044-6cd8eb37cfeb} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13559 | 2024.05.29 21:24:23.621375 [ 3 ] {bc14856b-42d4-4971-9044-6cd8eb37cfeb} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001772 sec., 8465.011286681716 rows/sec., 686.13 KiB/sec. | ||
13560 | 2024.05.29 21:24:23.621428 [ 49 ] {} <Debug> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
13561 | 2024.05.29 21:24:23.621566 [ 49 ] {} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13562 | 2024.05.29 21:24:23.621629 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13563 | 2024.05.29 21:24:23.621679 [ 3 ] {bc14856b-42d4-4971-9044-6cd8eb37cfeb} <Debug> DynamicQueryHandler: Done processing query | ||
13564 | 2024.05.29 21:24:23.621739 [ 3 ] {bc14856b-42d4-4971-9044-6cd8eb37cfeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13565 | 2024.05.29 21:24:23.621798 [ 3 ] {} <Debug> HTTP-Session: 2b7a8800-e24d-49eb-8be4-73134dab07a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13566 | 2024.05.29 21:24:23.621966 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::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 | ||
13567 | 2024.05.29 21:24:23.622016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 14589, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13568 | 2024.05.29 21:24:23.622103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13569 | 2024.05.29 21:24:23.622152 [ 3 ] {} <Debug> HTTP-Session: 85b0dbd9-2163-48d1-8e19-ab95484f65a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13570 | 2024.05.29 21:24:23.622196 [ 3 ] {} <Debug> HTTP-Session: 85b0dbd9-2163-48d1-8e19-ab95484f65a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13571 | 2024.05.29 21:24:23.622243 [ 3 ] {} <Debug> HTTP-Session: 85b0dbd9-2163-48d1-8e19-ab95484f65a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13572 | 2024.05.29 21:24:23.622254 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13573 | 2024.05.29 21:24:23.622320 [ 3 ] {} <Trace> HTTP-Session: 85b0dbd9-2163-48d1-8e19-ab95484f65a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13574 | 2024.05.29 21:24:23.622325 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 54 rows starting from the beginning of the part | ||
13575 | 2024.05.29 21:24:23.622564 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 15 rows starting from the beginning of the part | ||
13576 | 2024.05.29 21:24:23.622671 [ 3 ] {d9978edd-ceba-42b0-bdd9-16f68b95dec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13577 | 2024.05.29 21:24:23.622853 [ 3 ] {d9978edd-ceba-42b0-bdd9-16f68b95dec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13578 | 2024.05.29 21:24:23.622859 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 39 rows starting from the beginning of the part | ||
13579 | 2024.05.29 21:24:23.623217 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 15 rows starting from the beginning of the part | ||
13580 | 2024.05.29 21:24:23.623573 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 39 rows starting from the beginning of the part | ||
13581 | 2024.05.29 21:24:23.623915 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 15 rows starting from the beginning of the part | ||
13582 | 2024.05.29 21:24:23.624097 [ 3 ] {d9978edd-ceba-42b0-bdd9-16f68b95dec3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13583 | 2024.05.29 21:24:23.625089 [ 3 ] {d9978edd-ceba-42b0-bdd9-16f68b95dec3} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13584 | 2024.05.29 21:24:23.625154 [ 3 ] {d9978edd-ceba-42b0-bdd9-16f68b95dec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13585 | 2024.05.29 21:24:23.626014 [ 3 ] {d9978edd-ceba-42b0-bdd9-16f68b95dec3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
13586 | 2024.05.29 21:24:23.626606 [ 188 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 4 columns (4 merged, 0 gathered) in 0.004822653 sec., 36701.790487517974 rows/sec., 2.91 MiB/sec. | ||
13587 | 2024.05.29 21:24:23.626869 [ 188 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
13588 | 2024.05.29 21:24:23.626870 [ 3 ] {d9978edd-ceba-42b0-bdd9-16f68b95dec3} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13589 | 2024.05.29 21:24:23.627238 [ 49 ] {} <Debug> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
13590 | 2024.05.29 21:24:23.627254 [ 3 ] {d9978edd-ceba-42b0-bdd9-16f68b95dec3} <Debug> executeQuery: Read 101 rows, 8.44 KiB in 0.004769 sec., 21178.44411826379 rows/sec., 1.73 MiB/sec. | ||
13591 | 2024.05.29 21:24:23.627389 [ 49 ] {} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13592 | 2024.05.29 21:24:23.627562 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13593 | 2024.05.29 21:24:23.627947 [ 3 ] {d9978edd-ceba-42b0-bdd9-16f68b95dec3} <Debug> DynamicQueryHandler: Done processing query | ||
13594 | 2024.05.29 21:24:23.628040 [ 3 ] {d9978edd-ceba-42b0-bdd9-16f68b95dec3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13595 | 2024.05.29 21:24:23.628097 [ 194 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::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 | ||
13596 | 2024.05.29 21:24:23.628132 [ 3 ] {} <Debug> HTTP-Session: 85b0dbd9-2163-48d1-8e19-ab95484f65a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13597 | 2024.05.29 21:24:23.628502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 13421, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13598 | 2024.05.29 21:24:23.628722 [ 194 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13599 | 2024.05.29 21:24:23.628735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13600 | 2024.05.29 21:24:23.628820 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_86_17} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13601 | 2024.05.29 21:24:23.628870 [ 3 ] {} <Debug> HTTP-Session: e264f532-7455-465b-85ae-f14806098d68 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13602 | 2024.05.29 21:24:23.628888 [ 194 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 267 rows starting from the beginning of the part | ||
13603 | 2024.05.29 21:24:23.628945 [ 3 ] {} <Debug> HTTP-Session: e264f532-7455-465b-85ae-f14806098d68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13604 | 2024.05.29 21:24:23.629043 [ 3 ] {} <Debug> HTTP-Session: e264f532-7455-465b-85ae-f14806098d68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13605 | 2024.05.29 21:24:23.629281 [ 3 ] {} <Trace> HTTP-Session: e264f532-7455-465b-85ae-f14806098d68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13606 | 2024.05.29 21:24:23.629419 [ 194 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 138 rows starting from the beginning of the part | ||
13607 | 2024.05.29 21:24:23.629461 [ 197 ] {e75b85b5-1589-44a5-a8c3-ebabdd7fc638::all_1_86_17} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
13608 | 2024.05.29 21:24:23.629805 [ 3 ] {ddbec05b-7940-47a4-a123-d439bf0c4588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13609 | 2024.05.29 21:24:23.629855 [ 194 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 174 rows starting from the beginning of the part | ||
13610 | 2024.05.29 21:24:23.629861 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13611 | 2024.05.29 21:24:23.630062 [ 3 ] {ddbec05b-7940-47a4-a123-d439bf0c4588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13612 | 2024.05.29 21:24:23.630467 [ 194 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 101 rows starting from the beginning of the part | ||
13613 | 2024.05.29 21:24:23.631015 [ 194 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 175 rows starting from the beginning of the part | ||
13614 | 2024.05.29 21:24:23.631792 [ 194 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 101 rows starting from the beginning of the part | ||
13615 | 2024.05.29 21:24:23.632383 [ 3 ] {ddbec05b-7940-47a4-a123-d439bf0c4588} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13616 | 2024.05.29 21:24:23.633509 [ 3 ] {ddbec05b-7940-47a4-a123-d439bf0c4588} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13617 | 2024.05.29 21:24:23.633550 [ 3 ] {ddbec05b-7940-47a4-a123-d439bf0c4588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13618 | 2024.05.29 21:24:23.634033 [ 3 ] {ddbec05b-7940-47a4-a123-d439bf0c4588} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
13619 | 2024.05.29 21:24:23.634405 [ 188 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 956 rows, containing 4 columns (4 merged, 0 gathered) in 0.006637934 sec., 144020.71487905725 rows/sec., 11.98 MiB/sec. | ||
13620 | 2024.05.29 21:24:23.634535 [ 3 ] {ddbec05b-7940-47a4-a123-d439bf0c4588} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13621 | 2024.05.29 21:24:23.634699 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
13622 | 2024.05.29 21:24:23.634756 [ 49 ] {} <Debug> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
13623 | 2024.05.29 21:24:23.634830 [ 49 ] {} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13624 | 2024.05.29 21:24:23.634832 [ 3 ] {ddbec05b-7940-47a4-a123-d439bf0c4588} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.005229 sec., 15108.051252629566 rows/sec., 1.18 MiB/sec. | ||
13625 | 2024.05.29 21:24:23.634900 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13626 | 2024.05.29 21:24:23.635598 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::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 | ||
13627 | 2024.05.29 21:24:23.635789 [ 3 ] {ddbec05b-7940-47a4-a123-d439bf0c4588} <Debug> DynamicQueryHandler: Done processing query | ||
13628 | 2024.05.29 21:24:23.635911 [ 3 ] {ddbec05b-7940-47a4-a123-d439bf0c4588} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13629 | 2024.05.29 21:24:23.636053 [ 3 ] {} <Debug> HTTP-Session: e264f532-7455-465b-85ae-f14806098d68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13630 | 2024.05.29 21:24:23.636528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13631 | 2024.05.29 21:24:23.636720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13632 | 2024.05.29 21:24:23.636743 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13633 | 2024.05.29 21:24:23.636863 [ 3 ] {} <Debug> HTTP-Session: 2e70cbef-1d00-44ec-85d2-61971b77f1b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13634 | 2024.05.29 21:24:23.636899 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 198 rows starting from the beginning of the part | ||
13635 | 2024.05.29 21:24:23.636989 [ 3 ] {} <Debug> HTTP-Session: 2e70cbef-1d00-44ec-85d2-61971b77f1b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13636 | 2024.05.29 21:24:23.637106 [ 3 ] {} <Debug> HTTP-Session: 2e70cbef-1d00-44ec-85d2-61971b77f1b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13637 | 2024.05.29 21:24:23.637244 [ 3 ] {} <Trace> HTTP-Session: 2e70cbef-1d00-44ec-85d2-61971b77f1b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13638 | 2024.05.29 21:24:23.637687 [ 3 ] {b6766ab8-fa62-4540-b330-d4b3242075ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13639 | 2024.05.29 21:24:23.637773 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_86_17} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13640 | 2024.05.29 21:24:23.637943 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 105 rows starting from the beginning of the part | ||
13641 | 2024.05.29 21:24:23.637981 [ 3 ] {b6766ab8-fa62-4540-b330-d4b3242075ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13642 | 2024.05.29 21:24:23.638483 [ 199 ] {48b7ad6a-1b1e-4f83-84f3-15ef71666f38::all_1_86_17} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
13643 | 2024.05.29 21:24:23.638652 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 105 rows starting from the beginning of the part | ||
13644 | 2024.05.29 21:24:23.638868 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
13645 | 2024.05.29 21:24:23.639155 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 79 rows starting from the beginning of the part | ||
13646 | 2024.05.29 21:24:23.639418 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 107 rows starting from the beginning of the part | ||
13647 | 2024.05.29 21:24:23.639737 [ 3 ] {b6766ab8-fa62-4540-b330-d4b3242075ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13648 | 2024.05.29 21:24:23.639775 [ 191 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 79 rows starting from the beginning of the part | ||
13649 | 2024.05.29 21:24:23.640937 [ 3 ] {b6766ab8-fa62-4540-b330-d4b3242075ac} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13650 | 2024.05.29 21:24:23.641009 [ 3 ] {b6766ab8-fa62-4540-b330-d4b3242075ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13651 | 2024.05.29 21:24:23.642162 [ 3 ] {b6766ab8-fa62-4540-b330-d4b3242075ac} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
13652 | 2024.05.29 21:24:23.642813 [ 198 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 673 rows, containing 4 columns (4 merged, 0 gathered) in 0.007772592 sec., 86586.30222710776 rows/sec., 6.74 MiB/sec. | ||
13653 | 2024.05.29 21:24:23.643044 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
13654 | 2024.05.29 21:24:23.643084 [ 3 ] {b6766ab8-fa62-4540-b330-d4b3242075ac} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13655 | 2024.05.29 21:24:23.643470 [ 3 ] {b6766ab8-fa62-4540-b330-d4b3242075ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005994 sec., 26693.36002669336 rows/sec., 1.86 MiB/sec. | ||
13656 | 2024.05.29 21:24:23.644014 [ 3 ] {b6766ab8-fa62-4540-b330-d4b3242075ac} <Debug> DynamicQueryHandler: Done processing query | ||
13657 | 2024.05.29 21:24:23.644056 [ 3 ] {b6766ab8-fa62-4540-b330-d4b3242075ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13658 | 2024.05.29 21:24:23.644078 [ 3 ] {} <Debug> HTTP-Session: 2e70cbef-1d00-44ec-85d2-61971b77f1b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13659 | 2024.05.29 21:24:23.644151 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_86_17} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13660 | 2024.05.29 21:24:23.644258 [ 192 ] {c23c8c28-b221-437f-8748-e0b39a1703a4::all_1_86_17} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
13661 | 2024.05.29 21:24:23.644393 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
13662 | 2024.05.29 21:24:23.644402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 16090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13663 | 2024.05.29 21:24:23.644474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13664 | 2024.05.29 21:24:23.644494 [ 3 ] {} <Debug> HTTP-Session: c5e64e2f-7850-4325-b370-18b32d511fd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13665 | 2024.05.29 21:24:23.644511 [ 3 ] {} <Debug> HTTP-Session: c5e64e2f-7850-4325-b370-18b32d511fd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13666 | 2024.05.29 21:24:23.644524 [ 3 ] {} <Debug> HTTP-Session: c5e64e2f-7850-4325-b370-18b32d511fd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13667 | 2024.05.29 21:24:23.644559 [ 3 ] {} <Trace> HTTP-Session: c5e64e2f-7850-4325-b370-18b32d511fd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13668 | 2024.05.29 21:24:23.644765 [ 3 ] {17f0c1e1-15a3-4272-add7-d52032f4048d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13669 | 2024.05.29 21:24:23.644817 [ 3 ] {17f0c1e1-15a3-4272-add7-d52032f4048d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13670 | 2024.05.29 21:24:23.645013 [ 3 ] {17f0c1e1-15a3-4272-add7-d52032f4048d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13671 | 2024.05.29 21:24:23.645372 [ 3 ] {17f0c1e1-15a3-4272-add7-d52032f4048d} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13672 | 2024.05.29 21:24:23.645409 [ 3 ] {17f0c1e1-15a3-4272-add7-d52032f4048d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13673 | 2024.05.29 21:24:23.645815 [ 3 ] {17f0c1e1-15a3-4272-add7-d52032f4048d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
13674 | 2024.05.29 21:24:23.646168 [ 3 ] {17f0c1e1-15a3-4272-add7-d52032f4048d} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13675 | 2024.05.29 21:24:23.646327 [ 49 ] {} <Debug> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
13676 | 2024.05.29 21:24:23.646335 [ 3 ] {17f0c1e1-15a3-4272-add7-d52032f4048d} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.00168 sec., 8928.571428571428 rows/sec., 12.05 MiB/sec. | ||
13677 | 2024.05.29 21:24:23.646375 [ 49 ] {} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13678 | 2024.05.29 21:24:23.646438 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13679 | 2024.05.29 21:24:23.646664 [ 188 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::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 | ||
13680 | 2024.05.29 21:24:23.646701 [ 3 ] {17f0c1e1-15a3-4272-add7-d52032f4048d} <Debug> DynamicQueryHandler: Done processing query | ||
13681 | 2024.05.29 21:24:23.646743 [ 3 ] {17f0c1e1-15a3-4272-add7-d52032f4048d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13682 | 2024.05.29 21:24:23.646769 [ 3 ] {} <Debug> HTTP-Session: c5e64e2f-7850-4325-b370-18b32d511fd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13683 | 2024.05.29 21:24:23.646958 [ 188 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13684 | 2024.05.29 21:24:23.646966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13685 | 2024.05.29 21:24:23.647024 [ 188 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1416 rows starting from the beginning of the part | ||
13686 | 2024.05.29 21:24:23.647074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13687 | 2024.05.29 21:24:23.647160 [ 3 ] {} <Debug> HTTP-Session: 95624931-becc-4402-ab83-a1d4ae39cd54 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13688 | 2024.05.29 21:24:23.647232 [ 3 ] {} <Debug> HTTP-Session: 95624931-becc-4402-ab83-a1d4ae39cd54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13689 | 2024.05.29 21:24:23.647306 [ 3 ] {} <Debug> HTTP-Session: 95624931-becc-4402-ab83-a1d4ae39cd54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13690 | 2024.05.29 21:24:23.647319 [ 188 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 15 rows starting from the beginning of the part | ||
13691 | 2024.05.29 21:24:23.647409 [ 3 ] {} <Trace> HTTP-Session: 95624931-becc-4402-ab83-a1d4ae39cd54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13692 | 2024.05.29 21:24:23.647594 [ 188 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 39 rows starting from the beginning of the part | ||
13693 | 2024.05.29 21:24:23.647893 [ 188 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 15 rows starting from the beginning of the part | ||
13694 | 2024.05.29 21:24:23.647907 [ 3 ] {6e34bb7a-06b1-4254-8a67-6c5bcac98f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13695 | 2024.05.29 21:24:23.648116 [ 3 ] {6e34bb7a-06b1-4254-8a67-6c5bcac98f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13696 | 2024.05.29 21:24:23.648144 [ 188 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 39 rows starting from the beginning of the part | ||
13697 | 2024.05.29 21:24:23.648524 [ 188 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 15 rows starting from the beginning of the part | ||
13698 | 2024.05.29 21:24:23.649266 [ 3 ] {6e34bb7a-06b1-4254-8a67-6c5bcac98f51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13699 | 2024.05.29 21:24:23.650002 [ 3 ] {6e34bb7a-06b1-4254-8a67-6c5bcac98f51} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13700 | 2024.05.29 21:24:23.650050 [ 3 ] {6e34bb7a-06b1-4254-8a67-6c5bcac98f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
13701 | 2024.05.29 21:24:23.650527 [ 3 ] {6e34bb7a-06b1-4254-8a67-6c5bcac98f51} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
13702 | 2024.05.29 21:24:23.650887 [ 3 ] {6e34bb7a-06b1-4254-8a67-6c5bcac98f51} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13703 | 2024.05.29 21:24:23.651060 [ 3 ] {6e34bb7a-06b1-4254-8a67-6c5bcac98f51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00338 sec., 17751.479289940828 rows/sec., 1.20 MiB/sec. | ||
13704 | 2024.05.29 21:24:23.651251 [ 3 ] {6e34bb7a-06b1-4254-8a67-6c5bcac98f51} <Debug> DynamicQueryHandler: Done processing query | ||
13705 | 2024.05.29 21:24:23.651296 [ 3 ] {6e34bb7a-06b1-4254-8a67-6c5bcac98f51} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13706 | 2024.05.29 21:24:23.651341 [ 3 ] {} <Debug> HTTP-Session: 95624931-becc-4402-ab83-a1d4ae39cd54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13707 | 2024.05.29 21:24:23.653317 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1539 rows, containing 6 columns (6 merged, 0 gathered) in 0.006760948 sec., 227630.79970442015 rows/sec., 307.18 MiB/sec. | ||
13708 | 2024.05.29 21:24:23.654223 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
13709 | 2024.05.29 21:24:23.654645 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_86_17} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13710 | 2024.05.29 21:24:23.654723 [ 198 ] {c3ed7719-e7c1-40a3-ae32-e04010680527::all_1_86_17} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
13711 | 2024.05.29 21:24:23.654818 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.74 MiB. | ||
13712 | 2024.05.29 21:24:28.620886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 5648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13713 | 2024.05.29 21:24:28.621029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13714 | 2024.05.29 21:24:28.621058 [ 3 ] {} <Debug> HTTP-Session: aea48e7c-4a68-4407-b2d1-28de1a1e8ed3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13715 | 2024.05.29 21:24:28.621085 [ 3 ] {} <Debug> HTTP-Session: aea48e7c-4a68-4407-b2d1-28de1a1e8ed3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13716 | 2024.05.29 21:24:28.621102 [ 3 ] {} <Debug> HTTP-Session: aea48e7c-4a68-4407-b2d1-28de1a1e8ed3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13717 | 2024.05.29 21:24:28.621156 [ 3 ] {} <Trace> HTTP-Session: aea48e7c-4a68-4407-b2d1-28de1a1e8ed3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13718 | 2024.05.29 21:24:28.621372 [ 3 ] {0fcdf12b-148b-4d2f-9f11-dc94035312f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13719 | 2024.05.29 21:24:28.621447 [ 3 ] {0fcdf12b-148b-4d2f-9f11-dc94035312f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13720 | 2024.05.29 21:24:28.621668 [ 3 ] {0fcdf12b-148b-4d2f-9f11-dc94035312f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13721 | 2024.05.29 21:24:28.622094 [ 3 ] {0fcdf12b-148b-4d2f-9f11-dc94035312f8} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13722 | 2024.05.29 21:24:28.622146 [ 3 ] {0fcdf12b-148b-4d2f-9f11-dc94035312f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
13723 | 2024.05.29 21:24:28.622530 [ 3 ] {0fcdf12b-148b-4d2f-9f11-dc94035312f8} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
13724 | 2024.05.29 21:24:28.622886 [ 3 ] {0fcdf12b-148b-4d2f-9f11-dc94035312f8} <Trace> oximeter.fields_i64 (e75b85b5-1589-44a5-a8c3-ebabdd7fc638): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13725 | 2024.05.29 21:24:28.623071 [ 3 ] {0fcdf12b-148b-4d2f-9f11-dc94035312f8} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001769 sec., 22046.353872244206 rows/sec., 1.75 MiB/sec. | ||
13726 | 2024.05.29 21:24:28.623281 [ 3 ] {0fcdf12b-148b-4d2f-9f11-dc94035312f8} <Debug> DynamicQueryHandler: Done processing query | ||
13727 | 2024.05.29 21:24:28.623307 [ 3 ] {0fcdf12b-148b-4d2f-9f11-dc94035312f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13728 | 2024.05.29 21:24:28.623324 [ 3 ] {} <Debug> HTTP-Session: aea48e7c-4a68-4407-b2d1-28de1a1e8ed3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13729 | 2024.05.29 21:24:28.623488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13730 | 2024.05.29 21:24:28.623540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13731 | 2024.05.29 21:24:28.623560 [ 3 ] {} <Debug> HTTP-Session: 4dd647e7-7edd-4e8e-b2e4-2803916db176 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13732 | 2024.05.29 21:24:28.623577 [ 3 ] {} <Debug> HTTP-Session: 4dd647e7-7edd-4e8e-b2e4-2803916db176 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13733 | 2024.05.29 21:24:28.623590 [ 3 ] {} <Debug> HTTP-Session: 4dd647e7-7edd-4e8e-b2e4-2803916db176 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13734 | 2024.05.29 21:24:28.623625 [ 3 ] {} <Trace> HTTP-Session: 4dd647e7-7edd-4e8e-b2e4-2803916db176 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13735 | 2024.05.29 21:24:28.623729 [ 3 ] {195427b1-9e69-4f59-ad9c-eda10041f3d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13736 | 2024.05.29 21:24:28.623775 [ 3 ] {195427b1-9e69-4f59-ad9c-eda10041f3d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13737 | 2024.05.29 21:24:28.623912 [ 3 ] {195427b1-9e69-4f59-ad9c-eda10041f3d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13738 | 2024.05.29 21:24:28.624168 [ 3 ] {195427b1-9e69-4f59-ad9c-eda10041f3d5} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13739 | 2024.05.29 21:24:28.624205 [ 3 ] {195427b1-9e69-4f59-ad9c-eda10041f3d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
13740 | 2024.05.29 21:24:28.624504 [ 3 ] {195427b1-9e69-4f59-ad9c-eda10041f3d5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
13741 | 2024.05.29 21:24:28.624820 [ 3 ] {195427b1-9e69-4f59-ad9c-eda10041f3d5} <Trace> oximeter.fields_ipaddr (e4a6d863-6be0-4de9-a388-562a58f48c12): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13742 | 2024.05.29 21:24:28.624977 [ 3 ] {195427b1-9e69-4f59-ad9c-eda10041f3d5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001271 sec., 1573.5641227380015 rows/sec., 128.31 KiB/sec. | ||
13743 | 2024.05.29 21:24:28.625283 [ 3 ] {195427b1-9e69-4f59-ad9c-eda10041f3d5} <Debug> DynamicQueryHandler: Done processing query | ||
13744 | 2024.05.29 21:24:28.625350 [ 3 ] {195427b1-9e69-4f59-ad9c-eda10041f3d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13745 | 2024.05.29 21:24:28.625414 [ 3 ] {} <Debug> HTTP-Session: 4dd647e7-7edd-4e8e-b2e4-2803916db176 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13746 | 2024.05.29 21:24:28.625726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 25745, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13747 | 2024.05.29 21:24:28.625781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13748 | 2024.05.29 21:24:28.625800 [ 3 ] {} <Debug> HTTP-Session: 29f0e2cd-8dd2-4ca2-9c5f-eb4d5b8aafdd Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13749 | 2024.05.29 21:24:28.625818 [ 3 ] {} <Debug> HTTP-Session: 29f0e2cd-8dd2-4ca2-9c5f-eb4d5b8aafdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13750 | 2024.05.29 21:24:28.625831 [ 3 ] {} <Debug> HTTP-Session: 29f0e2cd-8dd2-4ca2-9c5f-eb4d5b8aafdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13751 | 2024.05.29 21:24:28.625863 [ 3 ] {} <Trace> HTTP-Session: 29f0e2cd-8dd2-4ca2-9c5f-eb4d5b8aafdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13752 | 2024.05.29 21:24:28.626015 [ 3 ] {19f871f6-6e9e-4bcd-9db0-38b52af9b4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13753 | 2024.05.29 21:24:28.626060 [ 3 ] {19f871f6-6e9e-4bcd-9db0-38b52af9b4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13754 | 2024.05.29 21:24:28.626209 [ 3 ] {19f871f6-6e9e-4bcd-9db0-38b52af9b4af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13755 | 2024.05.29 21:24:28.626569 [ 3 ] {19f871f6-6e9e-4bcd-9db0-38b52af9b4af} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13756 | 2024.05.29 21:24:28.626606 [ 3 ] {19f871f6-6e9e-4bcd-9db0-38b52af9b4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
13757 | 2024.05.29 21:24:28.626929 [ 3 ] {19f871f6-6e9e-4bcd-9db0-38b52af9b4af} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
13758 | 2024.05.29 21:24:28.627242 [ 3 ] {19f871f6-6e9e-4bcd-9db0-38b52af9b4af} <Trace> oximeter.fields_string (48b7ad6a-1b1e-4f83-84f3-15ef71666f38): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13759 | 2024.05.29 21:24:28.627388 [ 3 ] {19f871f6-6e9e-4bcd-9db0-38b52af9b4af} <Debug> executeQuery: Read 174 rows, 15.16 KiB in 0.001441 sec., 120749.47952810548 rows/sec., 10.27 MiB/sec. | ||
13760 | 2024.05.29 21:24:28.627563 [ 3 ] {19f871f6-6e9e-4bcd-9db0-38b52af9b4af} <Debug> DynamicQueryHandler: Done processing query | ||
13761 | 2024.05.29 21:24:28.627586 [ 3 ] {19f871f6-6e9e-4bcd-9db0-38b52af9b4af} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13762 | 2024.05.29 21:24:28.627601 [ 3 ] {} <Debug> HTTP-Session: 29f0e2cd-8dd2-4ca2-9c5f-eb4d5b8aafdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13763 | 2024.05.29 21:24:28.627812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13764 | 2024.05.29 21:24:28.627860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13765 | 2024.05.29 21:24:28.627879 [ 3 ] {} <Debug> HTTP-Session: e4f93154-0274-4c6d-8805-b23055a8c978 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13766 | 2024.05.29 21:24:28.627895 [ 3 ] {} <Debug> HTTP-Session: e4f93154-0274-4c6d-8805-b23055a8c978 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13767 | 2024.05.29 21:24:28.627908 [ 3 ] {} <Debug> HTTP-Session: e4f93154-0274-4c6d-8805-b23055a8c978 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13768 | 2024.05.29 21:24:28.627938 [ 3 ] {} <Trace> HTTP-Session: e4f93154-0274-4c6d-8805-b23055a8c978 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13769 | 2024.05.29 21:24:28.628029 [ 3 ] {be3a09c2-b265-4fee-98f9-905ab7ab5bd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13770 | 2024.05.29 21:24:28.628073 [ 3 ] {be3a09c2-b265-4fee-98f9-905ab7ab5bd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13771 | 2024.05.29 21:24:28.628198 [ 3 ] {be3a09c2-b265-4fee-98f9-905ab7ab5bd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13772 | 2024.05.29 21:24:28.628456 [ 3 ] {be3a09c2-b265-4fee-98f9-905ab7ab5bd8} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13773 | 2024.05.29 21:24:28.628494 [ 3 ] {be3a09c2-b265-4fee-98f9-905ab7ab5bd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
13774 | 2024.05.29 21:24:28.628805 [ 3 ] {be3a09c2-b265-4fee-98f9-905ab7ab5bd8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
13775 | 2024.05.29 21:24:28.629114 [ 3 ] {be3a09c2-b265-4fee-98f9-905ab7ab5bd8} <Trace> oximeter.fields_u16 (e82cc531-a10d-4f3b-bc53-300a09103b7a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13776 | 2024.05.29 21:24:28.629237 [ 3 ] {be3a09c2-b265-4fee-98f9-905ab7ab5bd8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001231 sec., 1624.6953696181965 rows/sec., 113.44 KiB/sec. | ||
13777 | 2024.05.29 21:24:28.629484 [ 3 ] {be3a09c2-b265-4fee-98f9-905ab7ab5bd8} <Debug> DynamicQueryHandler: Done processing query | ||
13778 | 2024.05.29 21:24:28.629529 [ 3 ] {be3a09c2-b265-4fee-98f9-905ab7ab5bd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13779 | 2024.05.29 21:24:28.629568 [ 3 ] {} <Debug> HTTP-Session: e4f93154-0274-4c6d-8805-b23055a8c978 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13780 | 2024.05.29 21:24:28.629758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 17836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13781 | 2024.05.29 21:24:28.629806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13782 | 2024.05.29 21:24:28.629824 [ 3 ] {} <Debug> HTTP-Session: 56b695c2-1315-4019-8dc0-55d37850c00a Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13783 | 2024.05.29 21:24:28.629840 [ 3 ] {} <Debug> HTTP-Session: 56b695c2-1315-4019-8dc0-55d37850c00a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13784 | 2024.05.29 21:24:28.629853 [ 3 ] {} <Debug> HTTP-Session: 56b695c2-1315-4019-8dc0-55d37850c00a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13785 | 2024.05.29 21:24:28.629884 [ 3 ] {} <Trace> HTTP-Session: 56b695c2-1315-4019-8dc0-55d37850c00a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13786 | 2024.05.29 21:24:28.630004 [ 3 ] {963b01a3-4022-4706-986c-b7d1db9f2f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13787 | 2024.05.29 21:24:28.630047 [ 3 ] {963b01a3-4022-4706-986c-b7d1db9f2f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13788 | 2024.05.29 21:24:28.630188 [ 3 ] {963b01a3-4022-4706-986c-b7d1db9f2f30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13789 | 2024.05.29 21:24:28.630488 [ 3 ] {963b01a3-4022-4706-986c-b7d1db9f2f30} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13790 | 2024.05.29 21:24:28.630524 [ 3 ] {963b01a3-4022-4706-986c-b7d1db9f2f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
13791 | 2024.05.29 21:24:28.630826 [ 3 ] {963b01a3-4022-4706-986c-b7d1db9f2f30} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
13792 | 2024.05.29 21:24:28.631129 [ 3 ] {963b01a3-4022-4706-986c-b7d1db9f2f30} <Trace> oximeter.fields_uuid (c23c8c28-b221-437f-8748-e0b39a1703a4): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13793 | 2024.05.29 21:24:28.631251 [ 3 ] {963b01a3-4022-4706-986c-b7d1db9f2f30} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001292 sec., 81269.34984520124 rows/sec., 6.35 MiB/sec. | ||
13794 | 2024.05.29 21:24:28.631396 [ 3 ] {963b01a3-4022-4706-986c-b7d1db9f2f30} <Debug> DynamicQueryHandler: Done processing query | ||
13795 | 2024.05.29 21:24:28.631419 [ 3 ] {963b01a3-4022-4706-986c-b7d1db9f2f30} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13796 | 2024.05.29 21:24:28.631435 [ 3 ] {} <Debug> HTTP-Session: 56b695c2-1315-4019-8dc0-55d37850c00a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13797 | 2024.05.29 21:24:28.631677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 30809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13798 | 2024.05.29 21:24:28.631724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13799 | 2024.05.29 21:24:28.631742 [ 3 ] {} <Debug> HTTP-Session: f12af3a1-8b81-472e-8b15-f4417df5d3d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13800 | 2024.05.29 21:24:28.631757 [ 3 ] {} <Debug> HTTP-Session: f12af3a1-8b81-472e-8b15-f4417df5d3d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13801 | 2024.05.29 21:24:28.631771 [ 3 ] {} <Debug> HTTP-Session: f12af3a1-8b81-472e-8b15-f4417df5d3d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13802 | 2024.05.29 21:24:28.631800 [ 3 ] {} <Trace> HTTP-Session: f12af3a1-8b81-472e-8b15-f4417df5d3d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13803 | 2024.05.29 21:24:28.631949 [ 3 ] {b2c698b9-6e3a-49df-88c7-3fbd8589ecb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13804 | 2024.05.29 21:24:28.631996 [ 3 ] {b2c698b9-6e3a-49df-88c7-3fbd8589ecb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13805 | 2024.05.29 21:24:28.632134 [ 3 ] {b2c698b9-6e3a-49df-88c7-3fbd8589ecb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13806 | 2024.05.29 21:24:28.632455 [ 3 ] {b2c698b9-6e3a-49df-88c7-3fbd8589ecb8} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13807 | 2024.05.29 21:24:28.632490 [ 3 ] {b2c698b9-6e3a-49df-88c7-3fbd8589ecb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
13808 | 2024.05.29 21:24:28.632872 [ 3 ] {b2c698b9-6e3a-49df-88c7-3fbd8589ecb8} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
13809 | 2024.05.29 21:24:28.633211 [ 3 ] {b2c698b9-6e3a-49df-88c7-3fbd8589ecb8} <Trace> oximeter.measurements_cumulativeu64 (87faf0cf-442b-40ae-aae3-c092ef944174): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13810 | 2024.05.29 21:24:28.633339 [ 3 ] {b2c698b9-6e3a-49df-88c7-3fbd8589ecb8} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001456 sec., 110576.92307692308 rows/sec., 7.70 MiB/sec. | ||
13811 | 2024.05.29 21:24:28.633489 [ 3 ] {b2c698b9-6e3a-49df-88c7-3fbd8589ecb8} <Debug> DynamicQueryHandler: Done processing query | ||
13812 | 2024.05.29 21:24:28.633512 [ 3 ] {b2c698b9-6e3a-49df-88c7-3fbd8589ecb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13813 | 2024.05.29 21:24:28.633528 [ 3 ] {} <Debug> HTTP-Session: f12af3a1-8b81-472e-8b15-f4417df5d3d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13814 | 2024.05.29 21:24:28.633720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 41747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13815 | 2024.05.29 21:24:28.633768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13816 | 2024.05.29 21:24:28.633786 [ 3 ] {} <Debug> HTTP-Session: c54ce5a1-cafd-4b8b-b34c-e50c3f570f98 Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13817 | 2024.05.29 21:24:28.633802 [ 3 ] {} <Debug> HTTP-Session: c54ce5a1-cafd-4b8b-b34c-e50c3f570f98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13818 | 2024.05.29 21:24:28.633816 [ 3 ] {} <Debug> HTTP-Session: c54ce5a1-cafd-4b8b-b34c-e50c3f570f98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13819 | 2024.05.29 21:24:28.633846 [ 3 ] {} <Trace> HTTP-Session: c54ce5a1-cafd-4b8b-b34c-e50c3f570f98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13820 | 2024.05.29 21:24:28.634122 [ 3 ] {b573d8b0-00e8-4b65-95c1-fa2a1596f1ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13821 | 2024.05.29 21:24:28.634170 [ 3 ] {b573d8b0-00e8-4b65-95c1-fa2a1596f1ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13822 | 2024.05.29 21:24:28.634322 [ 3 ] {b573d8b0-00e8-4b65-95c1-fa2a1596f1ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13823 | 2024.05.29 21:24:28.634899 [ 3 ] {b573d8b0-00e8-4b65-95c1-fa2a1596f1ab} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13824 | 2024.05.29 21:24:28.634935 [ 3 ] {b573d8b0-00e8-4b65-95c1-fa2a1596f1ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
13825 | 2024.05.29 21:24:28.635354 [ 3 ] {b573d8b0-00e8-4b65-95c1-fa2a1596f1ab} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
13826 | 2024.05.29 21:24:28.635687 [ 3 ] {b573d8b0-00e8-4b65-95c1-fa2a1596f1ab} <Trace> oximeter.measurements_histogramf64 (c3ed7719-e7c1-40a3-ae32-e04010680527): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13827 | 2024.05.29 21:24:28.635821 [ 3 ] {b573d8b0-00e8-4b65-95c1-fa2a1596f1ab} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.001893 sec., 20602.218700475438 rows/sec., 27.80 MiB/sec. | ||
13828 | 2024.05.29 21:24:28.636133 [ 3 ] {b573d8b0-00e8-4b65-95c1-fa2a1596f1ab} <Debug> DynamicQueryHandler: Done processing query | ||
13829 | 2024.05.29 21:24:28.636201 [ 3 ] {b573d8b0-00e8-4b65-95c1-fa2a1596f1ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
13830 | 2024.05.29 21:24:28.636263 [ 3 ] {} <Debug> HTTP-Session: c54ce5a1-cafd-4b8b-b34c-e50c3f570f98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13831 | 2024.05.29 21:24:28.636508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39744, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13832 | 2024.05.29 21:24:28.636655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13833 | 2024.05.29 21:24:28.636729 [ 3 ] {} <Debug> HTTP-Session: 370a9887-1ed7-4106-9d37-80d92786c7dc Authenticating user 'default' from [fd00:1122:3344:101::d]:39744 | ||
13834 | 2024.05.29 21:24:28.636772 [ 3 ] {} <Debug> HTTP-Session: 370a9887-1ed7-4106-9d37-80d92786c7dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13835 | 2024.05.29 21:24:28.636807 [ 3 ] {} <Debug> HTTP-Session: 370a9887-1ed7-4106-9d37-80d92786c7dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13836 | 2024.05.29 21:24:28.636866 [ 3 ] {} <Trace> HTTP-Session: 370a9887-1ed7-4106-9d37-80d92786c7dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13837 | 2024.05.29 21:24:28.636998 [ 3 ] {0a1af23e-c107-4873-b93b-1be9c9621588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13838 | 2024.05.29 21:24:28.637044 [ 3 ] {0a1af23e-c107-4873-b93b-1be9c9621588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13839 | 2024.05.29 21:24:28.637188 [ 3 ] {0a1af23e-c107-4873-b93b-1be9c9621588} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13840 | 2024.05.29 21:24:28.637464 [ 3 ] {0a1af23e-c107-4873-b93b-1be9c9621588} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13841 | 2024.05.29 21:24:28.637499 [ 3 ] {0a1af23e-c107-4873-b93b-1be9c9621588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
13842 | 2024.05.29 21:24:28.637851 [ 3 ] {0a1af23e-c107-4873-b93b-1be9c9621588} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
13843 | 2024.05.29 21:24:28.638167 [ 3 ] {0a1af23e-c107-4873-b93b-1be9c9621588} <Trace> oximeter.measurements_u64 (74ff589d-1a01-490d-9960-7a12b8676585): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13844 | 2024.05.29 21:24:28.638291 [ 3 ] {0a1af23e-c107-4873-b93b-1be9c9621588} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
13845 | 2024.05.29 21:24:28.638439 [ 3 ] {0a1af23e-c107-4873-b93b-1be9c9621588} <Debug> DynamicQueryHandler: Done processing query | ||
13846 | 2024.05.29 21:24:28.638461 [ 3 ] {0a1af23e-c107-4873-b93b-1be9c9621588} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13847 | 2024.05.29 21:24:28.638476 [ 3 ] {} <Debug> HTTP-Session: 370a9887-1ed7-4106-9d37-80d92786c7dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |