1 | [ Jul 15 22:20:16 Enabled. ] | ||
2 | [ Jul 15 22:20:16 Rereading configuration. ] | ||
3 | [ Jul 15 22:20:17 Rereading configuration. ] | ||
4 | [ Jul 15 22:20:19 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 | [ Jul 15 22:20:19 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.07.15 22:20:19.997024 [ 1 ] {} <Information> Application: Will watch for the process with pid 22528 | ||
33 | 2024.07.15 22:20:19.997618 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.07.15 22:20:20.400908 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22528 | ||
35 | 2024.07.15 22:20:20.401658 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.07.15 22:20:20.402376 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.07.15 22:20:20.492087 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.07.15 22:20:20.620011 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.07.15 22:20:20.620061 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.07.15 22:20:20.620081 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.07.15 22:20:20.620144 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.07.15 22:20:20.620440 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.07.15 22:20:20.621879 [ 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.07.15 22:20:20.622526 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.07.15 22:20:20.623339 [ 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.07.15 22:20:20.623364 [ 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.07.15 22:20:20.623377 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.07.15 22:20:20.623551 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.07.15 22:20:20.624428 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.07.15 22:20:20.629410 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.07.15 22:20:20.630325 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.07.15 22:20:20.631605 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.07.15 22:20:20.631668 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.07.15 22:20:20.633188 [ 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.07.15 22:20:20.633460 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.07.15 22:20:20.637651 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.07.15 22:20:20.637938 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.07.15 22:20:20.639502 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.07.15 22:20:20.639932 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.07.15 22:20:20.640261 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.07.15 22:20:20.640619 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.07.15 22:20:20.641913 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.07.15 22:20:20.641942 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.07.15 22:20:20.642038 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.07.15 22:20:20.642186 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.07.15 22:20:20.680186 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.07.15 22:20:20.680226 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000179814 sec | ||
74 | 2024.07.15 22:20:20.680269 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.07.15 22:20:20.680284 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.07.15 22:20:20.681422 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.07.15 22:20:20.682470 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.07.15 22:20:20.682493 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.07.15 22:20:20.682525 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.07.15 22:20:20.682541 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.07.15 22:20:20.682554 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.07.15 22:20:20.682587 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.07.15 22:20:20.682599 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.07.15 22:20:20.682614 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.07.15 22:20:20.682647 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.07.15 22:20:20.682660 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.07.15 22:20:20.682674 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.07.15 22:20:20.682689 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.07.15 22:20:20.682721 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.07.15 22:20:20.682735 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.07.15 22:20:20.682750 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.07.15 22:20:20.682777 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.07.15 22:20:20.682794 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.07.15 22:20:20.719757 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.07.15 22:20:20.740346 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.07.15 22:20:20.740378 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5271e-05 sec | ||
97 | 2024.07.15 22:20:20.740395 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.07.15 22:20:20.740413 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.07.15 22:20:20.740440 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.07.15 22:20:20.740644 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.07.15 22:20:20.740694 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.07.15 22:20:20.740710 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.07.15 22:20:20.740728 [ 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.07.15 22:20:20.740743 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.07.15 22:20:20.766275 [ 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.07.15 22:20:20.971658 [ 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.07.15 22:20:20.971717 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.07.15 22:20:21.009182 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.07.15 22:20:21.009430 [ 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.07.15 22:20:21.010341 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.248e-05 sec. | ||
111 | 2024.07.15 22:20:21.010692 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.07.15 22:20:21.010784 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.07.15 22:20:21.010842 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.07.15 22:20:21.010864 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.07.15 22:20:21.011785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.07.15 22:20:21.012008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.07.15 22:20:21.012043 [ 3 ] {} <Debug> HTTP-Session: 4f3ed605-247b-4379-9b9c-5d407e787e58 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
118 | 2024.07.15 22:20:21.012074 [ 3 ] {} <Debug> HTTP-Session: 4f3ed605-247b-4379-9b9c-5d407e787e58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.07.15 22:20:21.012095 [ 3 ] {} <Debug> HTTP-Session: 4f3ed605-247b-4379-9b9c-5d407e787e58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.07.15 22:20:21.012182 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.07.15 22:20:21.012217 [ 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.07.15 22:20:21.012239 [ 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.07.15 22:20:21.012302 [ 3 ] {} <Trace> HTTP-Session: 4f3ed605-247b-4379-9b9c-5d407e787e58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.07.15 22:20:21.013430 [ 3 ] {29b29ed2-acc9-41eb-9eb6-125ac85f053c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.07.15 22:20:21.051154 [ 3 ] {29b29ed2-acc9-41eb-9eb6-125ac85f053c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60806) (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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.07.15 22:20:21.051908 [ 3 ] {29b29ed2-acc9-41eb-9eb6-125ac85f053c} <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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.07.15 22:20:21.053402 [ 3 ] {} <Debug> HTTP-Session: 4f3ed605-247b-4379-9b9c-5d407e787e58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.07.15 22:20:21.056524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.07.15 22:20:21.056594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.07.15 22:20:21.056623 [ 3 ] {} <Debug> HTTP-Session: 9c921891-76ce-48bc-80fb-12662843674f Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
179 | 2024.07.15 22:20:21.056649 [ 3 ] {} <Debug> HTTP-Session: 9c921891-76ce-48bc-80fb-12662843674f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.07.15 22:20:21.056661 [ 3 ] {} <Debug> HTTP-Session: 9c921891-76ce-48bc-80fb-12662843674f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.07.15 22:20:21.056705 [ 3 ] {} <Trace> HTTP-Session: 9c921891-76ce-48bc-80fb-12662843674f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.07.15 22:20:21.057920 [ 3 ] {996ee53e-a9a3-4cda-890b-8df15fc19dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.07.15 22:20:21.058056 [ 3 ] {996ee53e-a9a3-4cda-890b-8df15fc19dc8} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.07.15 22:20:21.060185 [ 3 ] {996ee53e-a9a3-4cda-890b-8df15fc19dc8} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.07.15 22:20:21.063373 [ 3 ] {996ee53e-a9a3-4cda-890b-8df15fc19dc8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.07.15 22:20:21.069610 [ 3 ] {996ee53e-a9a3-4cda-890b-8df15fc19dc8} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.07.15 22:20:21.069653 [ 3 ] {996ee53e-a9a3-4cda-890b-8df15fc19dc8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.07.15 22:20:21.069676 [ 3 ] {} <Debug> HTTP-Session: 9c921891-76ce-48bc-80fb-12662843674f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.07.15 22:20:21.071037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.07.15 22:20:21.071092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.07.15 22:20:21.071115 [ 3 ] {} <Debug> HTTP-Session: d00c7b36-bc4c-42c1-989c-9fdf7c8903a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
192 | 2024.07.15 22:20:21.071132 [ 3 ] {} <Debug> HTTP-Session: d00c7b36-bc4c-42c1-989c-9fdf7c8903a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.07.15 22:20:21.071148 [ 3 ] {} <Debug> HTTP-Session: d00c7b36-bc4c-42c1-989c-9fdf7c8903a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.07.15 22:20:21.071185 [ 3 ] {} <Trace> HTTP-Session: d00c7b36-bc4c-42c1-989c-9fdf7c8903a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.07.15 22:20:21.071305 [ 3 ] {8fdf7fb1-490c-4557-9759-b5cae08337c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.07.15 22:20:21.071561 [ 3 ] {8fdf7fb1-490c-4557-9759-b5cae08337c3} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60806) (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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.07.15 22:20:21.071691 [ 3 ] {8fdf7fb1-490c-4557-9759-b5cae08337c3} <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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.07.15 22:20:21.071838 [ 3 ] {} <Debug> HTTP-Session: d00c7b36-bc4c-42c1-989c-9fdf7c8903a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.07.15 22:20:21.075188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.07.15 22:20:21.075270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.07.15 22:20:21.075298 [ 3 ] {} <Debug> HTTP-Session: dd26bcae-bc44-4234-9e52-b5fde0261ea7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
250 | 2024.07.15 22:20:21.075328 [ 3 ] {} <Debug> HTTP-Session: dd26bcae-bc44-4234-9e52-b5fde0261ea7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.07.15 22:20:21.075358 [ 3 ] {} <Debug> HTTP-Session: dd26bcae-bc44-4234-9e52-b5fde0261ea7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.07.15 22:20:21.075401 [ 3 ] {} <Trace> HTTP-Session: dd26bcae-bc44-4234-9e52-b5fde0261ea7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.07.15 22:20:21.075588 [ 3 ] {d74dd000-02fc-4fc9-a188-5c342477eb25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.07.15 22:20:21.075742 [ 3 ] {d74dd000-02fc-4fc9-a188-5c342477eb25} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.07.15 22:20:21.075764 [ 3 ] {} <Debug> HTTP-Session: dd26bcae-bc44-4234-9e52-b5fde0261ea7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.07.15 22:20:21.075883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.07.15 22:20:21.075930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.07.15 22:20:21.075951 [ 3 ] {} <Debug> HTTP-Session: a8aca012-b72d-4457-b100-27db8fefbae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
259 | 2024.07.15 22:20:21.075966 [ 3 ] {} <Debug> HTTP-Session: a8aca012-b72d-4457-b100-27db8fefbae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.07.15 22:20:21.075990 [ 3 ] {} <Debug> HTTP-Session: a8aca012-b72d-4457-b100-27db8fefbae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.07.15 22:20:21.076020 [ 3 ] {} <Trace> HTTP-Session: a8aca012-b72d-4457-b100-27db8fefbae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.07.15 22:20:21.076103 [ 3 ] {1941daa8-f026-4d82-816c-1c37c4e87f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.07.15 22:20:21.076155 [ 3 ] {1941daa8-f026-4d82-816c-1c37c4e87f2b} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.07.15 22:20:21.090312 [ 3 ] {1941daa8-f026-4d82-816c-1c37c4e87f2b} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.07.15 22:20:21.090342 [ 3 ] {1941daa8-f026-4d82-816c-1c37c4e87f2b} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5131e-05 sec | ||
266 | 2024.07.15 22:20:21.090355 [ 3 ] {1941daa8-f026-4d82-816c-1c37c4e87f2b} <Trace> ReferentialDeps: No tables | ||
267 | 2024.07.15 22:20:21.090370 [ 3 ] {1941daa8-f026-4d82-816c-1c37c4e87f2b} <Trace> LoadingDeps: No tables | ||
268 | 2024.07.15 22:20:21.090391 [ 3 ] {1941daa8-f026-4d82-816c-1c37c4e87f2b} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.07.15 22:20:21.090502 [ 3 ] {1941daa8-f026-4d82-816c-1c37c4e87f2b} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.07.15 22:20:21.090523 [ 3 ] {} <Debug> HTTP-Session: a8aca012-b72d-4457-b100-27db8fefbae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.07.15 22:20:21.090641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.07.15 22:20:21.090687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.07.15 22:20:21.090704 [ 3 ] {} <Debug> HTTP-Session: 093f99da-75b3-490d-b36b-53e760b8104f Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
274 | 2024.07.15 22:20:21.090723 [ 3 ] {} <Debug> HTTP-Session: 093f99da-75b3-490d-b36b-53e760b8104f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.07.15 22:20:21.090741 [ 3 ] {} <Debug> HTTP-Session: 093f99da-75b3-490d-b36b-53e760b8104f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.07.15 22:20:21.090767 [ 3 ] {} <Trace> HTTP-Session: 093f99da-75b3-490d-b36b-53e760b8104f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.07.15 22:20:21.090897 [ 3 ] {8c1af726-ae45-444c-9de0-d01803945b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) /* 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.07.15 22:20:21.091012 [ 3 ] {8c1af726-ae45-444c-9de0-d01803945b6e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.07.15 22:20:21.095406 [ 3 ] {8c1af726-ae45-444c-9de0-d01803945b6e} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.07.15 22:20:21.114682 [ 3 ] {8c1af726-ae45-444c-9de0-d01803945b6e} <Debug> oximeter.version (b9f19574-a99c-48ad-89c9-4fef619697a8): Loading data parts | ||
282 | 2024.07.15 22:20:21.115169 [ 3 ] {8c1af726-ae45-444c-9de0-d01803945b6e} <Debug> oximeter.version (b9f19574-a99c-48ad-89c9-4fef619697a8): There are no data parts | ||
283 | 2024.07.15 22:20:21.119119 [ 3 ] {8c1af726-ae45-444c-9de0-d01803945b6e} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.07.15 22:20:21.119148 [ 3 ] {} <Debug> HTTP-Session: 093f99da-75b3-490d-b36b-53e760b8104f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.07.15 22:20:21.119330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.07.15 22:20:21.119389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.07.15 22:20:21.119426 [ 3 ] {} <Debug> HTTP-Session: 4d483cc7-420a-4e10-a0ac-d9445a4d77f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
288 | 2024.07.15 22:20:21.119442 [ 3 ] {} <Debug> HTTP-Session: 4d483cc7-420a-4e10-a0ac-d9445a4d77f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.07.15 22:20:21.119460 [ 3 ] {} <Debug> HTTP-Session: 4d483cc7-420a-4e10-a0ac-d9445a4d77f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.07.15 22:20:21.119500 [ 3 ] {} <Trace> HTTP-Session: 4d483cc7-420a-4e10-a0ac-d9445a4d77f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.07.15 22:20:21.119698 [ 3 ] {9c8b4529-622f-43b1-bb33-3c925b666e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) /* 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.07.15 22:20:21.119759 [ 3 ] {9c8b4529-622f-43b1-bb33-3c925b666e55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.07.15 22:20:21.130732 [ 3 ] {9c8b4529-622f-43b1-bb33-3c925b666e55} <Debug> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Loading data parts | ||
304 | 2024.07.15 22:20:21.130997 [ 3 ] {9c8b4529-622f-43b1-bb33-3c925b666e55} <Debug> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): There are no data parts | ||
305 | 2024.07.15 22:20:21.142389 [ 3 ] {9c8b4529-622f-43b1-bb33-3c925b666e55} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.07.15 22:20:21.142420 [ 3 ] {} <Debug> HTTP-Session: 4d483cc7-420a-4e10-a0ac-d9445a4d77f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.07.15 22:20:21.142567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.07.15 22:20:21.142623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.07.15 22:20:21.142650 [ 3 ] {} <Debug> HTTP-Session: c1032b21-8760-4041-b17c-c310f293ab35 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
310 | 2024.07.15 22:20:21.142665 [ 3 ] {} <Debug> HTTP-Session: c1032b21-8760-4041-b17c-c310f293ab35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.07.15 22:20:21.142685 [ 3 ] {} <Debug> HTTP-Session: c1032b21-8760-4041-b17c-c310f293ab35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.07.15 22:20:21.142715 [ 3 ] {} <Trace> HTTP-Session: c1032b21-8760-4041-b17c-c310f293ab35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.07.15 22:20:21.142896 [ 3 ] {43ff1f3c-5b02-4e04-b4d4-108ff8e24f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.142949 [ 3 ] {43ff1f3c-5b02-4e04-b4d4-108ff8e24f93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.07.15 22:20:21.155450 [ 3 ] {43ff1f3c-5b02-4e04-b4d4-108ff8e24f93} <Debug> oximeter.measurements_i8 (31c7d3d0-ef56-4f6b-9445-dbeb27bed881): Loading data parts | ||
316 | 2024.07.15 22:20:21.155630 [ 3 ] {43ff1f3c-5b02-4e04-b4d4-108ff8e24f93} <Debug> oximeter.measurements_i8 (31c7d3d0-ef56-4f6b-9445-dbeb27bed881): There are no data parts | ||
317 | 2024.07.15 22:20:21.167173 [ 3 ] {43ff1f3c-5b02-4e04-b4d4-108ff8e24f93} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.07.15 22:20:21.167214 [ 3 ] {} <Debug> HTTP-Session: c1032b21-8760-4041-b17c-c310f293ab35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.07.15 22:20:21.167327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.07.15 22:20:21.167379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.07.15 22:20:21.167403 [ 3 ] {} <Debug> HTTP-Session: aa274115-251e-4e4e-9b04-de3b66a0be17 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
322 | 2024.07.15 22:20:21.167419 [ 3 ] {} <Debug> HTTP-Session: aa274115-251e-4e4e-9b04-de3b66a0be17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.07.15 22:20:21.167435 [ 3 ] {} <Debug> HTTP-Session: aa274115-251e-4e4e-9b04-de3b66a0be17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.07.15 22:20:21.167469 [ 3 ] {} <Trace> HTTP-Session: aa274115-251e-4e4e-9b04-de3b66a0be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.07.15 22:20:21.167638 [ 3 ] {851250ed-12b7-468b-9597-d7b20aa470c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.167688 [ 3 ] {851250ed-12b7-468b-9597-d7b20aa470c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.07.15 22:20:21.180080 [ 3 ] {851250ed-12b7-468b-9597-d7b20aa470c1} <Debug> oximeter.measurements_u8 (6c779021-f5f2-4d2b-af44-bb8414d6805c): Loading data parts | ||
328 | 2024.07.15 22:20:21.180366 [ 3 ] {851250ed-12b7-468b-9597-d7b20aa470c1} <Debug> oximeter.measurements_u8 (6c779021-f5f2-4d2b-af44-bb8414d6805c): There are no data parts | ||
329 | 2024.07.15 22:20:21.201110 [ 3 ] {851250ed-12b7-468b-9597-d7b20aa470c1} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.07.15 22:20:21.201141 [ 3 ] {} <Debug> HTTP-Session: aa274115-251e-4e4e-9b04-de3b66a0be17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.07.15 22:20:21.201290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.07.15 22:20:21.201355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.07.15 22:20:21.201383 [ 3 ] {} <Debug> HTTP-Session: cc5fd369-fe75-4bc6-aadf-935838c8d442 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
334 | 2024.07.15 22:20:21.201402 [ 3 ] {} <Debug> HTTP-Session: cc5fd369-fe75-4bc6-aadf-935838c8d442 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.07.15 22:20:21.201424 [ 3 ] {} <Debug> HTTP-Session: cc5fd369-fe75-4bc6-aadf-935838c8d442 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.07.15 22:20:21.201464 [ 3 ] {} <Trace> HTTP-Session: cc5fd369-fe75-4bc6-aadf-935838c8d442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.07.15 22:20:21.201649 [ 3 ] {369aed8d-35f9-4529-9916-fdd1f0a14c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.201698 [ 3 ] {369aed8d-35f9-4529-9916-fdd1f0a14c0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.07.15 22:20:21.216661 [ 3 ] {369aed8d-35f9-4529-9916-fdd1f0a14c0a} <Debug> oximeter.measurements_i16 (649a288b-c445-4b62-b78c-f32f96df2964): Loading data parts | ||
340 | 2024.07.15 22:20:21.216843 [ 3 ] {369aed8d-35f9-4529-9916-fdd1f0a14c0a} <Debug> oximeter.measurements_i16 (649a288b-c445-4b62-b78c-f32f96df2964): There are no data parts | ||
341 | 2024.07.15 22:20:21.230623 [ 3 ] {369aed8d-35f9-4529-9916-fdd1f0a14c0a} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.07.15 22:20:21.230689 [ 3 ] {} <Debug> HTTP-Session: cc5fd369-fe75-4bc6-aadf-935838c8d442 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.07.15 22:20:21.230900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.07.15 22:20:21.230954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.07.15 22:20:21.230978 [ 3 ] {} <Debug> HTTP-Session: a471c6d4-0427-4573-a282-e4d8595a2f00 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
346 | 2024.07.15 22:20:21.230993 [ 3 ] {} <Debug> HTTP-Session: a471c6d4-0427-4573-a282-e4d8595a2f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.07.15 22:20:21.231011 [ 3 ] {} <Debug> HTTP-Session: a471c6d4-0427-4573-a282-e4d8595a2f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.07.15 22:20:21.231050 [ 3 ] {} <Trace> HTTP-Session: a471c6d4-0427-4573-a282-e4d8595a2f00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.07.15 22:20:21.231219 [ 3 ] {e6ef53a1-9f57-4ccc-9266-8d98ac5d367c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.231271 [ 3 ] {e6ef53a1-9f57-4ccc-9266-8d98ac5d367c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.07.15 22:20:21.241557 [ 3 ] {e6ef53a1-9f57-4ccc-9266-8d98ac5d367c} <Debug> oximeter.measurements_u16 (3bba2035-3d0e-4862-80b6-48a1952fb1a0): Loading data parts | ||
352 | 2024.07.15 22:20:21.241745 [ 3 ] {e6ef53a1-9f57-4ccc-9266-8d98ac5d367c} <Debug> oximeter.measurements_u16 (3bba2035-3d0e-4862-80b6-48a1952fb1a0): There are no data parts | ||
353 | 2024.07.15 22:20:21.255357 [ 3 ] {e6ef53a1-9f57-4ccc-9266-8d98ac5d367c} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.07.15 22:20:21.255413 [ 3 ] {} <Debug> HTTP-Session: a471c6d4-0427-4573-a282-e4d8595a2f00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.07.15 22:20:21.255635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.07.15 22:20:21.255693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.07.15 22:20:21.255716 [ 3 ] {} <Debug> HTTP-Session: d9931961-0439-4588-a62c-b203b5e829e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
358 | 2024.07.15 22:20:21.255748 [ 3 ] {} <Debug> HTTP-Session: d9931961-0439-4588-a62c-b203b5e829e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.07.15 22:20:21.255761 [ 3 ] {} <Debug> HTTP-Session: d9931961-0439-4588-a62c-b203b5e829e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.07.15 22:20:21.255794 [ 3 ] {} <Trace> HTTP-Session: d9931961-0439-4588-a62c-b203b5e829e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.07.15 22:20:21.255974 [ 3 ] {27545047-b9ab-400c-8d95-ba47714e29a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.256022 [ 3 ] {27545047-b9ab-400c-8d95-ba47714e29a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.07.15 22:20:21.258468 [ 3 ] {27545047-b9ab-400c-8d95-ba47714e29a8} <Debug> oximeter.measurements_i32 (59ad0417-d186-4299-b611-40d0855e9f13): Loading data parts | ||
364 | 2024.07.15 22:20:21.258648 [ 3 ] {27545047-b9ab-400c-8d95-ba47714e29a8} <Debug> oximeter.measurements_i32 (59ad0417-d186-4299-b611-40d0855e9f13): There are no data parts | ||
365 | 2024.07.15 22:20:21.280420 [ 3 ] {27545047-b9ab-400c-8d95-ba47714e29a8} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.07.15 22:20:21.280478 [ 3 ] {} <Debug> HTTP-Session: d9931961-0439-4588-a62c-b203b5e829e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.07.15 22:20:21.280649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.07.15 22:20:21.280702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.07.15 22:20:21.280736 [ 3 ] {} <Debug> HTTP-Session: bcc0ebd2-a2b8-44b0-9e5e-4ba7b681a300 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
370 | 2024.07.15 22:20:21.280752 [ 3 ] {} <Debug> HTTP-Session: bcc0ebd2-a2b8-44b0-9e5e-4ba7b681a300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.07.15 22:20:21.280770 [ 3 ] {} <Debug> HTTP-Session: bcc0ebd2-a2b8-44b0-9e5e-4ba7b681a300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.07.15 22:20:21.280803 [ 3 ] {} <Trace> HTTP-Session: bcc0ebd2-a2b8-44b0-9e5e-4ba7b681a300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.07.15 22:20:21.280977 [ 3 ] {0d632db9-c0da-4b28-96b5-45393a7c412a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.281025 [ 3 ] {0d632db9-c0da-4b28-96b5-45393a7c412a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.07.15 22:20:21.316741 [ 3 ] {0d632db9-c0da-4b28-96b5-45393a7c412a} <Debug> oximeter.measurements_u32 (03434988-f008-474e-aad5-7077e76d4a0c): Loading data parts | ||
376 | 2024.07.15 22:20:21.316931 [ 3 ] {0d632db9-c0da-4b28-96b5-45393a7c412a} <Debug> oximeter.measurements_u32 (03434988-f008-474e-aad5-7077e76d4a0c): There are no data parts | ||
377 | 2024.07.15 22:20:21.355747 [ 3 ] {0d632db9-c0da-4b28-96b5-45393a7c412a} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.07.15 22:20:21.355804 [ 3 ] {} <Debug> HTTP-Session: bcc0ebd2-a2b8-44b0-9e5e-4ba7b681a300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.07.15 22:20:21.356032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.07.15 22:20:21.356130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.07.15 22:20:21.356171 [ 3 ] {} <Debug> HTTP-Session: 6fa833fa-480e-4c12-bf2b-d64bb0ea575e Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
382 | 2024.07.15 22:20:21.356211 [ 3 ] {} <Debug> HTTP-Session: 6fa833fa-480e-4c12-bf2b-d64bb0ea575e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.07.15 22:20:21.356236 [ 3 ] {} <Debug> HTTP-Session: 6fa833fa-480e-4c12-bf2b-d64bb0ea575e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.07.15 22:20:21.356293 [ 3 ] {} <Trace> HTTP-Session: 6fa833fa-480e-4c12-bf2b-d64bb0ea575e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.07.15 22:20:21.356633 [ 3 ] {7705ab12-8a82-4080-b75d-a509dc6bbbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.356738 [ 3 ] {7705ab12-8a82-4080-b75d-a509dc6bbbf3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.07.15 22:20:21.377665 [ 3 ] {7705ab12-8a82-4080-b75d-a509dc6bbbf3} <Debug> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Loading data parts | ||
388 | 2024.07.15 22:20:21.377858 [ 3 ] {7705ab12-8a82-4080-b75d-a509dc6bbbf3} <Debug> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): There are no data parts | ||
389 | 2024.07.15 22:20:21.383963 [ 3 ] {7705ab12-8a82-4080-b75d-a509dc6bbbf3} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.07.15 22:20:21.384057 [ 3 ] {} <Debug> HTTP-Session: 6fa833fa-480e-4c12-bf2b-d64bb0ea575e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.07.15 22:20:21.384256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.07.15 22:20:21.384405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.07.15 22:20:21.384434 [ 3 ] {} <Debug> HTTP-Session: 33333e51-0a53-4595-a5b6-790feadb8293 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
394 | 2024.07.15 22:20:21.384486 [ 3 ] {} <Debug> HTTP-Session: 33333e51-0a53-4595-a5b6-790feadb8293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.07.15 22:20:21.384501 [ 3 ] {} <Debug> HTTP-Session: 33333e51-0a53-4595-a5b6-790feadb8293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.07.15 22:20:21.384556 [ 3 ] {} <Trace> HTTP-Session: 33333e51-0a53-4595-a5b6-790feadb8293 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.07.15 22:20:21.384808 [ 3 ] {1b6b02ac-3be9-407b-9ed9-a7d913e48144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.384895 [ 3 ] {1b6b02ac-3be9-407b-9ed9-a7d913e48144} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.07.15 22:20:21.406629 [ 3 ] {1b6b02ac-3be9-407b-9ed9-a7d913e48144} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Loading data parts | ||
400 | 2024.07.15 22:20:21.406826 [ 3 ] {1b6b02ac-3be9-407b-9ed9-a7d913e48144} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): There are no data parts | ||
401 | 2024.07.15 22:20:21.437099 [ 3 ] {1b6b02ac-3be9-407b-9ed9-a7d913e48144} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.07.15 22:20:21.437204 [ 3 ] {} <Debug> HTTP-Session: 33333e51-0a53-4595-a5b6-790feadb8293 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.07.15 22:20:21.437477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.07.15 22:20:21.437581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.07.15 22:20:21.437697 [ 3 ] {} <Debug> HTTP-Session: 92ca4151-0b2a-43e4-8af1-905f04c5d5a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
406 | 2024.07.15 22:20:21.437793 [ 3 ] {} <Debug> HTTP-Session: 92ca4151-0b2a-43e4-8af1-905f04c5d5a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.07.15 22:20:21.437822 [ 3 ] {} <Debug> HTTP-Session: 92ca4151-0b2a-43e4-8af1-905f04c5d5a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.07.15 22:20:21.437926 [ 3 ] {} <Trace> HTTP-Session: 92ca4151-0b2a-43e4-8af1-905f04c5d5a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.07.15 22:20:21.438157 [ 3 ] {659fd0d6-02fd-4beb-863a-95cf69ad8766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.438267 [ 3 ] {659fd0d6-02fd-4beb-863a-95cf69ad8766} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.07.15 22:20:21.458328 [ 3 ] {659fd0d6-02fd-4beb-863a-95cf69ad8766} <Debug> oximeter.measurements_f32 (b67827ad-c10f-4f26-b581-27fb327f8848): Loading data parts | ||
412 | 2024.07.15 22:20:21.458667 [ 3 ] {659fd0d6-02fd-4beb-863a-95cf69ad8766} <Debug> oximeter.measurements_f32 (b67827ad-c10f-4f26-b581-27fb327f8848): There are no data parts | ||
413 | 2024.07.15 22:20:21.462698 [ 3 ] {659fd0d6-02fd-4beb-863a-95cf69ad8766} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.07.15 22:20:21.462731 [ 3 ] {} <Debug> HTTP-Session: 92ca4151-0b2a-43e4-8af1-905f04c5d5a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.07.15 22:20:21.462866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.07.15 22:20:21.462998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.07.15 22:20:21.463025 [ 3 ] {} <Debug> HTTP-Session: a21e95b5-b6f4-424a-a473-fe3e4410e279 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
418 | 2024.07.15 22:20:21.463084 [ 3 ] {} <Debug> HTTP-Session: a21e95b5-b6f4-424a-a473-fe3e4410e279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.07.15 22:20:21.463137 [ 3 ] {} <Debug> HTTP-Session: a21e95b5-b6f4-424a-a473-fe3e4410e279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.07.15 22:20:21.463177 [ 3 ] {} <Trace> HTTP-Session: a21e95b5-b6f4-424a-a473-fe3e4410e279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.07.15 22:20:21.463435 [ 3 ] {9bf341e8-2e5f-457b-9e9f-3a5bda616e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.463552 [ 3 ] {9bf341e8-2e5f-457b-9e9f-3a5bda616e90} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.07.15 22:20:21.484698 [ 3 ] {9bf341e8-2e5f-457b-9e9f-3a5bda616e90} <Debug> oximeter.measurements_f64 (4b3462c9-74c0-4e3b-a59b-b3969c7fdd80): Loading data parts | ||
424 | 2024.07.15 22:20:21.484904 [ 3 ] {9bf341e8-2e5f-457b-9e9f-3a5bda616e90} <Debug> oximeter.measurements_f64 (4b3462c9-74c0-4e3b-a59b-b3969c7fdd80): There are no data parts | ||
425 | 2024.07.15 22:20:21.490481 [ 3 ] {9bf341e8-2e5f-457b-9e9f-3a5bda616e90} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.07.15 22:20:21.490522 [ 3 ] {} <Debug> HTTP-Session: a21e95b5-b6f4-424a-a473-fe3e4410e279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.07.15 22:20:21.490658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.07.15 22:20:21.490713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.07.15 22:20:21.490732 [ 3 ] {} <Debug> HTTP-Session: 0b80204d-a3e0-43a2-88d6-5660b7b433eb Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
430 | 2024.07.15 22:20:21.490754 [ 3 ] {} <Debug> HTTP-Session: 0b80204d-a3e0-43a2-88d6-5660b7b433eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.07.15 22:20:21.490768 [ 3 ] {} <Debug> HTTP-Session: 0b80204d-a3e0-43a2-88d6-5660b7b433eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.07.15 22:20:21.490804 [ 3 ] {} <Trace> HTTP-Session: 0b80204d-a3e0-43a2-88d6-5660b7b433eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.07.15 22:20:21.490979 [ 3 ] {6a816be9-c50f-4561-9699-67020880f827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.491032 [ 3 ] {6a816be9-c50f-4561-9699-67020880f827} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.07.15 22:20:21.501872 [ 3 ] {6a816be9-c50f-4561-9699-67020880f827} <Debug> oximeter.measurements_string (8dc65032-6820-4e2a-aae2-f80e47b6ca49): Loading data parts | ||
436 | 2024.07.15 22:20:21.502040 [ 3 ] {6a816be9-c50f-4561-9699-67020880f827} <Debug> oximeter.measurements_string (8dc65032-6820-4e2a-aae2-f80e47b6ca49): There are no data parts | ||
437 | 2024.07.15 22:20:21.527049 [ 3 ] {6a816be9-c50f-4561-9699-67020880f827} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.07.15 22:20:21.527079 [ 3 ] {} <Debug> HTTP-Session: 0b80204d-a3e0-43a2-88d6-5660b7b433eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.07.15 22:20:21.527211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.07.15 22:20:21.527271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.07.15 22:20:21.527292 [ 3 ] {} <Debug> HTTP-Session: ff6fa303-cc9f-438d-a670-8d5f2fd8e350 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
442 | 2024.07.15 22:20:21.527316 [ 3 ] {} <Debug> HTTP-Session: ff6fa303-cc9f-438d-a670-8d5f2fd8e350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.07.15 22:20:21.527336 [ 3 ] {} <Debug> HTTP-Session: ff6fa303-cc9f-438d-a670-8d5f2fd8e350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.07.15 22:20:21.527371 [ 3 ] {} <Trace> HTTP-Session: ff6fa303-cc9f-438d-a670-8d5f2fd8e350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.07.15 22:20:21.527558 [ 3 ] {25a67584-92ce-4244-aac5-955c247e8c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.527609 [ 3 ] {25a67584-92ce-4244-aac5-955c247e8c0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.07.15 22:20:21.550087 [ 3 ] {25a67584-92ce-4244-aac5-955c247e8c0a} <Debug> oximeter.measurements_bytes (f2aeea46-ce89-48eb-bcd8-13ac8fc84761): Loading data parts | ||
455 | 2024.07.15 22:20:21.550438 [ 3 ] {25a67584-92ce-4244-aac5-955c247e8c0a} <Debug> oximeter.measurements_bytes (f2aeea46-ce89-48eb-bcd8-13ac8fc84761): There are no data parts | ||
456 | 2024.07.15 22:20:21.565994 [ 3 ] {25a67584-92ce-4244-aac5-955c247e8c0a} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.07.15 22:20:21.566020 [ 3 ] {} <Debug> HTTP-Session: ff6fa303-cc9f-438d-a670-8d5f2fd8e350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.07.15 22:20:21.566157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.07.15 22:20:21.566213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.07.15 22:20:21.566232 [ 3 ] {} <Debug> HTTP-Session: 7be07c5c-3298-4234-85ff-f6ad7b9b541d Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
461 | 2024.07.15 22:20:21.566254 [ 3 ] {} <Debug> HTTP-Session: 7be07c5c-3298-4234-85ff-f6ad7b9b541d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.07.15 22:20:21.566272 [ 3 ] {} <Debug> HTTP-Session: 7be07c5c-3298-4234-85ff-f6ad7b9b541d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.07.15 22:20:21.566303 [ 3 ] {} <Trace> HTTP-Session: 7be07c5c-3298-4234-85ff-f6ad7b9b541d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.07.15 22:20:21.566491 [ 3 ] {0e3dfc96-606b-4477-81ff-3e38228023d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.566542 [ 3 ] {0e3dfc96-606b-4477-81ff-3e38228023d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.07.15 22:20:21.587206 [ 3 ] {0e3dfc96-606b-4477-81ff-3e38228023d0} <Debug> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Loading data parts | ||
467 | 2024.07.15 22:20:21.587494 [ 3 ] {0e3dfc96-606b-4477-81ff-3e38228023d0} <Debug> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): There are no data parts | ||
468 | 2024.07.15 22:20:21.592602 [ 3 ] {0e3dfc96-606b-4477-81ff-3e38228023d0} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.07.15 22:20:21.592673 [ 3 ] {} <Debug> HTTP-Session: 7be07c5c-3298-4234-85ff-f6ad7b9b541d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.07.15 22:20:21.592927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.07.15 22:20:21.592998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.07.15 22:20:21.593018 [ 3 ] {} <Debug> HTTP-Session: 3d7f334c-ebff-405c-8cdd-1d7b42742b1f Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
473 | 2024.07.15 22:20:21.593039 [ 3 ] {} <Debug> HTTP-Session: 3d7f334c-ebff-405c-8cdd-1d7b42742b1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.07.15 22:20:21.593054 [ 3 ] {} <Debug> HTTP-Session: 3d7f334c-ebff-405c-8cdd-1d7b42742b1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.07.15 22:20:21.593090 [ 3 ] {} <Trace> HTTP-Session: 3d7f334c-ebff-405c-8cdd-1d7b42742b1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.07.15 22:20:21.593273 [ 3 ] {b2d323e0-7c6f-4443-9312-348da30e4312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.593328 [ 3 ] {b2d323e0-7c6f-4443-9312-348da30e4312} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.07.15 22:20:21.603449 [ 3 ] {b2d323e0-7c6f-4443-9312-348da30e4312} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Loading data parts | ||
479 | 2024.07.15 22:20:21.603676 [ 3 ] {b2d323e0-7c6f-4443-9312-348da30e4312} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): There are no data parts | ||
480 | 2024.07.15 22:20:21.616975 [ 3 ] {b2d323e0-7c6f-4443-9312-348da30e4312} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.07.15 22:20:21.617083 [ 3 ] {} <Debug> HTTP-Session: 3d7f334c-ebff-405c-8cdd-1d7b42742b1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.07.15 22:20:21.617308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.07.15 22:20:21.617409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.07.15 22:20:21.617445 [ 3 ] {} <Debug> HTTP-Session: 7a22ba09-c1a0-4df0-ae1e-e86353d4ae4c Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
485 | 2024.07.15 22:20:21.617487 [ 3 ] {} <Debug> HTTP-Session: 7a22ba09-c1a0-4df0-ae1e-e86353d4ae4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.07.15 22:20:21.617531 [ 3 ] {} <Debug> HTTP-Session: 7a22ba09-c1a0-4df0-ae1e-e86353d4ae4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.07.15 22:20:21.617599 [ 3 ] {} <Trace> HTTP-Session: 7a22ba09-c1a0-4df0-ae1e-e86353d4ae4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.07.15 22:20:21.617984 [ 3 ] {b78ba177-f696-4d63-b565-b9691b5c40c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.618052 [ 3 ] {b78ba177-f696-4d63-b565-b9691b5c40c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.07.15 22:20:21.627957 [ 3 ] {b78ba177-f696-4d63-b565-b9691b5c40c9} <Debug> oximeter.measurements_cumulativef32 (bce915d3-f506-4eac-8d68-ad377232187a): Loading data parts | ||
491 | 2024.07.15 22:20:21.628135 [ 3 ] {b78ba177-f696-4d63-b565-b9691b5c40c9} <Debug> oximeter.measurements_cumulativef32 (bce915d3-f506-4eac-8d68-ad377232187a): There are no data parts | ||
492 | 2024.07.15 22:20:21.641699 [ 3 ] {b78ba177-f696-4d63-b565-b9691b5c40c9} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.07.15 22:20:21.641739 [ 3 ] {} <Debug> HTTP-Session: 7a22ba09-c1a0-4df0-ae1e-e86353d4ae4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.07.15 22:20:21.641865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.07.15 22:20:21.641935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.07.15 22:20:21.641964 [ 3 ] {} <Debug> HTTP-Session: 1245103d-04ee-40e8-8692-c5a20121bd9e Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
497 | 2024.07.15 22:20:21.641990 [ 3 ] {} <Debug> HTTP-Session: 1245103d-04ee-40e8-8692-c5a20121bd9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.07.15 22:20:21.642006 [ 3 ] {} <Debug> HTTP-Session: 1245103d-04ee-40e8-8692-c5a20121bd9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.07.15 22:20:21.642057 [ 3 ] {} <Trace> HTTP-Session: 1245103d-04ee-40e8-8692-c5a20121bd9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.07.15 22:20:21.642288 [ 3 ] {a6fb9d17-a820-48db-af89-99ed442019e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.642355 [ 3 ] {a6fb9d17-a820-48db-af89-99ed442019e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.07.15 22:20:21.644804 [ 3 ] {a6fb9d17-a820-48db-af89-99ed442019e0} <Debug> oximeter.measurements_cumulativef64 (234ab287-d980-4174-bb6a-5bc0a068fb76): Loading data parts | ||
503 | 2024.07.15 22:20:21.644963 [ 3 ] {a6fb9d17-a820-48db-af89-99ed442019e0} <Debug> oximeter.measurements_cumulativef64 (234ab287-d980-4174-bb6a-5bc0a068fb76): There are no data parts | ||
504 | 2024.07.15 22:20:21.666281 [ 3 ] {a6fb9d17-a820-48db-af89-99ed442019e0} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.07.15 22:20:21.666313 [ 3 ] {} <Debug> HTTP-Session: 1245103d-04ee-40e8-8692-c5a20121bd9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.07.15 22:20:21.666482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.07.15 22:20:21.666551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.07.15 22:20:21.666570 [ 3 ] {} <Debug> HTTP-Session: 9eca2b0c-bb76-40ef-a445-992297bb70c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
509 | 2024.07.15 22:20:21.666591 [ 3 ] {} <Debug> HTTP-Session: 9eca2b0c-bb76-40ef-a445-992297bb70c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.07.15 22:20:21.666611 [ 3 ] {} <Debug> HTTP-Session: 9eca2b0c-bb76-40ef-a445-992297bb70c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.07.15 22:20:21.666643 [ 3 ] {} <Trace> HTTP-Session: 9eca2b0c-bb76-40ef-a445-992297bb70c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.07.15 22:20:21.666904 [ 3 ] {be38d0a7-dc27-4c81-b989-01ca59e4a310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.07.15 22:20:21.666972 [ 3 ] {be38d0a7-dc27-4c81-b989-01ca59e4a310} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.07.15 22:20:21.701753 [ 3 ] {be38d0a7-dc27-4c81-b989-01ca59e4a310} <Debug> oximeter.measurements_histogrami8 (b1d3250c-3bd8-4566-b001-a725683962ea): Loading data parts | ||
525 | 2024.07.15 22:20:21.701954 [ 3 ] {be38d0a7-dc27-4c81-b989-01ca59e4a310} <Debug> oximeter.measurements_histogrami8 (b1d3250c-3bd8-4566-b001-a725683962ea): There are no data parts | ||
526 | 2024.07.15 22:20:21.706529 [ 3 ] {be38d0a7-dc27-4c81-b989-01ca59e4a310} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.07.15 22:20:21.706579 [ 3 ] {} <Debug> HTTP-Session: 9eca2b0c-bb76-40ef-a445-992297bb70c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.07.15 22:20:21.706731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.07.15 22:20:21.706782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.07.15 22:20:21.706813 [ 3 ] {} <Debug> HTTP-Session: 63d20e5e-e1d9-4da0-93f8-3f7f0387e599 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
531 | 2024.07.15 22:20:21.706841 [ 3 ] {} <Debug> HTTP-Session: 63d20e5e-e1d9-4da0-93f8-3f7f0387e599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.07.15 22:20:21.706855 [ 3 ] {} <Debug> HTTP-Session: 63d20e5e-e1d9-4da0-93f8-3f7f0387e599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.07.15 22:20:21.706894 [ 3 ] {} <Trace> HTTP-Session: 63d20e5e-e1d9-4da0-93f8-3f7f0387e599 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.07.15 22:20:21.707149 [ 3 ] {c6ad0ee5-a572-405b-9e69-bea0bb3a4019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
535 | 2024.07.15 22:20:21.707227 [ 3 ] {c6ad0ee5-a572-405b-9e69-bea0bb3a4019} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.07.15 22:20:21.744612 [ 3 ] {c6ad0ee5-a572-405b-9e69-bea0bb3a4019} <Debug> oximeter.measurements_histogramu8 (a5250de9-a42b-4f62-917c-73bd687d2dc4): Loading data parts | ||
537 | 2024.07.15 22:20:21.744819 [ 3 ] {c6ad0ee5-a572-405b-9e69-bea0bb3a4019} <Debug> oximeter.measurements_histogramu8 (a5250de9-a42b-4f62-917c-73bd687d2dc4): There are no data parts | ||
538 | 2024.07.15 22:20:21.780894 [ 3 ] {c6ad0ee5-a572-405b-9e69-bea0bb3a4019} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.07.15 22:20:21.780926 [ 3 ] {} <Debug> HTTP-Session: 63d20e5e-e1d9-4da0-93f8-3f7f0387e599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.07.15 22:20:21.781073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.07.15 22:20:21.781156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.07.15 22:20:21.781179 [ 3 ] {} <Debug> HTTP-Session: 4223f193-7418-4e2c-95c8-19ccb6231688 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
543 | 2024.07.15 22:20:21.781204 [ 3 ] {} <Debug> HTTP-Session: 4223f193-7418-4e2c-95c8-19ccb6231688 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.07.15 22:20:21.781219 [ 3 ] {} <Debug> HTTP-Session: 4223f193-7418-4e2c-95c8-19ccb6231688 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.07.15 22:20:21.781261 [ 3 ] {} <Trace> HTTP-Session: 4223f193-7418-4e2c-95c8-19ccb6231688 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.07.15 22:20:21.781556 [ 3 ] {b7479520-1275-4588-93bd-ec3a90f47b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
547 | 2024.07.15 22:20:21.781618 [ 3 ] {b7479520-1275-4588-93bd-ec3a90f47b4a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.07.15 22:20:21.818179 [ 3 ] {b7479520-1275-4588-93bd-ec3a90f47b4a} <Debug> oximeter.measurements_histogrami16 (cbe2d1eb-2dcb-4d3f-9864-59882254e0a8): Loading data parts | ||
549 | 2024.07.15 22:20:21.818480 [ 3 ] {b7479520-1275-4588-93bd-ec3a90f47b4a} <Debug> oximeter.measurements_histogrami16 (cbe2d1eb-2dcb-4d3f-9864-59882254e0a8): There are no data parts | ||
550 | 2024.07.15 22:20:21.829132 [ 3 ] {b7479520-1275-4588-93bd-ec3a90f47b4a} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.07.15 22:20:21.829174 [ 3 ] {} <Debug> HTTP-Session: 4223f193-7418-4e2c-95c8-19ccb6231688 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.07.15 22:20:21.829319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.07.15 22:20:21.829377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.07.15 22:20:21.829408 [ 3 ] {} <Debug> HTTP-Session: 2231e959-5919-448a-be35-a43108b77881 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
555 | 2024.07.15 22:20:21.829435 [ 3 ] {} <Debug> HTTP-Session: 2231e959-5919-448a-be35-a43108b77881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.07.15 22:20:21.829452 [ 3 ] {} <Debug> HTTP-Session: 2231e959-5919-448a-be35-a43108b77881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.07.15 22:20:21.829494 [ 3 ] {} <Trace> HTTP-Session: 2231e959-5919-448a-be35-a43108b77881 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.07.15 22:20:21.829764 [ 3 ] {cf5c0158-9bdc-42c5-a299-8ed3c2a7860c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
559 | 2024.07.15 22:20:21.829833 [ 3 ] {cf5c0158-9bdc-42c5-a299-8ed3c2a7860c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.07.15 22:20:21.832268 [ 3 ] {cf5c0158-9bdc-42c5-a299-8ed3c2a7860c} <Debug> oximeter.measurements_histogramu16 (e99f95d6-7684-4fcc-a934-4463d7e257bf): Loading data parts | ||
561 | 2024.07.15 22:20:21.832440 [ 3 ] {cf5c0158-9bdc-42c5-a299-8ed3c2a7860c} <Debug> oximeter.measurements_histogramu16 (e99f95d6-7684-4fcc-a934-4463d7e257bf): There are no data parts | ||
562 | 2024.07.15 22:20:21.845588 [ 3 ] {cf5c0158-9bdc-42c5-a299-8ed3c2a7860c} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.07.15 22:20:21.845619 [ 3 ] {} <Debug> HTTP-Session: 2231e959-5919-448a-be35-a43108b77881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.07.15 22:20:21.845769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.07.15 22:20:21.845835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.07.15 22:20:21.845857 [ 3 ] {} <Debug> HTTP-Session: b59192b8-5f18-494b-8db9-cb05045937bd Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
567 | 2024.07.15 22:20:21.845883 [ 3 ] {} <Debug> HTTP-Session: b59192b8-5f18-494b-8db9-cb05045937bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.07.15 22:20:21.845906 [ 3 ] {} <Debug> HTTP-Session: b59192b8-5f18-494b-8db9-cb05045937bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.07.15 22:20:21.845942 [ 3 ] {} <Trace> HTTP-Session: b59192b8-5f18-494b-8db9-cb05045937bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.07.15 22:20:21.846255 [ 3 ] {155dd3db-149e-4c5f-9757-ec0a1a3cd0c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
571 | 2024.07.15 22:20:21.846339 [ 3 ] {155dd3db-149e-4c5f-9757-ec0a1a3cd0c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.07.15 22:20:21.856506 [ 3 ] {155dd3db-149e-4c5f-9757-ec0a1a3cd0c7} <Debug> oximeter.measurements_histogrami32 (49afc281-83d3-409f-ab05-51544dfe11b6): Loading data parts | ||
573 | 2024.07.15 22:20:21.856755 [ 3 ] {155dd3db-149e-4c5f-9757-ec0a1a3cd0c7} <Debug> oximeter.measurements_histogrami32 (49afc281-83d3-409f-ab05-51544dfe11b6): There are no data parts | ||
574 | 2024.07.15 22:20:21.870028 [ 3 ] {155dd3db-149e-4c5f-9757-ec0a1a3cd0c7} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.07.15 22:20:21.870123 [ 3 ] {} <Debug> HTTP-Session: b59192b8-5f18-494b-8db9-cb05045937bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.07.15 22:20:21.870297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.07.15 22:20:21.870367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.07.15 22:20:21.870391 [ 3 ] {} <Debug> HTTP-Session: e22df2f7-9e9c-49a5-9655-f2dbc706f145 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
579 | 2024.07.15 22:20:21.870452 [ 3 ] {} <Debug> HTTP-Session: e22df2f7-9e9c-49a5-9655-f2dbc706f145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.07.15 22:20:21.870470 [ 3 ] {} <Debug> HTTP-Session: e22df2f7-9e9c-49a5-9655-f2dbc706f145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.07.15 22:20:21.870512 [ 3 ] {} <Trace> HTTP-Session: e22df2f7-9e9c-49a5-9655-f2dbc706f145 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.07.15 22:20:21.870783 [ 3 ] {cc90e2d4-10a7-4331-9a6e-0d4ed1a1f3b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
583 | 2024.07.15 22:20:21.870850 [ 3 ] {cc90e2d4-10a7-4331-9a6e-0d4ed1a1f3b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.07.15 22:20:21.880913 [ 3 ] {cc90e2d4-10a7-4331-9a6e-0d4ed1a1f3b3} <Debug> oximeter.measurements_histogramu32 (96db507c-7c30-46c8-b73f-f95bf4e280b7): Loading data parts | ||
585 | 2024.07.15 22:20:21.881076 [ 3 ] {cc90e2d4-10a7-4331-9a6e-0d4ed1a1f3b3} <Debug> oximeter.measurements_histogramu32 (96db507c-7c30-46c8-b73f-f95bf4e280b7): There are no data parts | ||
586 | 2024.07.15 22:20:21.890923 [ 3 ] {cc90e2d4-10a7-4331-9a6e-0d4ed1a1f3b3} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.07.15 22:20:21.890953 [ 3 ] {} <Debug> HTTP-Session: e22df2f7-9e9c-49a5-9655-f2dbc706f145 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.07.15 22:20:21.891165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.07.15 22:20:21.891230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.07.15 22:20:21.891252 [ 3 ] {} <Debug> HTTP-Session: ee43e207-a71c-43ab-ad31-dc4ce3167c35 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
591 | 2024.07.15 22:20:21.891278 [ 3 ] {} <Debug> HTTP-Session: ee43e207-a71c-43ab-ad31-dc4ce3167c35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.07.15 22:20:21.891303 [ 3 ] {} <Debug> HTTP-Session: ee43e207-a71c-43ab-ad31-dc4ce3167c35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.07.15 22:20:21.891338 [ 3 ] {} <Trace> HTTP-Session: ee43e207-a71c-43ab-ad31-dc4ce3167c35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.07.15 22:20:21.891631 [ 3 ] {35ad489b-ded0-4c21-8e3f-9e2566203148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
595 | 2024.07.15 22:20:21.891697 [ 3 ] {35ad489b-ded0-4c21-8e3f-9e2566203148} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.07.15 22:20:21.895250 [ 3 ] {35ad489b-ded0-4c21-8e3f-9e2566203148} <Debug> oximeter.measurements_histogrami64 (6d725b25-e409-44f7-96c5-52063e939a1c): Loading data parts | ||
597 | 2024.07.15 22:20:21.895386 [ 3 ] {35ad489b-ded0-4c21-8e3f-9e2566203148} <Debug> oximeter.measurements_histogrami64 (6d725b25-e409-44f7-96c5-52063e939a1c): There are no data parts | ||
598 | 2024.07.15 22:20:21.906962 [ 3 ] {35ad489b-ded0-4c21-8e3f-9e2566203148} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.07.15 22:20:21.906989 [ 3 ] {} <Debug> HTTP-Session: ee43e207-a71c-43ab-ad31-dc4ce3167c35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.07.15 22:20:21.907121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.07.15 22:20:21.907173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.07.15 22:20:21.907199 [ 3 ] {} <Debug> HTTP-Session: c8537751-94a0-4d06-9bc4-7694c2732373 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
603 | 2024.07.15 22:20:21.907216 [ 3 ] {} <Debug> HTTP-Session: c8537751-94a0-4d06-9bc4-7694c2732373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.07.15 22:20:21.907234 [ 3 ] {} <Debug> HTTP-Session: c8537751-94a0-4d06-9bc4-7694c2732373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.07.15 22:20:21.907264 [ 3 ] {} <Trace> HTTP-Session: c8537751-94a0-4d06-9bc4-7694c2732373 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.07.15 22:20:21.907509 [ 3 ] {903c24a6-8edd-43c6-bfc3-477a991afc8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
607 | 2024.07.15 22:20:21.907575 [ 3 ] {903c24a6-8edd-43c6-bfc3-477a991afc8b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.07.15 22:20:21.919535 [ 3 ] {903c24a6-8edd-43c6-bfc3-477a991afc8b} <Debug> oximeter.measurements_histogramu64 (df78a35c-36fe-4f24-bfd1-18b62c8c3e9a): Loading data parts | ||
609 | 2024.07.15 22:20:21.919787 [ 3 ] {903c24a6-8edd-43c6-bfc3-477a991afc8b} <Debug> oximeter.measurements_histogramu64 (df78a35c-36fe-4f24-bfd1-18b62c8c3e9a): There are no data parts | ||
610 | 2024.07.15 22:20:21.931132 [ 3 ] {903c24a6-8edd-43c6-bfc3-477a991afc8b} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.07.15 22:20:21.931176 [ 3 ] {} <Debug> HTTP-Session: c8537751-94a0-4d06-9bc4-7694c2732373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.07.15 22:20:21.931367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.07.15 22:20:21.931455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.07.15 22:20:21.931488 [ 3 ] {} <Debug> HTTP-Session: c0786798-7994-43ae-8a54-7e5cb3787157 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
615 | 2024.07.15 22:20:21.931526 [ 3 ] {} <Debug> HTTP-Session: c0786798-7994-43ae-8a54-7e5cb3787157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.07.15 22:20:21.931567 [ 3 ] {} <Debug> HTTP-Session: c0786798-7994-43ae-8a54-7e5cb3787157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.07.15 22:20:21.931629 [ 3 ] {} <Trace> HTTP-Session: c0786798-7994-43ae-8a54-7e5cb3787157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.07.15 22:20:21.932033 [ 3 ] {3cb1771d-23de-4317-984b-5cd665a9cde8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
619 | 2024.07.15 22:20:21.932170 [ 3 ] {3cb1771d-23de-4317-984b-5cd665a9cde8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.07.15 22:20:21.943584 [ 3 ] {3cb1771d-23de-4317-984b-5cd665a9cde8} <Debug> oximeter.measurements_histogramf32 (655aa9cd-bd4c-42a0-bcb7-b8afdb2a61d4): Loading data parts | ||
621 | 2024.07.15 22:20:21.943706 [ 3 ] {3cb1771d-23de-4317-984b-5cd665a9cde8} <Debug> oximeter.measurements_histogramf32 (655aa9cd-bd4c-42a0-bcb7-b8afdb2a61d4): There are no data parts | ||
622 | 2024.07.15 22:20:21.955089 [ 3 ] {3cb1771d-23de-4317-984b-5cd665a9cde8} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.07.15 22:20:21.955129 [ 3 ] {} <Debug> HTTP-Session: c0786798-7994-43ae-8a54-7e5cb3787157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.07.15 22:20:21.955273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.07.15 22:20:21.955335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.07.15 22:20:21.955369 [ 3 ] {} <Debug> HTTP-Session: 33d3fbac-8fec-4b05-a8c0-137a8372637e Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
627 | 2024.07.15 22:20:21.955388 [ 3 ] {} <Debug> HTTP-Session: 33d3fbac-8fec-4b05-a8c0-137a8372637e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.07.15 22:20:21.955412 [ 3 ] {} <Debug> HTTP-Session: 33d3fbac-8fec-4b05-a8c0-137a8372637e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.07.15 22:20:21.955458 [ 3 ] {} <Trace> HTTP-Session: 33d3fbac-8fec-4b05-a8c0-137a8372637e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.07.15 22:20:21.955732 [ 3 ] {b0e67836-dc78-4cee-9a38-a1ca8f36435d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
631 | 2024.07.15 22:20:21.955799 [ 3 ] {b0e67836-dc78-4cee-9a38-a1ca8f36435d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.07.15 22:20:21.967734 [ 3 ] {b0e67836-dc78-4cee-9a38-a1ca8f36435d} <Debug> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Loading data parts | ||
633 | 2024.07.15 22:20:21.967872 [ 3 ] {b0e67836-dc78-4cee-9a38-a1ca8f36435d} <Debug> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): There are no data parts | ||
634 | 2024.07.15 22:20:21.969799 [ 3 ] {b0e67836-dc78-4cee-9a38-a1ca8f36435d} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.07.15 22:20:21.969827 [ 3 ] {} <Debug> HTTP-Session: 33d3fbac-8fec-4b05-a8c0-137a8372637e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.07.15 22:20:21.969958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.07.15 22:20:21.970013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.07.15 22:20:21.970040 [ 3 ] {} <Debug> HTTP-Session: 61f300dd-ab14-46c9-8b27-cf42b0ce2df1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
639 | 2024.07.15 22:20:21.970057 [ 3 ] {} <Debug> HTTP-Session: 61f300dd-ab14-46c9-8b27-cf42b0ce2df1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.07.15 22:20:21.970084 [ 3 ] {} <Debug> HTTP-Session: 61f300dd-ab14-46c9-8b27-cf42b0ce2df1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.07.15 22:20:21.970120 [ 3 ] {} <Trace> HTTP-Session: 61f300dd-ab14-46c9-8b27-cf42b0ce2df1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.07.15 22:20:21.970278 [ 3 ] {af230886-ef60-4c40-9139-38bee26bdc6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) /* 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.07.15 22:20:21.970335 [ 3 ] {af230886-ef60-4c40-9139-38bee26bdc6e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.07.15 22:20:21.978875 [ 3 ] {af230886-ef60-4c40-9139-38bee26bdc6e} <Debug> oximeter.fields_bool (e3c7afa4-2e6c-4622-b902-e6794ad05d33): Loading data parts | ||
662 | 2024.07.15 22:20:21.979042 [ 3 ] {af230886-ef60-4c40-9139-38bee26bdc6e} <Debug> oximeter.fields_bool (e3c7afa4-2e6c-4622-b902-e6794ad05d33): There are no data parts | ||
663 | 2024.07.15 22:20:21.992291 [ 3 ] {af230886-ef60-4c40-9139-38bee26bdc6e} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.07.15 22:20:21.992349 [ 3 ] {} <Debug> HTTP-Session: 61f300dd-ab14-46c9-8b27-cf42b0ce2df1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.07.15 22:20:21.992558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.07.15 22:20:21.992671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
667 | 2024.07.15 22:20:21.992714 [ 3 ] {} <Debug> HTTP-Session: c8b51157-df0b-49c8-ab54-102aceb49b2f Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
668 | 2024.07.15 22:20:21.992762 [ 3 ] {} <Debug> HTTP-Session: c8b51157-df0b-49c8-ab54-102aceb49b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.07.15 22:20:21.992792 [ 3 ] {} <Debug> HTTP-Session: c8b51157-df0b-49c8-ab54-102aceb49b2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.07.15 22:20:21.992868 [ 3 ] {} <Trace> HTTP-Session: c8b51157-df0b-49c8-ab54-102aceb49b2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.07.15 22:20:21.993098 [ 3 ] {f291ff98-dd93-46e1-a2a7-2aa931599d91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) 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.07.15 22:20:21.993149 [ 3 ] {f291ff98-dd93-46e1-a2a7-2aa931599d91} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.07.15 22:20:22.000300 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.72 MiB, peak 161.14 MiB, free memory in arenas 0.00 B, will set to 170.93 MiB (RSS), difference: 10.22 MiB | ||
674 | 2024.07.15 22:20:22.003011 [ 3 ] {f291ff98-dd93-46e1-a2a7-2aa931599d91} <Debug> oximeter.fields_i8 (cd2efe63-f2c0-45ef-8d15-87f980867fc1): Loading data parts | ||
675 | 2024.07.15 22:20:22.003202 [ 3 ] {f291ff98-dd93-46e1-a2a7-2aa931599d91} <Debug> oximeter.fields_i8 (cd2efe63-f2c0-45ef-8d15-87f980867fc1): There are no data parts | ||
676 | 2024.07.15 22:20:22.052164 [ 3 ] {f291ff98-dd93-46e1-a2a7-2aa931599d91} <Debug> DynamicQueryHandler: Done processing query | ||
677 | 2024.07.15 22:20:22.052245 [ 3 ] {} <Debug> HTTP-Session: c8b51157-df0b-49c8-ab54-102aceb49b2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.07.15 22:20:22.052433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
679 | 2024.07.15 22:20:22.052513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
680 | 2024.07.15 22:20:22.052542 [ 3 ] {} <Debug> HTTP-Session: f20557e3-4414-4044-89e6-b30c768231a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
681 | 2024.07.15 22:20:22.052571 [ 3 ] {} <Debug> HTTP-Session: f20557e3-4414-4044-89e6-b30c768231a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.07.15 22:20:22.052586 [ 3 ] {} <Debug> HTTP-Session: f20557e3-4414-4044-89e6-b30c768231a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2024.07.15 22:20:22.052637 [ 3 ] {} <Trace> HTTP-Session: f20557e3-4414-4044-89e6-b30c768231a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2024.07.15 22:20:22.052847 [ 3 ] {55d52e8d-07d6-4329-97dd-9a2ba861193c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
685 | 2024.07.15 22:20:22.052910 [ 3 ] {55d52e8d-07d6-4329-97dd-9a2ba861193c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
686 | 2024.07.15 22:20:22.062945 [ 3 ] {55d52e8d-07d6-4329-97dd-9a2ba861193c} <Debug> oximeter.fields_u8 (129091a9-2305-4709-8863-741cbe98b34a): Loading data parts | ||
687 | 2024.07.15 22:20:22.063096 [ 3 ] {55d52e8d-07d6-4329-97dd-9a2ba861193c} <Debug> oximeter.fields_u8 (129091a9-2305-4709-8863-741cbe98b34a): There are no data parts | ||
688 | 2024.07.15 22:20:22.068076 [ 3 ] {55d52e8d-07d6-4329-97dd-9a2ba861193c} <Debug> DynamicQueryHandler: Done processing query | ||
689 | 2024.07.15 22:20:22.068137 [ 3 ] {} <Debug> HTTP-Session: f20557e3-4414-4044-89e6-b30c768231a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.07.15 22:20:22.068339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
691 | 2024.07.15 22:20:22.068429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
692 | 2024.07.15 22:20:22.068474 [ 3 ] {} <Debug> HTTP-Session: 90fbaa95-5bf4-4207-8933-f332fbe0e803 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
693 | 2024.07.15 22:20:22.068501 [ 3 ] {} <Debug> HTTP-Session: 90fbaa95-5bf4-4207-8933-f332fbe0e803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.07.15 22:20:22.068535 [ 3 ] {} <Debug> HTTP-Session: 90fbaa95-5bf4-4207-8933-f332fbe0e803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2024.07.15 22:20:22.068605 [ 3 ] {} <Trace> HTTP-Session: 90fbaa95-5bf4-4207-8933-f332fbe0e803 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
696 | 2024.07.15 22:20:22.068813 [ 3 ] {5f2f5fa0-0686-48d6-92c3-09e4406660d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
697 | 2024.07.15 22:20:22.068868 [ 3 ] {5f2f5fa0-0686-48d6-92c3-09e4406660d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
698 | 2024.07.15 22:20:22.088608 [ 3 ] {5f2f5fa0-0686-48d6-92c3-09e4406660d3} <Debug> oximeter.fields_i16 (c1de17f3-897c-42d4-ba74-1eb3adaef756): Loading data parts | ||
699 | 2024.07.15 22:20:22.088758 [ 3 ] {5f2f5fa0-0686-48d6-92c3-09e4406660d3} <Debug> oximeter.fields_i16 (c1de17f3-897c-42d4-ba74-1eb3adaef756): There are no data parts | ||
700 | 2024.07.15 22:20:22.091549 [ 3 ] {5f2f5fa0-0686-48d6-92c3-09e4406660d3} <Debug> DynamicQueryHandler: Done processing query | ||
701 | 2024.07.15 22:20:22.091573 [ 3 ] {} <Debug> HTTP-Session: 90fbaa95-5bf4-4207-8933-f332fbe0e803 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.07.15 22:20:22.091718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
703 | 2024.07.15 22:20:22.091774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
704 | 2024.07.15 22:20:22.091792 [ 3 ] {} <Debug> HTTP-Session: 9bffc13c-41bc-4cc3-9535-42ac3076963f Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
705 | 2024.07.15 22:20:22.091819 [ 3 ] {} <Debug> HTTP-Session: 9bffc13c-41bc-4cc3-9535-42ac3076963f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.07.15 22:20:22.091848 [ 3 ] {} <Debug> HTTP-Session: 9bffc13c-41bc-4cc3-9535-42ac3076963f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2024.07.15 22:20:22.091883 [ 3 ] {} <Trace> HTTP-Session: 9bffc13c-41bc-4cc3-9535-42ac3076963f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
708 | 2024.07.15 22:20:22.092040 [ 3 ] {88fa574a-5074-4761-a5ac-509e855bc5a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
709 | 2024.07.15 22:20:22.092099 [ 3 ] {88fa574a-5074-4761-a5ac-509e855bc5a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
710 | 2024.07.15 22:20:22.106220 [ 3 ] {88fa574a-5074-4761-a5ac-509e855bc5a8} <Debug> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Loading data parts | ||
711 | 2024.07.15 22:20:22.106374 [ 3 ] {88fa574a-5074-4761-a5ac-509e855bc5a8} <Debug> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): There are no data parts | ||
712 | 2024.07.15 22:20:22.154311 [ 3 ] {88fa574a-5074-4761-a5ac-509e855bc5a8} <Debug> DynamicQueryHandler: Done processing query | ||
713 | 2024.07.15 22:20:22.154353 [ 3 ] {} <Debug> HTTP-Session: 9bffc13c-41bc-4cc3-9535-42ac3076963f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.07.15 22:20:22.154534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
715 | 2024.07.15 22:20:22.154596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
716 | 2024.07.15 22:20:22.154619 [ 3 ] {} <Debug> HTTP-Session: e563e097-7218-4ebd-a6eb-fed19cb010c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
717 | 2024.07.15 22:20:22.154649 [ 3 ] {} <Debug> HTTP-Session: e563e097-7218-4ebd-a6eb-fed19cb010c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.07.15 22:20:22.154663 [ 3 ] {} <Debug> HTTP-Session: e563e097-7218-4ebd-a6eb-fed19cb010c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
719 | 2024.07.15 22:20:22.154700 [ 3 ] {} <Trace> HTTP-Session: e563e097-7218-4ebd-a6eb-fed19cb010c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
720 | 2024.07.15 22:20:22.154864 [ 3 ] {d82ca18c-488d-4400-8cd1-2bec9c9910a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
721 | 2024.07.15 22:20:22.154925 [ 3 ] {d82ca18c-488d-4400-8cd1-2bec9c9910a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
722 | 2024.07.15 22:20:22.171601 [ 3 ] {d82ca18c-488d-4400-8cd1-2bec9c9910a7} <Debug> oximeter.fields_i32 (c6f6a8f6-51f0-47f5-825e-bdecbed2723f): Loading data parts | ||
723 | 2024.07.15 22:20:22.171864 [ 3 ] {d82ca18c-488d-4400-8cd1-2bec9c9910a7} <Debug> oximeter.fields_i32 (c6f6a8f6-51f0-47f5-825e-bdecbed2723f): There are no data parts | ||
724 | 2024.07.15 22:20:22.183106 [ 3 ] {d82ca18c-488d-4400-8cd1-2bec9c9910a7} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.07.15 22:20:22.183132 [ 3 ] {} <Debug> HTTP-Session: e563e097-7218-4ebd-a6eb-fed19cb010c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.07.15 22:20:22.183282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
727 | 2024.07.15 22:20:22.183349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
728 | 2024.07.15 22:20:22.183368 [ 3 ] {} <Debug> HTTP-Session: c8b64927-2370-482e-88c1-d70ff8b19282 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
729 | 2024.07.15 22:20:22.183392 [ 3 ] {} <Debug> HTTP-Session: c8b64927-2370-482e-88c1-d70ff8b19282 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.07.15 22:20:22.183407 [ 3 ] {} <Debug> HTTP-Session: c8b64927-2370-482e-88c1-d70ff8b19282 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.07.15 22:20:22.183446 [ 3 ] {} <Trace> HTTP-Session: c8b64927-2370-482e-88c1-d70ff8b19282 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
732 | 2024.07.15 22:20:22.183602 [ 3 ] {ac416ee6-b37c-4966-8dc4-4a0fcb1a1039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
733 | 2024.07.15 22:20:22.183652 [ 3 ] {ac416ee6-b37c-4966-8dc4-4a0fcb1a1039} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
734 | 2024.07.15 22:20:22.207701 [ 3 ] {ac416ee6-b37c-4966-8dc4-4a0fcb1a1039} <Debug> oximeter.fields_u32 (6c7865fd-93e3-40de-95bb-edce33be412f): Loading data parts | ||
735 | 2024.07.15 22:20:22.207885 [ 3 ] {ac416ee6-b37c-4966-8dc4-4a0fcb1a1039} <Debug> oximeter.fields_u32 (6c7865fd-93e3-40de-95bb-edce33be412f): There are no data parts | ||
736 | 2024.07.15 22:20:22.218067 [ 3 ] {ac416ee6-b37c-4966-8dc4-4a0fcb1a1039} <Debug> DynamicQueryHandler: Done processing query | ||
737 | 2024.07.15 22:20:22.218128 [ 3 ] {} <Debug> HTTP-Session: c8b64927-2370-482e-88c1-d70ff8b19282 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.07.15 22:20:22.218298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.07.15 22:20:22.218370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
740 | 2024.07.15 22:20:22.218412 [ 3 ] {} <Debug> HTTP-Session: 345cdcb4-01ed-45a5-a36e-434a3358ad92 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
741 | 2024.07.15 22:20:22.218431 [ 3 ] {} <Debug> HTTP-Session: 345cdcb4-01ed-45a5-a36e-434a3358ad92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.07.15 22:20:22.218447 [ 3 ] {} <Debug> HTTP-Session: 345cdcb4-01ed-45a5-a36e-434a3358ad92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
743 | 2024.07.15 22:20:22.218490 [ 3 ] {} <Trace> HTTP-Session: 345cdcb4-01ed-45a5-a36e-434a3358ad92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
744 | 2024.07.15 22:20:22.218661 [ 3 ] {326faaf3-3c11-44ee-8b45-c4f02dd924ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
745 | 2024.07.15 22:20:22.218711 [ 3 ] {326faaf3-3c11-44ee-8b45-c4f02dd924ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
746 | 2024.07.15 22:20:22.222956 [ 3 ] {326faaf3-3c11-44ee-8b45-c4f02dd924ed} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Loading data parts | ||
747 | 2024.07.15 22:20:22.223189 [ 3 ] {326faaf3-3c11-44ee-8b45-c4f02dd924ed} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): There are no data parts | ||
748 | 2024.07.15 22:20:22.234508 [ 3 ] {326faaf3-3c11-44ee-8b45-c4f02dd924ed} <Debug> DynamicQueryHandler: Done processing query | ||
749 | 2024.07.15 22:20:22.234536 [ 3 ] {} <Debug> HTTP-Session: 345cdcb4-01ed-45a5-a36e-434a3358ad92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.07.15 22:20:22.234664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
751 | 2024.07.15 22:20:22.234712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
752 | 2024.07.15 22:20:22.234732 [ 3 ] {} <Debug> HTTP-Session: 401c969b-6539-410f-b8a1-555f2fd580f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
753 | 2024.07.15 22:20:22.234749 [ 3 ] {} <Debug> HTTP-Session: 401c969b-6539-410f-b8a1-555f2fd580f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.07.15 22:20:22.234762 [ 3 ] {} <Debug> HTTP-Session: 401c969b-6539-410f-b8a1-555f2fd580f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
755 | 2024.07.15 22:20:22.234795 [ 3 ] {} <Trace> HTTP-Session: 401c969b-6539-410f-b8a1-555f2fd580f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
756 | 2024.07.15 22:20:22.234944 [ 3 ] {24dfc957-8499-4183-964a-3352c8f59a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
757 | 2024.07.15 22:20:22.234986 [ 3 ] {24dfc957-8499-4183-964a-3352c8f59a1f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
758 | 2024.07.15 22:20:22.247944 [ 3 ] {24dfc957-8499-4183-964a-3352c8f59a1f} <Debug> oximeter.fields_u64 (2e1fc16e-2b5a-4ca6-90c3-da1f7d0337ad): Loading data parts | ||
759 | 2024.07.15 22:20:22.248125 [ 3 ] {24dfc957-8499-4183-964a-3352c8f59a1f} <Debug> oximeter.fields_u64 (2e1fc16e-2b5a-4ca6-90c3-da1f7d0337ad): There are no data parts | ||
760 | 2024.07.15 22:20:22.259297 [ 3 ] {24dfc957-8499-4183-964a-3352c8f59a1f} <Debug> DynamicQueryHandler: Done processing query | ||
761 | 2024.07.15 22:20:22.259322 [ 3 ] {} <Debug> HTTP-Session: 401c969b-6539-410f-b8a1-555f2fd580f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.07.15 22:20:22.259430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
763 | 2024.07.15 22:20:22.259478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
764 | 2024.07.15 22:20:22.259497 [ 3 ] {} <Debug> HTTP-Session: f5c21cd6-b253-40ec-9ea8-5197bbd6bd54 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
765 | 2024.07.15 22:20:22.259513 [ 3 ] {} <Debug> HTTP-Session: f5c21cd6-b253-40ec-9ea8-5197bbd6bd54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.07.15 22:20:22.259527 [ 3 ] {} <Debug> HTTP-Session: f5c21cd6-b253-40ec-9ea8-5197bbd6bd54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
767 | 2024.07.15 22:20:22.259556 [ 3 ] {} <Trace> HTTP-Session: f5c21cd6-b253-40ec-9ea8-5197bbd6bd54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2024.07.15 22:20:22.259693 [ 3 ] {ec95c5f5-cbfc-44e0-bd23-0fe8a5b9d400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
769 | 2024.07.15 22:20:22.259733 [ 3 ] {ec95c5f5-cbfc-44e0-bd23-0fe8a5b9d400} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
770 | 2024.07.15 22:20:22.272051 [ 3 ] {ec95c5f5-cbfc-44e0-bd23-0fe8a5b9d400} <Debug> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Loading data parts | ||
771 | 2024.07.15 22:20:22.272312 [ 3 ] {ec95c5f5-cbfc-44e0-bd23-0fe8a5b9d400} <Debug> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): There are no data parts | ||
772 | 2024.07.15 22:20:22.283447 [ 3 ] {ec95c5f5-cbfc-44e0-bd23-0fe8a5b9d400} <Debug> DynamicQueryHandler: Done processing query | ||
773 | 2024.07.15 22:20:22.283475 [ 3 ] {} <Debug> HTTP-Session: f5c21cd6-b253-40ec-9ea8-5197bbd6bd54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.07.15 22:20:22.283598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
775 | 2024.07.15 22:20:22.283645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
776 | 2024.07.15 22:20:22.283665 [ 3 ] {} <Debug> HTTP-Session: 274a6b76-35fc-45a2-821b-a5488b49995e Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
777 | 2024.07.15 22:20:22.283683 [ 3 ] {} <Debug> HTTP-Session: 274a6b76-35fc-45a2-821b-a5488b49995e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.07.15 22:20:22.283699 [ 3 ] {} <Debug> HTTP-Session: 274a6b76-35fc-45a2-821b-a5488b49995e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
779 | 2024.07.15 22:20:22.283731 [ 3 ] {} <Trace> HTTP-Session: 274a6b76-35fc-45a2-821b-a5488b49995e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2024.07.15 22:20:22.283873 [ 3 ] {f716c373-5344-4001-88bb-5f206787ac7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
781 | 2024.07.15 22:20:22.283913 [ 3 ] {f716c373-5344-4001-88bb-5f206787ac7c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
782 | 2024.07.15 22:20:22.296282 [ 3 ] {f716c373-5344-4001-88bb-5f206787ac7c} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Loading data parts | ||
783 | 2024.07.15 22:20:22.296561 [ 3 ] {f716c373-5344-4001-88bb-5f206787ac7c} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): There are no data parts | ||
784 | 2024.07.15 22:20:22.307797 [ 3 ] {f716c373-5344-4001-88bb-5f206787ac7c} <Debug> DynamicQueryHandler: Done processing query | ||
785 | 2024.07.15 22:20:22.307826 [ 3 ] {} <Debug> HTTP-Session: 274a6b76-35fc-45a2-821b-a5488b49995e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.07.15 22:20:22.307941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
787 | 2024.07.15 22:20:22.307993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
788 | 2024.07.15 22:20:22.308015 [ 3 ] {} <Debug> HTTP-Session: 3bc78e82-1ce8-459b-a2bf-d327d367018d Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
789 | 2024.07.15 22:20:22.308034 [ 3 ] {} <Debug> HTTP-Session: 3bc78e82-1ce8-459b-a2bf-d327d367018d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.07.15 22:20:22.308050 [ 3 ] {} <Debug> HTTP-Session: 3bc78e82-1ce8-459b-a2bf-d327d367018d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
791 | 2024.07.15 22:20:22.308084 [ 3 ] {} <Trace> HTTP-Session: 3bc78e82-1ce8-459b-a2bf-d327d367018d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2024.07.15 22:20:22.308314 [ 3 ] {9ed32a9c-b5e3-4aee-8a4d-2a838daa5c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
793 | 2024.07.15 22:20:22.308363 [ 3 ] {9ed32a9c-b5e3-4aee-8a4d-2a838daa5c7a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
794 | 2024.07.15 22:20:22.330484 [ 3 ] {9ed32a9c-b5e3-4aee-8a4d-2a838daa5c7a} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Loading data parts | ||
795 | 2024.07.15 22:20:22.330742 [ 3 ] {9ed32a9c-b5e3-4aee-8a4d-2a838daa5c7a} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): There are no data parts | ||
796 | 2024.07.15 22:20:22.345953 [ 3 ] {9ed32a9c-b5e3-4aee-8a4d-2a838daa5c7a} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.07.15 22:20:22.345985 [ 3 ] {} <Debug> HTTP-Session: 3bc78e82-1ce8-459b-a2bf-d327d367018d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.07.15 22:20:22.346133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.07.15 22:20:22.346189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
800 | 2024.07.15 22:20:22.346214 [ 3 ] {} <Debug> HTTP-Session: 80b75523-0a49-4fe2-ba07-43f93f68f8b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
801 | 2024.07.15 22:20:22.346233 [ 3 ] {} <Debug> HTTP-Session: 80b75523-0a49-4fe2-ba07-43f93f68f8b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.07.15 22:20:22.346251 [ 3 ] {} <Debug> HTTP-Session: 80b75523-0a49-4fe2-ba07-43f93f68f8b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.07.15 22:20:22.346289 [ 3 ] {} <Trace> HTTP-Session: 80b75523-0a49-4fe2-ba07-43f93f68f8b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.07.15 22:20:22.346540 [ 3 ] {e1523b76-4ccb-401b-b87b-7c2aa1e5c681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) /* The timeseries schema table stores the extracted schema for the samples | ||
805 | * oximeter collects. | ||
806 | */ | ||
807 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
808 | 2024.07.15 22:20:22.346613 [ 3 ] {e1523b76-4ccb-401b-b87b-7c2aa1e5c681} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.07.15 22:20:22.357405 [ 3 ] {e1523b76-4ccb-401b-b87b-7c2aa1e5c681} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Loading data parts | ||
810 | 2024.07.15 22:20:22.357669 [ 3 ] {e1523b76-4ccb-401b-b87b-7c2aa1e5c681} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): There are no data parts | ||
811 | 2024.07.15 22:20:22.380497 [ 3 ] {e1523b76-4ccb-401b-b87b-7c2aa1e5c681} <Debug> DynamicQueryHandler: Done processing query | ||
812 | 2024.07.15 22:20:22.380530 [ 3 ] {} <Debug> HTTP-Session: 80b75523-0a49-4fe2-ba07-43f93f68f8b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
813 | 2024.07.15 22:20:22.380695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60806, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
814 | 2024.07.15 22:20:22.380743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
815 | 2024.07.15 22:20:22.380763 [ 3 ] {} <Debug> HTTP-Session: 76bafe64-f3d2-4ea5-884c-b7b9b20a0506 Authenticating user 'default' from [fd00:1122:3344:101::d]:60806 | ||
816 | 2024.07.15 22:20:22.380782 [ 3 ] {} <Debug> HTTP-Session: 76bafe64-f3d2-4ea5-884c-b7b9b20a0506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.07.15 22:20:22.380797 [ 3 ] {} <Debug> HTTP-Session: 76bafe64-f3d2-4ea5-884c-b7b9b20a0506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.07.15 22:20:22.380829 [ 3 ] {} <Trace> HTTP-Session: 76bafe64-f3d2-4ea5-884c-b7b9b20a0506 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2024.07.15 22:20:22.380995 [ 3 ] {1444b51c-e4df-4cc8-aadd-e207818c42ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60806) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
820 | 2024.07.15 22:20:22.382217 [ 3 ] {1444b51c-e4df-4cc8-aadd-e207818c42ec} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
821 | 2024.07.15 22:20:22.386199 [ 3 ] {1444b51c-e4df-4cc8-aadd-e207818c42ec} <Trace> oximeter.version (b9f19574-a99c-48ad-89c9-4fef619697a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
822 | 2024.07.15 22:20:22.386239 [ 3 ] {1444b51c-e4df-4cc8-aadd-e207818c42ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
823 | 2024.07.15 22:20:22.390284 [ 3 ] {1444b51c-e4df-4cc8-aadd-e207818c42ec} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
824 | 2024.07.15 22:20:22.391370 [ 3 ] {1444b51c-e4df-4cc8-aadd-e207818c42ec} <Trace> oximeter.version (b9f19574-a99c-48ad-89c9-4fef619697a8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
825 | 2024.07.15 22:20:22.391661 [ 3 ] {1444b51c-e4df-4cc8-aadd-e207818c42ec} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.010742 sec., 93.09253397877491 rows/sec., 1.45 KiB/sec. | ||
826 | 2024.07.15 22:20:22.391835 [ 3 ] {1444b51c-e4df-4cc8-aadd-e207818c42ec} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.07.15 22:20:22.391860 [ 3 ] {1444b51c-e4df-4cc8-aadd-e207818c42ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
828 | 2024.07.15 22:20:22.391876 [ 3 ] {} <Debug> HTTP-Session: 76bafe64-f3d2-4ea5-884c-b7b9b20a0506 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.07.15 22:20:23.000301 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.89 MiB, peak 176.03 MiB, free memory in arenas 0.00 B, will set to 173.71 MiB (RSS), difference: 2.83 MiB | ||
830 | 2024.07.15 22:20:32.395475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
831 | 2024.07.15 22:20:32.395599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
832 | 2024.07.15 22:20:32.395626 [ 3 ] {} <Debug> HTTP-Session: e3118de5-05a0-4b98-a7ad-76a23219a607 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
833 | 2024.07.15 22:20:32.395651 [ 3 ] {} <Debug> HTTP-Session: e3118de5-05a0-4b98-a7ad-76a23219a607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
834 | 2024.07.15 22:20:32.395670 [ 3 ] {} <Debug> HTTP-Session: e3118de5-05a0-4b98-a7ad-76a23219a607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.07.15 22:20:32.395719 [ 3 ] {} <Trace> HTTP-Session: e3118de5-05a0-4b98-a7ad-76a23219a607 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
836 | 2024.07.15 22:20:32.395898 [ 3 ] {ae47ea08-8f5c-40f7-ba0e-a63677c8e3fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
837 | 2024.07.15 22:20:32.396238 [ 3 ] {ae47ea08-8f5c-40f7-ba0e-a63677c8e3fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
838 | 2024.07.15 22:20:32.396381 [ 3 ] {ae47ea08-8f5c-40f7-ba0e-a63677c8e3fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
839 | 2024.07.15 22:20:32.397398 [ 3 ] {ae47ea08-8f5c-40f7-ba0e-a63677c8e3fe} <Debug> DynamicQueryHandler: Done processing query | ||
840 | 2024.07.15 22:20:32.397430 [ 3 ] {ae47ea08-8f5c-40f7-ba0e-a63677c8e3fe} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
841 | 2024.07.15 22:20:32.397449 [ 3 ] {} <Debug> HTTP-Session: e3118de5-05a0-4b98-a7ad-76a23219a607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
842 | 2024.07.15 22:20:32.399126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
843 | 2024.07.15 22:20:32.399193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
844 | 2024.07.15 22:20:32.399218 [ 3 ] {} <Debug> HTTP-Session: b0f82da1-4910-4bc5-b41d-dcba4a0166f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
845 | 2024.07.15 22:20:32.399237 [ 3 ] {} <Debug> HTTP-Session: b0f82da1-4910-4bc5-b41d-dcba4a0166f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
846 | 2024.07.15 22:20:32.399252 [ 3 ] {} <Debug> HTTP-Session: b0f82da1-4910-4bc5-b41d-dcba4a0166f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.07.15 22:20:32.399290 [ 3 ] {} <Trace> HTTP-Session: b0f82da1-4910-4bc5-b41d-dcba4a0166f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
848 | 2024.07.15 22:20:32.399452 [ 3 ] {5005f4de-f94b-44ba-bb90-850c43a2bd68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
849 | 2024.07.15 22:20:32.401924 [ 3 ] {5005f4de-f94b-44ba-bb90-850c43a2bd68} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
850 | 2024.07.15 22:20:32.401985 [ 3 ] {5005f4de-f94b-44ba-bb90-850c43a2bd68} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
851 | 2024.07.15 22:20:32.402962 [ 3 ] {5005f4de-f94b-44ba-bb90-850c43a2bd68} <Debug> DynamicQueryHandler: Done processing query | ||
852 | 2024.07.15 22:20:32.402990 [ 3 ] {5005f4de-f94b-44ba-bb90-850c43a2bd68} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
853 | 2024.07.15 22:20:32.403011 [ 3 ] {} <Debug> HTTP-Session: b0f82da1-4910-4bc5-b41d-dcba4a0166f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
854 | 2024.07.15 22:20:32.403290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
855 | 2024.07.15 22:20:32.403345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
856 | 2024.07.15 22:20:32.403366 [ 3 ] {} <Debug> HTTP-Session: 25fd5182-6aba-41ad-870d-2b0429d9e2d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
857 | 2024.07.15 22:20:32.403386 [ 3 ] {} <Debug> HTTP-Session: 25fd5182-6aba-41ad-870d-2b0429d9e2d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
858 | 2024.07.15 22:20:32.403401 [ 3 ] {} <Debug> HTTP-Session: 25fd5182-6aba-41ad-870d-2b0429d9e2d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.07.15 22:20:32.403436 [ 3 ] {} <Trace> HTTP-Session: 25fd5182-6aba-41ad-870d-2b0429d9e2d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
860 | 2024.07.15 22:20:32.403570 [ 3 ] {e2f0bf9c-880b-4dcb-8a01-08a1ace5881a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
861 | 2024.07.15 22:20:32.403927 [ 3 ] {e2f0bf9c-880b-4dcb-8a01-08a1ace5881a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
862 | 2024.07.15 22:20:32.403978 [ 3 ] {e2f0bf9c-880b-4dcb-8a01-08a1ace5881a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
863 | 2024.07.15 22:20:32.404893 [ 3 ] {e2f0bf9c-880b-4dcb-8a01-08a1ace5881a} <Debug> DynamicQueryHandler: Done processing query | ||
864 | 2024.07.15 22:20:32.404922 [ 3 ] {e2f0bf9c-880b-4dcb-8a01-08a1ace5881a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
865 | 2024.07.15 22:20:32.404939 [ 3 ] {} <Debug> HTTP-Session: 25fd5182-6aba-41ad-870d-2b0429d9e2d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
866 | 2024.07.15 22:20:32.405835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
867 | 2024.07.15 22:20:32.405886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
868 | 2024.07.15 22:20:32.405906 [ 3 ] {} <Debug> HTTP-Session: dcb414f9-926f-4b5e-8270-4c15b7a6b87d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
869 | 2024.07.15 22:20:32.405923 [ 3 ] {} <Debug> HTTP-Session: dcb414f9-926f-4b5e-8270-4c15b7a6b87d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
870 | 2024.07.15 22:20:32.405937 [ 3 ] {} <Debug> HTTP-Session: dcb414f9-926f-4b5e-8270-4c15b7a6b87d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.07.15 22:20:32.405969 [ 3 ] {} <Trace> HTTP-Session: dcb414f9-926f-4b5e-8270-4c15b7a6b87d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
872 | 2024.07.15 22:20:32.406093 [ 3 ] {3d277063-8ca3-4a3e-8932-fe566b25ec83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
873 | 2024.07.15 22:20:32.406409 [ 3 ] {3d277063-8ca3-4a3e-8932-fe566b25ec83} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
874 | 2024.07.15 22:20:32.406461 [ 3 ] {3d277063-8ca3-4a3e-8932-fe566b25ec83} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
875 | 2024.07.15 22:20:32.407345 [ 3 ] {3d277063-8ca3-4a3e-8932-fe566b25ec83} <Debug> DynamicQueryHandler: Done processing query | ||
876 | 2024.07.15 22:20:32.407371 [ 3 ] {3d277063-8ca3-4a3e-8932-fe566b25ec83} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
877 | 2024.07.15 22:20:32.407394 [ 3 ] {} <Debug> HTTP-Session: dcb414f9-926f-4b5e-8270-4c15b7a6b87d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
878 | 2024.07.15 22:20:32.407796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
879 | 2024.07.15 22:20:32.407849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
880 | 2024.07.15 22:20:32.407876 [ 3 ] {} <Debug> HTTP-Session: 582d6b3b-75dd-4deb-9cb9-bae39ec2730b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
881 | 2024.07.15 22:20:32.407893 [ 3 ] {} <Debug> HTTP-Session: 582d6b3b-75dd-4deb-9cb9-bae39ec2730b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
882 | 2024.07.15 22:20:32.407908 [ 3 ] {} <Debug> HTTP-Session: 582d6b3b-75dd-4deb-9cb9-bae39ec2730b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
883 | 2024.07.15 22:20:32.407939 [ 3 ] {} <Trace> HTTP-Session: 582d6b3b-75dd-4deb-9cb9-bae39ec2730b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
884 | 2024.07.15 22:20:32.408064 [ 3 ] {1b4838a7-e9b5-46e6-a376-72ea502d713b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
885 | 2024.07.15 22:20:32.408387 [ 3 ] {1b4838a7-e9b5-46e6-a376-72ea502d713b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
886 | 2024.07.15 22:20:32.408440 [ 3 ] {1b4838a7-e9b5-46e6-a376-72ea502d713b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
887 | 2024.07.15 22:20:32.409327 [ 3 ] {1b4838a7-e9b5-46e6-a376-72ea502d713b} <Debug> DynamicQueryHandler: Done processing query | ||
888 | 2024.07.15 22:20:32.409354 [ 3 ] {1b4838a7-e9b5-46e6-a376-72ea502d713b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
889 | 2024.07.15 22:20:32.409371 [ 3 ] {} <Debug> HTTP-Session: 582d6b3b-75dd-4deb-9cb9-bae39ec2730b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
890 | 2024.07.15 22:20:32.409582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
891 | 2024.07.15 22:20:32.409630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
892 | 2024.07.15 22:20:32.409651 [ 3 ] {} <Debug> HTTP-Session: 068007d3-95f0-4007-892f-b74d46b66df2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
893 | 2024.07.15 22:20:32.409668 [ 3 ] {} <Debug> HTTP-Session: 068007d3-95f0-4007-892f-b74d46b66df2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
894 | 2024.07.15 22:20:32.409682 [ 3 ] {} <Debug> HTTP-Session: 068007d3-95f0-4007-892f-b74d46b66df2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
895 | 2024.07.15 22:20:32.409712 [ 3 ] {} <Trace> HTTP-Session: 068007d3-95f0-4007-892f-b74d46b66df2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
896 | 2024.07.15 22:20:32.409836 [ 3 ] {50253b61-0900-49c9-a529-9a7d4a8fbe79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
897 | 2024.07.15 22:20:32.410167 [ 3 ] {50253b61-0900-49c9-a529-9a7d4a8fbe79} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
898 | 2024.07.15 22:20:32.410219 [ 3 ] {50253b61-0900-49c9-a529-9a7d4a8fbe79} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
899 | 2024.07.15 22:20:32.411080 [ 3 ] {50253b61-0900-49c9-a529-9a7d4a8fbe79} <Debug> DynamicQueryHandler: Done processing query | ||
900 | 2024.07.15 22:20:32.411105 [ 3 ] {50253b61-0900-49c9-a529-9a7d4a8fbe79} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
901 | 2024.07.15 22:20:32.411121 [ 3 ] {} <Debug> HTTP-Session: 068007d3-95f0-4007-892f-b74d46b66df2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
902 | 2024.07.15 22:20:32.411328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
903 | 2024.07.15 22:20:32.411372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
904 | 2024.07.15 22:20:32.411391 [ 3 ] {} <Debug> HTTP-Session: 8390f226-fe5f-4f79-9488-3236345494fd Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
905 | 2024.07.15 22:20:32.411407 [ 3 ] {} <Debug> HTTP-Session: 8390f226-fe5f-4f79-9488-3236345494fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
906 | 2024.07.15 22:20:32.411420 [ 3 ] {} <Debug> HTTP-Session: 8390f226-fe5f-4f79-9488-3236345494fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
907 | 2024.07.15 22:20:32.411449 [ 3 ] {} <Trace> HTTP-Session: 8390f226-fe5f-4f79-9488-3236345494fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
908 | 2024.07.15 22:20:32.411565 [ 3 ] {579a226f-7df5-4ee6-acf3-ca2f906b0d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
909 | 2024.07.15 22:20:32.411963 [ 3 ] {579a226f-7df5-4ee6-acf3-ca2f906b0d09} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
910 | 2024.07.15 22:20:32.412018 [ 3 ] {579a226f-7df5-4ee6-acf3-ca2f906b0d09} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
911 | 2024.07.15 22:20:32.412869 [ 3 ] {579a226f-7df5-4ee6-acf3-ca2f906b0d09} <Debug> DynamicQueryHandler: Done processing query | ||
912 | 2024.07.15 22:20:32.412897 [ 3 ] {579a226f-7df5-4ee6-acf3-ca2f906b0d09} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
913 | 2024.07.15 22:20:32.412914 [ 3 ] {} <Debug> HTTP-Session: 8390f226-fe5f-4f79-9488-3236345494fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
914 | 2024.07.15 22:20:32.413123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
915 | 2024.07.15 22:20:32.413173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
916 | 2024.07.15 22:20:32.413201 [ 3 ] {} <Debug> HTTP-Session: 9f42c831-5c6e-475e-b0cc-07653beb68e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
917 | 2024.07.15 22:20:32.413220 [ 3 ] {} <Debug> HTTP-Session: 9f42c831-5c6e-475e-b0cc-07653beb68e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
918 | 2024.07.15 22:20:32.413236 [ 3 ] {} <Debug> HTTP-Session: 9f42c831-5c6e-475e-b0cc-07653beb68e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.07.15 22:20:32.413267 [ 3 ] {} <Trace> HTTP-Session: 9f42c831-5c6e-475e-b0cc-07653beb68e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
920 | 2024.07.15 22:20:32.413393 [ 3 ] {584c65a2-27fd-4782-b1d6-fa57d98ad96d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
921 | 2024.07.15 22:20:32.413731 [ 3 ] {584c65a2-27fd-4782-b1d6-fa57d98ad96d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
922 | 2024.07.15 22:20:32.413784 [ 3 ] {584c65a2-27fd-4782-b1d6-fa57d98ad96d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
923 | 2024.07.15 22:20:32.414606 [ 3 ] {584c65a2-27fd-4782-b1d6-fa57d98ad96d} <Debug> DynamicQueryHandler: Done processing query | ||
924 | 2024.07.15 22:20:32.414633 [ 3 ] {584c65a2-27fd-4782-b1d6-fa57d98ad96d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
925 | 2024.07.15 22:20:32.414653 [ 3 ] {} <Debug> HTTP-Session: 9f42c831-5c6e-475e-b0cc-07653beb68e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
926 | 2024.07.15 22:20:32.414854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
927 | 2024.07.15 22:20:32.414902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
928 | 2024.07.15 22:20:32.414922 [ 3 ] {} <Debug> HTTP-Session: 15fbc837-dabd-44f5-8c03-f18a6b1265e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
929 | 2024.07.15 22:20:32.414938 [ 3 ] {} <Debug> HTTP-Session: 15fbc837-dabd-44f5-8c03-f18a6b1265e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
930 | 2024.07.15 22:20:32.414952 [ 3 ] {} <Debug> HTTP-Session: 15fbc837-dabd-44f5-8c03-f18a6b1265e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
931 | 2024.07.15 22:20:32.414983 [ 3 ] {} <Trace> HTTP-Session: 15fbc837-dabd-44f5-8c03-f18a6b1265e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
932 | 2024.07.15 22:20:32.415108 [ 3 ] {4a355d4b-7b19-4d6f-a19d-0b0f17ad6c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
933 | 2024.07.15 22:20:32.415439 [ 3 ] {4a355d4b-7b19-4d6f-a19d-0b0f17ad6c67} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
934 | 2024.07.15 22:20:32.415491 [ 3 ] {4a355d4b-7b19-4d6f-a19d-0b0f17ad6c67} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
935 | 2024.07.15 22:20:32.416367 [ 3 ] {4a355d4b-7b19-4d6f-a19d-0b0f17ad6c67} <Debug> DynamicQueryHandler: Done processing query | ||
936 | 2024.07.15 22:20:32.416393 [ 3 ] {4a355d4b-7b19-4d6f-a19d-0b0f17ad6c67} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
937 | 2024.07.15 22:20:32.416410 [ 3 ] {} <Debug> HTTP-Session: 15fbc837-dabd-44f5-8c03-f18a6b1265e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
938 | 2024.07.15 22:20:32.416622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
939 | 2024.07.15 22:20:32.416669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
940 | 2024.07.15 22:20:32.416688 [ 3 ] {} <Debug> HTTP-Session: 77a4f5f8-7095-4594-b560-9b1c711bd277 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
941 | 2024.07.15 22:20:32.416705 [ 3 ] {} <Debug> HTTP-Session: 77a4f5f8-7095-4594-b560-9b1c711bd277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
942 | 2024.07.15 22:20:32.416719 [ 3 ] {} <Debug> HTTP-Session: 77a4f5f8-7095-4594-b560-9b1c711bd277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
943 | 2024.07.15 22:20:32.416749 [ 3 ] {} <Trace> HTTP-Session: 77a4f5f8-7095-4594-b560-9b1c711bd277 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
944 | 2024.07.15 22:20:32.416873 [ 3 ] {288e55d1-e00c-4751-ad5a-ade775ac4bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
945 | 2024.07.15 22:20:32.417206 [ 3 ] {288e55d1-e00c-4751-ad5a-ade775ac4bc1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
946 | 2024.07.15 22:20:32.417257 [ 3 ] {288e55d1-e00c-4751-ad5a-ade775ac4bc1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
947 | 2024.07.15 22:20:32.418080 [ 3 ] {288e55d1-e00c-4751-ad5a-ade775ac4bc1} <Debug> DynamicQueryHandler: Done processing query | ||
948 | 2024.07.15 22:20:32.418105 [ 3 ] {288e55d1-e00c-4751-ad5a-ade775ac4bc1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
949 | 2024.07.15 22:20:32.418121 [ 3 ] {} <Debug> HTTP-Session: 77a4f5f8-7095-4594-b560-9b1c711bd277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
950 | 2024.07.15 22:20:32.418324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
951 | 2024.07.15 22:20:32.418372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
952 | 2024.07.15 22:20:32.418390 [ 3 ] {} <Debug> HTTP-Session: 3ad3c71c-c600-4ed4-ba24-293d6a841a58 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
953 | 2024.07.15 22:20:32.418408 [ 3 ] {} <Debug> HTTP-Session: 3ad3c71c-c600-4ed4-ba24-293d6a841a58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
954 | 2024.07.15 22:20:32.418421 [ 3 ] {} <Debug> HTTP-Session: 3ad3c71c-c600-4ed4-ba24-293d6a841a58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
955 | 2024.07.15 22:20:32.418450 [ 3 ] {} <Trace> HTTP-Session: 3ad3c71c-c600-4ed4-ba24-293d6a841a58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
956 | 2024.07.15 22:20:32.418672 [ 3 ] {75dda9cf-74d2-42e4-b094-0af1f460f763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
957 | 2024.07.15 22:20:32.419018 [ 3 ] {75dda9cf-74d2-42e4-b094-0af1f460f763} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
958 | 2024.07.15 22:20:32.419071 [ 3 ] {75dda9cf-74d2-42e4-b094-0af1f460f763} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
959 | 2024.07.15 22:20:32.419935 [ 3 ] {75dda9cf-74d2-42e4-b094-0af1f460f763} <Debug> DynamicQueryHandler: Done processing query | ||
960 | 2024.07.15 22:20:32.419962 [ 3 ] {75dda9cf-74d2-42e4-b094-0af1f460f763} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
961 | 2024.07.15 22:20:32.419979 [ 3 ] {} <Debug> HTTP-Session: 3ad3c71c-c600-4ed4-ba24-293d6a841a58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
962 | 2024.07.15 22:20:32.420177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
963 | 2024.07.15 22:20:32.420225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
964 | 2024.07.15 22:20:32.420248 [ 3 ] {} <Debug> HTTP-Session: 501219ad-639e-495f-bc2d-23ab55189d3a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
965 | 2024.07.15 22:20:32.420265 [ 3 ] {} <Debug> HTTP-Session: 501219ad-639e-495f-bc2d-23ab55189d3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
966 | 2024.07.15 22:20:32.420279 [ 3 ] {} <Debug> HTTP-Session: 501219ad-639e-495f-bc2d-23ab55189d3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
967 | 2024.07.15 22:20:32.420308 [ 3 ] {} <Trace> HTTP-Session: 501219ad-639e-495f-bc2d-23ab55189d3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
968 | 2024.07.15 22:20:32.420435 [ 3 ] {91667444-9492-4d20-8adf-52f25658a799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
969 | 2024.07.15 22:20:32.420785 [ 3 ] {91667444-9492-4d20-8adf-52f25658a799} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
970 | 2024.07.15 22:20:32.420837 [ 3 ] {91667444-9492-4d20-8adf-52f25658a799} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
971 | 2024.07.15 22:20:32.421721 [ 3 ] {91667444-9492-4d20-8adf-52f25658a799} <Debug> DynamicQueryHandler: Done processing query | ||
972 | 2024.07.15 22:20:32.421747 [ 3 ] {91667444-9492-4d20-8adf-52f25658a799} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
973 | 2024.07.15 22:20:32.421764 [ 3 ] {} <Debug> HTTP-Session: 501219ad-639e-495f-bc2d-23ab55189d3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
974 | 2024.07.15 22:20:32.421977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
975 | 2024.07.15 22:20:32.422026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
976 | 2024.07.15 22:20:32.422046 [ 3 ] {} <Debug> HTTP-Session: aa26492e-7058-46de-9a24-950f0f951027 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
977 | 2024.07.15 22:20:32.422063 [ 3 ] {} <Debug> HTTP-Session: aa26492e-7058-46de-9a24-950f0f951027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
978 | 2024.07.15 22:20:32.422078 [ 3 ] {} <Debug> HTTP-Session: aa26492e-7058-46de-9a24-950f0f951027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
979 | 2024.07.15 22:20:32.422108 [ 3 ] {} <Trace> HTTP-Session: aa26492e-7058-46de-9a24-950f0f951027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
980 | 2024.07.15 22:20:32.422237 [ 3 ] {42f22c2e-a838-40e2-9840-c99eb0dbb434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
981 | 2024.07.15 22:20:32.422579 [ 3 ] {42f22c2e-a838-40e2-9840-c99eb0dbb434} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
982 | 2024.07.15 22:20:32.422633 [ 3 ] {42f22c2e-a838-40e2-9840-c99eb0dbb434} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
983 | 2024.07.15 22:20:32.423531 [ 3 ] {42f22c2e-a838-40e2-9840-c99eb0dbb434} <Debug> DynamicQueryHandler: Done processing query | ||
984 | 2024.07.15 22:20:32.423557 [ 3 ] {42f22c2e-a838-40e2-9840-c99eb0dbb434} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
985 | 2024.07.15 22:20:32.423574 [ 3 ] {} <Debug> HTTP-Session: aa26492e-7058-46de-9a24-950f0f951027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
986 | 2024.07.15 22:20:32.423804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
987 | 2024.07.15 22:20:32.423849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
988 | 2024.07.15 22:20:32.423868 [ 3 ] {} <Debug> HTTP-Session: 04a51fa2-eca1-48b8-b6a4-05b8ec80da60 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
989 | 2024.07.15 22:20:32.423883 [ 3 ] {} <Debug> HTTP-Session: 04a51fa2-eca1-48b8-b6a4-05b8ec80da60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
990 | 2024.07.15 22:20:32.423896 [ 3 ] {} <Debug> HTTP-Session: 04a51fa2-eca1-48b8-b6a4-05b8ec80da60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
991 | 2024.07.15 22:20:32.423923 [ 3 ] {} <Trace> HTTP-Session: 04a51fa2-eca1-48b8-b6a4-05b8ec80da60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
992 | 2024.07.15 22:20:32.424046 [ 3 ] {5bdee061-00c6-4f82-ae9e-4cc052e52238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
993 | 2024.07.15 22:20:32.424371 [ 3 ] {5bdee061-00c6-4f82-ae9e-4cc052e52238} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
994 | 2024.07.15 22:20:32.424419 [ 3 ] {5bdee061-00c6-4f82-ae9e-4cc052e52238} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
995 | 2024.07.15 22:20:32.425341 [ 3 ] {5bdee061-00c6-4f82-ae9e-4cc052e52238} <Debug> DynamicQueryHandler: Done processing query | ||
996 | 2024.07.15 22:20:32.425367 [ 3 ] {5bdee061-00c6-4f82-ae9e-4cc052e52238} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
997 | 2024.07.15 22:20:32.425383 [ 3 ] {} <Debug> HTTP-Session: 04a51fa2-eca1-48b8-b6a4-05b8ec80da60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
998 | 2024.07.15 22:20:32.427033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
999 | 2024.07.15 22:20:32.427083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1000 | 2024.07.15 22:20:32.427103 [ 3 ] {} <Debug> HTTP-Session: fce5602b-f3ce-4f1b-9c8a-9bb98d418fe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1001 | 2024.07.15 22:20:32.427121 [ 3 ] {} <Debug> HTTP-Session: fce5602b-f3ce-4f1b-9c8a-9bb98d418fe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1002 | 2024.07.15 22:20:32.427135 [ 3 ] {} <Debug> HTTP-Session: fce5602b-f3ce-4f1b-9c8a-9bb98d418fe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1003 | 2024.07.15 22:20:32.427166 [ 3 ] {} <Trace> HTTP-Session: fce5602b-f3ce-4f1b-9c8a-9bb98d418fe8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1004 | 2024.07.15 22:20:32.427284 [ 3 ] {8c218936-3cef-47d2-bfc5-e7d4f8485f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1005 | 2024.07.15 22:20:32.427330 [ 3 ] {8c218936-3cef-47d2-bfc5-e7d4f8485f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1006 | 2024.07.15 22:20:32.427526 [ 3 ] {8c218936-3cef-47d2-bfc5-e7d4f8485f26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1007 | 2024.07.15 22:20:32.428029 [ 3 ] {8c218936-3cef-47d2-bfc5-e7d4f8485f26} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1008 | 2024.07.15 22:20:32.428068 [ 3 ] {8c218936-3cef-47d2-bfc5-e7d4f8485f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1009 | 2024.07.15 22:20:32.428757 [ 3 ] {8c218936-3cef-47d2-bfc5-e7d4f8485f26} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1010 | 2024.07.15 22:20:32.429382 [ 3 ] {8c218936-3cef-47d2-bfc5-e7d4f8485f26} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1011 | 2024.07.15 22:20:32.429530 [ 3 ] {8c218936-3cef-47d2-bfc5-e7d4f8485f26} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002284 sec., 6129.5971978984235 rows/sec., 879.50 KiB/sec. | ||
1012 | 2024.07.15 22:20:32.429712 [ 3 ] {8c218936-3cef-47d2-bfc5-e7d4f8485f26} <Debug> DynamicQueryHandler: Done processing query | ||
1013 | 2024.07.15 22:20:32.429736 [ 3 ] {8c218936-3cef-47d2-bfc5-e7d4f8485f26} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1014 | 2024.07.15 22:20:32.429752 [ 3 ] {} <Debug> HTTP-Session: fce5602b-f3ce-4f1b-9c8a-9bb98d418fe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1015 | 2024.07.15 22:20:32.429867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1016 | 2024.07.15 22:20:32.429918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1017 | 2024.07.15 22:20:32.429939 [ 3 ] {} <Debug> HTTP-Session: 5af755f7-5793-4f43-9f84-3cf8c2fe69ee Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1018 | 2024.07.15 22:20:32.429955 [ 3 ] {} <Debug> HTTP-Session: 5af755f7-5793-4f43-9f84-3cf8c2fe69ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1019 | 2024.07.15 22:20:32.429969 [ 3 ] {} <Debug> HTTP-Session: 5af755f7-5793-4f43-9f84-3cf8c2fe69ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1020 | 2024.07.15 22:20:32.429999 [ 3 ] {} <Trace> HTTP-Session: 5af755f7-5793-4f43-9f84-3cf8c2fe69ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1021 | 2024.07.15 22:20:32.430104 [ 3 ] {b89ced4f-ccf3-424f-b681-6d907561f353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1022 | 2024.07.15 22:20:32.430148 [ 3 ] {b89ced4f-ccf3-424f-b681-6d907561f353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1023 | 2024.07.15 22:20:32.430277 [ 3 ] {b89ced4f-ccf3-424f-b681-6d907561f353} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1024 | 2024.07.15 22:20:32.431232 [ 3 ] {b89ced4f-ccf3-424f-b681-6d907561f353} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1025 | 2024.07.15 22:20:32.431265 [ 3 ] {b89ced4f-ccf3-424f-b681-6d907561f353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1026 | 2024.07.15 22:20:32.431856 [ 3 ] {b89ced4f-ccf3-424f-b681-6d907561f353} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1027 | 2024.07.15 22:20:32.432426 [ 3 ] {b89ced4f-ccf3-424f-b681-6d907561f353} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1028 | 2024.07.15 22:20:32.432619 [ 3 ] {b89ced4f-ccf3-424f-b681-6d907561f353} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002542 sec., 10228.16679779701 rows/sec., 789.47 KiB/sec. | ||
1029 | 2024.07.15 22:20:32.432820 [ 3 ] {b89ced4f-ccf3-424f-b681-6d907561f353} <Debug> DynamicQueryHandler: Done processing query | ||
1030 | 2024.07.15 22:20:32.432855 [ 3 ] {b89ced4f-ccf3-424f-b681-6d907561f353} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1031 | 2024.07.15 22:20:32.432882 [ 3 ] {} <Debug> HTTP-Session: 5af755f7-5793-4f43-9f84-3cf8c2fe69ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1032 | 2024.07.15 22:20:32.433019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1033 | 2024.07.15 22:20:32.433087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1034 | 2024.07.15 22:20:32.433116 [ 3 ] {} <Debug> HTTP-Session: c2a6614e-1e6c-4062-bb73-9eb371f24f89 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1035 | 2024.07.15 22:20:32.433140 [ 3 ] {} <Debug> HTTP-Session: c2a6614e-1e6c-4062-bb73-9eb371f24f89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1036 | 2024.07.15 22:20:32.433162 [ 3 ] {} <Debug> HTTP-Session: c2a6614e-1e6c-4062-bb73-9eb371f24f89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1037 | 2024.07.15 22:20:32.433205 [ 3 ] {} <Trace> HTTP-Session: c2a6614e-1e6c-4062-bb73-9eb371f24f89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1038 | 2024.07.15 22:20:32.433335 [ 3 ] {c6e35fda-d173-494f-bc8a-c7377a97c96c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1039 | 2024.07.15 22:20:32.433380 [ 3 ] {c6e35fda-d173-494f-bc8a-c7377a97c96c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1040 | 2024.07.15 22:20:32.434135 [ 3 ] {c6e35fda-d173-494f-bc8a-c7377a97c96c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1041 | 2024.07.15 22:20:32.434525 [ 3 ] {c6e35fda-d173-494f-bc8a-c7377a97c96c} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1042 | 2024.07.15 22:20:32.434576 [ 3 ] {c6e35fda-d173-494f-bc8a-c7377a97c96c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1043 | 2024.07.15 22:20:32.435884 [ 3 ] {c6e35fda-d173-494f-bc8a-c7377a97c96c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1044 | 2024.07.15 22:20:32.436537 [ 3 ] {c6e35fda-d173-494f-bc8a-c7377a97c96c} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1045 | 2024.07.15 22:20:32.436694 [ 3 ] {c6e35fda-d173-494f-bc8a-c7377a97c96c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.003399 sec., 8237.716975581054 rows/sec., 657.94 KiB/sec. | ||
1046 | 2024.07.15 22:20:32.436948 [ 3 ] {c6e35fda-d173-494f-bc8a-c7377a97c96c} <Debug> DynamicQueryHandler: Done processing query | ||
1047 | 2024.07.15 22:20:32.436974 [ 3 ] {c6e35fda-d173-494f-bc8a-c7377a97c96c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1048 | 2024.07.15 22:20:32.436990 [ 3 ] {} <Debug> HTTP-Session: c2a6614e-1e6c-4062-bb73-9eb371f24f89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1049 | 2024.07.15 22:20:32.437108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 7681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1050 | 2024.07.15 22:20:32.437158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1051 | 2024.07.15 22:20:32.437178 [ 3 ] {} <Debug> HTTP-Session: 87cd2a7f-390e-4905-8b66-169db0b5668f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1052 | 2024.07.15 22:20:32.437194 [ 3 ] {} <Debug> HTTP-Session: 87cd2a7f-390e-4905-8b66-169db0b5668f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1053 | 2024.07.15 22:20:32.437207 [ 3 ] {} <Debug> HTTP-Session: 87cd2a7f-390e-4905-8b66-169db0b5668f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1054 | 2024.07.15 22:20:32.437239 [ 3 ] {} <Trace> HTTP-Session: 87cd2a7f-390e-4905-8b66-169db0b5668f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1055 | 2024.07.15 22:20:32.437348 [ 3 ] {1e2082bb-3dcb-4a80-803b-3d9c6c3c519e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1056 | 2024.07.15 22:20:32.437395 [ 3 ] {1e2082bb-3dcb-4a80-803b-3d9c6c3c519e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1057 | 2024.07.15 22:20:32.437550 [ 3 ] {1e2082bb-3dcb-4a80-803b-3d9c6c3c519e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1058 | 2024.07.15 22:20:32.438513 [ 3 ] {1e2082bb-3dcb-4a80-803b-3d9c6c3c519e} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1059 | 2024.07.15 22:20:32.438546 [ 3 ] {1e2082bb-3dcb-4a80-803b-3d9c6c3c519e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1060 | 2024.07.15 22:20:32.439303 [ 3 ] {1e2082bb-3dcb-4a80-803b-3d9c6c3c519e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1061 | 2024.07.15 22:20:32.439945 [ 3 ] {1e2082bb-3dcb-4a80-803b-3d9c6c3c519e} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1062 | 2024.07.15 22:20:32.440095 [ 3 ] {1e2082bb-3dcb-4a80-803b-3d9c6c3c519e} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.002781 sec., 14383.31535418914 rows/sec., 1021.16 KiB/sec. | ||
1063 | 2024.07.15 22:20:32.440295 [ 3 ] {1e2082bb-3dcb-4a80-803b-3d9c6c3c519e} <Debug> DynamicQueryHandler: Done processing query | ||
1064 | 2024.07.15 22:20:32.440322 [ 3 ] {1e2082bb-3dcb-4a80-803b-3d9c6c3c519e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1065 | 2024.07.15 22:20:32.440338 [ 3 ] {} <Debug> HTTP-Session: 87cd2a7f-390e-4905-8b66-169db0b5668f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1066 | 2024.07.15 22:20:32.440445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1067 | 2024.07.15 22:20:32.440496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1068 | 2024.07.15 22:20:32.440525 [ 3 ] {} <Debug> HTTP-Session: 40811382-2c70-49de-b115-b17cc1126483 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1069 | 2024.07.15 22:20:32.440543 [ 3 ] {} <Debug> HTTP-Session: 40811382-2c70-49de-b115-b17cc1126483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1070 | 2024.07.15 22:20:32.440557 [ 3 ] {} <Debug> HTTP-Session: 40811382-2c70-49de-b115-b17cc1126483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1071 | 2024.07.15 22:20:32.440590 [ 3 ] {} <Trace> HTTP-Session: 40811382-2c70-49de-b115-b17cc1126483 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1072 | 2024.07.15 22:20:32.440692 [ 3 ] {4ce0ba38-44ef-4627-ab04-4a647b6c2773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1073 | 2024.07.15 22:20:32.440739 [ 3 ] {4ce0ba38-44ef-4627-ab04-4a647b6c2773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1074 | 2024.07.15 22:20:32.440873 [ 3 ] {4ce0ba38-44ef-4627-ab04-4a647b6c2773} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1075 | 2024.07.15 22:20:32.441145 [ 3 ] {4ce0ba38-44ef-4627-ab04-4a647b6c2773} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1076 | 2024.07.15 22:20:32.441180 [ 3 ] {4ce0ba38-44ef-4627-ab04-4a647b6c2773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1077 | 2024.07.15 22:20:32.441708 [ 3 ] {4ce0ba38-44ef-4627-ab04-4a647b6c2773} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1078 | 2024.07.15 22:20:32.442480 [ 3 ] {4ce0ba38-44ef-4627-ab04-4a647b6c2773} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1079 | 2024.07.15 22:20:32.442634 [ 3 ] {4ce0ba38-44ef-4627-ab04-4a647b6c2773} <Debug> executeQuery: Read 12 rows, 862.00 B in 0.001959 sec., 6125.5742725880555 rows/sec., 429.71 KiB/sec. | ||
1080 | 2024.07.15 22:20:32.442877 [ 3 ] {4ce0ba38-44ef-4627-ab04-4a647b6c2773} <Debug> DynamicQueryHandler: Done processing query | ||
1081 | 2024.07.15 22:20:32.442904 [ 3 ] {4ce0ba38-44ef-4627-ab04-4a647b6c2773} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1082 | 2024.07.15 22:20:32.442921 [ 3 ] {} <Debug> HTTP-Session: 40811382-2c70-49de-b115-b17cc1126483 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1083 | 2024.07.15 22:20:35.642254 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1084 | 2024.07.15 22:20:35.642317 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1085 | 2024.07.15 22:20:37.399921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1086 | 2024.07.15 22:20:37.400034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1087 | 2024.07.15 22:20:37.400059 [ 3 ] {} <Debug> HTTP-Session: 2643a414-95a8-4a3d-854b-f6dc33bd9e73 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1088 | 2024.07.15 22:20:37.400084 [ 3 ] {} <Debug> HTTP-Session: 2643a414-95a8-4a3d-854b-f6dc33bd9e73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1089 | 2024.07.15 22:20:37.400099 [ 3 ] {} <Debug> HTTP-Session: 2643a414-95a8-4a3d-854b-f6dc33bd9e73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1090 | 2024.07.15 22:20:37.400147 [ 3 ] {} <Trace> HTTP-Session: 2643a414-95a8-4a3d-854b-f6dc33bd9e73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1091 | 2024.07.15 22:20:37.400335 [ 3 ] {42c41995-b299-4e6a-8d45-ba3109c4b8ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1092 | 2024.07.15 22:20:37.400410 [ 3 ] {42c41995-b299-4e6a-8d45-ba3109c4b8ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1093 | 2024.07.15 22:20:37.400611 [ 3 ] {42c41995-b299-4e6a-8d45-ba3109c4b8ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1094 | 2024.07.15 22:20:37.401010 [ 3 ] {42c41995-b299-4e6a-8d45-ba3109c4b8ba} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1095 | 2024.07.15 22:20:37.401051 [ 3 ] {42c41995-b299-4e6a-8d45-ba3109c4b8ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1096 | 2024.07.15 22:20:37.401548 [ 3 ] {42c41995-b299-4e6a-8d45-ba3109c4b8ba} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1097 | 2024.07.15 22:20:37.402157 [ 3 ] {42c41995-b299-4e6a-8d45-ba3109c4b8ba} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1098 | 2024.07.15 22:20:37.402371 [ 3 ] {42c41995-b299-4e6a-8d45-ba3109c4b8ba} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002095 sec., 12410.501193317423 rows/sec., 957.92 KiB/sec. | ||
1099 | 2024.07.15 22:20:37.402561 [ 3 ] {42c41995-b299-4e6a-8d45-ba3109c4b8ba} <Debug> DynamicQueryHandler: Done processing query | ||
1100 | 2024.07.15 22:20:37.402587 [ 3 ] {42c41995-b299-4e6a-8d45-ba3109c4b8ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1101 | 2024.07.15 22:20:37.402604 [ 3 ] {} <Debug> HTTP-Session: 2643a414-95a8-4a3d-854b-f6dc33bd9e73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1102 | 2024.07.15 22:20:37.402756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1103 | 2024.07.15 22:20:37.402805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1104 | 2024.07.15 22:20:37.402826 [ 3 ] {} <Debug> HTTP-Session: c42a558f-0b5d-4dcd-be82-65c669fa312b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1105 | 2024.07.15 22:20:37.402842 [ 3 ] {} <Debug> HTTP-Session: c42a558f-0b5d-4dcd-be82-65c669fa312b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1106 | 2024.07.15 22:20:37.402856 [ 3 ] {} <Debug> HTTP-Session: c42a558f-0b5d-4dcd-be82-65c669fa312b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1107 | 2024.07.15 22:20:37.402886 [ 3 ] {} <Trace> HTTP-Session: c42a558f-0b5d-4dcd-be82-65c669fa312b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1108 | 2024.07.15 22:20:37.402991 [ 3 ] {be18f685-1170-4951-bdcb-01e2dcd0b1dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1109 | 2024.07.15 22:20:37.403033 [ 3 ] {be18f685-1170-4951-bdcb-01e2dcd0b1dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1110 | 2024.07.15 22:20:37.403158 [ 3 ] {be18f685-1170-4951-bdcb-01e2dcd0b1dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1111 | 2024.07.15 22:20:37.403487 [ 3 ] {be18f685-1170-4951-bdcb-01e2dcd0b1dd} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1112 | 2024.07.15 22:20:37.403520 [ 3 ] {be18f685-1170-4951-bdcb-01e2dcd0b1dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1113 | 2024.07.15 22:20:37.403973 [ 3 ] {be18f685-1170-4951-bdcb-01e2dcd0b1dd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1114 | 2024.07.15 22:20:37.404604 [ 3 ] {be18f685-1170-4951-bdcb-01e2dcd0b1dd} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1115 | 2024.07.15 22:20:37.404724 [ 3 ] {be18f685-1170-4951-bdcb-01e2dcd0b1dd} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001763 sec., 15882.019285309132 rows/sec., 1.24 MiB/sec. | ||
1116 | 2024.07.15 22:20:37.404886 [ 3 ] {be18f685-1170-4951-bdcb-01e2dcd0b1dd} <Debug> DynamicQueryHandler: Done processing query | ||
1117 | 2024.07.15 22:20:37.404911 [ 3 ] {be18f685-1170-4951-bdcb-01e2dcd0b1dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1118 | 2024.07.15 22:20:37.404928 [ 3 ] {} <Debug> HTTP-Session: c42a558f-0b5d-4dcd-be82-65c669fa312b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1119 | 2024.07.15 22:20:37.405178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 19102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1120 | 2024.07.15 22:20:37.405226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1121 | 2024.07.15 22:20:37.405249 [ 3 ] {} <Debug> HTTP-Session: bc1ac4b0-4dcc-4b17-9c25-aa7bbcc1bab8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1122 | 2024.07.15 22:20:37.405265 [ 3 ] {} <Debug> HTTP-Session: bc1ac4b0-4dcc-4b17-9c25-aa7bbcc1bab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1123 | 2024.07.15 22:20:37.405278 [ 3 ] {} <Debug> HTTP-Session: bc1ac4b0-4dcc-4b17-9c25-aa7bbcc1bab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1124 | 2024.07.15 22:20:37.405308 [ 3 ] {} <Trace> HTTP-Session: bc1ac4b0-4dcc-4b17-9c25-aa7bbcc1bab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1125 | 2024.07.15 22:20:37.405439 [ 3 ] {2edbb5b6-73fa-4a4d-a3e1-53827ed3fb16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1126 | 2024.07.15 22:20:37.405485 [ 3 ] {2edbb5b6-73fa-4a4d-a3e1-53827ed3fb16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1127 | 2024.07.15 22:20:37.405626 [ 3 ] {2edbb5b6-73fa-4a4d-a3e1-53827ed3fb16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1128 | 2024.07.15 22:20:37.405959 [ 3 ] {2edbb5b6-73fa-4a4d-a3e1-53827ed3fb16} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1129 | 2024.07.15 22:20:37.405994 [ 3 ] {2edbb5b6-73fa-4a4d-a3e1-53827ed3fb16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1130 | 2024.07.15 22:20:37.406491 [ 3 ] {2edbb5b6-73fa-4a4d-a3e1-53827ed3fb16} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1131 | 2024.07.15 22:20:37.407052 [ 3 ] {2edbb5b6-73fa-4a4d-a3e1-53827ed3fb16} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1132 | 2024.07.15 22:20:37.407181 [ 3 ] {2edbb5b6-73fa-4a4d-a3e1-53827ed3fb16} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001798 sec., 55617.35261401557 rows/sec., 3.86 MiB/sec. | ||
1133 | 2024.07.15 22:20:37.407330 [ 3 ] {2edbb5b6-73fa-4a4d-a3e1-53827ed3fb16} <Debug> DynamicQueryHandler: Done processing query | ||
1134 | 2024.07.15 22:20:37.407355 [ 3 ] {2edbb5b6-73fa-4a4d-a3e1-53827ed3fb16} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1135 | 2024.07.15 22:20:37.407371 [ 3 ] {} <Debug> HTTP-Session: bc1ac4b0-4dcc-4b17-9c25-aa7bbcc1bab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1136 | 2024.07.15 22:20:37.407485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1137 | 2024.07.15 22:20:37.407533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1138 | 2024.07.15 22:20:37.407553 [ 3 ] {} <Debug> HTTP-Session: 4d222a7b-bee8-4764-8a1f-255b124fac91 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1139 | 2024.07.15 22:20:37.407569 [ 3 ] {} <Debug> HTTP-Session: 4d222a7b-bee8-4764-8a1f-255b124fac91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1140 | 2024.07.15 22:20:37.407583 [ 3 ] {} <Debug> HTTP-Session: 4d222a7b-bee8-4764-8a1f-255b124fac91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1141 | 2024.07.15 22:20:37.407613 [ 3 ] {} <Trace> HTTP-Session: 4d222a7b-bee8-4764-8a1f-255b124fac91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1142 | 2024.07.15 22:20:37.407714 [ 3 ] {52857dab-77ac-4fa7-bdb4-a7c5e9f81160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1143 | 2024.07.15 22:20:37.407759 [ 3 ] {52857dab-77ac-4fa7-bdb4-a7c5e9f81160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1144 | 2024.07.15 22:20:37.407885 [ 3 ] {52857dab-77ac-4fa7-bdb4-a7c5e9f81160} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1145 | 2024.07.15 22:20:37.408161 [ 3 ] {52857dab-77ac-4fa7-bdb4-a7c5e9f81160} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1146 | 2024.07.15 22:20:37.408195 [ 3 ] {52857dab-77ac-4fa7-bdb4-a7c5e9f81160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1147 | 2024.07.15 22:20:37.408645 [ 3 ] {52857dab-77ac-4fa7-bdb4-a7c5e9f81160} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1148 | 2024.07.15 22:20:37.409252 [ 3 ] {52857dab-77ac-4fa7-bdb4-a7c5e9f81160} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1149 | 2024.07.15 22:20:37.409374 [ 3 ] {52857dab-77ac-4fa7-bdb4-a7c5e9f81160} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001691 sec., 17740.981667652275 rows/sec., 1.22 MiB/sec. | ||
1150 | 2024.07.15 22:20:37.409528 [ 3 ] {52857dab-77ac-4fa7-bdb4-a7c5e9f81160} <Debug> DynamicQueryHandler: Done processing query | ||
1151 | 2024.07.15 22:20:37.409553 [ 3 ] {52857dab-77ac-4fa7-bdb4-a7c5e9f81160} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1152 | 2024.07.15 22:20:37.409570 [ 3 ] {} <Debug> HTTP-Session: 4d222a7b-bee8-4764-8a1f-255b124fac91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1153 | 2024.07.15 22:20:42.401275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1154 | 2024.07.15 22:20:42.401403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1155 | 2024.07.15 22:20:42.401428 [ 3 ] {} <Debug> HTTP-Session: 5564bd99-c89f-4919-95d1-071fb1764014 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1156 | 2024.07.15 22:20:42.401453 [ 3 ] {} <Debug> HTTP-Session: 5564bd99-c89f-4919-95d1-071fb1764014 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1157 | 2024.07.15 22:20:42.401469 [ 3 ] {} <Debug> HTTP-Session: 5564bd99-c89f-4919-95d1-071fb1764014 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1158 | 2024.07.15 22:20:42.401517 [ 3 ] {} <Trace> HTTP-Session: 5564bd99-c89f-4919-95d1-071fb1764014 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1159 | 2024.07.15 22:20:42.401693 [ 3 ] {823dcd78-f5b1-48df-9167-c4a9a5be9efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1160 | 2024.07.15 22:20:42.401763 [ 3 ] {823dcd78-f5b1-48df-9167-c4a9a5be9efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1161 | 2024.07.15 22:20:42.401953 [ 3 ] {823dcd78-f5b1-48df-9167-c4a9a5be9efa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1162 | 2024.07.15 22:20:42.402388 [ 3 ] {823dcd78-f5b1-48df-9167-c4a9a5be9efa} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1163 | 2024.07.15 22:20:42.402434 [ 3 ] {823dcd78-f5b1-48df-9167-c4a9a5be9efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1164 | 2024.07.15 22:20:42.402924 [ 3 ] {823dcd78-f5b1-48df-9167-c4a9a5be9efa} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1165 | 2024.07.15 22:20:42.403484 [ 3 ] {823dcd78-f5b1-48df-9167-c4a9a5be9efa} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1166 | 2024.07.15 22:20:42.403657 [ 3 ] {823dcd78-f5b1-48df-9167-c4a9a5be9efa} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002014 sec., 12909.632571996026 rows/sec., 996.44 KiB/sec. | ||
1167 | 2024.07.15 22:20:42.403860 [ 3 ] {823dcd78-f5b1-48df-9167-c4a9a5be9efa} <Debug> DynamicQueryHandler: Done processing query | ||
1168 | 2024.07.15 22:20:42.403887 [ 3 ] {823dcd78-f5b1-48df-9167-c4a9a5be9efa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1169 | 2024.07.15 22:20:42.403903 [ 3 ] {} <Debug> HTTP-Session: 5564bd99-c89f-4919-95d1-071fb1764014 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1170 | 2024.07.15 22:20:42.404037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1171 | 2024.07.15 22:20:42.404096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1172 | 2024.07.15 22:20:42.404118 [ 3 ] {} <Debug> HTTP-Session: 2f1dad62-e378-45fb-90f4-c7aac244259e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1173 | 2024.07.15 22:20:42.404135 [ 3 ] {} <Debug> HTTP-Session: 2f1dad62-e378-45fb-90f4-c7aac244259e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1174 | 2024.07.15 22:20:42.404150 [ 3 ] {} <Debug> HTTP-Session: 2f1dad62-e378-45fb-90f4-c7aac244259e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1175 | 2024.07.15 22:20:42.404184 [ 3 ] {} <Trace> HTTP-Session: 2f1dad62-e378-45fb-90f4-c7aac244259e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1176 | 2024.07.15 22:20:42.404287 [ 3 ] {83a24eaa-27c4-4077-a2e0-33e3c494ff6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1177 | 2024.07.15 22:20:42.404337 [ 3 ] {83a24eaa-27c4-4077-a2e0-33e3c494ff6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1178 | 2024.07.15 22:20:42.404458 [ 3 ] {83a24eaa-27c4-4077-a2e0-33e3c494ff6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1179 | 2024.07.15 22:20:42.404777 [ 3 ] {83a24eaa-27c4-4077-a2e0-33e3c494ff6e} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1180 | 2024.07.15 22:20:42.404812 [ 3 ] {83a24eaa-27c4-4077-a2e0-33e3c494ff6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1181 | 2024.07.15 22:20:42.405278 [ 3 ] {83a24eaa-27c4-4077-a2e0-33e3c494ff6e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1182 | 2024.07.15 22:20:42.405827 [ 3 ] {83a24eaa-27c4-4077-a2e0-33e3c494ff6e} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1183 | 2024.07.15 22:20:42.405977 [ 3 ] {83a24eaa-27c4-4077-a2e0-33e3c494ff6e} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.0017 sec., 16470.58823529412 rows/sec., 1.28 MiB/sec. | ||
1184 | 2024.07.15 22:20:42.406251 [ 3 ] {83a24eaa-27c4-4077-a2e0-33e3c494ff6e} <Debug> DynamicQueryHandler: Done processing query | ||
1185 | 2024.07.15 22:20:42.406282 [ 3 ] {83a24eaa-27c4-4077-a2e0-33e3c494ff6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1186 | 2024.07.15 22:20:42.406310 [ 3 ] {} <Debug> HTTP-Session: 2f1dad62-e378-45fb-90f4-c7aac244259e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1187 | 2024.07.15 22:20:42.407587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 19102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1188 | 2024.07.15 22:20:42.407643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1189 | 2024.07.15 22:20:42.407664 [ 3 ] {} <Debug> HTTP-Session: 779d376a-156f-477e-a8fa-7a4c95f353d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1190 | 2024.07.15 22:20:42.407680 [ 3 ] {} <Debug> HTTP-Session: 779d376a-156f-477e-a8fa-7a4c95f353d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1191 | 2024.07.15 22:20:42.407695 [ 3 ] {} <Debug> HTTP-Session: 779d376a-156f-477e-a8fa-7a4c95f353d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1192 | 2024.07.15 22:20:42.407727 [ 3 ] {} <Trace> HTTP-Session: 779d376a-156f-477e-a8fa-7a4c95f353d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1193 | 2024.07.15 22:20:42.407903 [ 3 ] {49839770-021a-4321-9d19-c7779b348150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1194 | 2024.07.15 22:20:42.407955 [ 3 ] {49839770-021a-4321-9d19-c7779b348150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1195 | 2024.07.15 22:20:42.408130 [ 3 ] {49839770-021a-4321-9d19-c7779b348150} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1196 | 2024.07.15 22:20:42.408560 [ 3 ] {49839770-021a-4321-9d19-c7779b348150} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1197 | 2024.07.15 22:20:42.408601 [ 3 ] {49839770-021a-4321-9d19-c7779b348150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1198 | 2024.07.15 22:20:42.409135 [ 3 ] {49839770-021a-4321-9d19-c7779b348150} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1199 | 2024.07.15 22:20:42.409733 [ 3 ] {49839770-021a-4321-9d19-c7779b348150} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1200 | 2024.07.15 22:20:42.409892 [ 3 ] {49839770-021a-4321-9d19-c7779b348150} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002037 sec., 49091.801669121254 rows/sec., 3.40 MiB/sec. | ||
1201 | 2024.07.15 22:20:42.410085 [ 3 ] {49839770-021a-4321-9d19-c7779b348150} <Debug> DynamicQueryHandler: Done processing query | ||
1202 | 2024.07.15 22:20:42.410110 [ 3 ] {49839770-021a-4321-9d19-c7779b348150} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1203 | 2024.07.15 22:20:42.410128 [ 3 ] {} <Debug> HTTP-Session: 779d376a-156f-477e-a8fa-7a4c95f353d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1204 | 2024.07.15 22:20:42.410246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1205 | 2024.07.15 22:20:42.410311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1206 | 2024.07.15 22:20:42.410336 [ 3 ] {} <Debug> HTTP-Session: 89ac274b-bb0c-427e-ba14-e5990c991451 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1207 | 2024.07.15 22:20:42.410353 [ 3 ] {} <Debug> HTTP-Session: 89ac274b-bb0c-427e-ba14-e5990c991451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1208 | 2024.07.15 22:20:42.410369 [ 3 ] {} <Debug> HTTP-Session: 89ac274b-bb0c-427e-ba14-e5990c991451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1209 | 2024.07.15 22:20:42.410400 [ 3 ] {} <Trace> HTTP-Session: 89ac274b-bb0c-427e-ba14-e5990c991451 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1210 | 2024.07.15 22:20:42.410509 [ 3 ] {1bcc557c-e5b0-4ddd-933a-2d9d5d3827a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1211 | 2024.07.15 22:20:42.410553 [ 3 ] {1bcc557c-e5b0-4ddd-933a-2d9d5d3827a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1212 | 2024.07.15 22:20:42.410681 [ 3 ] {1bcc557c-e5b0-4ddd-933a-2d9d5d3827a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1213 | 2024.07.15 22:20:42.410980 [ 3 ] {1bcc557c-e5b0-4ddd-933a-2d9d5d3827a6} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1214 | 2024.07.15 22:20:42.411017 [ 3 ] {1bcc557c-e5b0-4ddd-933a-2d9d5d3827a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1215 | 2024.07.15 22:20:42.411474 [ 3 ] {1bcc557c-e5b0-4ddd-933a-2d9d5d3827a6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1216 | 2024.07.15 22:20:42.412215 [ 3 ] {1bcc557c-e5b0-4ddd-933a-2d9d5d3827a6} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1217 | 2024.07.15 22:20:42.412373 [ 3 ] {1bcc557c-e5b0-4ddd-933a-2d9d5d3827a6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001886 sec., 15906.680805938493 rows/sec., 1.09 MiB/sec. | ||
1218 | 2024.07.15 22:20:42.412539 [ 3 ] {1bcc557c-e5b0-4ddd-933a-2d9d5d3827a6} <Debug> DynamicQueryHandler: Done processing query | ||
1219 | 2024.07.15 22:20:42.412566 [ 3 ] {1bcc557c-e5b0-4ddd-933a-2d9d5d3827a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1220 | 2024.07.15 22:20:42.412581 [ 3 ] {} <Debug> HTTP-Session: 89ac274b-bb0c-427e-ba14-e5990c991451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1221 | 2024.07.15 22:20:47.402694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 7250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1222 | 2024.07.15 22:20:47.402833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1223 | 2024.07.15 22:20:47.402865 [ 3 ] {} <Debug> HTTP-Session: ccb7fb57-b412-4667-b577-50c426ab63d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1224 | 2024.07.15 22:20:47.402890 [ 3 ] {} <Debug> HTTP-Session: ccb7fb57-b412-4667-b577-50c426ab63d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1225 | 2024.07.15 22:20:47.402907 [ 3 ] {} <Debug> HTTP-Session: ccb7fb57-b412-4667-b577-50c426ab63d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1226 | 2024.07.15 22:20:47.402959 [ 3 ] {} <Trace> HTTP-Session: ccb7fb57-b412-4667-b577-50c426ab63d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1227 | 2024.07.15 22:20:47.403170 [ 3 ] {2732374a-10f6-42d9-b487-ca85624d4172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1228 | 2024.07.15 22:20:47.403239 [ 3 ] {2732374a-10f6-42d9-b487-ca85624d4172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1229 | 2024.07.15 22:20:47.403430 [ 3 ] {2732374a-10f6-42d9-b487-ca85624d4172} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1230 | 2024.07.15 22:20:47.403915 [ 3 ] {2732374a-10f6-42d9-b487-ca85624d4172} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1231 | 2024.07.15 22:20:47.403959 [ 3 ] {2732374a-10f6-42d9-b487-ca85624d4172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1232 | 2024.07.15 22:20:47.404323 [ 3 ] {2732374a-10f6-42d9-b487-ca85624d4172} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1233 | 2024.07.15 22:20:47.404636 [ 3 ] {2732374a-10f6-42d9-b487-ca85624d4172} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1234 | 2024.07.15 22:20:47.404848 [ 3 ] {2732374a-10f6-42d9-b487-ca85624d4172} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001735 sec., 29971.181556195967 rows/sec., 2.29 MiB/sec. | ||
1235 | 2024.07.15 22:20:47.405062 [ 3 ] {2732374a-10f6-42d9-b487-ca85624d4172} <Debug> DynamicQueryHandler: Done processing query | ||
1236 | 2024.07.15 22:20:47.405092 [ 3 ] {2732374a-10f6-42d9-b487-ca85624d4172} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1237 | 2024.07.15 22:20:47.405109 [ 3 ] {} <Debug> HTTP-Session: ccb7fb57-b412-4667-b577-50c426ab63d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1238 | 2024.07.15 22:20:47.405297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9520, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1239 | 2024.07.15 22:20:47.405372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1240 | 2024.07.15 22:20:47.405396 [ 3 ] {} <Debug> HTTP-Session: d2578985-50f6-49c4-a13e-f1607bea22e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1241 | 2024.07.15 22:20:47.405416 [ 3 ] {} <Debug> HTTP-Session: d2578985-50f6-49c4-a13e-f1607bea22e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1242 | 2024.07.15 22:20:47.405430 [ 3 ] {} <Debug> HTTP-Session: d2578985-50f6-49c4-a13e-f1607bea22e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1243 | 2024.07.15 22:20:47.405466 [ 3 ] {} <Trace> HTTP-Session: d2578985-50f6-49c4-a13e-f1607bea22e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1244 | 2024.07.15 22:20:47.405588 [ 3 ] {5802f18d-e8e0-4fcd-892c-e2d365aa70b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1245 | 2024.07.15 22:20:47.405635 [ 3 ] {5802f18d-e8e0-4fcd-892c-e2d365aa70b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1246 | 2024.07.15 22:20:47.405764 [ 3 ] {5802f18d-e8e0-4fcd-892c-e2d365aa70b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1247 | 2024.07.15 22:20:47.406135 [ 3 ] {5802f18d-e8e0-4fcd-892c-e2d365aa70b6} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1248 | 2024.07.15 22:20:47.406172 [ 3 ] {5802f18d-e8e0-4fcd-892c-e2d365aa70b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1249 | 2024.07.15 22:20:47.406518 [ 3 ] {5802f18d-e8e0-4fcd-892c-e2d365aa70b6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1250 | 2024.07.15 22:20:47.406909 [ 3 ] {5802f18d-e8e0-4fcd-892c-e2d365aa70b6} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1251 | 2024.07.15 22:20:47.407058 [ 3 ] {5802f18d-e8e0-4fcd-892c-e2d365aa70b6} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001501 sec., 37308.46102598268 rows/sec., 2.91 MiB/sec. | ||
1252 | 2024.07.15 22:20:47.407221 [ 3 ] {5802f18d-e8e0-4fcd-892c-e2d365aa70b6} <Debug> DynamicQueryHandler: Done processing query | ||
1253 | 2024.07.15 22:20:47.407246 [ 3 ] {5802f18d-e8e0-4fcd-892c-e2d365aa70b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1254 | 2024.07.15 22:20:47.407261 [ 3 ] {} <Debug> HTTP-Session: d2578985-50f6-49c4-a13e-f1607bea22e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1255 | 2024.07.15 22:20:47.407862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1256 | 2024.07.15 22:20:47.407911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1257 | 2024.07.15 22:20:47.407930 [ 3 ] {} <Debug> HTTP-Session: bc2eccfe-0a56-4461-8dc7-e76b01f1cc98 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1258 | 2024.07.15 22:20:47.407946 [ 3 ] {} <Debug> HTTP-Session: bc2eccfe-0a56-4461-8dc7-e76b01f1cc98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1259 | 2024.07.15 22:20:47.407960 [ 3 ] {} <Debug> HTTP-Session: bc2eccfe-0a56-4461-8dc7-e76b01f1cc98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1260 | 2024.07.15 22:20:47.407991 [ 3 ] {} <Trace> HTTP-Session: bc2eccfe-0a56-4461-8dc7-e76b01f1cc98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1261 | 2024.07.15 22:20:47.408122 [ 3 ] {1de9beb6-e4a3-4318-ba96-4d06c16045f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1262 | 2024.07.15 22:20:47.408169 [ 3 ] {1de9beb6-e4a3-4318-ba96-4d06c16045f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1263 | 2024.07.15 22:20:47.408310 [ 3 ] {1de9beb6-e4a3-4318-ba96-4d06c16045f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1264 | 2024.07.15 22:20:47.408710 [ 3 ] {1de9beb6-e4a3-4318-ba96-4d06c16045f4} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1265 | 2024.07.15 22:20:47.408747 [ 3 ] {1de9beb6-e4a3-4318-ba96-4d06c16045f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1266 | 2024.07.15 22:20:47.409137 [ 3 ] {1de9beb6-e4a3-4318-ba96-4d06c16045f4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1267 | 2024.07.15 22:20:47.409517 [ 3 ] {1de9beb6-e4a3-4318-ba96-4d06c16045f4} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1268 | 2024.07.15 22:20:47.409661 [ 3 ] {1de9beb6-e4a3-4318-ba96-4d06c16045f4} <Debug> executeQuery: Read 110 rows, 7.81 KiB in 0.001589 sec., 69225.92825676527 rows/sec., 4.80 MiB/sec. | ||
1269 | 2024.07.15 22:20:47.409834 [ 3 ] {1de9beb6-e4a3-4318-ba96-4d06c16045f4} <Debug> DynamicQueryHandler: Done processing query | ||
1270 | 2024.07.15 22:20:47.409860 [ 3 ] {1de9beb6-e4a3-4318-ba96-4d06c16045f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1271 | 2024.07.15 22:20:47.409877 [ 3 ] {} <Debug> HTTP-Session: bc2eccfe-0a56-4461-8dc7-e76b01f1cc98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1272 | 2024.07.15 22:20:47.410015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 5229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1273 | 2024.07.15 22:20:47.410073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1274 | 2024.07.15 22:20:47.410098 [ 3 ] {} <Debug> HTTP-Session: f0ae78e5-f6b8-4a57-8c93-f898b6cf0fc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1275 | 2024.07.15 22:20:47.410120 [ 3 ] {} <Debug> HTTP-Session: f0ae78e5-f6b8-4a57-8c93-f898b6cf0fc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1276 | 2024.07.15 22:20:47.410138 [ 3 ] {} <Debug> HTTP-Session: f0ae78e5-f6b8-4a57-8c93-f898b6cf0fc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1277 | 2024.07.15 22:20:47.410175 [ 3 ] {} <Trace> HTTP-Session: f0ae78e5-f6b8-4a57-8c93-f898b6cf0fc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1278 | 2024.07.15 22:20:47.410300 [ 3 ] {19e449a7-841d-4f64-bb78-310da976594a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1279 | 2024.07.15 22:20:47.410353 [ 3 ] {19e449a7-841d-4f64-bb78-310da976594a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1280 | 2024.07.15 22:20:47.410515 [ 3 ] {19e449a7-841d-4f64-bb78-310da976594a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1281 | 2024.07.15 22:20:47.410875 [ 3 ] {19e449a7-841d-4f64-bb78-310da976594a} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1282 | 2024.07.15 22:20:47.410908 [ 3 ] {19e449a7-841d-4f64-bb78-310da976594a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1283 | 2024.07.15 22:20:47.411248 [ 3 ] {19e449a7-841d-4f64-bb78-310da976594a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1284 | 2024.07.15 22:20:47.411553 [ 3 ] {19e449a7-841d-4f64-bb78-310da976594a} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1285 | 2024.07.15 22:20:47.411691 [ 3 ] {19e449a7-841d-4f64-bb78-310da976594a} <Debug> executeQuery: Read 34 rows, 2.39 KiB in 0.001481 sec., 22957.46117488184 rows/sec., 1.57 MiB/sec. | ||
1286 | 2024.07.15 22:20:47.411916 [ 3 ] {19e449a7-841d-4f64-bb78-310da976594a} <Debug> DynamicQueryHandler: Done processing query | ||
1287 | 2024.07.15 22:20:47.411941 [ 3 ] {19e449a7-841d-4f64-bb78-310da976594a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1288 | 2024.07.15 22:20:47.411957 [ 3 ] {} <Debug> HTTP-Session: f0ae78e5-f6b8-4a57-8c93-f898b6cf0fc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1289 | 2024.07.15 22:20:50.642410 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1290 | 2024.07.15 22:20:50.642473 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1291 | 2024.07.15 22:20:52.404559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1292 | 2024.07.15 22:20:52.404661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1293 | 2024.07.15 22:20:52.404684 [ 3 ] {} <Debug> HTTP-Session: 6df62208-64df-46ff-9c65-1f295ced2e27 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1294 | 2024.07.15 22:20:52.404707 [ 3 ] {} <Debug> HTTP-Session: 6df62208-64df-46ff-9c65-1f295ced2e27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1295 | 2024.07.15 22:20:52.404720 [ 3 ] {} <Debug> HTTP-Session: 6df62208-64df-46ff-9c65-1f295ced2e27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1296 | 2024.07.15 22:20:52.404766 [ 3 ] {} <Trace> HTTP-Session: 6df62208-64df-46ff-9c65-1f295ced2e27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1297 | 2024.07.15 22:20:52.404980 [ 3 ] {ef77a173-61fa-4772-a4ad-4c4b2517769e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1298 | 2024.07.15 22:20:52.407392 [ 3 ] {ef77a173-61fa-4772-a4ad-4c4b2517769e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1299 | 2024.07.15 22:20:52.411366 [ 3 ] {ef77a173-61fa-4772-a4ad-4c4b2517769e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
1300 | 2024.07.15 22:20:52.411680 [ 3 ] {ef77a173-61fa-4772-a4ad-4c4b2517769e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1301 | 2024.07.15 22:20:52.415716 [ 3 ] {ef77a173-61fa-4772-a4ad-4c4b2517769e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1302 | 2024.07.15 22:20:52.419925 [ 3 ] {ef77a173-61fa-4772-a4ad-4c4b2517769e} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1303 | 2024.07.15 22:20:52.423090 [ 3 ] {ef77a173-61fa-4772-a4ad-4c4b2517769e} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1304 | 2024.07.15 22:20:52.425002 [ 3 ] {ef77a173-61fa-4772-a4ad-4c4b2517769e} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1305 | 2024.07.15 22:20:52.425034 [ 3 ] {ef77a173-61fa-4772-a4ad-4c4b2517769e} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1306 | 2024.07.15 22:20:52.425170 [ 3 ] {ef77a173-61fa-4772-a4ad-4c4b2517769e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
1307 | 2024.07.15 22:20:52.425201 [ 3 ] {ef77a173-61fa-4772-a4ad-4c4b2517769e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1308 | 2024.07.15 22:20:52.443875 [ 3 ] {ef77a173-61fa-4772-a4ad-4c4b2517769e} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.038954 sec., 359.39826461980795 rows/sec., 14.67 KiB/sec. | ||
1309 | 2024.07.15 22:20:52.444197 [ 3 ] {ef77a173-61fa-4772-a4ad-4c4b2517769e} <Debug> DynamicQueryHandler: Done processing query | ||
1310 | 2024.07.15 22:20:52.444229 [ 3 ] {ef77a173-61fa-4772-a4ad-4c4b2517769e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1311 | 2024.07.15 22:20:52.444248 [ 3 ] {} <Debug> HTTP-Session: 6df62208-64df-46ff-9c65-1f295ced2e27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1312 | 2024.07.15 22:20:52.444557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1313 | 2024.07.15 22:20:52.444619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1314 | 2024.07.15 22:20:52.444642 [ 3 ] {} <Debug> HTTP-Session: 4a298b40-b61b-48e4-91be-aba5a1c76637 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1315 | 2024.07.15 22:20:52.444664 [ 3 ] {} <Debug> HTTP-Session: 4a298b40-b61b-48e4-91be-aba5a1c76637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1316 | 2024.07.15 22:20:52.444679 [ 3 ] {} <Debug> HTTP-Session: 4a298b40-b61b-48e4-91be-aba5a1c76637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1317 | 2024.07.15 22:20:52.444720 [ 3 ] {} <Trace> HTTP-Session: 4a298b40-b61b-48e4-91be-aba5a1c76637 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1318 | 2024.07.15 22:20:52.444893 [ 3 ] {d7c38b79-def2-455d-b7e6-9a4dd8b97031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1319 | 2024.07.15 22:20:52.445192 [ 3 ] {d7c38b79-def2-455d-b7e6-9a4dd8b97031} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1320 | 2024.07.15 22:20:52.445232 [ 3 ] {d7c38b79-def2-455d-b7e6-9a4dd8b97031} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1321 | 2024.07.15 22:20:52.445491 [ 3 ] {d7c38b79-def2-455d-b7e6-9a4dd8b97031} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1322 | 2024.07.15 22:20:52.445561 [ 3 ] {d7c38b79-def2-455d-b7e6-9a4dd8b97031} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1323 | 2024.07.15 22:20:52.445706 [ 3 ] {d7c38b79-def2-455d-b7e6-9a4dd8b97031} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1324 | 2024.07.15 22:20:52.445745 [ 3 ] {d7c38b79-def2-455d-b7e6-9a4dd8b97031} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1325 | 2024.07.15 22:20:52.445767 [ 3 ] {d7c38b79-def2-455d-b7e6-9a4dd8b97031} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1326 | 2024.07.15 22:20:52.445785 [ 3 ] {d7c38b79-def2-455d-b7e6-9a4dd8b97031} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1327 | 2024.07.15 22:20:52.445826 [ 3 ] {d7c38b79-def2-455d-b7e6-9a4dd8b97031} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes'))" | ||
1328 | 2024.07.15 22:20:52.445846 [ 3 ] {d7c38b79-def2-455d-b7e6-9a4dd8b97031} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1329 | 2024.07.15 22:20:52.446670 [ 3 ] {d7c38b79-def2-455d-b7e6-9a4dd8b97031} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001853 sec., 7555.315704263357 rows/sec., 308.30 KiB/sec. | ||
1330 | 2024.07.15 22:20:52.446925 [ 3 ] {d7c38b79-def2-455d-b7e6-9a4dd8b97031} <Debug> DynamicQueryHandler: Done processing query | ||
1331 | 2024.07.15 22:20:52.446953 [ 3 ] {d7c38b79-def2-455d-b7e6-9a4dd8b97031} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1332 | 2024.07.15 22:20:52.446970 [ 3 ] {} <Debug> HTTP-Session: 4a298b40-b61b-48e4-91be-aba5a1c76637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1333 | 2024.07.15 22:20:52.447201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1334 | 2024.07.15 22:20:52.447256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1335 | 2024.07.15 22:20:52.447278 [ 3 ] {} <Debug> HTTP-Session: 269cf3d6-fb97-4827-bd72-e2769397dc3a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1336 | 2024.07.15 22:20:52.447297 [ 3 ] {} <Debug> HTTP-Session: 269cf3d6-fb97-4827-bd72-e2769397dc3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1337 | 2024.07.15 22:20:52.447312 [ 3 ] {} <Debug> HTTP-Session: 269cf3d6-fb97-4827-bd72-e2769397dc3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1338 | 2024.07.15 22:20:52.447347 [ 3 ] {} <Trace> HTTP-Session: 269cf3d6-fb97-4827-bd72-e2769397dc3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1339 | 2024.07.15 22:20:52.447498 [ 3 ] {72776262-6152-4563-8628-4869e1d79a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1340 | 2024.07.15 22:20:52.447762 [ 3 ] {72776262-6152-4563-8628-4869e1d79a13} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1341 | 2024.07.15 22:20:52.447805 [ 3 ] {72776262-6152-4563-8628-4869e1d79a13} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1342 | 2024.07.15 22:20:52.448055 [ 3 ] {72776262-6152-4563-8628-4869e1d79a13} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1343 | 2024.07.15 22:20:52.448122 [ 3 ] {72776262-6152-4563-8628-4869e1d79a13} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1344 | 2024.07.15 22:20:52.448268 [ 3 ] {72776262-6152-4563-8628-4869e1d79a13} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1345 | 2024.07.15 22:20:52.448302 [ 3 ] {72776262-6152-4563-8628-4869e1d79a13} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1346 | 2024.07.15 22:20:52.448325 [ 3 ] {72776262-6152-4563-8628-4869e1d79a13} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1347 | 2024.07.15 22:20:52.448345 [ 3 ] {72776262-6152-4563-8628-4869e1d79a13} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1348 | 2024.07.15 22:20:52.448388 [ 3 ] {72776262-6152-4563-8628-4869e1d79a13} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1349 | 2024.07.15 22:20:52.448410 [ 3 ] {72776262-6152-4563-8628-4869e1d79a13} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1350 | 2024.07.15 22:20:52.449261 [ 3 ] {72776262-6152-4563-8628-4869e1d79a13} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001801 sec., 7773.459189339255 rows/sec., 317.21 KiB/sec. | ||
1351 | 2024.07.15 22:20:52.449497 [ 3 ] {72776262-6152-4563-8628-4869e1d79a13} <Debug> DynamicQueryHandler: Done processing query | ||
1352 | 2024.07.15 22:20:52.449524 [ 3 ] {72776262-6152-4563-8628-4869e1d79a13} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1353 | 2024.07.15 22:20:52.449541 [ 3 ] {} <Debug> HTTP-Session: 269cf3d6-fb97-4827-bd72-e2769397dc3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1354 | 2024.07.15 22:20:52.449758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1355 | 2024.07.15 22:20:52.449808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1356 | 2024.07.15 22:20:52.449829 [ 3 ] {} <Debug> HTTP-Session: 4106b7ca-dac1-4312-80b5-c1e015bab036 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1357 | 2024.07.15 22:20:52.449847 [ 3 ] {} <Debug> HTTP-Session: 4106b7ca-dac1-4312-80b5-c1e015bab036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1358 | 2024.07.15 22:20:52.449862 [ 3 ] {} <Debug> HTTP-Session: 4106b7ca-dac1-4312-80b5-c1e015bab036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1359 | 2024.07.15 22:20:52.449896 [ 3 ] {} <Trace> HTTP-Session: 4106b7ca-dac1-4312-80b5-c1e015bab036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1360 | 2024.07.15 22:20:52.450049 [ 3 ] {c735a703-e31d-477d-98b8-c348ae905f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1361 | 2024.07.15 22:20:52.450305 [ 3 ] {c735a703-e31d-477d-98b8-c348ae905f67} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1362 | 2024.07.15 22:20:52.450345 [ 3 ] {c735a703-e31d-477d-98b8-c348ae905f67} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1363 | 2024.07.15 22:20:52.450593 [ 3 ] {c735a703-e31d-477d-98b8-c348ae905f67} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1364 | 2024.07.15 22:20:52.450659 [ 3 ] {c735a703-e31d-477d-98b8-c348ae905f67} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1365 | 2024.07.15 22:20:52.450798 [ 3 ] {c735a703-e31d-477d-98b8-c348ae905f67} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1366 | 2024.07.15 22:20:52.450832 [ 3 ] {c735a703-e31d-477d-98b8-c348ae905f67} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1367 | 2024.07.15 22:20:52.450855 [ 3 ] {c735a703-e31d-477d-98b8-c348ae905f67} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1368 | 2024.07.15 22:20:52.450873 [ 3 ] {c735a703-e31d-477d-98b8-c348ae905f67} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1369 | 2024.07.15 22:20:52.450915 [ 3 ] {c735a703-e31d-477d-98b8-c348ae905f67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1370 | 2024.07.15 22:20:52.450937 [ 3 ] {c735a703-e31d-477d-98b8-c348ae905f67} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1371 | 2024.07.15 22:20:52.451805 [ 3 ] {c735a703-e31d-477d-98b8-c348ae905f67} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001819 sec., 7696.5365585486525 rows/sec., 314.07 KiB/sec. | ||
1372 | 2024.07.15 22:20:52.452032 [ 3 ] {c735a703-e31d-477d-98b8-c348ae905f67} <Debug> DynamicQueryHandler: Done processing query | ||
1373 | 2024.07.15 22:20:52.452057 [ 3 ] {c735a703-e31d-477d-98b8-c348ae905f67} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1374 | 2024.07.15 22:20:52.452074 [ 3 ] {} <Debug> HTTP-Session: 4106b7ca-dac1-4312-80b5-c1e015bab036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1375 | 2024.07.15 22:20:52.452778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1376 | 2024.07.15 22:20:52.452824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1377 | 2024.07.15 22:20:52.452843 [ 3 ] {} <Debug> HTTP-Session: 7e925dfd-74ea-4ed2-85fa-5421f8ba7920 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1378 | 2024.07.15 22:20:52.452859 [ 3 ] {} <Debug> HTTP-Session: 7e925dfd-74ea-4ed2-85fa-5421f8ba7920 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1379 | 2024.07.15 22:20:52.452873 [ 3 ] {} <Debug> HTTP-Session: 7e925dfd-74ea-4ed2-85fa-5421f8ba7920 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1380 | 2024.07.15 22:20:52.452904 [ 3 ] {} <Trace> HTTP-Session: 7e925dfd-74ea-4ed2-85fa-5421f8ba7920 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1381 | 2024.07.15 22:20:52.453011 [ 3 ] {adfb0fde-c3ec-470a-971b-9db749d563d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1382 | 2024.07.15 22:20:52.453055 [ 3 ] {adfb0fde-c3ec-470a-971b-9db749d563d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1383 | 2024.07.15 22:20:52.453208 [ 3 ] {adfb0fde-c3ec-470a-971b-9db749d563d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1384 | 2024.07.15 22:20:52.453599 [ 3 ] {adfb0fde-c3ec-470a-971b-9db749d563d9} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1385 | 2024.07.15 22:20:52.453637 [ 3 ] {adfb0fde-c3ec-470a-971b-9db749d563d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1386 | 2024.07.15 22:20:52.454162 [ 3 ] {adfb0fde-c3ec-470a-971b-9db749d563d9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1387 | 2024.07.15 22:20:52.454491 [ 3 ] {adfb0fde-c3ec-470a-971b-9db749d563d9} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1388 | 2024.07.15 22:20:52.454629 [ 3 ] {adfb0fde-c3ec-470a-971b-9db749d563d9} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001626 sec., 2460.0246002460026 rows/sec., 312.91 KiB/sec. | ||
1389 | 2024.07.15 22:20:52.454827 [ 3 ] {adfb0fde-c3ec-470a-971b-9db749d563d9} <Debug> DynamicQueryHandler: Done processing query | ||
1390 | 2024.07.15 22:20:52.454852 [ 3 ] {adfb0fde-c3ec-470a-971b-9db749d563d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1391 | 2024.07.15 22:20:52.454869 [ 3 ] {} <Debug> HTTP-Session: 7e925dfd-74ea-4ed2-85fa-5421f8ba7920 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1392 | 2024.07.15 22:20:52.454978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 7828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1393 | 2024.07.15 22:20:52.455028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1394 | 2024.07.15 22:20:52.455049 [ 3 ] {} <Debug> HTTP-Session: accca3bd-f5f0-444c-ad43-1bbcb62d29b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1395 | 2024.07.15 22:20:52.455066 [ 3 ] {} <Debug> HTTP-Session: accca3bd-f5f0-444c-ad43-1bbcb62d29b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1396 | 2024.07.15 22:20:52.455080 [ 3 ] {} <Debug> HTTP-Session: accca3bd-f5f0-444c-ad43-1bbcb62d29b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1397 | 2024.07.15 22:20:52.455110 [ 3 ] {} <Trace> HTTP-Session: accca3bd-f5f0-444c-ad43-1bbcb62d29b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1398 | 2024.07.15 22:20:52.455225 [ 3 ] {73cc7fc1-0242-4c8e-a1cc-e316875b1d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1399 | 2024.07.15 22:20:52.455268 [ 3 ] {73cc7fc1-0242-4c8e-a1cc-e316875b1d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1400 | 2024.07.15 22:20:52.455391 [ 3 ] {73cc7fc1-0242-4c8e-a1cc-e316875b1d0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1401 | 2024.07.15 22:20:52.455723 [ 3 ] {73cc7fc1-0242-4c8e-a1cc-e316875b1d0e} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1402 | 2024.07.15 22:20:52.455760 [ 3 ] {73cc7fc1-0242-4c8e-a1cc-e316875b1d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1403 | 2024.07.15 22:20:52.456132 [ 3 ] {73cc7fc1-0242-4c8e-a1cc-e316875b1d0e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1404 | 2024.07.15 22:20:52.456467 [ 3 ] {73cc7fc1-0242-4c8e-a1cc-e316875b1d0e} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1405 | 2024.07.15 22:20:52.456600 [ 3 ] {73cc7fc1-0242-4c8e-a1cc-e316875b1d0e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001415 sec., 39575.971731448764 rows/sec., 3.04 MiB/sec. | ||
1406 | 2024.07.15 22:20:52.456746 [ 3 ] {73cc7fc1-0242-4c8e-a1cc-e316875b1d0e} <Debug> DynamicQueryHandler: Done processing query | ||
1407 | 2024.07.15 22:20:52.456771 [ 3 ] {73cc7fc1-0242-4c8e-a1cc-e316875b1d0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1408 | 2024.07.15 22:20:52.456787 [ 3 ] {} <Debug> HTTP-Session: accca3bd-f5f0-444c-ad43-1bbcb62d29b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1409 | 2024.07.15 22:20:52.456903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1410 | 2024.07.15 22:20:52.456951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1411 | 2024.07.15 22:20:52.456970 [ 3 ] {} <Debug> HTTP-Session: d543a2ca-0ddc-4c55-a825-b39536e0fe62 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1412 | 2024.07.15 22:20:52.456987 [ 3 ] {} <Debug> HTTP-Session: d543a2ca-0ddc-4c55-a825-b39536e0fe62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1413 | 2024.07.15 22:20:52.457002 [ 3 ] {} <Debug> HTTP-Session: d543a2ca-0ddc-4c55-a825-b39536e0fe62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1414 | 2024.07.15 22:20:52.457032 [ 3 ] {} <Trace> HTTP-Session: d543a2ca-0ddc-4c55-a825-b39536e0fe62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1415 | 2024.07.15 22:20:52.457170 [ 3 ] {4056d232-c7f6-4dec-baf6-c76e76808f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1416 | 2024.07.15 22:20:52.457213 [ 3 ] {4056d232-c7f6-4dec-baf6-c76e76808f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1417 | 2024.07.15 22:20:52.457335 [ 3 ] {4056d232-c7f6-4dec-baf6-c76e76808f57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1418 | 2024.07.15 22:20:52.457659 [ 3 ] {4056d232-c7f6-4dec-baf6-c76e76808f57} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1419 | 2024.07.15 22:20:52.457696 [ 3 ] {4056d232-c7f6-4dec-baf6-c76e76808f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1420 | 2024.07.15 22:20:52.458025 [ 3 ] {4056d232-c7f6-4dec-baf6-c76e76808f57} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1421 | 2024.07.15 22:20:52.458336 [ 3 ] {4056d232-c7f6-4dec-baf6-c76e76808f57} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1422 | 2024.07.15 22:20:52.458465 [ 3 ] {4056d232-c7f6-4dec-baf6-c76e76808f57} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001336 sec., 47904.19161676647 rows/sec., 3.74 MiB/sec. | ||
1423 | 2024.07.15 22:20:52.458713 [ 3 ] {4056d232-c7f6-4dec-baf6-c76e76808f57} <Debug> DynamicQueryHandler: Done processing query | ||
1424 | 2024.07.15 22:20:52.458739 [ 3 ] {4056d232-c7f6-4dec-baf6-c76e76808f57} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1425 | 2024.07.15 22:20:52.458755 [ 3 ] {} <Debug> HTTP-Session: d543a2ca-0ddc-4c55-a825-b39536e0fe62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1426 | 2024.07.15 22:20:52.458998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1427 | 2024.07.15 22:20:52.459048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1428 | 2024.07.15 22:20:52.459069 [ 3 ] {} <Debug> HTTP-Session: bbec15b3-e6e1-4c07-8281-f10fc5acdbf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1429 | 2024.07.15 22:20:52.459085 [ 3 ] {} <Debug> HTTP-Session: bbec15b3-e6e1-4c07-8281-f10fc5acdbf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1430 | 2024.07.15 22:20:52.459100 [ 3 ] {} <Debug> HTTP-Session: bbec15b3-e6e1-4c07-8281-f10fc5acdbf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1431 | 2024.07.15 22:20:52.459131 [ 3 ] {} <Trace> HTTP-Session: bbec15b3-e6e1-4c07-8281-f10fc5acdbf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1432 | 2024.07.15 22:20:52.459376 [ 3 ] {0046d0c9-98e0-4384-990e-c4248493d01a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1433 | 2024.07.15 22:20:52.459426 [ 3 ] {0046d0c9-98e0-4384-990e-c4248493d01a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1434 | 2024.07.15 22:20:52.459580 [ 3 ] {0046d0c9-98e0-4384-990e-c4248493d01a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1435 | 2024.07.15 22:20:52.459942 [ 3 ] {0046d0c9-98e0-4384-990e-c4248493d01a} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1436 | 2024.07.15 22:20:52.459976 [ 3 ] {0046d0c9-98e0-4384-990e-c4248493d01a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1437 | 2024.07.15 22:20:52.460347 [ 3 ] {0046d0c9-98e0-4384-990e-c4248493d01a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1438 | 2024.07.15 22:20:52.460741 [ 3 ] {0046d0c9-98e0-4384-990e-c4248493d01a} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1439 | 2024.07.15 22:20:52.460862 [ 3 ] {0046d0c9-98e0-4384-990e-c4248493d01a} <Debug> executeQuery: Read 152 rows, 10.80 KiB in 0.001624 sec., 93596.0591133005 rows/sec., 6.50 MiB/sec. | ||
1440 | 2024.07.15 22:20:52.461022 [ 3 ] {0046d0c9-98e0-4384-990e-c4248493d01a} <Debug> DynamicQueryHandler: Done processing query | ||
1441 | 2024.07.15 22:20:52.461047 [ 3 ] {0046d0c9-98e0-4384-990e-c4248493d01a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1442 | 2024.07.15 22:20:52.461064 [ 3 ] {} <Debug> HTTP-Session: bbec15b3-e6e1-4c07-8281-f10fc5acdbf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1443 | 2024.07.15 22:20:52.461181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 7947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1444 | 2024.07.15 22:20:52.461229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1445 | 2024.07.15 22:20:52.461249 [ 3 ] {} <Debug> HTTP-Session: cc364ae7-ec19-4239-beaa-f2ffe806456a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1446 | 2024.07.15 22:20:52.461266 [ 3 ] {} <Debug> HTTP-Session: cc364ae7-ec19-4239-beaa-f2ffe806456a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1447 | 2024.07.15 22:20:52.461280 [ 3 ] {} <Debug> HTTP-Session: cc364ae7-ec19-4239-beaa-f2ffe806456a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1448 | 2024.07.15 22:20:52.461312 [ 3 ] {} <Trace> HTTP-Session: cc364ae7-ec19-4239-beaa-f2ffe806456a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1449 | 2024.07.15 22:20:52.461432 [ 3 ] {33394db8-4958-407a-873b-3276c0bb26ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1450 | 2024.07.15 22:20:52.461478 [ 3 ] {33394db8-4958-407a-873b-3276c0bb26ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1451 | 2024.07.15 22:20:52.461598 [ 3 ] {33394db8-4958-407a-873b-3276c0bb26ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1452 | 2024.07.15 22:20:52.461880 [ 3 ] {33394db8-4958-407a-873b-3276c0bb26ec} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1453 | 2024.07.15 22:20:52.461916 [ 3 ] {33394db8-4958-407a-873b-3276c0bb26ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1454 | 2024.07.15 22:20:52.462269 [ 3 ] {33394db8-4958-407a-873b-3276c0bb26ec} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1455 | 2024.07.15 22:20:52.462601 [ 3 ] {33394db8-4958-407a-873b-3276c0bb26ec} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1456 | 2024.07.15 22:20:52.462729 [ 3 ] {33394db8-4958-407a-873b-3276c0bb26ec} <Debug> executeQuery: Read 52 rows, 3.64 KiB in 0.001342 sec., 38748.13710879284 rows/sec., 2.65 MiB/sec. | ||
1457 | 2024.07.15 22:20:52.462890 [ 3 ] {33394db8-4958-407a-873b-3276c0bb26ec} <Debug> DynamicQueryHandler: Done processing query | ||
1458 | 2024.07.15 22:20:52.462917 [ 3 ] {33394db8-4958-407a-873b-3276c0bb26ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1459 | 2024.07.15 22:20:52.462933 [ 3 ] {} <Debug> HTTP-Session: cc364ae7-ec19-4239-beaa-f2ffe806456a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1460 | 2024.07.15 22:20:57.402826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1461 | 2024.07.15 22:20:57.402972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1462 | 2024.07.15 22:20:57.403002 [ 3 ] {} <Debug> HTTP-Session: f54611bf-3634-430f-99b5-ee07a47df171 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1463 | 2024.07.15 22:20:57.403030 [ 3 ] {} <Debug> HTTP-Session: f54611bf-3634-430f-99b5-ee07a47df171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1464 | 2024.07.15 22:20:57.403049 [ 3 ] {} <Debug> HTTP-Session: f54611bf-3634-430f-99b5-ee07a47df171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1465 | 2024.07.15 22:20:57.403100 [ 3 ] {} <Trace> HTTP-Session: f54611bf-3634-430f-99b5-ee07a47df171 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1466 | 2024.07.15 22:20:57.403333 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1467 | 2024.07.15 22:20:57.403703 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1468 | 2024.07.15 22:20:57.403749 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1469 | 2024.07.15 22:20:57.404048 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1470 | 2024.07.15 22:20:57.404129 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1471 | 2024.07.15 22:20:57.404299 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1472 | 2024.07.15 22:20:57.404415 [ 250 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1473 | 2024.07.15 22:20:57.404432 [ 254 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1474 | 2024.07.15 22:20:57.404544 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1475 | 2024.07.15 22:20:57.404573 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1476 | 2024.07.15 22:20:57.406657 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1477 | 2024.07.15 22:20:57.408565 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1478 | 2024.07.15 22:20:57.408640 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1479 | 2024.07.15 22:20:57.408690 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1480 | 2024.07.15 22:20:57.410740 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.007503 sec., 2399.0403838464613 rows/sec., 98.14 KiB/sec. | ||
1481 | 2024.07.15 22:20:57.411109 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Debug> DynamicQueryHandler: Done processing query | ||
1482 | 2024.07.15 22:20:57.411139 [ 3 ] {15544eae-d006-40c8-b910-9d32587a48d0} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1483 | 2024.07.15 22:20:57.411157 [ 3 ] {} <Debug> HTTP-Session: f54611bf-3634-430f-99b5-ee07a47df171 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1484 | 2024.07.15 22:20:57.411380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1485 | 2024.07.15 22:20:57.411435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1486 | 2024.07.15 22:20:57.411458 [ 3 ] {} <Debug> HTTP-Session: e369cb52-1ba5-4c43-8212-1c6e10c579ff Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1487 | 2024.07.15 22:20:57.411475 [ 3 ] {} <Debug> HTTP-Session: e369cb52-1ba5-4c43-8212-1c6e10c579ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1488 | 2024.07.15 22:20:57.411489 [ 3 ] {} <Debug> HTTP-Session: e369cb52-1ba5-4c43-8212-1c6e10c579ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1489 | 2024.07.15 22:20:57.411525 [ 3 ] {} <Trace> HTTP-Session: e369cb52-1ba5-4c43-8212-1c6e10c579ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1490 | 2024.07.15 22:20:57.411684 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1491 | 2024.07.15 22:20:57.411949 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1492 | 2024.07.15 22:20:57.411990 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1493 | 2024.07.15 22:20:57.412301 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1494 | 2024.07.15 22:20:57.412368 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1495 | 2024.07.15 22:20:57.412512 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1496 | 2024.07.15 22:20:57.412622 [ 256 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1497 | 2024.07.15 22:20:57.412628 [ 255 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1498 | 2024.07.15 22:20:57.412775 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1499 | 2024.07.15 22:20:57.412805 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1500 | 2024.07.15 22:20:57.412885 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1501 | 2024.07.15 22:20:57.412907 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1502 | 2024.07.15 22:20:57.412947 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1503 | 2024.07.15 22:20:57.412989 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1504 | 2024.07.15 22:20:57.414276 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002637 sec., 6825.938566552901 rows/sec., 279.23 KiB/sec. | ||
1505 | 2024.07.15 22:20:57.414586 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Debug> DynamicQueryHandler: Done processing query | ||
1506 | 2024.07.15 22:20:57.414614 [ 3 ] {5a321df4-85c6-4a41-8bab-63992e4b21e6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1507 | 2024.07.15 22:20:57.414633 [ 3 ] {} <Debug> HTTP-Session: e369cb52-1ba5-4c43-8212-1c6e10c579ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1508 | 2024.07.15 22:20:57.415146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1509 | 2024.07.15 22:20:57.415198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1510 | 2024.07.15 22:20:57.415218 [ 3 ] {} <Debug> HTTP-Session: eed2019b-4da9-4f06-a32a-0ea4a89d2717 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1511 | 2024.07.15 22:20:57.415235 [ 3 ] {} <Debug> HTTP-Session: eed2019b-4da9-4f06-a32a-0ea4a89d2717 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1512 | 2024.07.15 22:20:57.415250 [ 3 ] {} <Debug> HTTP-Session: eed2019b-4da9-4f06-a32a-0ea4a89d2717 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1513 | 2024.07.15 22:20:57.415283 [ 3 ] {} <Trace> HTTP-Session: eed2019b-4da9-4f06-a32a-0ea4a89d2717 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1514 | 2024.07.15 22:20:57.415429 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1515 | 2024.07.15 22:20:57.415694 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1516 | 2024.07.15 22:20:57.415736 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1517 | 2024.07.15 22:20:57.415996 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1518 | 2024.07.15 22:20:57.416121 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1519 | 2024.07.15 22:20:57.416426 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1520 | 2024.07.15 22:20:57.416530 [ 255 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1521 | 2024.07.15 22:20:57.416542 [ 254 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1522 | 2024.07.15 22:20:57.416659 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1523 | 2024.07.15 22:20:57.416688 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1524 | 2024.07.15 22:20:57.416767 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1525 | 2024.07.15 22:20:57.416788 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1526 | 2024.07.15 22:20:57.416827 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1527 | 2024.07.15 22:20:57.416870 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1528 | 2024.07.15 22:20:57.418231 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002866 sec., 6280.53035589672 rows/sec., 256.92 KiB/sec. | ||
1529 | 2024.07.15 22:20:57.418519 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Debug> DynamicQueryHandler: Done processing query | ||
1530 | 2024.07.15 22:20:57.418543 [ 3 ] {063022ff-5a77-4077-ae6a-7774ef5301c4} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1531 | 2024.07.15 22:20:57.418560 [ 3 ] {} <Debug> HTTP-Session: eed2019b-4da9-4f06-a32a-0ea4a89d2717 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1532 | 2024.07.15 22:20:57.418757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1533 | 2024.07.15 22:20:57.418804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1534 | 2024.07.15 22:20:57.418823 [ 3 ] {} <Debug> HTTP-Session: 880124eb-8674-4121-bd78-62b4ef3082f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1535 | 2024.07.15 22:20:57.418840 [ 3 ] {} <Debug> HTTP-Session: 880124eb-8674-4121-bd78-62b4ef3082f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1536 | 2024.07.15 22:20:57.418853 [ 3 ] {} <Debug> HTTP-Session: 880124eb-8674-4121-bd78-62b4ef3082f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1537 | 2024.07.15 22:20:57.418882 [ 3 ] {} <Trace> HTTP-Session: 880124eb-8674-4121-bd78-62b4ef3082f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1538 | 2024.07.15 22:20:57.419019 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
1539 | 2024.07.15 22:20:57.419331 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1540 | 2024.07.15 22:20:57.419374 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
1541 | 2024.07.15 22:20:57.419633 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1542 | 2024.07.15 22:20:57.419698 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1543 | 2024.07.15 22:20:57.419834 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1544 | 2024.07.15 22:20:57.419916 [ 256 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1545 | 2024.07.15 22:20:57.419917 [ 253 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1546 | 2024.07.15 22:20:57.420013 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1547 | 2024.07.15 22:20:57.420040 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1548 | 2024.07.15 22:20:57.420117 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1549 | 2024.07.15 22:20:57.420137 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1550 | 2024.07.15 22:20:57.420175 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1551 | 2024.07.15 22:20:57.420215 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1552 | 2024.07.15 22:20:57.421456 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002454 sec., 7334.963325183374 rows/sec., 300.05 KiB/sec. | ||
1553 | 2024.07.15 22:20:57.421749 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Debug> DynamicQueryHandler: Done processing query | ||
1554 | 2024.07.15 22:20:57.421774 [ 3 ] {fb5cf6a3-07d3-4827-a75d-05d615bc9697} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1555 | 2024.07.15 22:20:57.421791 [ 3 ] {} <Debug> HTTP-Session: 880124eb-8674-4121-bd78-62b4ef3082f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1556 | 2024.07.15 22:20:57.421976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1557 | 2024.07.15 22:20:57.422025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1558 | 2024.07.15 22:20:57.422045 [ 3 ] {} <Debug> HTTP-Session: a67e1993-76fb-43a4-8371-7f44c7b2c3fe Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1559 | 2024.07.15 22:20:57.422061 [ 3 ] {} <Debug> HTTP-Session: a67e1993-76fb-43a4-8371-7f44c7b2c3fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1560 | 2024.07.15 22:20:57.422077 [ 3 ] {} <Debug> HTTP-Session: a67e1993-76fb-43a4-8371-7f44c7b2c3fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1561 | 2024.07.15 22:20:57.422108 [ 3 ] {} <Trace> HTTP-Session: a67e1993-76fb-43a4-8371-7f44c7b2c3fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1562 | 2024.07.15 22:20:57.422257 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1563 | 2024.07.15 22:20:57.422527 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1564 | 2024.07.15 22:20:57.422568 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1565 | 2024.07.15 22:20:57.422829 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1566 | 2024.07.15 22:20:57.422892 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1567 | 2024.07.15 22:20:57.423028 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1568 | 2024.07.15 22:20:57.423113 [ 256 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1569 | 2024.07.15 22:20:57.423113 [ 253 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1570 | 2024.07.15 22:20:57.423216 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1571 | 2024.07.15 22:20:57.423243 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1572 | 2024.07.15 22:20:57.423321 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1573 | 2024.07.15 22:20:57.423339 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1574 | 2024.07.15 22:20:57.423376 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1575 | 2024.07.15 22:20:57.423415 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1576 | 2024.07.15 22:20:57.424640 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002446 sec., 7358.953393295176 rows/sec., 301.03 KiB/sec. | ||
1577 | 2024.07.15 22:20:57.424935 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Debug> DynamicQueryHandler: Done processing query | ||
1578 | 2024.07.15 22:20:57.424961 [ 3 ] {c402971f-34e7-46f6-af0b-fbb0bc4ae4c0} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1579 | 2024.07.15 22:20:57.424978 [ 3 ] {} <Debug> HTTP-Session: a67e1993-76fb-43a4-8371-7f44c7b2c3fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1580 | 2024.07.15 22:20:57.425174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1581 | 2024.07.15 22:20:57.425226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1582 | 2024.07.15 22:20:57.425246 [ 3 ] {} <Debug> HTTP-Session: c32bd168-81cd-454a-bd33-bcb5753d9ba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1583 | 2024.07.15 22:20:57.425264 [ 3 ] {} <Debug> HTTP-Session: c32bd168-81cd-454a-bd33-bcb5753d9ba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1584 | 2024.07.15 22:20:57.425278 [ 3 ] {} <Debug> HTTP-Session: c32bd168-81cd-454a-bd33-bcb5753d9ba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1585 | 2024.07.15 22:20:57.425309 [ 3 ] {} <Trace> HTTP-Session: c32bd168-81cd-454a-bd33-bcb5753d9ba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1586 | 2024.07.15 22:20:57.425447 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1587 | 2024.07.15 22:20:57.425699 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1588 | 2024.07.15 22:20:57.425739 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1589 | 2024.07.15 22:20:57.425988 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1590 | 2024.07.15 22:20:57.426048 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1591 | 2024.07.15 22:20:57.426177 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1592 | 2024.07.15 22:20:57.426323 [ 250 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1593 | 2024.07.15 22:20:57.426332 [ 253 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1594 | 2024.07.15 22:20:57.426430 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1595 | 2024.07.15 22:20:57.426459 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1596 | 2024.07.15 22:20:57.426533 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1597 | 2024.07.15 22:20:57.426552 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1598 | 2024.07.15 22:20:57.426591 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1599 | 2024.07.15 22:20:57.426630 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1600 | 2024.07.15 22:20:57.427887 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002493 sec., 7220.216606498195 rows/sec., 295.36 KiB/sec. | ||
1601 | 2024.07.15 22:20:57.428174 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Debug> DynamicQueryHandler: Done processing query | ||
1602 | 2024.07.15 22:20:57.428200 [ 3 ] {63bde3a9-79e8-4dcd-947d-75fce151c2c7} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1603 | 2024.07.15 22:20:57.428217 [ 3 ] {} <Debug> HTTP-Session: c32bd168-81cd-454a-bd33-bcb5753d9ba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1604 | 2024.07.15 22:20:57.428449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1605 | 2024.07.15 22:20:57.428500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1606 | 2024.07.15 22:20:57.428520 [ 3 ] {} <Debug> HTTP-Session: 956294f6-b92d-4566-8179-9d414360d58e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1607 | 2024.07.15 22:20:57.428538 [ 3 ] {} <Debug> HTTP-Session: 956294f6-b92d-4566-8179-9d414360d58e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1608 | 2024.07.15 22:20:57.428551 [ 3 ] {} <Debug> HTTP-Session: 956294f6-b92d-4566-8179-9d414360d58e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1609 | 2024.07.15 22:20:57.428583 [ 3 ] {} <Trace> HTTP-Session: 956294f6-b92d-4566-8179-9d414360d58e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1610 | 2024.07.15 22:20:57.428728 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1611 | 2024.07.15 22:20:57.428994 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1612 | 2024.07.15 22:20:57.429035 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1613 | 2024.07.15 22:20:57.429298 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1614 | 2024.07.15 22:20:57.429362 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1615 | 2024.07.15 22:20:57.429497 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1616 | 2024.07.15 22:20:57.429604 [ 253 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1617 | 2024.07.15 22:20:57.429605 [ 250 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1618 | 2024.07.15 22:20:57.429712 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1619 | 2024.07.15 22:20:57.429735 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1620 | 2024.07.15 22:20:57.429808 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1621 | 2024.07.15 22:20:57.429827 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1622 | 2024.07.15 22:20:57.429866 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1623 | 2024.07.15 22:20:57.429905 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1624 | 2024.07.15 22:20:57.431096 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002434 sec., 7395.234182415777 rows/sec., 302.52 KiB/sec. | ||
1625 | 2024.07.15 22:20:57.431384 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Debug> DynamicQueryHandler: Done processing query | ||
1626 | 2024.07.15 22:20:57.431410 [ 3 ] {8aaa5936-7c3e-4786-a4a4-5580f9bc1909} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1627 | 2024.07.15 22:20:57.431427 [ 3 ] {} <Debug> HTTP-Session: 956294f6-b92d-4566-8179-9d414360d58e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1628 | 2024.07.15 22:20:57.431618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1629 | 2024.07.15 22:20:57.431667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1630 | 2024.07.15 22:20:57.431687 [ 3 ] {} <Debug> HTTP-Session: f5677db4-23c6-4308-9b4d-75dbb1b7edf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1631 | 2024.07.15 22:20:57.431703 [ 3 ] {} <Debug> HTTP-Session: f5677db4-23c6-4308-9b4d-75dbb1b7edf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1632 | 2024.07.15 22:20:57.431717 [ 3 ] {} <Debug> HTTP-Session: f5677db4-23c6-4308-9b4d-75dbb1b7edf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1633 | 2024.07.15 22:20:57.431747 [ 3 ] {} <Trace> HTTP-Session: f5677db4-23c6-4308-9b4d-75dbb1b7edf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1634 | 2024.07.15 22:20:57.431891 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1635 | 2024.07.15 22:20:57.432156 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1636 | 2024.07.15 22:20:57.432198 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1637 | 2024.07.15 22:20:57.432456 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1638 | 2024.07.15 22:20:57.432515 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1639 | 2024.07.15 22:20:57.432644 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1640 | 2024.07.15 22:20:57.432701 [ 250 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1641 | 2024.07.15 22:20:57.432723 [ 253 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1642 | 2024.07.15 22:20:57.432810 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1643 | 2024.07.15 22:20:57.432836 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1644 | 2024.07.15 22:20:57.432908 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1645 | 2024.07.15 22:20:57.432926 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1646 | 2024.07.15 22:20:57.432962 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1647 | 2024.07.15 22:20:57.432999 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1648 | 2024.07.15 22:20:57.434264 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002439 sec., 7380.073800738007 rows/sec., 301.90 KiB/sec. | ||
1649 | 2024.07.15 22:20:57.434559 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Debug> DynamicQueryHandler: Done processing query | ||
1650 | 2024.07.15 22:20:57.434583 [ 3 ] {16f0c886-8554-4c5e-8453-c71a3cc5d5d6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1651 | 2024.07.15 22:20:57.434600 [ 3 ] {} <Debug> HTTP-Session: f5677db4-23c6-4308-9b4d-75dbb1b7edf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1652 | 2024.07.15 22:20:57.434807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1653 | 2024.07.15 22:20:57.434856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1654 | 2024.07.15 22:20:57.434876 [ 3 ] {} <Debug> HTTP-Session: 515f328c-00d4-4eba-b7d0-7003366114f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1655 | 2024.07.15 22:20:57.434893 [ 3 ] {} <Debug> HTTP-Session: 515f328c-00d4-4eba-b7d0-7003366114f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1656 | 2024.07.15 22:20:57.434907 [ 3 ] {} <Debug> HTTP-Session: 515f328c-00d4-4eba-b7d0-7003366114f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1657 | 2024.07.15 22:20:57.434937 [ 3 ] {} <Trace> HTTP-Session: 515f328c-00d4-4eba-b7d0-7003366114f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1658 | 2024.07.15 22:20:57.435082 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1659 | 2024.07.15 22:20:57.435351 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1660 | 2024.07.15 22:20:57.435393 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1661 | 2024.07.15 22:20:57.435663 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1662 | 2024.07.15 22:20:57.435726 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1663 | 2024.07.15 22:20:57.435862 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1664 | 2024.07.15 22:20:57.435963 [ 250 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1665 | 2024.07.15 22:20:57.435966 [ 253 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1666 | 2024.07.15 22:20:57.436075 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1667 | 2024.07.15 22:20:57.436103 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1668 | 2024.07.15 22:20:57.436178 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1669 | 2024.07.15 22:20:57.436199 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1670 | 2024.07.15 22:20:57.436238 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1671 | 2024.07.15 22:20:57.436278 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1672 | 2024.07.15 22:20:57.437525 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002511 sec., 7168.458781362006 rows/sec., 293.24 KiB/sec. | ||
1673 | 2024.07.15 22:20:57.437843 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Debug> DynamicQueryHandler: Done processing query | ||
1674 | 2024.07.15 22:20:57.437869 [ 3 ] {825894e7-d494-4c75-bf4e-f0e5690e46fb} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1675 | 2024.07.15 22:20:57.437885 [ 3 ] {} <Debug> HTTP-Session: 515f328c-00d4-4eba-b7d0-7003366114f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1676 | 2024.07.15 22:20:57.438073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1677 | 2024.07.15 22:20:57.438121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1678 | 2024.07.15 22:20:57.438141 [ 3 ] {} <Debug> HTTP-Session: f4ee3cb1-1bf3-4cb3-9221-a442590318b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1679 | 2024.07.15 22:20:57.438157 [ 3 ] {} <Debug> HTTP-Session: f4ee3cb1-1bf3-4cb3-9221-a442590318b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1680 | 2024.07.15 22:20:57.438172 [ 3 ] {} <Debug> HTTP-Session: f4ee3cb1-1bf3-4cb3-9221-a442590318b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1681 | 2024.07.15 22:20:57.438203 [ 3 ] {} <Trace> HTTP-Session: f4ee3cb1-1bf3-4cb3-9221-a442590318b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1682 | 2024.07.15 22:20:57.438357 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1683 | 2024.07.15 22:20:57.438614 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1684 | 2024.07.15 22:20:57.438654 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1685 | 2024.07.15 22:20:57.438918 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1686 | 2024.07.15 22:20:57.438978 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1687 | 2024.07.15 22:20:57.439106 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1688 | 2024.07.15 22:20:57.439175 [ 250 ] {02c14d04-6239-4042-a337-926949fcf938} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1689 | 2024.07.15 22:20:57.439191 [ 253 ] {02c14d04-6239-4042-a337-926949fcf938} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1690 | 2024.07.15 22:20:57.439373 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1691 | 2024.07.15 22:20:57.439403 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1692 | 2024.07.15 22:20:57.439480 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1693 | 2024.07.15 22:20:57.439500 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1694 | 2024.07.15 22:20:57.439550 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1695 | 2024.07.15 22:20:57.439599 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1696 | 2024.07.15 22:20:57.440969 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002686 sec., 6701.414743112435 rows/sec., 274.14 KiB/sec. | ||
1697 | 2024.07.15 22:20:57.441259 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Debug> DynamicQueryHandler: Done processing query | ||
1698 | 2024.07.15 22:20:57.441288 [ 3 ] {02c14d04-6239-4042-a337-926949fcf938} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1699 | 2024.07.15 22:20:57.441321 [ 3 ] {} <Debug> HTTP-Session: f4ee3cb1-1bf3-4cb3-9221-a442590318b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1700 | 2024.07.15 22:20:57.441540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1701 | 2024.07.15 22:20:57.441591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1702 | 2024.07.15 22:20:57.441611 [ 3 ] {} <Debug> HTTP-Session: 6cf7797f-40fb-41ec-bc60-5fe3e724baf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1703 | 2024.07.15 22:20:57.441628 [ 3 ] {} <Debug> HTTP-Session: 6cf7797f-40fb-41ec-bc60-5fe3e724baf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1704 | 2024.07.15 22:20:57.441641 [ 3 ] {} <Debug> HTTP-Session: 6cf7797f-40fb-41ec-bc60-5fe3e724baf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1705 | 2024.07.15 22:20:57.441671 [ 3 ] {} <Trace> HTTP-Session: 6cf7797f-40fb-41ec-bc60-5fe3e724baf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1706 | 2024.07.15 22:20:57.441815 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1707 | 2024.07.15 22:20:57.442083 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1708 | 2024.07.15 22:20:57.442125 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1709 | 2024.07.15 22:20:57.442399 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1710 | 2024.07.15 22:20:57.442462 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1711 | 2024.07.15 22:20:57.442660 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1712 | 2024.07.15 22:20:57.442780 [ 253 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1713 | 2024.07.15 22:20:57.442783 [ 250 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1714 | 2024.07.15 22:20:57.442878 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1715 | 2024.07.15 22:20:57.442903 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1716 | 2024.07.15 22:20:57.442984 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1717 | 2024.07.15 22:20:57.443005 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1718 | 2024.07.15 22:20:57.443048 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1719 | 2024.07.15 22:20:57.443090 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1720 | 2024.07.15 22:20:57.444357 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002609 sec., 6899.195093905711 rows/sec., 282.23 KiB/sec. | ||
1721 | 2024.07.15 22:20:57.444658 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Debug> DynamicQueryHandler: Done processing query | ||
1722 | 2024.07.15 22:20:57.444684 [ 3 ] {9a97e29b-8660-48ce-86e2-544aa20c0fdb} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1723 | 2024.07.15 22:20:57.444703 [ 3 ] {} <Debug> HTTP-Session: 6cf7797f-40fb-41ec-bc60-5fe3e724baf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1724 | 2024.07.15 22:20:57.449172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1725 | 2024.07.15 22:20:57.449232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1726 | 2024.07.15 22:20:57.449258 [ 3 ] {} <Debug> HTTP-Session: 232e3ac5-944a-4f23-8133-0a8cd4ad467b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1727 | 2024.07.15 22:20:57.449279 [ 3 ] {} <Debug> HTTP-Session: 232e3ac5-944a-4f23-8133-0a8cd4ad467b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1728 | 2024.07.15 22:20:57.449297 [ 3 ] {} <Debug> HTTP-Session: 232e3ac5-944a-4f23-8133-0a8cd4ad467b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1729 | 2024.07.15 22:20:57.449339 [ 3 ] {} <Trace> HTTP-Session: 232e3ac5-944a-4f23-8133-0a8cd4ad467b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1730 | 2024.07.15 22:20:57.449520 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1731 | 2024.07.15 22:20:57.449868 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1732 | 2024.07.15 22:20:57.449913 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1733 | 2024.07.15 22:20:57.450193 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1734 | 2024.07.15 22:20:57.450259 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1735 | 2024.07.15 22:20:57.450401 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1736 | 2024.07.15 22:20:57.450504 [ 253 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1737 | 2024.07.15 22:20:57.450512 [ 250 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1738 | 2024.07.15 22:20:57.450618 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
1739 | 2024.07.15 22:20:57.450643 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1740 | 2024.07.15 22:20:57.450718 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1741 | 2024.07.15 22:20:57.450740 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1742 | 2024.07.15 22:20:57.450778 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1743 | 2024.07.15 22:20:57.450817 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1744 | 2024.07.15 22:20:57.451984 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002553 sec., 7050.5287896592245 rows/sec., 288.42 KiB/sec. | ||
1745 | 2024.07.15 22:20:57.452284 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Debug> DynamicQueryHandler: Done processing query | ||
1746 | 2024.07.15 22:20:57.452310 [ 3 ] {115dc5ff-83a6-44f4-9396-2f5d20703ba0} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1747 | 2024.07.15 22:20:57.452326 [ 3 ] {} <Debug> HTTP-Session: 232e3ac5-944a-4f23-8133-0a8cd4ad467b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1748 | 2024.07.15 22:20:57.456031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1749 | 2024.07.15 22:20:57.456088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1750 | 2024.07.15 22:20:57.456109 [ 3 ] {} <Debug> HTTP-Session: 377afcbd-eee2-4b00-b537-6138c2e92179 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1751 | 2024.07.15 22:20:57.456126 [ 3 ] {} <Debug> HTTP-Session: 377afcbd-eee2-4b00-b537-6138c2e92179 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1752 | 2024.07.15 22:20:57.456141 [ 3 ] {} <Debug> HTTP-Session: 377afcbd-eee2-4b00-b537-6138c2e92179 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1753 | 2024.07.15 22:20:57.456173 [ 3 ] {} <Trace> HTTP-Session: 377afcbd-eee2-4b00-b537-6138c2e92179 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1754 | 2024.07.15 22:20:57.456296 [ 3 ] {ea9ad4fb-981c-4d6e-934a-4e4db7a4fb5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1755 | 2024.07.15 22:20:57.456344 [ 3 ] {ea9ad4fb-981c-4d6e-934a-4e4db7a4fb5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1756 | 2024.07.15 22:20:57.456514 [ 3 ] {ea9ad4fb-981c-4d6e-934a-4e4db7a4fb5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1757 | 2024.07.15 22:20:57.456877 [ 3 ] {ea9ad4fb-981c-4d6e-934a-4e4db7a4fb5c} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1758 | 2024.07.15 22:20:57.456920 [ 3 ] {ea9ad4fb-981c-4d6e-934a-4e4db7a4fb5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1759 | 2024.07.15 22:20:57.457434 [ 3 ] {ea9ad4fb-981c-4d6e-934a-4e4db7a4fb5c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1760 | 2024.07.15 22:20:57.457761 [ 3 ] {ea9ad4fb-981c-4d6e-934a-4e4db7a4fb5c} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1761 | 2024.07.15 22:20:57.457937 [ 3 ] {ea9ad4fb-981c-4d6e-934a-4e4db7a4fb5c} <Debug> executeQuery: Read 12 rows, 1.62 KiB in 0.00168 sec., 7142.857142857142 rows/sec., 963.77 KiB/sec. | ||
1762 | 2024.07.15 22:20:57.458116 [ 3 ] {ea9ad4fb-981c-4d6e-934a-4e4db7a4fb5c} <Debug> DynamicQueryHandler: Done processing query | ||
1763 | 2024.07.15 22:20:57.458144 [ 3 ] {ea9ad4fb-981c-4d6e-934a-4e4db7a4fb5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1764 | 2024.07.15 22:20:57.458161 [ 3 ] {} <Debug> HTTP-Session: 377afcbd-eee2-4b00-b537-6138c2e92179 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1765 | 2024.07.15 22:20:57.458271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1766 | 2024.07.15 22:20:57.458322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1767 | 2024.07.15 22:20:57.458343 [ 3 ] {} <Debug> HTTP-Session: 44d8c4e2-93a1-4cb5-960c-95088cee4fd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1768 | 2024.07.15 22:20:57.458360 [ 3 ] {} <Debug> HTTP-Session: 44d8c4e2-93a1-4cb5-960c-95088cee4fd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1769 | 2024.07.15 22:20:57.458373 [ 3 ] {} <Debug> HTTP-Session: 44d8c4e2-93a1-4cb5-960c-95088cee4fd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1770 | 2024.07.15 22:20:57.458406 [ 3 ] {} <Trace> HTTP-Session: 44d8c4e2-93a1-4cb5-960c-95088cee4fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1771 | 2024.07.15 22:20:57.458506 [ 3 ] {34abe4c9-c01f-4fad-ae62-1dd8df10516a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1772 | 2024.07.15 22:20:57.458551 [ 3 ] {34abe4c9-c01f-4fad-ae62-1dd8df10516a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1773 | 2024.07.15 22:20:57.458678 [ 3 ] {34abe4c9-c01f-4fad-ae62-1dd8df10516a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1774 | 2024.07.15 22:20:57.459547 [ 3 ] {34abe4c9-c01f-4fad-ae62-1dd8df10516a} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1775 | 2024.07.15 22:20:57.459583 [ 3 ] {34abe4c9-c01f-4fad-ae62-1dd8df10516a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1776 | 2024.07.15 22:20:57.460065 [ 3 ] {34abe4c9-c01f-4fad-ae62-1dd8df10516a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1777 | 2024.07.15 22:20:57.460441 [ 3 ] {34abe4c9-c01f-4fad-ae62-1dd8df10516a} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1778 | 2024.07.15 22:20:57.460588 [ 3 ] {34abe4c9-c01f-4fad-ae62-1dd8df10516a} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.002099 sec., 2858.504049547403 rows/sec., 161.91 KiB/sec. | ||
1779 | 2024.07.15 22:20:57.460769 [ 3 ] {34abe4c9-c01f-4fad-ae62-1dd8df10516a} <Debug> DynamicQueryHandler: Done processing query | ||
1780 | 2024.07.15 22:20:57.460796 [ 3 ] {34abe4c9-c01f-4fad-ae62-1dd8df10516a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1781 | 2024.07.15 22:20:57.460813 [ 3 ] {} <Debug> HTTP-Session: 44d8c4e2-93a1-4cb5-960c-95088cee4fd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1782 | 2024.07.15 22:20:57.460976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1783 | 2024.07.15 22:20:57.461025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1784 | 2024.07.15 22:20:57.461045 [ 3 ] {} <Debug> HTTP-Session: 90b3a61d-aa30-44ed-ba83-2b7a4052752b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1785 | 2024.07.15 22:20:57.461063 [ 3 ] {} <Debug> HTTP-Session: 90b3a61d-aa30-44ed-ba83-2b7a4052752b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1786 | 2024.07.15 22:20:57.461078 [ 3 ] {} <Debug> HTTP-Session: 90b3a61d-aa30-44ed-ba83-2b7a4052752b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1787 | 2024.07.15 22:20:57.461110 [ 3 ] {} <Trace> HTTP-Session: 90b3a61d-aa30-44ed-ba83-2b7a4052752b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1788 | 2024.07.15 22:20:57.461329 [ 3 ] {49344d64-fe67-4a8c-a528-06bea405178e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1789 | 2024.07.15 22:20:57.461374 [ 3 ] {49344d64-fe67-4a8c-a528-06bea405178e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1790 | 2024.07.15 22:20:57.461496 [ 3 ] {49344d64-fe67-4a8c-a528-06bea405178e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1791 | 2024.07.15 22:20:57.461889 [ 3 ] {49344d64-fe67-4a8c-a528-06bea405178e} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1792 | 2024.07.15 22:20:57.461927 [ 3 ] {49344d64-fe67-4a8c-a528-06bea405178e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1793 | 2024.07.15 22:20:57.462295 [ 3 ] {49344d64-fe67-4a8c-a528-06bea405178e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1794 | 2024.07.15 22:20:57.462609 [ 3 ] {49344d64-fe67-4a8c-a528-06bea405178e} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1795 | 2024.07.15 22:20:57.462758 [ 91 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1796 | 2024.07.15 22:20:57.462769 [ 3 ] {49344d64-fe67-4a8c-a528-06bea405178e} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001571 sec., 102482.49522597072 rows/sec., 9.05 MiB/sec. | ||
1797 | 2024.07.15 22:20:57.462835 [ 91 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1798 | 2024.07.15 22:20:57.462895 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1799 | 2024.07.15 22:20:57.463055 [ 3 ] {49344d64-fe67-4a8c-a528-06bea405178e} <Debug> DynamicQueryHandler: Done processing query | ||
1800 | 2024.07.15 22:20:57.463108 [ 3 ] {49344d64-fe67-4a8c-a528-06bea405178e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1801 | 2024.07.15 22:20:57.463156 [ 3 ] {} <Debug> HTTP-Session: 90b3a61d-aa30-44ed-ba83-2b7a4052752b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1802 | 2024.07.15 22:20:57.463488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1803 | 2024.07.15 22:20:57.463541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1804 | 2024.07.15 22:20:57.463563 [ 3 ] {} <Debug> HTTP-Session: 8d12aabe-9f50-4117-87c0-c6b0a411593a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1805 | 2024.07.15 22:20:57.463581 [ 3 ] {} <Debug> HTTP-Session: 8d12aabe-9f50-4117-87c0-c6b0a411593a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1806 | 2024.07.15 22:20:57.463595 [ 3 ] {} <Debug> HTTP-Session: 8d12aabe-9f50-4117-87c0-c6b0a411593a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1807 | 2024.07.15 22:20:57.463627 [ 3 ] {} <Trace> HTTP-Session: 8d12aabe-9f50-4117-87c0-c6b0a411593a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1808 | 2024.07.15 22:20:57.463986 [ 3 ] {fe01631c-95d9-4908-9acd-b22bb86a6ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1809 | 2024.07.15 22:20:57.464033 [ 3 ] {fe01631c-95d9-4908-9acd-b22bb86a6ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1810 | 2024.07.15 22:20:57.464177 [ 3 ] {fe01631c-95d9-4908-9acd-b22bb86a6ee4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1811 | 2024.07.15 22:20:57.464699 [ 3 ] {fe01631c-95d9-4908-9acd-b22bb86a6ee4} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1812 | 2024.07.15 22:20:57.464738 [ 3 ] {fe01631c-95d9-4908-9acd-b22bb86a6ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1813 | 2024.07.15 22:20:57.465096 [ 3 ] {fe01631c-95d9-4908-9acd-b22bb86a6ee4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1814 | 2024.07.15 22:20:57.465410 [ 3 ] {fe01631c-95d9-4908-9acd-b22bb86a6ee4} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1815 | 2024.07.15 22:20:57.465563 [ 91 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1816 | 2024.07.15 22:20:57.465571 [ 3 ] {fe01631c-95d9-4908-9acd-b22bb86a6ee4} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001842 sec., 207383.27904451682 rows/sec., 14.57 MiB/sec. | ||
1817 | 2024.07.15 22:20:57.465610 [ 91 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1818 | 2024.07.15 22:20:57.465675 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1819 | 2024.07.15 22:20:57.465841 [ 3 ] {fe01631c-95d9-4908-9acd-b22bb86a6ee4} <Debug> DynamicQueryHandler: Done processing query | ||
1820 | 2024.07.15 22:20:57.465872 [ 3 ] {fe01631c-95d9-4908-9acd-b22bb86a6ee4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
1821 | 2024.07.15 22:20:57.465890 [ 3 ] {} <Debug> HTTP-Session: 8d12aabe-9f50-4117-87c0-c6b0a411593a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1822 | 2024.07.15 22:20:57.466017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1823 | 2024.07.15 22:20:57.466069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1824 | 2024.07.15 22:20:57.466090 [ 3 ] {} <Debug> HTTP-Session: 2080eb20-56b1-45c4-af21-c775e538d2f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1825 | 2024.07.15 22:20:57.466107 [ 3 ] {} <Debug> HTTP-Session: 2080eb20-56b1-45c4-af21-c775e538d2f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1826 | 2024.07.15 22:20:57.466121 [ 3 ] {} <Debug> HTTP-Session: 2080eb20-56b1-45c4-af21-c775e538d2f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1827 | 2024.07.15 22:20:57.466152 [ 3 ] {} <Trace> HTTP-Session: 2080eb20-56b1-45c4-af21-c775e538d2f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1828 | 2024.07.15 22:20:57.466253 [ 3 ] {0e5e54e9-6b8d-4df1-b457-975fec099ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1829 | 2024.07.15 22:20:57.466301 [ 3 ] {0e5e54e9-6b8d-4df1-b457-975fec099ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1830 | 2024.07.15 22:20:57.466437 [ 3 ] {0e5e54e9-6b8d-4df1-b457-975fec099ea9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1831 | 2024.07.15 22:20:57.466679 [ 3 ] {0e5e54e9-6b8d-4df1-b457-975fec099ea9} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1832 | 2024.07.15 22:20:57.466713 [ 3 ] {0e5e54e9-6b8d-4df1-b457-975fec099ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1833 | 2024.07.15 22:20:57.467129 [ 3 ] {0e5e54e9-6b8d-4df1-b457-975fec099ea9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1834 | 2024.07.15 22:20:57.467526 [ 3 ] {0e5e54e9-6b8d-4df1-b457-975fec099ea9} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1835 | 2024.07.15 22:20:57.467684 [ 3 ] {0e5e54e9-6b8d-4df1-b457-975fec099ea9} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 177.31 KiB/sec. | ||
1836 | 2024.07.15 22:20:57.467888 [ 3 ] {0e5e54e9-6b8d-4df1-b457-975fec099ea9} <Debug> DynamicQueryHandler: Done processing query | ||
1837 | 2024.07.15 22:20:57.467912 [ 3 ] {0e5e54e9-6b8d-4df1-b457-975fec099ea9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1838 | 2024.07.15 22:20:57.467929 [ 3 ] {} <Debug> HTTP-Session: 2080eb20-56b1-45c4-af21-c775e538d2f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1839 | 2024.07.15 22:20:57.468047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1840 | 2024.07.15 22:20:57.468098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1841 | 2024.07.15 22:20:57.468118 [ 3 ] {} <Debug> HTTP-Session: 49b7dcb8-c2f1-4133-afc6-566f1eb678df Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1842 | 2024.07.15 22:20:57.468135 [ 3 ] {} <Debug> HTTP-Session: 49b7dcb8-c2f1-4133-afc6-566f1eb678df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1843 | 2024.07.15 22:20:57.468149 [ 3 ] {} <Debug> HTTP-Session: 49b7dcb8-c2f1-4133-afc6-566f1eb678df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1844 | 2024.07.15 22:20:57.468180 [ 3 ] {} <Trace> HTTP-Session: 49b7dcb8-c2f1-4133-afc6-566f1eb678df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1845 | 2024.07.15 22:20:57.468326 [ 3 ] {9b491a2c-0a4c-457d-a51b-2bb31c1f4ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1846 | 2024.07.15 22:20:57.468374 [ 3 ] {9b491a2c-0a4c-457d-a51b-2bb31c1f4ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1847 | 2024.07.15 22:20:57.468517 [ 3 ] {9b491a2c-0a4c-457d-a51b-2bb31c1f4ce1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1848 | 2024.07.15 22:20:57.468840 [ 3 ] {9b491a2c-0a4c-457d-a51b-2bb31c1f4ce1} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1849 | 2024.07.15 22:20:57.468878 [ 3 ] {9b491a2c-0a4c-457d-a51b-2bb31c1f4ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1850 | 2024.07.15 22:20:57.469226 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
1851 | 2024.07.15 22:20:57.469229 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
1852 | 2024.07.15 22:20:57.469273 [ 3 ] {9b491a2c-0a4c-457d-a51b-2bb31c1f4ce1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1853 | 2024.07.15 22:20:57.469521 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1854 | 2024.07.15 22:20:57.469531 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1855 | 2024.07.15 22:20:57.469654 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
1856 | 2024.07.15 22:20:57.469654 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
1857 | 2024.07.15 22:20:57.470230 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
1858 | 2024.07.15 22:20:57.470248 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
1859 | 2024.07.15 22:20:57.470681 [ 3 ] {9b491a2c-0a4c-457d-a51b-2bb31c1f4ce1} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1860 | 2024.07.15 22:20:57.470980 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
1861 | 2024.07.15 22:20:57.471035 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
1862 | 2024.07.15 22:20:57.471813 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 52 rows starting from the beginning of the part | ||
1863 | 2024.07.15 22:20:57.472014 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
1864 | 2024.07.15 22:20:57.472232 [ 3 ] {9b491a2c-0a4c-457d-a51b-2bb31c1f4ce1} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003909 sec., 19698.132514709643 rows/sec., 1.21 MiB/sec. | ||
1865 | 2024.07.15 22:20:57.472610 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
1866 | 2024.07.15 22:20:57.472628 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
1867 | 2024.07.15 22:20:57.473358 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 382 rows starting from the beginning of the part | ||
1868 | 2024.07.15 22:20:57.473366 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 161 rows starting from the beginning of the part | ||
1869 | 2024.07.15 22:20:57.473435 [ 3 ] {9b491a2c-0a4c-457d-a51b-2bb31c1f4ce1} <Debug> DynamicQueryHandler: Done processing query | ||
1870 | 2024.07.15 22:20:57.473625 [ 3 ] {9b491a2c-0a4c-457d-a51b-2bb31c1f4ce1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1871 | 2024.07.15 22:20:57.473776 [ 3 ] {} <Debug> HTTP-Session: 49b7dcb8-c2f1-4133-afc6-566f1eb678df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1872 | 2024.07.15 22:20:57.474180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1873 | 2024.07.15 22:20:57.474376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1874 | 2024.07.15 22:20:57.474405 [ 3 ] {} <Debug> HTTP-Session: 9ac5c8a9-0ec3-4ee4-b940-39936fe10e6a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1875 | 2024.07.15 22:20:57.474434 [ 3 ] {} <Debug> HTTP-Session: 9ac5c8a9-0ec3-4ee4-b940-39936fe10e6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1876 | 2024.07.15 22:20:57.474457 [ 3 ] {} <Debug> HTTP-Session: 9ac5c8a9-0ec3-4ee4-b940-39936fe10e6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1877 | 2024.07.15 22:20:57.474508 [ 3 ] {} <Trace> HTTP-Session: 9ac5c8a9-0ec3-4ee4-b940-39936fe10e6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1878 | 2024.07.15 22:20:57.474886 [ 3 ] {07e4f02b-5329-4263-820d-da10ade68cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1879 | 2024.07.15 22:20:57.474982 [ 3 ] {07e4f02b-5329-4263-820d-da10ade68cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1880 | 2024.07.15 22:20:57.475891 [ 3 ] {07e4f02b-5329-4263-820d-da10ade68cb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1881 | 2024.07.15 22:20:57.477416 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 4 columns (4 merged, 0 gathered) in 0.010361126 sec., 56557.5594776089 rows/sec., 4.13 MiB/sec. | ||
1882 | 2024.07.15 22:20:57.477524 [ 3 ] {07e4f02b-5329-4263-820d-da10ade68cb3} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1883 | 2024.07.15 22:20:57.477534 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 4 columns (4 merged, 0 gathered) in 0.014538199 sec., 23868.155883682703 rows/sec., 1.95 MiB/sec. | ||
1884 | 2024.07.15 22:20:57.477575 [ 3 ] {07e4f02b-5329-4263-820d-da10ade68cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1885 | 2024.07.15 22:20:57.477833 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1886 | 2024.07.15 22:20:57.477873 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1887 | 2024.07.15 22:20:57.479187 [ 3 ] {07e4f02b-5329-4263-820d-da10ade68cb3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1888 | 2024.07.15 22:20:57.479794 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_6_1} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1889 | 2024.07.15 22:20:57.480080 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_6_1} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1890 | 2024.07.15 22:20:57.480152 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_6_1} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1891 | 2024.07.15 22:20:57.480420 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_6_1} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1892 | 2024.07.15 22:20:57.480431 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1893 | 2024.07.15 22:20:57.480522 [ 3 ] {07e4f02b-5329-4263-820d-da10ade68cb3} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1894 | 2024.07.15 22:20:57.480623 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
1895 | 2024.07.15 22:20:57.480778 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1896 | 2024.07.15 22:20:57.480791 [ 3 ] {07e4f02b-5329-4263-820d-da10ade68cb3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006162 sec., 25965.59558584875 rows/sec., 1.81 MiB/sec. | ||
1897 | 2024.07.15 22:20:57.480829 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1898 | 2024.07.15 22:20:57.480913 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1899 | 2024.07.15 22:20:57.481092 [ 198 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
1900 | 2024.07.15 22:20:57.481134 [ 3 ] {07e4f02b-5329-4263-820d-da10ade68cb3} <Debug> DynamicQueryHandler: Done processing query | ||
1901 | 2024.07.15 22:20:57.481163 [ 3 ] {07e4f02b-5329-4263-820d-da10ade68cb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1902 | 2024.07.15 22:20:57.481184 [ 3 ] {} <Debug> HTTP-Session: 9ac5c8a9-0ec3-4ee4-b940-39936fe10e6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1903 | 2024.07.15 22:20:57.481321 [ 198 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1904 | 2024.07.15 22:20:57.481354 [ 198 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
1905 | 2024.07.15 22:20:57.481383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1906 | 2024.07.15 22:20:57.481469 [ 198 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
1907 | 2024.07.15 22:20:57.481474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1908 | 2024.07.15 22:20:57.481526 [ 3 ] {} <Debug> HTTP-Session: f99f7ad6-a33d-48e8-8452-b36423efe7b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1909 | 2024.07.15 22:20:57.481602 [ 3 ] {} <Debug> HTTP-Session: f99f7ad6-a33d-48e8-8452-b36423efe7b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1910 | 2024.07.15 22:20:57.481680 [ 3 ] {} <Debug> HTTP-Session: f99f7ad6-a33d-48e8-8452-b36423efe7b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1911 | 2024.07.15 22:20:57.481694 [ 198 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
1912 | 2024.07.15 22:20:57.481807 [ 3 ] {} <Trace> HTTP-Session: f99f7ad6-a33d-48e8-8452-b36423efe7b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1913 | 2024.07.15 22:20:57.481956 [ 198 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 110 rows starting from the beginning of the part | ||
1914 | 2024.07.15 22:20:57.482136 [ 3 ] {4a9c5071-ca51-47bc-a68e-1679f4a2aaa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1915 | 2024.07.15 22:20:57.482191 [ 198 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 152 rows starting from the beginning of the part | ||
1916 | 2024.07.15 22:20:57.482228 [ 3 ] {4a9c5071-ca51-47bc-a68e-1679f4a2aaa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1917 | 2024.07.15 22:20:57.482361 [ 198 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
1918 | 2024.07.15 22:20:57.482959 [ 3 ] {4a9c5071-ca51-47bc-a68e-1679f4a2aaa8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1919 | 2024.07.15 22:20:57.483431 [ 3 ] {4a9c5071-ca51-47bc-a68e-1679f4a2aaa8} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1920 | 2024.07.15 22:20:57.483477 [ 3 ] {4a9c5071-ca51-47bc-a68e-1679f4a2aaa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1921 | 2024.07.15 22:20:57.484065 [ 3 ] {4a9c5071-ca51-47bc-a68e-1679f4a2aaa8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1922 | 2024.07.15 22:20:57.484411 [ 3 ] {4a9c5071-ca51-47bc-a68e-1679f4a2aaa8} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1923 | 2024.07.15 22:20:57.484575 [ 3 ] {4a9c5071-ca51-47bc-a68e-1679f4a2aaa8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002555 sec., 9001.956947162427 rows/sec., 486.94 KiB/sec. | ||
1924 | 2024.07.15 22:20:57.484755 [ 3 ] {4a9c5071-ca51-47bc-a68e-1679f4a2aaa8} <Debug> DynamicQueryHandler: Done processing query | ||
1925 | 2024.07.15 22:20:57.484792 [ 3 ] {4a9c5071-ca51-47bc-a68e-1679f4a2aaa8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1926 | 2024.07.15 22:20:57.484814 [ 3 ] {} <Debug> HTTP-Session: f99f7ad6-a33d-48e8-8452-b36423efe7b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1927 | 2024.07.15 22:20:57.484972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1928 | 2024.07.15 22:20:57.485029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1929 | 2024.07.15 22:20:57.485050 [ 3 ] {} <Debug> HTTP-Session: d0379cd8-c396-42fd-a766-f4d994eb460d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1930 | 2024.07.15 22:20:57.485067 [ 3 ] {} <Debug> HTTP-Session: d0379cd8-c396-42fd-a766-f4d994eb460d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1931 | 2024.07.15 22:20:57.485081 [ 3 ] {} <Debug> HTTP-Session: d0379cd8-c396-42fd-a766-f4d994eb460d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1932 | 2024.07.15 22:20:57.485113 [ 3 ] {} <Trace> HTTP-Session: d0379cd8-c396-42fd-a766-f4d994eb460d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1933 | 2024.07.15 22:20:57.485252 [ 3 ] {d9861e22-359d-4241-b438-9b6a785b46c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1934 | 2024.07.15 22:20:57.485298 [ 3 ] {d9861e22-359d-4241-b438-9b6a785b46c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1935 | 2024.07.15 22:20:57.485434 [ 3 ] {d9861e22-359d-4241-b438-9b6a785b46c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1936 | 2024.07.15 22:20:57.485741 [ 3 ] {d9861e22-359d-4241-b438-9b6a785b46c5} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1937 | 2024.07.15 22:20:57.485776 [ 3 ] {d9861e22-359d-4241-b438-9b6a785b46c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1938 | 2024.07.15 22:20:57.486157 [ 3 ] {d9861e22-359d-4241-b438-9b6a785b46c5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1939 | 2024.07.15 22:20:57.486522 [ 3 ] {d9861e22-359d-4241-b438-9b6a785b46c5} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1940 | 2024.07.15 22:20:57.486677 [ 91 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1941 | 2024.07.15 22:20:57.486687 [ 3 ] {d9861e22-359d-4241-b438-9b6a785b46c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec. | ||
1942 | 2024.07.15 22:20:57.486731 [ 91 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1943 | 2024.07.15 22:20:57.486793 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1944 | 2024.07.15 22:20:57.487075 [ 3 ] {d9861e22-359d-4241-b438-9b6a785b46c5} <Debug> DynamicQueryHandler: Done processing query | ||
1945 | 2024.07.15 22:20:57.487156 [ 3 ] {d9861e22-359d-4241-b438-9b6a785b46c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1946 | 2024.07.15 22:20:57.487171 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
1947 | 2024.07.15 22:20:57.487193 [ 3 ] {} <Debug> HTTP-Session: d0379cd8-c396-42fd-a766-f4d994eb460d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1948 | 2024.07.15 22:20:57.487411 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1949 | 2024.07.15 22:20:57.487447 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
1950 | 2024.07.15 22:20:57.487577 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
1951 | 2024.07.15 22:20:57.487724 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
1952 | 2024.07.15 22:20:57.487836 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part | ||
1953 | 2024.07.15 22:20:57.488094 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
1954 | 2024.07.15 22:20:57.488387 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
1955 | 2024.07.15 22:20:57.489072 [ 198 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 5 columns (5 merged, 0 gathered) in 0.007985889 sec., 82896.2185675258 rows/sec., 5.75 MiB/sec. | ||
1956 | 2024.07.15 22:20:57.489336 [ 189 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1957 | 2024.07.15 22:20:57.490525 [ 189 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1958 | 2024.07.15 22:20:57.490741 [ 189 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1959 | 2024.07.15 22:20:57.490934 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
1960 | 2024.07.15 22:20:57.491140 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 4 columns (4 merged, 0 gathered) in 0.004219984 sec., 51658.96363588108 rows/sec., 3.52 MiB/sec. | ||
1961 | 2024.07.15 22:20:57.491341 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1962 | 2024.07.15 22:20:57.491792 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_6_1} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1963 | 2024.07.15 22:20:57.491882 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_6_1} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1964 | 2024.07.15 22:20:57.491983 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1965 | 2024.07.15 22:21:02.406396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 7828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1966 | 2024.07.15 22:21:02.406526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1967 | 2024.07.15 22:21:02.406551 [ 3 ] {} <Debug> HTTP-Session: a431d2be-4bd5-4a2f-bc6d-df14faced60b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1968 | 2024.07.15 22:21:02.406576 [ 3 ] {} <Debug> HTTP-Session: a431d2be-4bd5-4a2f-bc6d-df14faced60b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1969 | 2024.07.15 22:21:02.406592 [ 3 ] {} <Debug> HTTP-Session: a431d2be-4bd5-4a2f-bc6d-df14faced60b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1970 | 2024.07.15 22:21:02.406642 [ 3 ] {} <Trace> HTTP-Session: a431d2be-4bd5-4a2f-bc6d-df14faced60b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1971 | 2024.07.15 22:21:02.406841 [ 3 ] {489e67b4-f53a-4929-a9e4-141dca349649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1972 | 2024.07.15 22:21:02.406910 [ 3 ] {489e67b4-f53a-4929-a9e4-141dca349649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1973 | 2024.07.15 22:21:02.407105 [ 3 ] {489e67b4-f53a-4929-a9e4-141dca349649} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1974 | 2024.07.15 22:21:02.407592 [ 3 ] {489e67b4-f53a-4929-a9e4-141dca349649} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1975 | 2024.07.15 22:21:02.407641 [ 3 ] {489e67b4-f53a-4929-a9e4-141dca349649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1976 | 2024.07.15 22:21:02.408027 [ 3 ] {489e67b4-f53a-4929-a9e4-141dca349649} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1977 | 2024.07.15 22:21:02.408386 [ 3 ] {489e67b4-f53a-4929-a9e4-141dca349649} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1978 | 2024.07.15 22:21:02.408532 [ 3 ] {489e67b4-f53a-4929-a9e4-141dca349649} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001756 sec., 31890.660592255124 rows/sec., 2.45 MiB/sec. | ||
1979 | 2024.07.15 22:21:02.408741 [ 3 ] {489e67b4-f53a-4929-a9e4-141dca349649} <Debug> DynamicQueryHandler: Done processing query | ||
1980 | 2024.07.15 22:21:02.408770 [ 3 ] {489e67b4-f53a-4929-a9e4-141dca349649} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1981 | 2024.07.15 22:21:02.408787 [ 3 ] {} <Debug> HTTP-Session: a431d2be-4bd5-4a2f-bc6d-df14faced60b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1982 | 2024.07.15 22:21:02.409893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1983 | 2024.07.15 22:21:02.409951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1984 | 2024.07.15 22:21:02.409972 [ 3 ] {} <Debug> HTTP-Session: 7b522e02-21dc-4d90-9315-fb35803b1ae1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
1985 | 2024.07.15 22:21:02.409991 [ 3 ] {} <Debug> HTTP-Session: 7b522e02-21dc-4d90-9315-fb35803b1ae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1986 | 2024.07.15 22:21:02.410004 [ 3 ] {} <Debug> HTTP-Session: 7b522e02-21dc-4d90-9315-fb35803b1ae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1987 | 2024.07.15 22:21:02.410041 [ 3 ] {} <Trace> HTTP-Session: 7b522e02-21dc-4d90-9315-fb35803b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1988 | 2024.07.15 22:21:02.410169 [ 3 ] {a211ef3c-c015-41b9-89e4-e8bd0809abed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1989 | 2024.07.15 22:21:02.410217 [ 3 ] {a211ef3c-c015-41b9-89e4-e8bd0809abed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1990 | 2024.07.15 22:21:02.410351 [ 3 ] {a211ef3c-c015-41b9-89e4-e8bd0809abed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1991 | 2024.07.15 22:21:02.410720 [ 3 ] {a211ef3c-c015-41b9-89e4-e8bd0809abed} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1992 | 2024.07.15 22:21:02.410759 [ 3 ] {a211ef3c-c015-41b9-89e4-e8bd0809abed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1993 | 2024.07.15 22:21:02.411078 [ 3 ] {a211ef3c-c015-41b9-89e4-e8bd0809abed} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1994 | 2024.07.15 22:21:02.411404 [ 3 ] {a211ef3c-c015-41b9-89e4-e8bd0809abed} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1995 | 2024.07.15 22:21:02.411530 [ 3 ] {a211ef3c-c015-41b9-89e4-e8bd0809abed} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001408 sec., 45454.545454545456 rows/sec., 3.55 MiB/sec. | ||
1996 | 2024.07.15 22:21:02.411694 [ 3 ] {a211ef3c-c015-41b9-89e4-e8bd0809abed} <Debug> DynamicQueryHandler: Done processing query | ||
1997 | 2024.07.15 22:21:02.411720 [ 3 ] {a211ef3c-c015-41b9-89e4-e8bd0809abed} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1998 | 2024.07.15 22:21:02.411736 [ 3 ] {} <Debug> HTTP-Session: 7b522e02-21dc-4d90-9315-fb35803b1ae1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1999 | 2024.07.15 22:21:02.411937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2000 | 2024.07.15 22:21:02.411988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2001 | 2024.07.15 22:21:02.412008 [ 3 ] {} <Debug> HTTP-Session: 5e7e82d1-ef7e-4618-aefd-3ea852513a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2002 | 2024.07.15 22:21:02.412024 [ 3 ] {} <Debug> HTTP-Session: 5e7e82d1-ef7e-4618-aefd-3ea852513a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2003 | 2024.07.15 22:21:02.412038 [ 3 ] {} <Debug> HTTP-Session: 5e7e82d1-ef7e-4618-aefd-3ea852513a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2004 | 2024.07.15 22:21:02.412068 [ 3 ] {} <Trace> HTTP-Session: 5e7e82d1-ef7e-4618-aefd-3ea852513a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2005 | 2024.07.15 22:21:02.412204 [ 3 ] {a431e9e6-6c90-466c-b7c0-32e611924a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2006 | 2024.07.15 22:21:02.412250 [ 3 ] {a431e9e6-6c90-466c-b7c0-32e611924a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2007 | 2024.07.15 22:21:02.412387 [ 3 ] {a431e9e6-6c90-466c-b7c0-32e611924a17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2008 | 2024.07.15 22:21:02.412873 [ 3 ] {a431e9e6-6c90-466c-b7c0-32e611924a17} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2009 | 2024.07.15 22:21:02.412907 [ 3 ] {a431e9e6-6c90-466c-b7c0-32e611924a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2010 | 2024.07.15 22:21:02.413365 [ 3 ] {a431e9e6-6c90-466c-b7c0-32e611924a17} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2011 | 2024.07.15 22:21:02.413723 [ 3 ] {a431e9e6-6c90-466c-b7c0-32e611924a17} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2012 | 2024.07.15 22:21:02.413848 [ 3 ] {a431e9e6-6c90-466c-b7c0-32e611924a17} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001695 sec., 94395.2802359882 rows/sec., 6.57 MiB/sec. | ||
2013 | 2024.07.15 22:21:02.414015 [ 3 ] {a431e9e6-6c90-466c-b7c0-32e611924a17} <Debug> DynamicQueryHandler: Done processing query | ||
2014 | 2024.07.15 22:21:02.414042 [ 3 ] {a431e9e6-6c90-466c-b7c0-32e611924a17} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2015 | 2024.07.15 22:21:02.414058 [ 3 ] {} <Debug> HTTP-Session: 5e7e82d1-ef7e-4618-aefd-3ea852513a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2016 | 2024.07.15 22:21:02.414193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2017 | 2024.07.15 22:21:02.414243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2018 | 2024.07.15 22:21:02.414263 [ 3 ] {} <Debug> HTTP-Session: edc4ed8b-dbda-4f60-8774-0e01bd9c46c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2019 | 2024.07.15 22:21:02.414280 [ 3 ] {} <Debug> HTTP-Session: edc4ed8b-dbda-4f60-8774-0e01bd9c46c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2020 | 2024.07.15 22:21:02.414294 [ 3 ] {} <Debug> HTTP-Session: edc4ed8b-dbda-4f60-8774-0e01bd9c46c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2021 | 2024.07.15 22:21:02.414325 [ 3 ] {} <Trace> HTTP-Session: edc4ed8b-dbda-4f60-8774-0e01bd9c46c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2022 | 2024.07.15 22:21:02.414449 [ 3 ] {6c9c6722-49af-4c4b-9729-19a63d7c1360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2023 | 2024.07.15 22:21:02.414494 [ 3 ] {6c9c6722-49af-4c4b-9729-19a63d7c1360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2024 | 2024.07.15 22:21:02.414623 [ 3 ] {6c9c6722-49af-4c4b-9729-19a63d7c1360} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2025 | 2024.07.15 22:21:02.414937 [ 3 ] {6c9c6722-49af-4c4b-9729-19a63d7c1360} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2026 | 2024.07.15 22:21:02.414975 [ 3 ] {6c9c6722-49af-4c4b-9729-19a63d7c1360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2027 | 2024.07.15 22:21:02.415336 [ 3 ] {6c9c6722-49af-4c4b-9729-19a63d7c1360} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2028 | 2024.07.15 22:21:02.415661 [ 3 ] {6c9c6722-49af-4c4b-9729-19a63d7c1360} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2029 | 2024.07.15 22:21:02.415781 [ 3 ] {6c9c6722-49af-4c4b-9729-19a63d7c1360} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
2030 | 2024.07.15 22:21:02.415937 [ 3 ] {6c9c6722-49af-4c4b-9729-19a63d7c1360} <Debug> DynamicQueryHandler: Done processing query | ||
2031 | 2024.07.15 22:21:02.415961 [ 3 ] {6c9c6722-49af-4c4b-9729-19a63d7c1360} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2032 | 2024.07.15 22:21:02.415977 [ 3 ] {} <Debug> HTTP-Session: edc4ed8b-dbda-4f60-8774-0e01bd9c46c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2033 | 2024.07.15 22:21:05.642556 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2034 | 2024.07.15 22:21:05.642662 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2035 | 2024.07.15 22:21:07.403540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2036 | 2024.07.15 22:21:07.403670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2037 | 2024.07.15 22:21:07.403701 [ 3 ] {} <Debug> HTTP-Session: 24f68828-d75b-472c-b563-7da8141611e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2038 | 2024.07.15 22:21:07.403730 [ 3 ] {} <Debug> HTTP-Session: 24f68828-d75b-472c-b563-7da8141611e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2039 | 2024.07.15 22:21:07.403748 [ 3 ] {} <Debug> HTTP-Session: 24f68828-d75b-472c-b563-7da8141611e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2040 | 2024.07.15 22:21:07.403805 [ 3 ] {} <Trace> HTTP-Session: 24f68828-d75b-472c-b563-7da8141611e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2041 | 2024.07.15 22:21:07.404086 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2042 | 2024.07.15 22:21:07.404540 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2043 | 2024.07.15 22:21:07.404597 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2044 | 2024.07.15 22:21:07.404933 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2045 | 2024.07.15 22:21:07.405020 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2046 | 2024.07.15 22:21:07.405194 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2047 | 2024.07.15 22:21:07.405306 [ 256 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2048 | 2024.07.15 22:21:07.405423 [ 257 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2049 | 2024.07.15 22:21:07.405426 [ 255 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2050 | 2024.07.15 22:21:07.405627 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2051 | 2024.07.15 22:21:07.405661 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2052 | 2024.07.15 22:21:07.405839 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2053 | 2024.07.15 22:21:07.405863 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2054 | 2024.07.15 22:21:07.405907 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2055 | 2024.07.15 22:21:07.405952 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2056 | 2024.07.15 22:21:07.405994 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2057 | 2024.07.15 22:21:07.408276 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.004316 sec., 6950.880444856348 rows/sec., 252.51 KiB/sec. | ||
2058 | 2024.07.15 22:21:07.408685 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Debug> DynamicQueryHandler: Done processing query | ||
2059 | 2024.07.15 22:21:07.408714 [ 3 ] {aa60e7ac-5b34-4d0e-b29a-2fc480ee572f} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2060 | 2024.07.15 22:21:07.408732 [ 3 ] {} <Debug> HTTP-Session: 24f68828-d75b-472c-b563-7da8141611e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2061 | 2024.07.15 22:21:07.408977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2062 | 2024.07.15 22:21:07.409037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2063 | 2024.07.15 22:21:07.409057 [ 3 ] {} <Debug> HTTP-Session: f64b0521-ef08-4223-8a4d-a02201fa7239 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2064 | 2024.07.15 22:21:07.409076 [ 3 ] {} <Debug> HTTP-Session: f64b0521-ef08-4223-8a4d-a02201fa7239 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2065 | 2024.07.15 22:21:07.409090 [ 3 ] {} <Debug> HTTP-Session: f64b0521-ef08-4223-8a4d-a02201fa7239 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2066 | 2024.07.15 22:21:07.409127 [ 3 ] {} <Trace> HTTP-Session: f64b0521-ef08-4223-8a4d-a02201fa7239 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2067 | 2024.07.15 22:21:07.409300 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2068 | 2024.07.15 22:21:07.409604 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2069 | 2024.07.15 22:21:07.409651 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2070 | 2024.07.15 22:21:07.409950 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2071 | 2024.07.15 22:21:07.410019 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2072 | 2024.07.15 22:21:07.410165 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2073 | 2024.07.15 22:21:07.410298 [ 261 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2074 | 2024.07.15 22:21:07.410320 [ 260 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2075 | 2024.07.15 22:21:07.410317 [ 259 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2076 | 2024.07.15 22:21:07.410473 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2077 | 2024.07.15 22:21:07.410505 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2078 | 2024.07.15 22:21:07.410612 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2079 | 2024.07.15 22:21:07.410635 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2080 | 2024.07.15 22:21:07.410674 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2081 | 2024.07.15 22:21:07.410718 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2082 | 2024.07.15 22:21:07.410758 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2083 | 2024.07.15 22:21:07.412472 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003303 sec., 9082.652134423251 rows/sec., 329.96 KiB/sec. | ||
2084 | 2024.07.15 22:21:07.412892 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Debug> DynamicQueryHandler: Done processing query | ||
2085 | 2024.07.15 22:21:07.412924 [ 3 ] {a1486293-1aa3-4b11-b0a8-48a569ad76fc} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2086 | 2024.07.15 22:21:07.412944 [ 3 ] {} <Debug> HTTP-Session: f64b0521-ef08-4223-8a4d-a02201fa7239 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2087 | 2024.07.15 22:21:07.413177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2088 | 2024.07.15 22:21:07.413237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2089 | 2024.07.15 22:21:07.413263 [ 3 ] {} <Debug> HTTP-Session: b52a8c6e-08c8-41c9-bfe3-cc2c3d7686e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2090 | 2024.07.15 22:21:07.413284 [ 3 ] {} <Debug> HTTP-Session: b52a8c6e-08c8-41c9-bfe3-cc2c3d7686e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2091 | 2024.07.15 22:21:07.413301 [ 3 ] {} <Debug> HTTP-Session: b52a8c6e-08c8-41c9-bfe3-cc2c3d7686e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2092 | 2024.07.15 22:21:07.413341 [ 3 ] {} <Trace> HTTP-Session: b52a8c6e-08c8-41c9-bfe3-cc2c3d7686e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2093 | 2024.07.15 22:21:07.413528 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2094 | 2024.07.15 22:21:07.413834 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2095 | 2024.07.15 22:21:07.413880 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2096 | 2024.07.15 22:21:07.414177 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2097 | 2024.07.15 22:21:07.414244 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2098 | 2024.07.15 22:21:07.414386 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2099 | 2024.07.15 22:21:07.414503 [ 259 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2100 | 2024.07.15 22:21:07.414523 [ 257 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2101 | 2024.07.15 22:21:07.414548 [ 255 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2102 | 2024.07.15 22:21:07.414677 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2103 | 2024.07.15 22:21:07.414707 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2104 | 2024.07.15 22:21:07.414811 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2105 | 2024.07.15 22:21:07.414832 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2106 | 2024.07.15 22:21:07.414872 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2107 | 2024.07.15 22:21:07.414915 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2108 | 2024.07.15 22:21:07.414954 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2109 | 2024.07.15 22:21:07.416686 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003249 sec., 9233.610341643582 rows/sec., 335.44 KiB/sec. | ||
2110 | 2024.07.15 22:21:07.417068 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Debug> DynamicQueryHandler: Done processing query | ||
2111 | 2024.07.15 22:21:07.417100 [ 3 ] {0af8f881-3ebf-42db-bc86-4bab4e567727} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2112 | 2024.07.15 22:21:07.417121 [ 3 ] {} <Debug> HTTP-Session: b52a8c6e-08c8-41c9-bfe3-cc2c3d7686e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2113 | 2024.07.15 22:21:07.417354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2114 | 2024.07.15 22:21:07.417413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2115 | 2024.07.15 22:21:07.417439 [ 3 ] {} <Debug> HTTP-Session: 9345b2c8-c1c1-4555-ad0d-369f07b24bc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2116 | 2024.07.15 22:21:07.417460 [ 3 ] {} <Debug> HTTP-Session: 9345b2c8-c1c1-4555-ad0d-369f07b24bc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2117 | 2024.07.15 22:21:07.417477 [ 3 ] {} <Debug> HTTP-Session: 9345b2c8-c1c1-4555-ad0d-369f07b24bc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2118 | 2024.07.15 22:21:07.417516 [ 3 ] {} <Trace> HTTP-Session: 9345b2c8-c1c1-4555-ad0d-369f07b24bc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2119 | 2024.07.15 22:21:07.417687 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2120 | 2024.07.15 22:21:07.417973 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2121 | 2024.07.15 22:21:07.418019 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2122 | 2024.07.15 22:21:07.418314 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2123 | 2024.07.15 22:21:07.418380 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2124 | 2024.07.15 22:21:07.418520 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2125 | 2024.07.15 22:21:07.418656 [ 257 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2126 | 2024.07.15 22:21:07.418693 [ 255 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2127 | 2024.07.15 22:21:07.418670 [ 259 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2128 | 2024.07.15 22:21:07.418844 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2129 | 2024.07.15 22:21:07.418871 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2130 | 2024.07.15 22:21:07.418970 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2131 | 2024.07.15 22:21:07.418990 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2132 | 2024.07.15 22:21:07.419026 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2133 | 2024.07.15 22:21:07.419066 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2134 | 2024.07.15 22:21:07.419102 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2135 | 2024.07.15 22:21:07.420874 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003267 sec., 9182.736455463728 rows/sec., 333.59 KiB/sec. | ||
2136 | 2024.07.15 22:21:07.421208 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Debug> DynamicQueryHandler: Done processing query | ||
2137 | 2024.07.15 22:21:07.421232 [ 3 ] {130320e4-9c57-427a-a1d5-0f0256d9e10b} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2138 | 2024.07.15 22:21:07.421250 [ 3 ] {} <Debug> HTTP-Session: 9345b2c8-c1c1-4555-ad0d-369f07b24bc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2139 | 2024.07.15 22:21:07.421443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2140 | 2024.07.15 22:21:07.421492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2141 | 2024.07.15 22:21:07.421512 [ 3 ] {} <Debug> HTTP-Session: b44c259d-fa56-4311-b70f-d3bc212436d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2142 | 2024.07.15 22:21:07.421529 [ 3 ] {} <Debug> HTTP-Session: b44c259d-fa56-4311-b70f-d3bc212436d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2143 | 2024.07.15 22:21:07.421543 [ 3 ] {} <Debug> HTTP-Session: b44c259d-fa56-4311-b70f-d3bc212436d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2144 | 2024.07.15 22:21:07.421573 [ 3 ] {} <Trace> HTTP-Session: b44c259d-fa56-4311-b70f-d3bc212436d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2145 | 2024.07.15 22:21:07.421724 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2146 | 2024.07.15 22:21:07.422009 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2147 | 2024.07.15 22:21:07.422057 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2148 | 2024.07.15 22:21:07.422354 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2149 | 2024.07.15 22:21:07.422420 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2150 | 2024.07.15 22:21:07.422559 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2151 | 2024.07.15 22:21:07.422713 [ 257 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2152 | 2024.07.15 22:21:07.422745 [ 255 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2153 | 2024.07.15 22:21:07.422759 [ 261 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2154 | 2024.07.15 22:21:07.422927 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2155 | 2024.07.15 22:21:07.422958 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2156 | 2024.07.15 22:21:07.423064 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2157 | 2024.07.15 22:21:07.423086 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2158 | 2024.07.15 22:21:07.423125 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2159 | 2024.07.15 22:21:07.423167 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2160 | 2024.07.15 22:21:07.423206 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2161 | 2024.07.15 22:21:07.424882 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003231 sec., 9285.051067780872 rows/sec., 337.31 KiB/sec. | ||
2162 | 2024.07.15 22:21:07.425217 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Debug> DynamicQueryHandler: Done processing query | ||
2163 | 2024.07.15 22:21:07.425243 [ 3 ] {0edb0ed5-fc9e-4a10-86fe-6a47c147225f} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2164 | 2024.07.15 22:21:07.425261 [ 3 ] {} <Debug> HTTP-Session: b44c259d-fa56-4311-b70f-d3bc212436d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2165 | 2024.07.15 22:21:07.425472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2166 | 2024.07.15 22:21:07.425520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2167 | 2024.07.15 22:21:07.425540 [ 3 ] {} <Debug> HTTP-Session: 1754fc82-ccc9-4c8a-bd74-1432be661fd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2168 | 2024.07.15 22:21:07.425556 [ 3 ] {} <Debug> HTTP-Session: 1754fc82-ccc9-4c8a-bd74-1432be661fd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2169 | 2024.07.15 22:21:07.425570 [ 3 ] {} <Debug> HTTP-Session: 1754fc82-ccc9-4c8a-bd74-1432be661fd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2170 | 2024.07.15 22:21:07.425602 [ 3 ] {} <Trace> HTTP-Session: 1754fc82-ccc9-4c8a-bd74-1432be661fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2171 | 2024.07.15 22:21:07.425752 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2172 | 2024.07.15 22:21:07.426024 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2173 | 2024.07.15 22:21:07.426068 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2174 | 2024.07.15 22:21:07.426353 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2175 | 2024.07.15 22:21:07.426414 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2176 | 2024.07.15 22:21:07.426544 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2177 | 2024.07.15 22:21:07.426671 [ 259 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2178 | 2024.07.15 22:21:07.426761 [ 255 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2179 | 2024.07.15 22:21:07.426801 [ 257 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2180 | 2024.07.15 22:21:07.426965 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2181 | 2024.07.15 22:21:07.427001 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2182 | 2024.07.15 22:21:07.427106 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2183 | 2024.07.15 22:21:07.427127 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2184 | 2024.07.15 22:21:07.427167 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2185 | 2024.07.15 22:21:07.427210 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2186 | 2024.07.15 22:21:07.427247 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2187 | 2024.07.15 22:21:07.428908 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.00323 sec., 9287.925696594428 rows/sec., 337.41 KiB/sec. | ||
2188 | 2024.07.15 22:21:07.429239 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Debug> DynamicQueryHandler: Done processing query | ||
2189 | 2024.07.15 22:21:07.429265 [ 3 ] {aed86d36-3764-4ead-b6e4-0f51d584bca2} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2190 | 2024.07.15 22:21:07.429282 [ 3 ] {} <Debug> HTTP-Session: 1754fc82-ccc9-4c8a-bd74-1432be661fd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2191 | 2024.07.15 22:21:07.444676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2192 | 2024.07.15 22:21:07.444737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2193 | 2024.07.15 22:21:07.444762 [ 3 ] {} <Debug> HTTP-Session: 251761ac-2dd6-412c-a650-835d815cd4f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2194 | 2024.07.15 22:21:07.444782 [ 3 ] {} <Debug> HTTP-Session: 251761ac-2dd6-412c-a650-835d815cd4f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2195 | 2024.07.15 22:21:07.444801 [ 3 ] {} <Debug> HTTP-Session: 251761ac-2dd6-412c-a650-835d815cd4f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2196 | 2024.07.15 22:21:07.444840 [ 3 ] {} <Trace> HTTP-Session: 251761ac-2dd6-412c-a650-835d815cd4f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2197 | 2024.07.15 22:21:07.444975 [ 3 ] {f30cd037-c272-42bd-9ea9-8ddb62c75820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2198 | 2024.07.15 22:21:07.445033 [ 3 ] {f30cd037-c272-42bd-9ea9-8ddb62c75820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2199 | 2024.07.15 22:21:07.445238 [ 3 ] {f30cd037-c272-42bd-9ea9-8ddb62c75820} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2200 | 2024.07.15 22:21:07.445700 [ 3 ] {f30cd037-c272-42bd-9ea9-8ddb62c75820} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2201 | 2024.07.15 22:21:07.445741 [ 3 ] {f30cd037-c272-42bd-9ea9-8ddb62c75820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2202 | 2024.07.15 22:21:07.446217 [ 3 ] {f30cd037-c272-42bd-9ea9-8ddb62c75820} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2203 | 2024.07.15 22:21:07.446545 [ 3 ] {f30cd037-c272-42bd-9ea9-8ddb62c75820} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2204 | 2024.07.15 22:21:07.446689 [ 3 ] {f30cd037-c272-42bd-9ea9-8ddb62c75820} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001822 sec., 3293.084522502744 rows/sec., 533.84 KiB/sec. | ||
2205 | 2024.07.15 22:21:07.446935 [ 3 ] {f30cd037-c272-42bd-9ea9-8ddb62c75820} <Debug> DynamicQueryHandler: Done processing query | ||
2206 | 2024.07.15 22:21:07.446960 [ 3 ] {f30cd037-c272-42bd-9ea9-8ddb62c75820} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2207 | 2024.07.15 22:21:07.446976 [ 3 ] {} <Debug> HTTP-Session: 251761ac-2dd6-412c-a650-835d815cd4f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2208 | 2024.07.15 22:21:07.447084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2209 | 2024.07.15 22:21:07.447133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2210 | 2024.07.15 22:21:07.447153 [ 3 ] {} <Debug> HTTP-Session: 62d5aacc-9ba2-4dce-b827-5067d30fc705 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2211 | 2024.07.15 22:21:07.447169 [ 3 ] {} <Debug> HTTP-Session: 62d5aacc-9ba2-4dce-b827-5067d30fc705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2212 | 2024.07.15 22:21:07.447183 [ 3 ] {} <Debug> HTTP-Session: 62d5aacc-9ba2-4dce-b827-5067d30fc705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2213 | 2024.07.15 22:21:07.447214 [ 3 ] {} <Trace> HTTP-Session: 62d5aacc-9ba2-4dce-b827-5067d30fc705 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2214 | 2024.07.15 22:21:07.447310 [ 3 ] {fc0f2957-7b71-4089-8f06-00922602a1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2215 | 2024.07.15 22:21:07.447353 [ 3 ] {fc0f2957-7b71-4089-8f06-00922602a1c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2216 | 2024.07.15 22:21:07.447484 [ 3 ] {fc0f2957-7b71-4089-8f06-00922602a1c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2217 | 2024.07.15 22:21:07.447781 [ 3 ] {fc0f2957-7b71-4089-8f06-00922602a1c7} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2218 | 2024.07.15 22:21:07.447818 [ 3 ] {fc0f2957-7b71-4089-8f06-00922602a1c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2219 | 2024.07.15 22:21:07.448128 [ 3 ] {fc0f2957-7b71-4089-8f06-00922602a1c7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2220 | 2024.07.15 22:21:07.448436 [ 3 ] {fc0f2957-7b71-4089-8f06-00922602a1c7} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2221 | 2024.07.15 22:21:07.448585 [ 3 ] {fc0f2957-7b71-4089-8f06-00922602a1c7} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001299 sec., 4618.937644341801 rows/sec., 261.62 KiB/sec. | ||
2222 | 2024.07.15 22:21:07.448751 [ 3 ] {fc0f2957-7b71-4089-8f06-00922602a1c7} <Debug> DynamicQueryHandler: Done processing query | ||
2223 | 2024.07.15 22:21:07.448776 [ 3 ] {fc0f2957-7b71-4089-8f06-00922602a1c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2224 | 2024.07.15 22:21:07.448792 [ 3 ] {} <Debug> HTTP-Session: 62d5aacc-9ba2-4dce-b827-5067d30fc705 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2225 | 2024.07.15 22:21:07.448999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2226 | 2024.07.15 22:21:07.449049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2227 | 2024.07.15 22:21:07.449069 [ 3 ] {} <Debug> HTTP-Session: 3515be1c-d807-4296-905e-f8c99bce3259 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2228 | 2024.07.15 22:21:07.449086 [ 3 ] {} <Debug> HTTP-Session: 3515be1c-d807-4296-905e-f8c99bce3259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2229 | 2024.07.15 22:21:07.449100 [ 3 ] {} <Debug> HTTP-Session: 3515be1c-d807-4296-905e-f8c99bce3259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2230 | 2024.07.15 22:21:07.449131 [ 3 ] {} <Trace> HTTP-Session: 3515be1c-d807-4296-905e-f8c99bce3259 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2231 | 2024.07.15 22:21:07.449323 [ 3 ] {91f0e334-0d14-484d-a98c-1132a6b00061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2232 | 2024.07.15 22:21:07.449367 [ 3 ] {91f0e334-0d14-484d-a98c-1132a6b00061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2233 | 2024.07.15 22:21:07.449494 [ 3 ] {91f0e334-0d14-484d-a98c-1132a6b00061} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2234 | 2024.07.15 22:21:07.450005 [ 3 ] {91f0e334-0d14-484d-a98c-1132a6b00061} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2235 | 2024.07.15 22:21:07.450044 [ 3 ] {91f0e334-0d14-484d-a98c-1132a6b00061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2236 | 2024.07.15 22:21:07.450390 [ 3 ] {91f0e334-0d14-484d-a98c-1132a6b00061} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2237 | 2024.07.15 22:21:07.450715 [ 3 ] {91f0e334-0d14-484d-a98c-1132a6b00061} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2238 | 2024.07.15 22:21:07.450876 [ 3 ] {91f0e334-0d14-484d-a98c-1132a6b00061} <Debug> executeQuery: Read 197 rows, 17.37 KiB in 0.001656 sec., 118961.35265700484 rows/sec., 10.24 MiB/sec. | ||
2239 | 2024.07.15 22:21:07.451176 [ 3 ] {91f0e334-0d14-484d-a98c-1132a6b00061} <Debug> DynamicQueryHandler: Done processing query | ||
2240 | 2024.07.15 22:21:07.451210 [ 3 ] {91f0e334-0d14-484d-a98c-1132a6b00061} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2241 | 2024.07.15 22:21:07.451228 [ 3 ] {} <Debug> HTTP-Session: 3515be1c-d807-4296-905e-f8c99bce3259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2242 | 2024.07.15 22:21:07.451587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2243 | 2024.07.15 22:21:07.451637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2244 | 2024.07.15 22:21:07.451658 [ 3 ] {} <Debug> HTTP-Session: 89156fdd-9c62-41c8-bfa2-61d4392b5eba Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2245 | 2024.07.15 22:21:07.451675 [ 3 ] {} <Debug> HTTP-Session: 89156fdd-9c62-41c8-bfa2-61d4392b5eba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2246 | 2024.07.15 22:21:07.451689 [ 3 ] {} <Debug> HTTP-Session: 89156fdd-9c62-41c8-bfa2-61d4392b5eba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2247 | 2024.07.15 22:21:07.451720 [ 3 ] {} <Trace> HTTP-Session: 89156fdd-9c62-41c8-bfa2-61d4392b5eba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2248 | 2024.07.15 22:21:07.451934 [ 3 ] {82f8d038-d1d2-44ed-821c-7182e06f29ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2249 | 2024.07.15 22:21:07.451978 [ 3 ] {82f8d038-d1d2-44ed-821c-7182e06f29ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2250 | 2024.07.15 22:21:07.452118 [ 3 ] {82f8d038-d1d2-44ed-821c-7182e06f29ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2251 | 2024.07.15 22:21:07.452665 [ 3 ] {82f8d038-d1d2-44ed-821c-7182e06f29ac} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2252 | 2024.07.15 22:21:07.452701 [ 3 ] {82f8d038-d1d2-44ed-821c-7182e06f29ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2253 | 2024.07.15 22:21:07.453013 [ 3 ] {82f8d038-d1d2-44ed-821c-7182e06f29ac} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2254 | 2024.07.15 22:21:07.453320 [ 3 ] {82f8d038-d1d2-44ed-821c-7182e06f29ac} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2255 | 2024.07.15 22:21:07.453461 [ 3 ] {82f8d038-d1d2-44ed-821c-7182e06f29ac} <Debug> executeQuery: Read 406 rows, 29.37 KiB in 0.001698 sec., 239104.82921083627 rows/sec., 16.89 MiB/sec. | ||
2256 | 2024.07.15 22:21:07.453604 [ 3 ] {82f8d038-d1d2-44ed-821c-7182e06f29ac} <Debug> DynamicQueryHandler: Done processing query | ||
2257 | 2024.07.15 22:21:07.453629 [ 3 ] {82f8d038-d1d2-44ed-821c-7182e06f29ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2258 | 2024.07.15 22:21:07.453644 [ 3 ] {} <Debug> HTTP-Session: 89156fdd-9c62-41c8-bfa2-61d4392b5eba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2259 | 2024.07.15 22:21:07.453816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2260 | 2024.07.15 22:21:07.453865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2261 | 2024.07.15 22:21:07.453885 [ 3 ] {} <Debug> HTTP-Session: 15485aac-3fff-4800-a3c7-f867970778b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2262 | 2024.07.15 22:21:07.453902 [ 3 ] {} <Debug> HTTP-Session: 15485aac-3fff-4800-a3c7-f867970778b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2263 | 2024.07.15 22:21:07.453916 [ 3 ] {} <Debug> HTTP-Session: 15485aac-3fff-4800-a3c7-f867970778b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2264 | 2024.07.15 22:21:07.453947 [ 3 ] {} <Trace> HTTP-Session: 15485aac-3fff-4800-a3c7-f867970778b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2265 | 2024.07.15 22:21:07.454044 [ 3 ] {c97bdd22-e962-494b-971f-b8a0ed20e2c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2266 | 2024.07.15 22:21:07.454090 [ 3 ] {c97bdd22-e962-494b-971f-b8a0ed20e2c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2267 | 2024.07.15 22:21:07.454214 [ 3 ] {c97bdd22-e962-494b-971f-b8a0ed20e2c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2268 | 2024.07.15 22:21:07.454457 [ 3 ] {c97bdd22-e962-494b-971f-b8a0ed20e2c4} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2269 | 2024.07.15 22:21:07.454494 [ 3 ] {c97bdd22-e962-494b-971f-b8a0ed20e2c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2270 | 2024.07.15 22:21:07.454864 [ 3 ] {c97bdd22-e962-494b-971f-b8a0ed20e2c4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2271 | 2024.07.15 22:21:07.455196 [ 3 ] {c97bdd22-e962-494b-971f-b8a0ed20e2c4} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2272 | 2024.07.15 22:21:07.455364 [ 3 ] {c97bdd22-e962-494b-971f-b8a0ed20e2c4} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00134 sec., 4477.611940298508 rows/sec., 192.40 KiB/sec. | ||
2273 | 2024.07.15 22:21:07.455522 [ 3 ] {c97bdd22-e962-494b-971f-b8a0ed20e2c4} <Debug> DynamicQueryHandler: Done processing query | ||
2274 | 2024.07.15 22:21:07.455547 [ 3 ] {c97bdd22-e962-494b-971f-b8a0ed20e2c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2275 | 2024.07.15 22:21:07.455563 [ 3 ] {} <Debug> HTTP-Session: 15485aac-3fff-4800-a3c7-f867970778b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2276 | 2024.07.15 22:21:07.455679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2277 | 2024.07.15 22:21:07.455725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2278 | 2024.07.15 22:21:07.455745 [ 3 ] {} <Debug> HTTP-Session: b911db51-c5d2-4f56-8079-48dbb63371c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2279 | 2024.07.15 22:21:07.455761 [ 3 ] {} <Debug> HTTP-Session: b911db51-c5d2-4f56-8079-48dbb63371c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2280 | 2024.07.15 22:21:07.455775 [ 3 ] {} <Debug> HTTP-Session: b911db51-c5d2-4f56-8079-48dbb63371c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2281 | 2024.07.15 22:21:07.455806 [ 3 ] {} <Trace> HTTP-Session: b911db51-c5d2-4f56-8079-48dbb63371c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2282 | 2024.07.15 22:21:07.455941 [ 3 ] {f763daf1-f523-4d66-bab9-4658c0533eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2283 | 2024.07.15 22:21:07.455988 [ 3 ] {f763daf1-f523-4d66-bab9-4658c0533eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2284 | 2024.07.15 22:21:07.456127 [ 3 ] {f763daf1-f523-4d66-bab9-4658c0533eca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2285 | 2024.07.15 22:21:07.456417 [ 3 ] {f763daf1-f523-4d66-bab9-4658c0533eca} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2286 | 2024.07.15 22:21:07.456454 [ 3 ] {f763daf1-f523-4d66-bab9-4658c0533eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2287 | 2024.07.15 22:21:07.456827 [ 3 ] {f763daf1-f523-4d66-bab9-4658c0533eca} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2288 | 2024.07.15 22:21:07.457166 [ 3 ] {f763daf1-f523-4d66-bab9-4658c0533eca} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2289 | 2024.07.15 22:21:07.457326 [ 3 ] {f763daf1-f523-4d66-bab9-4658c0533eca} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001446 sec., 53250.345781466116 rows/sec., 3.28 MiB/sec. | ||
2290 | 2024.07.15 22:21:07.457532 [ 3 ] {f763daf1-f523-4d66-bab9-4658c0533eca} <Debug> DynamicQueryHandler: Done processing query | ||
2291 | 2024.07.15 22:21:07.457560 [ 3 ] {f763daf1-f523-4d66-bab9-4658c0533eca} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2292 | 2024.07.15 22:21:07.457576 [ 3 ] {} <Debug> HTTP-Session: b911db51-c5d2-4f56-8079-48dbb63371c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2293 | 2024.07.15 22:21:07.457803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 60544, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2294 | 2024.07.15 22:21:07.457862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2295 | 2024.07.15 22:21:07.457885 [ 3 ] {} <Debug> HTTP-Session: 6e38ed87-f998-475d-b046-817c097e9539 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2296 | 2024.07.15 22:21:07.457905 [ 3 ] {} <Debug> HTTP-Session: 6e38ed87-f998-475d-b046-817c097e9539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2297 | 2024.07.15 22:21:07.457921 [ 3 ] {} <Debug> HTTP-Session: 6e38ed87-f998-475d-b046-817c097e9539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2298 | 2024.07.15 22:21:07.457960 [ 3 ] {} <Trace> HTTP-Session: 6e38ed87-f998-475d-b046-817c097e9539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2299 | 2024.07.15 22:21:07.458189 [ 3 ] {006dafce-9d75-4753-a89e-cfb7e7a04e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2300 | 2024.07.15 22:21:07.458245 [ 3 ] {006dafce-9d75-4753-a89e-cfb7e7a04e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2301 | 2024.07.15 22:21:07.458422 [ 3 ] {006dafce-9d75-4753-a89e-cfb7e7a04e7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2302 | 2024.07.15 22:21:07.458880 [ 3 ] {006dafce-9d75-4753-a89e-cfb7e7a04e7a} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2303 | 2024.07.15 22:21:07.458920 [ 3 ] {006dafce-9d75-4753-a89e-cfb7e7a04e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2304 | 2024.07.15 22:21:07.459309 [ 3 ] {006dafce-9d75-4753-a89e-cfb7e7a04e7a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2305 | 2024.07.15 22:21:07.459640 [ 3 ] {006dafce-9d75-4753-a89e-cfb7e7a04e7a} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2306 | 2024.07.15 22:21:07.459786 [ 3 ] {006dafce-9d75-4753-a89e-cfb7e7a04e7a} <Debug> executeQuery: Read 316 rows, 22.68 KiB in 0.00172 sec., 183720.93023255814 rows/sec., 12.88 MiB/sec. | ||
2307 | 2024.07.15 22:21:07.459936 [ 3 ] {006dafce-9d75-4753-a89e-cfb7e7a04e7a} <Debug> DynamicQueryHandler: Done processing query | ||
2308 | 2024.07.15 22:21:07.459958 [ 3 ] {006dafce-9d75-4753-a89e-cfb7e7a04e7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
2309 | 2024.07.15 22:21:07.459973 [ 3 ] {} <Debug> HTTP-Session: 6e38ed87-f998-475d-b046-817c097e9539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2310 | 2024.07.15 22:21:07.460074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2311 | 2024.07.15 22:21:07.460119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2312 | 2024.07.15 22:21:07.460138 [ 3 ] {} <Debug> HTTP-Session: aae07a65-81de-4001-9289-a95158533754 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2313 | 2024.07.15 22:21:07.460153 [ 3 ] {} <Debug> HTTP-Session: aae07a65-81de-4001-9289-a95158533754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2314 | 2024.07.15 22:21:07.460166 [ 3 ] {} <Debug> HTTP-Session: aae07a65-81de-4001-9289-a95158533754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2315 | 2024.07.15 22:21:07.460195 [ 3 ] {} <Trace> HTTP-Session: aae07a65-81de-4001-9289-a95158533754 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2316 | 2024.07.15 22:21:07.460289 [ 3 ] {e4dfb38e-2d8e-4b8b-8c96-82ea4cc402ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2317 | 2024.07.15 22:21:07.460331 [ 3 ] {e4dfb38e-2d8e-4b8b-8c96-82ea4cc402ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2318 | 2024.07.15 22:21:07.460446 [ 3 ] {e4dfb38e-2d8e-4b8b-8c96-82ea4cc402ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2319 | 2024.07.15 22:21:07.460696 [ 3 ] {e4dfb38e-2d8e-4b8b-8c96-82ea4cc402ed} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2320 | 2024.07.15 22:21:07.460813 [ 3 ] {e4dfb38e-2d8e-4b8b-8c96-82ea4cc402ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2321 | 2024.07.15 22:21:07.461166 [ 3 ] {e4dfb38e-2d8e-4b8b-8c96-82ea4cc402ed} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2322 | 2024.07.15 22:21:07.461476 [ 3 ] {e4dfb38e-2d8e-4b8b-8c96-82ea4cc402ed} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2323 | 2024.07.15 22:21:07.461639 [ 3 ] {e4dfb38e-2d8e-4b8b-8c96-82ea4cc402ed} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001335 sec., 17228.464419475655 rows/sec., 931.94 KiB/sec. | ||
2324 | 2024.07.15 22:21:07.461889 [ 3 ] {e4dfb38e-2d8e-4b8b-8c96-82ea4cc402ed} <Debug> DynamicQueryHandler: Done processing query | ||
2325 | 2024.07.15 22:21:07.461913 [ 3 ] {e4dfb38e-2d8e-4b8b-8c96-82ea4cc402ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2326 | 2024.07.15 22:21:07.461928 [ 3 ] {} <Debug> HTTP-Session: aae07a65-81de-4001-9289-a95158533754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2327 | 2024.07.15 22:21:07.462035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2328 | 2024.07.15 22:21:07.462080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2329 | 2024.07.15 22:21:07.462099 [ 3 ] {} <Debug> HTTP-Session: f318a632-dce7-4538-8e16-2c2bf6142a90 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2330 | 2024.07.15 22:21:07.462116 [ 3 ] {} <Debug> HTTP-Session: f318a632-dce7-4538-8e16-2c2bf6142a90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2331 | 2024.07.15 22:21:07.462129 [ 3 ] {} <Debug> HTTP-Session: f318a632-dce7-4538-8e16-2c2bf6142a90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2332 | 2024.07.15 22:21:07.462161 [ 3 ] {} <Trace> HTTP-Session: f318a632-dce7-4538-8e16-2c2bf6142a90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2333 | 2024.07.15 22:21:07.462289 [ 3 ] {fc6833f7-9fe1-47fc-9b09-3de172356320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2334 | 2024.07.15 22:21:07.462333 [ 3 ] {fc6833f7-9fe1-47fc-9b09-3de172356320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2335 | 2024.07.15 22:21:07.462476 [ 3 ] {fc6833f7-9fe1-47fc-9b09-3de172356320} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2336 | 2024.07.15 22:21:07.462761 [ 3 ] {fc6833f7-9fe1-47fc-9b09-3de172356320} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2337 | 2024.07.15 22:21:07.462803 [ 3 ] {fc6833f7-9fe1-47fc-9b09-3de172356320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2338 | 2024.07.15 22:21:07.463145 [ 3 ] {fc6833f7-9fe1-47fc-9b09-3de172356320} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2339 | 2024.07.15 22:21:07.463456 [ 3 ] {fc6833f7-9fe1-47fc-9b09-3de172356320} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2340 | 2024.07.15 22:21:07.463607 [ 3 ] {fc6833f7-9fe1-47fc-9b09-3de172356320} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
2341 | 2024.07.15 22:21:07.463754 [ 3 ] {fc6833f7-9fe1-47fc-9b09-3de172356320} <Debug> DynamicQueryHandler: Done processing query | ||
2342 | 2024.07.15 22:21:07.463787 [ 3 ] {fc6833f7-9fe1-47fc-9b09-3de172356320} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2343 | 2024.07.15 22:21:07.463802 [ 3 ] {} <Debug> HTTP-Session: f318a632-dce7-4538-8e16-2c2bf6142a90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2344 | 2024.07.15 22:21:12.407711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 7828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2345 | 2024.07.15 22:21:12.407832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2346 | 2024.07.15 22:21:12.407856 [ 3 ] {} <Debug> HTTP-Session: 1bb12c0c-9644-4ad2-aeaa-610cb3bef5c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2347 | 2024.07.15 22:21:12.407880 [ 3 ] {} <Debug> HTTP-Session: 1bb12c0c-9644-4ad2-aeaa-610cb3bef5c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2348 | 2024.07.15 22:21:12.407894 [ 3 ] {} <Debug> HTTP-Session: 1bb12c0c-9644-4ad2-aeaa-610cb3bef5c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2349 | 2024.07.15 22:21:12.407942 [ 3 ] {} <Trace> HTTP-Session: 1bb12c0c-9644-4ad2-aeaa-610cb3bef5c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2350 | 2024.07.15 22:21:12.408140 [ 3 ] {786b1958-63c5-4db2-adc4-68f97784ca4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2351 | 2024.07.15 22:21:12.408205 [ 3 ] {786b1958-63c5-4db2-adc4-68f97784ca4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2352 | 2024.07.15 22:21:12.408388 [ 3 ] {786b1958-63c5-4db2-adc4-68f97784ca4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2353 | 2024.07.15 22:21:12.408809 [ 3 ] {786b1958-63c5-4db2-adc4-68f97784ca4b} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2354 | 2024.07.15 22:21:12.408848 [ 3 ] {786b1958-63c5-4db2-adc4-68f97784ca4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2355 | 2024.07.15 22:21:12.409225 [ 3 ] {786b1958-63c5-4db2-adc4-68f97784ca4b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2356 | 2024.07.15 22:21:12.409554 [ 3 ] {786b1958-63c5-4db2-adc4-68f97784ca4b} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2357 | 2024.07.15 22:21:12.409714 [ 3 ] {786b1958-63c5-4db2-adc4-68f97784ca4b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00164 sec., 34146.34146341463 rows/sec., 2.62 MiB/sec. | ||
2358 | 2024.07.15 22:21:12.409979 [ 3 ] {786b1958-63c5-4db2-adc4-68f97784ca4b} <Debug> DynamicQueryHandler: Done processing query | ||
2359 | 2024.07.15 22:21:12.410004 [ 3 ] {786b1958-63c5-4db2-adc4-68f97784ca4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2360 | 2024.07.15 22:21:12.410019 [ 3 ] {} <Debug> HTTP-Session: 1bb12c0c-9644-4ad2-aeaa-610cb3bef5c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2361 | 2024.07.15 22:21:12.411076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2362 | 2024.07.15 22:21:12.411124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2363 | 2024.07.15 22:21:12.411144 [ 3 ] {} <Debug> HTTP-Session: 79c2c2de-3c47-4f81-b96b-29bcf50f2ea9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2364 | 2024.07.15 22:21:12.411161 [ 3 ] {} <Debug> HTTP-Session: 79c2c2de-3c47-4f81-b96b-29bcf50f2ea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2365 | 2024.07.15 22:21:12.411174 [ 3 ] {} <Debug> HTTP-Session: 79c2c2de-3c47-4f81-b96b-29bcf50f2ea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2366 | 2024.07.15 22:21:12.411205 [ 3 ] {} <Trace> HTTP-Session: 79c2c2de-3c47-4f81-b96b-29bcf50f2ea9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2367 | 2024.07.15 22:21:12.411323 [ 3 ] {52601757-cd1b-4ba7-a455-cc1abdd9d464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2368 | 2024.07.15 22:21:12.411365 [ 3 ] {52601757-cd1b-4ba7-a455-cc1abdd9d464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2369 | 2024.07.15 22:21:12.411509 [ 3 ] {52601757-cd1b-4ba7-a455-cc1abdd9d464} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2370 | 2024.07.15 22:21:12.411851 [ 3 ] {52601757-cd1b-4ba7-a455-cc1abdd9d464} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2371 | 2024.07.15 22:21:12.411886 [ 3 ] {52601757-cd1b-4ba7-a455-cc1abdd9d464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2372 | 2024.07.15 22:21:12.412231 [ 3 ] {52601757-cd1b-4ba7-a455-cc1abdd9d464} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2373 | 2024.07.15 22:21:12.412538 [ 3 ] {52601757-cd1b-4ba7-a455-cc1abdd9d464} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2374 | 2024.07.15 22:21:12.412687 [ 3 ] {52601757-cd1b-4ba7-a455-cc1abdd9d464} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0014 sec., 45714.28571428572 rows/sec., 3.57 MiB/sec. | ||
2375 | 2024.07.15 22:21:12.412882 [ 3 ] {52601757-cd1b-4ba7-a455-cc1abdd9d464} <Debug> DynamicQueryHandler: Done processing query | ||
2376 | 2024.07.15 22:21:12.412906 [ 3 ] {52601757-cd1b-4ba7-a455-cc1abdd9d464} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2377 | 2024.07.15 22:21:12.412921 [ 3 ] {} <Debug> HTTP-Session: 79c2c2de-3c47-4f81-b96b-29bcf50f2ea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2378 | 2024.07.15 22:21:12.413074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2379 | 2024.07.15 22:21:12.413122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2380 | 2024.07.15 22:21:12.413142 [ 3 ] {} <Debug> HTTP-Session: 8f496353-791f-4017-9550-4ef1571201b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2381 | 2024.07.15 22:21:12.413158 [ 3 ] {} <Debug> HTTP-Session: 8f496353-791f-4017-9550-4ef1571201b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2382 | 2024.07.15 22:21:12.413172 [ 3 ] {} <Debug> HTTP-Session: 8f496353-791f-4017-9550-4ef1571201b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2383 | 2024.07.15 22:21:12.413202 [ 3 ] {} <Trace> HTTP-Session: 8f496353-791f-4017-9550-4ef1571201b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2384 | 2024.07.15 22:21:12.413408 [ 3 ] {0bc313b4-33e7-4b7c-82eb-b7084dcb04ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2385 | 2024.07.15 22:21:12.413455 [ 3 ] {0bc313b4-33e7-4b7c-82eb-b7084dcb04ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2386 | 2024.07.15 22:21:12.413597 [ 3 ] {0bc313b4-33e7-4b7c-82eb-b7084dcb04ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2387 | 2024.07.15 22:21:12.414087 [ 3 ] {0bc313b4-33e7-4b7c-82eb-b7084dcb04ce} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2388 | 2024.07.15 22:21:12.414124 [ 3 ] {0bc313b4-33e7-4b7c-82eb-b7084dcb04ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2389 | 2024.07.15 22:21:12.414515 [ 3 ] {0bc313b4-33e7-4b7c-82eb-b7084dcb04ce} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2390 | 2024.07.15 22:21:12.414839 [ 3 ] {0bc313b4-33e7-4b7c-82eb-b7084dcb04ce} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2391 | 2024.07.15 22:21:12.414995 [ 3 ] {0bc313b4-33e7-4b7c-82eb-b7084dcb04ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001714 sec., 93348.89148191366 rows/sec., 6.50 MiB/sec. | ||
2392 | 2024.07.15 22:21:12.415366 [ 3 ] {0bc313b4-33e7-4b7c-82eb-b7084dcb04ce} <Debug> DynamicQueryHandler: Done processing query | ||
2393 | 2024.07.15 22:21:12.415391 [ 3 ] {0bc313b4-33e7-4b7c-82eb-b7084dcb04ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2394 | 2024.07.15 22:21:12.415407 [ 3 ] {} <Debug> HTTP-Session: 8f496353-791f-4017-9550-4ef1571201b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2395 | 2024.07.15 22:21:12.415545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2396 | 2024.07.15 22:21:12.415592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2397 | 2024.07.15 22:21:12.415612 [ 3 ] {} <Debug> HTTP-Session: c3c5c72d-2835-412a-9099-64c1665e586d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2398 | 2024.07.15 22:21:12.415628 [ 3 ] {} <Debug> HTTP-Session: c3c5c72d-2835-412a-9099-64c1665e586d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2399 | 2024.07.15 22:21:12.415642 [ 3 ] {} <Debug> HTTP-Session: c3c5c72d-2835-412a-9099-64c1665e586d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2400 | 2024.07.15 22:21:12.415672 [ 3 ] {} <Trace> HTTP-Session: c3c5c72d-2835-412a-9099-64c1665e586d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2401 | 2024.07.15 22:21:12.415789 [ 3 ] {80777946-a3be-4d6f-a7e3-0b2093fbf2a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2402 | 2024.07.15 22:21:12.415835 [ 3 ] {80777946-a3be-4d6f-a7e3-0b2093fbf2a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2403 | 2024.07.15 22:21:12.415984 [ 3 ] {80777946-a3be-4d6f-a7e3-0b2093fbf2a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2404 | 2024.07.15 22:21:12.416286 [ 3 ] {80777946-a3be-4d6f-a7e3-0b2093fbf2a8} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2405 | 2024.07.15 22:21:12.416321 [ 3 ] {80777946-a3be-4d6f-a7e3-0b2093fbf2a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2406 | 2024.07.15 22:21:12.416667 [ 3 ] {80777946-a3be-4d6f-a7e3-0b2093fbf2a8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2407 | 2024.07.15 22:21:12.416984 [ 3 ] {80777946-a3be-4d6f-a7e3-0b2093fbf2a8} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2408 | 2024.07.15 22:21:12.417161 [ 3 ] {80777946-a3be-4d6f-a7e3-0b2093fbf2a8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
2409 | 2024.07.15 22:21:12.417356 [ 3 ] {80777946-a3be-4d6f-a7e3-0b2093fbf2a8} <Debug> DynamicQueryHandler: Done processing query | ||
2410 | 2024.07.15 22:21:12.417380 [ 3 ] {80777946-a3be-4d6f-a7e3-0b2093fbf2a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2411 | 2024.07.15 22:21:12.417396 [ 3 ] {} <Debug> HTTP-Session: c3c5c72d-2835-412a-9099-64c1665e586d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2412 | 2024.07.15 22:21:17.413118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2413 | 2024.07.15 22:21:17.413249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2414 | 2024.07.15 22:21:17.413279 [ 3 ] {} <Debug> HTTP-Session: 3676ebfb-94aa-4ffc-8d3d-403decd745f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2415 | 2024.07.15 22:21:17.413307 [ 3 ] {} <Debug> HTTP-Session: 3676ebfb-94aa-4ffc-8d3d-403decd745f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2416 | 2024.07.15 22:21:17.413326 [ 3 ] {} <Debug> HTTP-Session: 3676ebfb-94aa-4ffc-8d3d-403decd745f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2417 | 2024.07.15 22:21:17.413380 [ 3 ] {} <Trace> HTTP-Session: 3676ebfb-94aa-4ffc-8d3d-403decd745f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2418 | 2024.07.15 22:21:17.413579 [ 3 ] {5213cc11-1782-4efc-9e3e-58a285bf9e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2419 | 2024.07.15 22:21:17.413653 [ 3 ] {5213cc11-1782-4efc-9e3e-58a285bf9e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2420 | 2024.07.15 22:21:17.413865 [ 3 ] {5213cc11-1782-4efc-9e3e-58a285bf9e54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2421 | 2024.07.15 22:21:17.414271 [ 3 ] {5213cc11-1782-4efc-9e3e-58a285bf9e54} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2422 | 2024.07.15 22:21:17.414321 [ 3 ] {5213cc11-1782-4efc-9e3e-58a285bf9e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2423 | 2024.07.15 22:21:17.414677 [ 3 ] {5213cc11-1782-4efc-9e3e-58a285bf9e54} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2424 | 2024.07.15 22:21:17.415015 [ 3 ] {5213cc11-1782-4efc-9e3e-58a285bf9e54} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2425 | 2024.07.15 22:21:17.415163 [ 3 ] {5213cc11-1782-4efc-9e3e-58a285bf9e54} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001637 sec., 3665.241295051924 rows/sec., 207.60 KiB/sec. | ||
2426 | 2024.07.15 22:21:17.415354 [ 3 ] {5213cc11-1782-4efc-9e3e-58a285bf9e54} <Debug> DynamicQueryHandler: Done processing query | ||
2427 | 2024.07.15 22:21:17.415381 [ 3 ] {5213cc11-1782-4efc-9e3e-58a285bf9e54} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2428 | 2024.07.15 22:21:17.415397 [ 3 ] {} <Debug> HTTP-Session: 3676ebfb-94aa-4ffc-8d3d-403decd745f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2429 | 2024.07.15 22:21:17.415542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2430 | 2024.07.15 22:21:17.415589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2431 | 2024.07.15 22:21:17.415608 [ 3 ] {} <Debug> HTTP-Session: 3681dcb4-7fe4-489e-8663-e5b1981e68da Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2432 | 2024.07.15 22:21:17.415625 [ 3 ] {} <Debug> HTTP-Session: 3681dcb4-7fe4-489e-8663-e5b1981e68da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2433 | 2024.07.15 22:21:17.415639 [ 3 ] {} <Debug> HTTP-Session: 3681dcb4-7fe4-489e-8663-e5b1981e68da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2434 | 2024.07.15 22:21:17.415669 [ 3 ] {} <Trace> HTTP-Session: 3681dcb4-7fe4-489e-8663-e5b1981e68da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2435 | 2024.07.15 22:21:17.415826 [ 3 ] {5f50b7be-bfdc-410e-b066-51ecab6dd188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2436 | 2024.07.15 22:21:17.415871 [ 3 ] {5f50b7be-bfdc-410e-b066-51ecab6dd188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2437 | 2024.07.15 22:21:17.415993 [ 3 ] {5f50b7be-bfdc-410e-b066-51ecab6dd188} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2438 | 2024.07.15 22:21:17.416338 [ 3 ] {5f50b7be-bfdc-410e-b066-51ecab6dd188} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2439 | 2024.07.15 22:21:17.416374 [ 3 ] {5f50b7be-bfdc-410e-b066-51ecab6dd188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2440 | 2024.07.15 22:21:17.416748 [ 3 ] {5f50b7be-bfdc-410e-b066-51ecab6dd188} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2441 | 2024.07.15 22:21:17.417106 [ 3 ] {5f50b7be-bfdc-410e-b066-51ecab6dd188} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2442 | 2024.07.15 22:21:17.417282 [ 3 ] {5f50b7be-bfdc-410e-b066-51ecab6dd188} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.00153 sec., 105228.75816993465 rows/sec., 9.29 MiB/sec. | ||
2443 | 2024.07.15 22:21:17.417472 [ 3 ] {5f50b7be-bfdc-410e-b066-51ecab6dd188} <Debug> DynamicQueryHandler: Done processing query | ||
2444 | 2024.07.15 22:21:17.417496 [ 3 ] {5f50b7be-bfdc-410e-b066-51ecab6dd188} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2445 | 2024.07.15 22:21:17.417512 [ 3 ] {} <Debug> HTTP-Session: 3681dcb4-7fe4-489e-8663-e5b1981e68da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2446 | 2024.07.15 22:21:17.417767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2447 | 2024.07.15 22:21:17.417814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2448 | 2024.07.15 22:21:17.417833 [ 3 ] {} <Debug> HTTP-Session: c004ce56-69fe-4791-b4db-d84a9c0f6bfa Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2449 | 2024.07.15 22:21:17.417849 [ 3 ] {} <Debug> HTTP-Session: c004ce56-69fe-4791-b4db-d84a9c0f6bfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2450 | 2024.07.15 22:21:17.417864 [ 3 ] {} <Debug> HTTP-Session: c004ce56-69fe-4791-b4db-d84a9c0f6bfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2451 | 2024.07.15 22:21:17.417920 [ 3 ] {} <Trace> HTTP-Session: c004ce56-69fe-4791-b4db-d84a9c0f6bfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2452 | 2024.07.15 22:21:17.418110 [ 3 ] {32242741-898f-468a-8f9a-ec4db25be1b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2453 | 2024.07.15 22:21:17.418152 [ 3 ] {32242741-898f-468a-8f9a-ec4db25be1b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2454 | 2024.07.15 22:21:17.418288 [ 3 ] {32242741-898f-468a-8f9a-ec4db25be1b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2455 | 2024.07.15 22:21:17.418766 [ 3 ] {32242741-898f-468a-8f9a-ec4db25be1b4} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2456 | 2024.07.15 22:21:17.418802 [ 3 ] {32242741-898f-468a-8f9a-ec4db25be1b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2457 | 2024.07.15 22:21:17.419140 [ 3 ] {32242741-898f-468a-8f9a-ec4db25be1b4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2458 | 2024.07.15 22:21:17.419552 [ 3 ] {32242741-898f-468a-8f9a-ec4db25be1b4} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2459 | 2024.07.15 22:21:17.419741 [ 3 ] {32242741-898f-468a-8f9a-ec4db25be1b4} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001731 sec., 220681.68688619297 rows/sec., 15.50 MiB/sec. | ||
2460 | 2024.07.15 22:21:17.419979 [ 3 ] {32242741-898f-468a-8f9a-ec4db25be1b4} <Debug> DynamicQueryHandler: Done processing query | ||
2461 | 2024.07.15 22:21:17.420004 [ 3 ] {32242741-898f-468a-8f9a-ec4db25be1b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
2462 | 2024.07.15 22:21:17.420019 [ 3 ] {} <Debug> HTTP-Session: c004ce56-69fe-4791-b4db-d84a9c0f6bfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2463 | 2024.07.15 22:21:17.420132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2464 | 2024.07.15 22:21:17.420186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2465 | 2024.07.15 22:21:17.420206 [ 3 ] {} <Debug> HTTP-Session: 7c6943a5-1a4c-429b-b855-b55b6da1d638 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2466 | 2024.07.15 22:21:17.420222 [ 3 ] {} <Debug> HTTP-Session: 7c6943a5-1a4c-429b-b855-b55b6da1d638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2467 | 2024.07.15 22:21:17.420236 [ 3 ] {} <Debug> HTTP-Session: 7c6943a5-1a4c-429b-b855-b55b6da1d638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2468 | 2024.07.15 22:21:17.420266 [ 3 ] {} <Trace> HTTP-Session: 7c6943a5-1a4c-429b-b855-b55b6da1d638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2469 | 2024.07.15 22:21:17.420361 [ 3 ] {1008468c-cd47-4129-bd40-2377772585d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2470 | 2024.07.15 22:21:17.420405 [ 3 ] {1008468c-cd47-4129-bd40-2377772585d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2471 | 2024.07.15 22:21:17.420531 [ 3 ] {1008468c-cd47-4129-bd40-2377772585d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2472 | 2024.07.15 22:21:17.420786 [ 3 ] {1008468c-cd47-4129-bd40-2377772585d4} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2473 | 2024.07.15 22:21:17.420826 [ 3 ] {1008468c-cd47-4129-bd40-2377772585d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2474 | 2024.07.15 22:21:17.421189 [ 3 ] {1008468c-cd47-4129-bd40-2377772585d4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2475 | 2024.07.15 22:21:17.421504 [ 3 ] {1008468c-cd47-4129-bd40-2377772585d4} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2476 | 2024.07.15 22:21:17.421647 [ 3 ] {1008468c-cd47-4129-bd40-2377772585d4} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001305 sec., 4597.701149425287 rows/sec., 197.56 KiB/sec. | ||
2477 | 2024.07.15 22:21:17.421838 [ 3 ] {1008468c-cd47-4129-bd40-2377772585d4} <Debug> DynamicQueryHandler: Done processing query | ||
2478 | 2024.07.15 22:21:17.421862 [ 3 ] {1008468c-cd47-4129-bd40-2377772585d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2479 | 2024.07.15 22:21:17.421878 [ 3 ] {} <Debug> HTTP-Session: 7c6943a5-1a4c-429b-b855-b55b6da1d638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2480 | 2024.07.15 22:21:17.421989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2481 | 2024.07.15 22:21:17.422037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2482 | 2024.07.15 22:21:17.422058 [ 3 ] {} <Debug> HTTP-Session: 64a08b05-2f16-42e1-ad1c-d738c85ff28e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2483 | 2024.07.15 22:21:17.422074 [ 3 ] {} <Debug> HTTP-Session: 64a08b05-2f16-42e1-ad1c-d738c85ff28e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2484 | 2024.07.15 22:21:17.422088 [ 3 ] {} <Debug> HTTP-Session: 64a08b05-2f16-42e1-ad1c-d738c85ff28e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2485 | 2024.07.15 22:21:17.422119 [ 3 ] {} <Trace> HTTP-Session: 64a08b05-2f16-42e1-ad1c-d738c85ff28e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2486 | 2024.07.15 22:21:17.422235 [ 3 ] {f7dd5a29-6032-4f6c-9cf2-051f04ecaf55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2487 | 2024.07.15 22:21:17.422284 [ 3 ] {f7dd5a29-6032-4f6c-9cf2-051f04ecaf55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2488 | 2024.07.15 22:21:17.422426 [ 3 ] {f7dd5a29-6032-4f6c-9cf2-051f04ecaf55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2489 | 2024.07.15 22:21:17.422722 [ 3 ] {f7dd5a29-6032-4f6c-9cf2-051f04ecaf55} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2490 | 2024.07.15 22:21:17.422758 [ 3 ] {f7dd5a29-6032-4f6c-9cf2-051f04ecaf55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2491 | 2024.07.15 22:21:17.423127 [ 3 ] {f7dd5a29-6032-4f6c-9cf2-051f04ecaf55} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2492 | 2024.07.15 22:21:17.423453 [ 3 ] {f7dd5a29-6032-4f6c-9cf2-051f04ecaf55} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2493 | 2024.07.15 22:21:17.423610 [ 3 ] {f7dd5a29-6032-4f6c-9cf2-051f04ecaf55} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001417 sec., 54340.15525758645 rows/sec., 3.35 MiB/sec. | ||
2494 | 2024.07.15 22:21:17.423763 [ 3 ] {f7dd5a29-6032-4f6c-9cf2-051f04ecaf55} <Debug> DynamicQueryHandler: Done processing query | ||
2495 | 2024.07.15 22:21:17.423787 [ 3 ] {f7dd5a29-6032-4f6c-9cf2-051f04ecaf55} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2496 | 2024.07.15 22:21:17.423805 [ 3 ] {} <Debug> HTTP-Session: 64a08b05-2f16-42e1-ad1c-d738c85ff28e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2497 | 2024.07.15 22:21:17.423944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2498 | 2024.07.15 22:21:17.423990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2499 | 2024.07.15 22:21:17.424010 [ 3 ] {} <Debug> HTTP-Session: 8c00ad40-297e-44ee-ad56-62a61ff0edf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2500 | 2024.07.15 22:21:17.424026 [ 3 ] {} <Debug> HTTP-Session: 8c00ad40-297e-44ee-ad56-62a61ff0edf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2501 | 2024.07.15 22:21:17.424040 [ 3 ] {} <Debug> HTTP-Session: 8c00ad40-297e-44ee-ad56-62a61ff0edf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2502 | 2024.07.15 22:21:17.424071 [ 3 ] {} <Trace> HTTP-Session: 8c00ad40-297e-44ee-ad56-62a61ff0edf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2503 | 2024.07.15 22:21:17.424205 [ 3 ] {f388e190-a574-403a-be64-32f5c5c58381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2504 | 2024.07.15 22:21:17.424251 [ 3 ] {f388e190-a574-403a-be64-32f5c5c58381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2505 | 2024.07.15 22:21:17.424398 [ 3 ] {f388e190-a574-403a-be64-32f5c5c58381} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2506 | 2024.07.15 22:21:17.424736 [ 3 ] {f388e190-a574-403a-be64-32f5c5c58381} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2507 | 2024.07.15 22:21:17.424772 [ 3 ] {f388e190-a574-403a-be64-32f5c5c58381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2508 | 2024.07.15 22:21:17.425138 [ 3 ] {f388e190-a574-403a-be64-32f5c5c58381} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2509 | 2024.07.15 22:21:17.425469 [ 3 ] {f388e190-a574-403a-be64-32f5c5c58381} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2510 | 2024.07.15 22:21:17.425629 [ 3 ] {f388e190-a574-403a-be64-32f5c5c58381} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001468 sec., 108991.82561307903 rows/sec., 7.59 MiB/sec. | ||
2511 | 2024.07.15 22:21:17.425830 [ 3 ] {f388e190-a574-403a-be64-32f5c5c58381} <Debug> DynamicQueryHandler: Done processing query | ||
2512 | 2024.07.15 22:21:17.425854 [ 3 ] {f388e190-a574-403a-be64-32f5c5c58381} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2513 | 2024.07.15 22:21:17.425870 [ 3 ] {} <Debug> HTTP-Session: 8c00ad40-297e-44ee-ad56-62a61ff0edf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2514 | 2024.07.15 22:21:17.425981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2515 | 2024.07.15 22:21:17.426027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2516 | 2024.07.15 22:21:17.426045 [ 3 ] {} <Debug> HTTP-Session: 9db7b35d-6fda-4bff-a149-41341500dec3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2517 | 2024.07.15 22:21:17.426062 [ 3 ] {} <Debug> HTTP-Session: 9db7b35d-6fda-4bff-a149-41341500dec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2518 | 2024.07.15 22:21:17.426075 [ 3 ] {} <Debug> HTTP-Session: 9db7b35d-6fda-4bff-a149-41341500dec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2519 | 2024.07.15 22:21:17.426105 [ 3 ] {} <Trace> HTTP-Session: 9db7b35d-6fda-4bff-a149-41341500dec3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2520 | 2024.07.15 22:21:17.426211 [ 3 ] {0a736c18-5321-469e-9b4c-3c100266b0b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2521 | 2024.07.15 22:21:17.426256 [ 3 ] {0a736c18-5321-469e-9b4c-3c100266b0b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2522 | 2024.07.15 22:21:17.426382 [ 3 ] {0a736c18-5321-469e-9b4c-3c100266b0b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2523 | 2024.07.15 22:21:17.426712 [ 3 ] {0a736c18-5321-469e-9b4c-3c100266b0b1} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2524 | 2024.07.15 22:21:17.426747 [ 3 ] {0a736c18-5321-469e-9b4c-3c100266b0b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2525 | 2024.07.15 22:21:17.427090 [ 3 ] {0a736c18-5321-469e-9b4c-3c100266b0b1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2526 | 2024.07.15 22:21:17.427404 [ 3 ] {0a736c18-5321-469e-9b4c-3c100266b0b1} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2527 | 2024.07.15 22:21:17.427550 [ 3 ] {0a736c18-5321-469e-9b4c-3c100266b0b1} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001365 sec., 16849.816849816852 rows/sec., 911.46 KiB/sec. | ||
2528 | 2024.07.15 22:21:17.427706 [ 3 ] {0a736c18-5321-469e-9b4c-3c100266b0b1} <Debug> DynamicQueryHandler: Done processing query | ||
2529 | 2024.07.15 22:21:17.427729 [ 3 ] {0a736c18-5321-469e-9b4c-3c100266b0b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2530 | 2024.07.15 22:21:17.427745 [ 3 ] {} <Debug> HTTP-Session: 9db7b35d-6fda-4bff-a149-41341500dec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2531 | 2024.07.15 22:21:17.427861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2532 | 2024.07.15 22:21:17.427910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2533 | 2024.07.15 22:21:17.427929 [ 3 ] {} <Debug> HTTP-Session: 9b224076-0c9d-4e87-bc0b-5d829323dad6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2534 | 2024.07.15 22:21:17.427946 [ 3 ] {} <Debug> HTTP-Session: 9b224076-0c9d-4e87-bc0b-5d829323dad6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2535 | 2024.07.15 22:21:17.427960 [ 3 ] {} <Debug> HTTP-Session: 9b224076-0c9d-4e87-bc0b-5d829323dad6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2536 | 2024.07.15 22:21:17.427989 [ 3 ] {} <Trace> HTTP-Session: 9b224076-0c9d-4e87-bc0b-5d829323dad6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2537 | 2024.07.15 22:21:17.428099 [ 3 ] {48ad0656-bf24-4b07-b0b2-60ab4d0e57ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2538 | 2024.07.15 22:21:17.428143 [ 3 ] {48ad0656-bf24-4b07-b0b2-60ab4d0e57ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2539 | 2024.07.15 22:21:17.428266 [ 3 ] {48ad0656-bf24-4b07-b0b2-60ab4d0e57ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2540 | 2024.07.15 22:21:17.428562 [ 3 ] {48ad0656-bf24-4b07-b0b2-60ab4d0e57ee} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2541 | 2024.07.15 22:21:17.428599 [ 3 ] {48ad0656-bf24-4b07-b0b2-60ab4d0e57ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2542 | 2024.07.15 22:21:17.428941 [ 3 ] {48ad0656-bf24-4b07-b0b2-60ab4d0e57ee} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2543 | 2024.07.15 22:21:17.429256 [ 3 ] {48ad0656-bf24-4b07-b0b2-60ab4d0e57ee} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2544 | 2024.07.15 22:21:17.429409 [ 3 ] {48ad0656-bf24-4b07-b0b2-60ab4d0e57ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
2545 | 2024.07.15 22:21:17.429558 [ 3 ] {48ad0656-bf24-4b07-b0b2-60ab4d0e57ee} <Debug> DynamicQueryHandler: Done processing query | ||
2546 | 2024.07.15 22:21:17.429582 [ 3 ] {48ad0656-bf24-4b07-b0b2-60ab4d0e57ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2547 | 2024.07.15 22:21:17.429597 [ 3 ] {} <Debug> HTTP-Session: 9b224076-0c9d-4e87-bc0b-5d829323dad6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2548 | 2024.07.15 22:21:20.642728 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2549 | 2024.07.15 22:21:20.642828 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2550 | 2024.07.15 22:21:22.405117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2551 | 2024.07.15 22:21:22.405228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2552 | 2024.07.15 22:21:22.405257 [ 3 ] {} <Debug> HTTP-Session: 3dc57e17-fffe-47d1-a19b-2305d515810e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2553 | 2024.07.15 22:21:22.405284 [ 3 ] {} <Debug> HTTP-Session: 3dc57e17-fffe-47d1-a19b-2305d515810e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2554 | 2024.07.15 22:21:22.405301 [ 3 ] {} <Debug> HTTP-Session: 3dc57e17-fffe-47d1-a19b-2305d515810e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2555 | 2024.07.15 22:21:22.405352 [ 3 ] {} <Trace> HTTP-Session: 3dc57e17-fffe-47d1-a19b-2305d515810e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2556 | 2024.07.15 22:21:22.405647 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2557 | 2024.07.15 22:21:22.406142 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2558 | 2024.07.15 22:21:22.406196 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2559 | 2024.07.15 22:21:22.406560 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2560 | 2024.07.15 22:21:22.406642 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2561 | 2024.07.15 22:21:22.406814 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2562 | 2024.07.15 22:21:22.406904 [ 258 ] {485c66ab-489b-49a5-a305-357c36378d67} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2563 | 2024.07.15 22:21:22.407013 [ 259 ] {485c66ab-489b-49a5-a305-357c36378d67} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2564 | 2024.07.15 22:21:22.407046 [ 260 ] {485c66ab-489b-49a5-a305-357c36378d67} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2565 | 2024.07.15 22:21:22.407038 [ 255 ] {485c66ab-489b-49a5-a305-357c36378d67} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2566 | 2024.07.15 22:21:22.407229 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
2567 | 2024.07.15 22:21:22.407261 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2568 | 2024.07.15 22:21:22.407396 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2569 | 2024.07.15 22:21:22.407420 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2570 | 2024.07.15 22:21:22.407463 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2571 | 2024.07.15 22:21:22.407505 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2572 | 2024.07.15 22:21:22.407543 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2573 | 2024.07.15 22:21:22.407581 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2574 | 2024.07.15 22:21:22.409880 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.004398 sec., 8185.538881309686 rows/sec., 302.43 KiB/sec. | ||
2575 | 2024.07.15 22:21:22.410295 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Debug> DynamicQueryHandler: Done processing query | ||
2576 | 2024.07.15 22:21:22.410323 [ 3 ] {485c66ab-489b-49a5-a305-357c36378d67} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2577 | 2024.07.15 22:21:22.410341 [ 3 ] {} <Debug> HTTP-Session: 3dc57e17-fffe-47d1-a19b-2305d515810e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2578 | 2024.07.15 22:21:22.412257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1314, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2579 | 2024.07.15 22:21:22.412313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2580 | 2024.07.15 22:21:22.412334 [ 3 ] {} <Debug> HTTP-Session: 53300a31-b0d2-4292-b519-fe542b26a0f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2581 | 2024.07.15 22:21:22.412353 [ 3 ] {} <Debug> HTTP-Session: 53300a31-b0d2-4292-b519-fe542b26a0f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2582 | 2024.07.15 22:21:22.412367 [ 3 ] {} <Debug> HTTP-Session: 53300a31-b0d2-4292-b519-fe542b26a0f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2583 | 2024.07.15 22:21:22.412404 [ 3 ] {} <Trace> HTTP-Session: 53300a31-b0d2-4292-b519-fe542b26a0f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2584 | 2024.07.15 22:21:22.412576 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2585 | 2024.07.15 22:21:22.412881 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2586 | 2024.07.15 22:21:22.412929 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2587 | 2024.07.15 22:21:22.413241 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2588 | 2024.07.15 22:21:22.413307 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2589 | 2024.07.15 22:21:22.413451 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2590 | 2024.07.15 22:21:22.413525 [ 263 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2591 | 2024.07.15 22:21:22.413674 [ 258 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2592 | 2024.07.15 22:21:22.413689 [ 262 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2593 | 2024.07.15 22:21:22.413702 [ 261 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2594 | 2024.07.15 22:21:22.413876 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
2595 | 2024.07.15 22:21:22.413908 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2596 | 2024.07.15 22:21:22.414027 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2597 | 2024.07.15 22:21:22.414051 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2598 | 2024.07.15 22:21:22.414091 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2599 | 2024.07.15 22:21:22.414132 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2600 | 2024.07.15 22:21:22.414173 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2601 | 2024.07.15 22:21:22.414209 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2602 | 2024.07.15 22:21:22.416541 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.004049 sec., 8891.084218325514 rows/sec., 328.50 KiB/sec. | ||
2603 | 2024.07.15 22:21:22.416935 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Debug> DynamicQueryHandler: Done processing query | ||
2604 | 2024.07.15 22:21:22.416964 [ 3 ] {b50c06dd-0d22-4967-a9c7-5625914cc534} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2605 | 2024.07.15 22:21:22.416985 [ 3 ] {} <Debug> HTTP-Session: 53300a31-b0d2-4292-b519-fe542b26a0f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2606 | 2024.07.15 22:21:22.417213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2607 | 2024.07.15 22:21:22.417272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2608 | 2024.07.15 22:21:22.417301 [ 3 ] {} <Debug> HTTP-Session: dcfb9529-1596-422b-835a-65f1b53d0c07 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2609 | 2024.07.15 22:21:22.417322 [ 3 ] {} <Debug> HTTP-Session: dcfb9529-1596-422b-835a-65f1b53d0c07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2610 | 2024.07.15 22:21:22.417338 [ 3 ] {} <Debug> HTTP-Session: dcfb9529-1596-422b-835a-65f1b53d0c07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2611 | 2024.07.15 22:21:22.417379 [ 3 ] {} <Trace> HTTP-Session: dcfb9529-1596-422b-835a-65f1b53d0c07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2612 | 2024.07.15 22:21:22.417579 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2613 | 2024.07.15 22:21:22.417871 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2614 | 2024.07.15 22:21:22.417918 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2615 | 2024.07.15 22:21:22.418230 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2616 | 2024.07.15 22:21:22.418294 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2617 | 2024.07.15 22:21:22.418432 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2618 | 2024.07.15 22:21:22.418622 [ 260 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2619 | 2024.07.15 22:21:22.418640 [ 257 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2620 | 2024.07.15 22:21:22.418658 [ 259 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2621 | 2024.07.15 22:21:22.418702 [ 255 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2622 | 2024.07.15 22:21:22.418889 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
2623 | 2024.07.15 22:21:22.418922 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2624 | 2024.07.15 22:21:22.419046 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2625 | 2024.07.15 22:21:22.419067 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2626 | 2024.07.15 22:21:22.419108 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2627 | 2024.07.15 22:21:22.419150 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2628 | 2024.07.15 22:21:22.419190 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2629 | 2024.07.15 22:21:22.419228 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2630 | 2024.07.15 22:21:22.421308 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.003827 sec., 9406.846093545859 rows/sec., 347.55 KiB/sec. | ||
2631 | 2024.07.15 22:21:22.421666 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Debug> DynamicQueryHandler: Done processing query | ||
2632 | 2024.07.15 22:21:22.421691 [ 3 ] {970ed679-4517-4546-b7ff-8cab76f10e2d} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2633 | 2024.07.15 22:21:22.421709 [ 3 ] {} <Debug> HTTP-Session: dcfb9529-1596-422b-835a-65f1b53d0c07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2634 | 2024.07.15 22:21:22.421907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2635 | 2024.07.15 22:21:22.421955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2636 | 2024.07.15 22:21:22.421975 [ 3 ] {} <Debug> HTTP-Session: 4082761a-fdf6-4ef8-9af1-eeb758bd1882 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2637 | 2024.07.15 22:21:22.421992 [ 3 ] {} <Debug> HTTP-Session: 4082761a-fdf6-4ef8-9af1-eeb758bd1882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2638 | 2024.07.15 22:21:22.422005 [ 3 ] {} <Debug> HTTP-Session: 4082761a-fdf6-4ef8-9af1-eeb758bd1882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2639 | 2024.07.15 22:21:22.422037 [ 3 ] {} <Trace> HTTP-Session: 4082761a-fdf6-4ef8-9af1-eeb758bd1882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2640 | 2024.07.15 22:21:22.422193 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2641 | 2024.07.15 22:21:22.422764 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2642 | 2024.07.15 22:21:22.422812 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2643 | 2024.07.15 22:21:22.423125 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2644 | 2024.07.15 22:21:22.423190 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2645 | 2024.07.15 22:21:22.423324 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2646 | 2024.07.15 22:21:22.423425 [ 263 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2647 | 2024.07.15 22:21:22.423479 [ 259 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2648 | 2024.07.15 22:21:22.423522 [ 260 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2649 | 2024.07.15 22:21:22.423537 [ 261 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2650 | 2024.07.15 22:21:22.423665 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
2651 | 2024.07.15 22:21:22.423696 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2652 | 2024.07.15 22:21:22.423818 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2653 | 2024.07.15 22:21:22.423839 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2654 | 2024.07.15 22:21:22.423879 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2655 | 2024.07.15 22:21:22.423923 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2656 | 2024.07.15 22:21:22.423960 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2657 | 2024.07.15 22:21:22.423997 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2658 | 2024.07.15 22:21:22.426171 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.004056 sec., 8875.739644970416 rows/sec., 327.93 KiB/sec. | ||
2659 | 2024.07.15 22:21:22.426534 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Debug> DynamicQueryHandler: Done processing query | ||
2660 | 2024.07.15 22:21:22.426560 [ 3 ] {58d7cd90-04f1-4efd-9fa0-4326c6bfe152} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2661 | 2024.07.15 22:21:22.426578 [ 3 ] {} <Debug> HTTP-Session: 4082761a-fdf6-4ef8-9af1-eeb758bd1882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2662 | 2024.07.15 22:21:22.430446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2663 | 2024.07.15 22:21:22.430508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2664 | 2024.07.15 22:21:22.430532 [ 3 ] {} <Debug> HTTP-Session: 46f6f3dd-01b9-404d-b29c-fa1d07bc3abf Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2665 | 2024.07.15 22:21:22.430553 [ 3 ] {} <Debug> HTTP-Session: 46f6f3dd-01b9-404d-b29c-fa1d07bc3abf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2666 | 2024.07.15 22:21:22.430569 [ 3 ] {} <Debug> HTTP-Session: 46f6f3dd-01b9-404d-b29c-fa1d07bc3abf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2667 | 2024.07.15 22:21:22.430607 [ 3 ] {} <Trace> HTTP-Session: 46f6f3dd-01b9-404d-b29c-fa1d07bc3abf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2668 | 2024.07.15 22:21:22.430721 [ 3 ] {27aebfdf-4ce0-477e-878a-f89eb7f3831a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2669 | 2024.07.15 22:21:22.430765 [ 3 ] {27aebfdf-4ce0-477e-878a-f89eb7f3831a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2670 | 2024.07.15 22:21:22.430934 [ 3 ] {27aebfdf-4ce0-477e-878a-f89eb7f3831a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2671 | 2024.07.15 22:21:22.431268 [ 3 ] {27aebfdf-4ce0-477e-878a-f89eb7f3831a} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2672 | 2024.07.15 22:21:22.431303 [ 3 ] {27aebfdf-4ce0-477e-878a-f89eb7f3831a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2673 | 2024.07.15 22:21:22.431748 [ 3 ] {27aebfdf-4ce0-477e-878a-f89eb7f3831a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2674 | 2024.07.15 22:21:22.432037 [ 3 ] {27aebfdf-4ce0-477e-878a-f89eb7f3831a} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2675 | 2024.07.15 22:21:22.432169 [ 3 ] {27aebfdf-4ce0-477e-878a-f89eb7f3831a} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001548 sec., 2583.9793281653747 rows/sec., 279.47 KiB/sec. | ||
2676 | 2024.07.15 22:21:22.432398 [ 3 ] {27aebfdf-4ce0-477e-878a-f89eb7f3831a} <Debug> DynamicQueryHandler: Done processing query | ||
2677 | 2024.07.15 22:21:22.432422 [ 3 ] {27aebfdf-4ce0-477e-878a-f89eb7f3831a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2678 | 2024.07.15 22:21:22.432438 [ 3 ] {} <Debug> HTTP-Session: 46f6f3dd-01b9-404d-b29c-fa1d07bc3abf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2679 | 2024.07.15 22:21:22.432545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2680 | 2024.07.15 22:21:22.432595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2681 | 2024.07.15 22:21:22.432614 [ 3 ] {} <Debug> HTTP-Session: 0e2d9085-da0c-4adc-84b7-50319104e9c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2682 | 2024.07.15 22:21:22.432630 [ 3 ] {} <Debug> HTTP-Session: 0e2d9085-da0c-4adc-84b7-50319104e9c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2683 | 2024.07.15 22:21:22.432644 [ 3 ] {} <Debug> HTTP-Session: 0e2d9085-da0c-4adc-84b7-50319104e9c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2684 | 2024.07.15 22:21:22.432674 [ 3 ] {} <Trace> HTTP-Session: 0e2d9085-da0c-4adc-84b7-50319104e9c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2685 | 2024.07.15 22:21:22.432778 [ 3 ] {ac74b5cd-2132-473a-a954-cf9b1abd1617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2686 | 2024.07.15 22:21:22.432821 [ 3 ] {ac74b5cd-2132-473a-a954-cf9b1abd1617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2687 | 2024.07.15 22:21:22.432945 [ 3 ] {ac74b5cd-2132-473a-a954-cf9b1abd1617} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2688 | 2024.07.15 22:21:22.433298 [ 3 ] {ac74b5cd-2132-473a-a954-cf9b1abd1617} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2689 | 2024.07.15 22:21:22.433334 [ 3 ] {ac74b5cd-2132-473a-a954-cf9b1abd1617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2690 | 2024.07.15 22:21:22.433651 [ 3 ] {ac74b5cd-2132-473a-a954-cf9b1abd1617} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2691 | 2024.07.15 22:21:22.433961 [ 3 ] {ac74b5cd-2132-473a-a954-cf9b1abd1617} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2692 | 2024.07.15 22:21:22.434081 [ 3 ] {ac74b5cd-2132-473a-a954-cf9b1abd1617} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001334 sec., 18740.629685157423 rows/sec., 1.48 MiB/sec. | ||
2693 | 2024.07.15 22:21:22.434342 [ 3 ] {ac74b5cd-2132-473a-a954-cf9b1abd1617} <Debug> DynamicQueryHandler: Done processing query | ||
2694 | 2024.07.15 22:21:22.434366 [ 3 ] {ac74b5cd-2132-473a-a954-cf9b1abd1617} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2695 | 2024.07.15 22:21:22.434382 [ 3 ] {} <Debug> HTTP-Session: 0e2d9085-da0c-4adc-84b7-50319104e9c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2696 | 2024.07.15 22:21:22.434524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 19146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2697 | 2024.07.15 22:21:22.434571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2698 | 2024.07.15 22:21:22.434591 [ 3 ] {} <Debug> HTTP-Session: 32db0997-9752-4969-af53-adf4490440c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2699 | 2024.07.15 22:21:22.434606 [ 3 ] {} <Debug> HTTP-Session: 32db0997-9752-4969-af53-adf4490440c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2700 | 2024.07.15 22:21:22.434620 [ 3 ] {} <Debug> HTTP-Session: 32db0997-9752-4969-af53-adf4490440c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2701 | 2024.07.15 22:21:22.434651 [ 3 ] {} <Trace> HTTP-Session: 32db0997-9752-4969-af53-adf4490440c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2702 | 2024.07.15 22:21:22.434782 [ 3 ] {93147b39-60a5-42a9-9250-86d551f2be2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2703 | 2024.07.15 22:21:22.434826 [ 3 ] {93147b39-60a5-42a9-9250-86d551f2be2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2704 | 2024.07.15 22:21:22.434966 [ 3 ] {93147b39-60a5-42a9-9250-86d551f2be2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2705 | 2024.07.15 22:21:22.435349 [ 3 ] {93147b39-60a5-42a9-9250-86d551f2be2d} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2706 | 2024.07.15 22:21:22.435385 [ 3 ] {93147b39-60a5-42a9-9250-86d551f2be2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2707 | 2024.07.15 22:21:22.435713 [ 3 ] {93147b39-60a5-42a9-9250-86d551f2be2d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2708 | 2024.07.15 22:21:22.436027 [ 3 ] {93147b39-60a5-42a9-9250-86d551f2be2d} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2709 | 2024.07.15 22:21:22.436145 [ 58 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2710 | 2024.07.15 22:21:22.436151 [ 3 ] {93147b39-60a5-42a9-9250-86d551f2be2d} <Debug> executeQuery: Read 131 rows, 11.18 KiB in 0.001425 sec., 91929.82456140351 rows/sec., 7.66 MiB/sec. | ||
2711 | 2024.07.15 22:21:22.436183 [ 58 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2712 | 2024.07.15 22:21:22.436216 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2713 | 2024.07.15 22:21:22.436404 [ 3 ] {93147b39-60a5-42a9-9250-86d551f2be2d} <Debug> DynamicQueryHandler: Done processing query | ||
2714 | 2024.07.15 22:21:22.436472 [ 3 ] {93147b39-60a5-42a9-9250-86d551f2be2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2715 | 2024.07.15 22:21:22.436549 [ 3 ] {} <Debug> HTTP-Session: 32db0997-9752-4969-af53-adf4490440c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2716 | 2024.07.15 22:21:22.436636 [ 187 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
2717 | 2024.07.15 22:21:22.436763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 17147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2718 | 2024.07.15 22:21:22.436884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2719 | 2024.07.15 22:21:22.436900 [ 187 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2720 | 2024.07.15 22:21:22.436925 [ 3 ] {} <Debug> HTTP-Session: d1677ab3-92f0-44fb-93c7-75488c6cad86 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2721 | 2024.07.15 22:21:22.436967 [ 187 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 161 rows starting from the beginning of the part | ||
2722 | 2024.07.15 22:21:22.436975 [ 3 ] {} <Debug> HTTP-Session: d1677ab3-92f0-44fb-93c7-75488c6cad86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2723 | 2024.07.15 22:21:22.437021 [ 3 ] {} <Debug> HTTP-Session: d1677ab3-92f0-44fb-93c7-75488c6cad86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2724 | 2024.07.15 22:21:22.437140 [ 3 ] {} <Trace> HTTP-Session: d1677ab3-92f0-44fb-93c7-75488c6cad86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2725 | 2024.07.15 22:21:22.437181 [ 187 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
2726 | 2024.07.15 22:21:22.437506 [ 187 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 197 rows starting from the beginning of the part | ||
2727 | 2024.07.15 22:21:22.437525 [ 3 ] {8c4385d5-413b-421b-91ed-f43ccb990a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2728 | 2024.07.15 22:21:22.437646 [ 3 ] {8c4385d5-413b-421b-91ed-f43ccb990a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2729 | 2024.07.15 22:21:22.437837 [ 187 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
2730 | 2024.07.15 22:21:22.438230 [ 187 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 161 rows starting from the beginning of the part | ||
2731 | 2024.07.15 22:21:22.438601 [ 187 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 131 rows starting from the beginning of the part | ||
2732 | 2024.07.15 22:21:22.438672 [ 3 ] {8c4385d5-413b-421b-91ed-f43ccb990a86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2733 | 2024.07.15 22:21:22.439792 [ 3 ] {8c4385d5-413b-421b-91ed-f43ccb990a86} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2734 | 2024.07.15 22:21:22.439853 [ 3 ] {8c4385d5-413b-421b-91ed-f43ccb990a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2735 | 2024.07.15 22:21:22.440775 [ 3 ] {8c4385d5-413b-421b-91ed-f43ccb990a86} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2736 | 2024.07.15 22:21:22.441427 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 4 columns (4 merged, 0 gathered) in 0.005124162 sec., 148707.2422768835 rows/sec., 12.67 MiB/sec. | ||
2737 | 2024.07.15 22:21:22.441551 [ 3 ] {8c4385d5-413b-421b-91ed-f43ccb990a86} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2738 | 2024.07.15 22:21:22.441672 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2739 | 2024.07.15 22:21:22.441747 [ 58 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2740 | 2024.07.15 22:21:22.441811 [ 3 ] {8c4385d5-413b-421b-91ed-f43ccb990a86} <Debug> executeQuery: Read 101 rows, 8.08 KiB in 0.004462 sec., 22635.589421783956 rows/sec., 1.77 MiB/sec. | ||
2741 | 2024.07.15 22:21:22.441868 [ 58 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2742 | 2024.07.15 22:21:22.441977 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2743 | 2024.07.15 22:21:22.442526 [ 3 ] {8c4385d5-413b-421b-91ed-f43ccb990a86} <Debug> DynamicQueryHandler: Done processing query | ||
2744 | 2024.07.15 22:21:22.442677 [ 3 ] {8c4385d5-413b-421b-91ed-f43ccb990a86} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2745 | 2024.07.15 22:21:22.442764 [ 3 ] {} <Debug> HTTP-Session: d1677ab3-92f0-44fb-93c7-75488c6cad86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2746 | 2024.07.15 22:21:22.442727 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
2747 | 2024.07.15 22:21:22.443042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2748 | 2024.07.15 22:21:22.443220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2749 | 2024.07.15 22:21:22.443311 [ 3 ] {} <Debug> HTTP-Session: 64f8e175-8907-45e9-9d2b-1db75e1ae25d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2750 | 2024.07.15 22:21:22.443386 [ 3 ] {} <Debug> HTTP-Session: 64f8e175-8907-45e9-9d2b-1db75e1ae25d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2751 | 2024.07.15 22:21:22.443390 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2752 | 2024.07.15 22:21:22.443415 [ 3 ] {} <Debug> HTTP-Session: 64f8e175-8907-45e9-9d2b-1db75e1ae25d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2753 | 2024.07.15 22:21:22.443493 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 382 rows starting from the beginning of the part | ||
2754 | 2024.07.15 22:21:22.443519 [ 3 ] {} <Trace> HTTP-Session: 64f8e175-8907-45e9-9d2b-1db75e1ae25d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2755 | 2024.07.15 22:21:22.443575 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_11_2} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2756 | 2024.07.15 22:21:22.443941 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_11_2} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2757 | 2024.07.15 22:21:22.444040 [ 3 ] {6a781690-ae5d-414c-ae8f-3f8367ea4a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2758 | 2024.07.15 22:21:22.444047 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
2759 | 2024.07.15 22:21:22.444191 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
2760 | 2024.07.15 22:21:22.444220 [ 3 ] {6a781690-ae5d-414c-ae8f-3f8367ea4a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2761 | 2024.07.15 22:21:22.444489 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 406 rows starting from the beginning of the part | ||
2762 | 2024.07.15 22:21:22.444876 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
2763 | 2024.07.15 22:21:22.445281 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 382 rows starting from the beginning of the part | ||
2764 | 2024.07.15 22:21:22.445346 [ 3 ] {6a781690-ae5d-414c-ae8f-3f8367ea4a89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2765 | 2024.07.15 22:21:22.445562 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 101 rows starting from the beginning of the part | ||
2766 | 2024.07.15 22:21:22.446464 [ 3 ] {6a781690-ae5d-414c-ae8f-3f8367ea4a89} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2767 | 2024.07.15 22:21:22.446528 [ 3 ] {6a781690-ae5d-414c-ae8f-3f8367ea4a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2768 | 2024.07.15 22:21:22.447578 [ 3 ] {6a781690-ae5d-414c-ae8f-3f8367ea4a89} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2769 | 2024.07.15 22:21:22.448268 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1399 rows, containing 4 columns (4 merged, 0 gathered) in 0.006097071 sec., 229454.4380408232 rows/sec., 16.44 MiB/sec. | ||
2770 | 2024.07.15 22:21:22.448321 [ 3 ] {6a781690-ae5d-414c-ae8f-3f8367ea4a89} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2771 | 2024.07.15 22:21:22.448509 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2772 | 2024.07.15 22:21:22.448597 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2773 | 2024.07.15 22:21:22.448599 [ 3 ] {6a781690-ae5d-414c-ae8f-3f8367ea4a89} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004836 sec., 33085.194375516956 rows/sec., 2.30 MiB/sec. | ||
2774 | 2024.07.15 22:21:22.448683 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2775 | 2024.07.15 22:21:22.448779 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2776 | 2024.07.15 22:21:22.449220 [ 187 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
2777 | 2024.07.15 22:21:22.449266 [ 3 ] {6a781690-ae5d-414c-ae8f-3f8367ea4a89} <Debug> DynamicQueryHandler: Done processing query | ||
2778 | 2024.07.15 22:21:22.449399 [ 3 ] {6a781690-ae5d-414c-ae8f-3f8367ea4a89} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2779 | 2024.07.15 22:21:22.449498 [ 3 ] {} <Debug> HTTP-Session: 64f8e175-8907-45e9-9d2b-1db75e1ae25d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2780 | 2024.07.15 22:21:22.449644 [ 187 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2781 | 2024.07.15 22:21:22.449703 [ 187 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 662 rows starting from the beginning of the part | ||
2782 | 2024.07.15 22:21:22.449783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 39925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2783 | 2024.07.15 22:21:22.449847 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_11_2} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2784 | 2024.07.15 22:21:22.450014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2785 | 2024.07.15 22:21:22.450118 [ 187 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
2786 | 2024.07.15 22:21:22.450148 [ 3 ] {} <Debug> HTTP-Session: dd840dd8-6ba6-4be8-b3e4-b7da21e0deb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2787 | 2024.07.15 22:21:22.450250 [ 3 ] {} <Debug> HTTP-Session: dd840dd8-6ba6-4be8-b3e4-b7da21e0deb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2788 | 2024.07.15 22:21:22.450309 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_11_2} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2789 | 2024.07.15 22:21:22.450366 [ 3 ] {} <Debug> HTTP-Session: dd840dd8-6ba6-4be8-b3e4-b7da21e0deb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2790 | 2024.07.15 22:21:22.450603 [ 3 ] {} <Trace> HTTP-Session: dd840dd8-6ba6-4be8-b3e4-b7da21e0deb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2791 | 2024.07.15 22:21:22.450705 [ 187 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 316 rows starting from the beginning of the part | ||
2792 | 2024.07.15 22:21:22.450730 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
2793 | 2024.07.15 22:21:22.451000 [ 187 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
2794 | 2024.07.15 22:21:22.451180 [ 187 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
2795 | 2024.07.15 22:21:22.451347 [ 187 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
2796 | 2024.07.15 22:21:22.451641 [ 3 ] {f9a74c67-7098-4848-b66c-0d80997cef85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2797 | 2024.07.15 22:21:22.451822 [ 3 ] {f9a74c67-7098-4848-b66c-0d80997cef85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2798 | 2024.07.15 22:21:22.453088 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1618 rows, containing 5 columns (5 merged, 0 gathered) in 0.004144972 sec., 390352.4559393887 rows/sec., 27.19 MiB/sec. | ||
2799 | 2024.07.15 22:21:22.453360 [ 195 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2800 | 2024.07.15 22:21:22.453763 [ 195 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2801 | 2024.07.15 22:21:22.453836 [ 195 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2802 | 2024.07.15 22:21:22.453903 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
2803 | 2024.07.15 22:21:22.454762 [ 3 ] {f9a74c67-7098-4848-b66c-0d80997cef85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2804 | 2024.07.15 22:21:22.459608 [ 3 ] {f9a74c67-7098-4848-b66c-0d80997cef85} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2805 | 2024.07.15 22:21:22.459656 [ 3 ] {f9a74c67-7098-4848-b66c-0d80997cef85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2806 | 2024.07.15 22:21:22.466169 [ 3 ] {f9a74c67-7098-4848-b66c-0d80997cef85} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2807 | 2024.07.15 22:21:22.466614 [ 3 ] {f9a74c67-7098-4848-b66c-0d80997cef85} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2808 | 2024.07.15 22:21:22.466789 [ 3 ] {f9a74c67-7098-4848-b66c-0d80997cef85} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.015892 sec., 1573.1185502139442 rows/sec., 2.82 MiB/sec. | ||
2809 | 2024.07.15 22:21:22.467023 [ 3 ] {f9a74c67-7098-4848-b66c-0d80997cef85} <Debug> DynamicQueryHandler: Done processing query | ||
2810 | 2024.07.15 22:21:22.467047 [ 3 ] {f9a74c67-7098-4848-b66c-0d80997cef85} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
2811 | 2024.07.15 22:21:22.467063 [ 3 ] {} <Debug> HTTP-Session: dd840dd8-6ba6-4be8-b3e4-b7da21e0deb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2812 | 2024.07.15 22:21:22.467176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3408, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2813 | 2024.07.15 22:21:22.467224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2814 | 2024.07.15 22:21:22.467244 [ 3 ] {} <Debug> HTTP-Session: b1f5579e-f189-4f5a-a927-065c76b156db Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2815 | 2024.07.15 22:21:22.467261 [ 3 ] {} <Debug> HTTP-Session: b1f5579e-f189-4f5a-a927-065c76b156db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2816 | 2024.07.15 22:21:22.467274 [ 3 ] {} <Debug> HTTP-Session: b1f5579e-f189-4f5a-a927-065c76b156db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2817 | 2024.07.15 22:21:22.467306 [ 3 ] {} <Trace> HTTP-Session: b1f5579e-f189-4f5a-a927-065c76b156db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2818 | 2024.07.15 22:21:22.467407 [ 3 ] {2aa9fd26-9cd0-4229-8f8f-9e38aac43328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2819 | 2024.07.15 22:21:22.467452 [ 3 ] {2aa9fd26-9cd0-4229-8f8f-9e38aac43328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2820 | 2024.07.15 22:21:22.467582 [ 3 ] {2aa9fd26-9cd0-4229-8f8f-9e38aac43328} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2821 | 2024.07.15 22:21:22.467866 [ 3 ] {2aa9fd26-9cd0-4229-8f8f-9e38aac43328} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2822 | 2024.07.15 22:21:22.467901 [ 3 ] {2aa9fd26-9cd0-4229-8f8f-9e38aac43328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2823 | 2024.07.15 22:21:22.468266 [ 3 ] {2aa9fd26-9cd0-4229-8f8f-9e38aac43328} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2824 | 2024.07.15 22:21:22.468583 [ 3 ] {2aa9fd26-9cd0-4229-8f8f-9e38aac43328} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2825 | 2024.07.15 22:21:22.468739 [ 3 ] {2aa9fd26-9cd0-4229-8f8f-9e38aac43328} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001348 sec., 15578.635014836795 rows/sec., 1.14 MiB/sec. | ||
2826 | 2024.07.15 22:21:22.469174 [ 3 ] {2aa9fd26-9cd0-4229-8f8f-9e38aac43328} <Debug> DynamicQueryHandler: Done processing query | ||
2827 | 2024.07.15 22:21:22.469202 [ 3 ] {2aa9fd26-9cd0-4229-8f8f-9e38aac43328} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2828 | 2024.07.15 22:21:22.469218 [ 3 ] {} <Debug> HTTP-Session: b1f5579e-f189-4f5a-a927-065c76b156db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2829 | 2024.07.15 22:21:22.469356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2830 | 2024.07.15 22:21:22.469405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2831 | 2024.07.15 22:21:22.469424 [ 3 ] {} <Debug> HTTP-Session: 352ce6bd-d807-47de-8ada-d39ad0594172 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2832 | 2024.07.15 22:21:22.469440 [ 3 ] {} <Debug> HTTP-Session: 352ce6bd-d807-47de-8ada-d39ad0594172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2833 | 2024.07.15 22:21:22.469453 [ 3 ] {} <Debug> HTTP-Session: 352ce6bd-d807-47de-8ada-d39ad0594172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2834 | 2024.07.15 22:21:22.469485 [ 3 ] {} <Trace> HTTP-Session: 352ce6bd-d807-47de-8ada-d39ad0594172 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2835 | 2024.07.15 22:21:22.469608 [ 3 ] {23862335-a03a-4cc6-868f-5bd53c3635fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2836 | 2024.07.15 22:21:22.469652 [ 3 ] {23862335-a03a-4cc6-868f-5bd53c3635fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2837 | 2024.07.15 22:21:22.469801 [ 3 ] {23862335-a03a-4cc6-868f-5bd53c3635fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2838 | 2024.07.15 22:21:22.470110 [ 3 ] {23862335-a03a-4cc6-868f-5bd53c3635fe} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2839 | 2024.07.15 22:21:22.470146 [ 3 ] {23862335-a03a-4cc6-868f-5bd53c3635fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2840 | 2024.07.15 22:21:22.470493 [ 3 ] {23862335-a03a-4cc6-868f-5bd53c3635fe} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2841 | 2024.07.15 22:21:22.470810 [ 3 ] {23862335-a03a-4cc6-868f-5bd53c3635fe} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2842 | 2024.07.15 22:21:22.470968 [ 3 ] {23862335-a03a-4cc6-868f-5bd53c3635fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
2843 | 2024.07.15 22:21:22.470970 [ 57 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2844 | 2024.07.15 22:21:22.471059 [ 57 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2845 | 2024.07.15 22:21:22.471114 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2846 | 2024.07.15 22:21:22.471256 [ 3 ] {23862335-a03a-4cc6-868f-5bd53c3635fe} <Debug> DynamicQueryHandler: Done processing query | ||
2847 | 2024.07.15 22:21:22.471334 [ 3 ] {23862335-a03a-4cc6-868f-5bd53c3635fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2848 | 2024.07.15 22:21:22.471430 [ 3 ] {} <Debug> HTTP-Session: 352ce6bd-d807-47de-8ada-d39ad0594172 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2849 | 2024.07.15 22:21:22.471541 [ 200 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
2850 | 2024.07.15 22:21:22.471730 [ 200 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2851 | 2024.07.15 22:21:22.471772 [ 200 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 218 rows starting from the beginning of the part | ||
2852 | 2024.07.15 22:21:22.471892 [ 200 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
2853 | 2024.07.15 22:21:22.472090 [ 200 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
2854 | 2024.07.15 22:21:22.472295 [ 200 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
2855 | 2024.07.15 22:21:22.472416 [ 200 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
2856 | 2024.07.15 22:21:22.472619 [ 200 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
2857 | 2024.07.15 22:21:22.473886 [ 199 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 518 rows, containing 4 columns (4 merged, 0 gathered) in 0.002684434 sec., 192964.32693074222 rows/sec., 13.07 MiB/sec. | ||
2858 | 2024.07.15 22:21:22.474090 [ 199 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2859 | 2024.07.15 22:21:22.474556 [ 199 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_11_2} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2860 | 2024.07.15 22:21:22.474645 [ 199 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_11_2} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2861 | 2024.07.15 22:21:22.474726 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2862 | 2024.07.15 22:21:27.412768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2863 | 2024.07.15 22:21:27.412914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2864 | 2024.07.15 22:21:27.412944 [ 3 ] {} <Debug> HTTP-Session: 36f1d6f7-a681-48c4-80d2-32e8f9684e8d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2865 | 2024.07.15 22:21:27.412972 [ 3 ] {} <Debug> HTTP-Session: 36f1d6f7-a681-48c4-80d2-32e8f9684e8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2866 | 2024.07.15 22:21:27.412989 [ 3 ] {} <Debug> HTTP-Session: 36f1d6f7-a681-48c4-80d2-32e8f9684e8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2867 | 2024.07.15 22:21:27.413046 [ 3 ] {} <Trace> HTTP-Session: 36f1d6f7-a681-48c4-80d2-32e8f9684e8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2868 | 2024.07.15 22:21:27.413242 [ 3 ] {7213ae10-ce1b-4f98-8d05-01243a005540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2869 | 2024.07.15 22:21:27.413317 [ 3 ] {7213ae10-ce1b-4f98-8d05-01243a005540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2870 | 2024.07.15 22:21:27.413532 [ 3 ] {7213ae10-ce1b-4f98-8d05-01243a005540} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2871 | 2024.07.15 22:21:27.413965 [ 3 ] {7213ae10-ce1b-4f98-8d05-01243a005540} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2872 | 2024.07.15 22:21:27.414007 [ 3 ] {7213ae10-ce1b-4f98-8d05-01243a005540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2873 | 2024.07.15 22:21:27.414366 [ 3 ] {7213ae10-ce1b-4f98-8d05-01243a005540} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2874 | 2024.07.15 22:21:27.414702 [ 3 ] {7213ae10-ce1b-4f98-8d05-01243a005540} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2875 | 2024.07.15 22:21:27.414863 [ 3 ] {7213ae10-ce1b-4f98-8d05-01243a005540} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.00167 sec., 3592.814371257485 rows/sec., 203.50 KiB/sec. | ||
2876 | 2024.07.15 22:21:27.415226 [ 3 ] {7213ae10-ce1b-4f98-8d05-01243a005540} <Debug> DynamicQueryHandler: Done processing query | ||
2877 | 2024.07.15 22:21:27.415253 [ 3 ] {7213ae10-ce1b-4f98-8d05-01243a005540} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2878 | 2024.07.15 22:21:27.415270 [ 3 ] {} <Debug> HTTP-Session: 36f1d6f7-a681-48c4-80d2-32e8f9684e8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2879 | 2024.07.15 22:21:27.415433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2880 | 2024.07.15 22:21:27.415484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2881 | 2024.07.15 22:21:27.415503 [ 3 ] {} <Debug> HTTP-Session: c871d066-d9ec-4eb5-85bc-3de639c67c27 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2882 | 2024.07.15 22:21:27.415519 [ 3 ] {} <Debug> HTTP-Session: c871d066-d9ec-4eb5-85bc-3de639c67c27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2883 | 2024.07.15 22:21:27.415532 [ 3 ] {} <Debug> HTTP-Session: c871d066-d9ec-4eb5-85bc-3de639c67c27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2884 | 2024.07.15 22:21:27.415563 [ 3 ] {} <Trace> HTTP-Session: c871d066-d9ec-4eb5-85bc-3de639c67c27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2885 | 2024.07.15 22:21:27.415704 [ 3 ] {c6b3ec52-bb09-4bdd-94c3-c42090e0fe31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2886 | 2024.07.15 22:21:27.415749 [ 3 ] {c6b3ec52-bb09-4bdd-94c3-c42090e0fe31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2887 | 2024.07.15 22:21:27.415894 [ 3 ] {c6b3ec52-bb09-4bdd-94c3-c42090e0fe31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2888 | 2024.07.15 22:21:27.416312 [ 3 ] {c6b3ec52-bb09-4bdd-94c3-c42090e0fe31} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2889 | 2024.07.15 22:21:27.416350 [ 3 ] {c6b3ec52-bb09-4bdd-94c3-c42090e0fe31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2890 | 2024.07.15 22:21:27.416695 [ 3 ] {c6b3ec52-bb09-4bdd-94c3-c42090e0fe31} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2891 | 2024.07.15 22:21:27.417051 [ 3 ] {c6b3ec52-bb09-4bdd-94c3-c42090e0fe31} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2892 | 2024.07.15 22:21:27.417198 [ 3 ] {c6b3ec52-bb09-4bdd-94c3-c42090e0fe31} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001551 sec., 103803.99742101869 rows/sec., 9.17 MiB/sec. | ||
2893 | 2024.07.15 22:21:27.417367 [ 3 ] {c6b3ec52-bb09-4bdd-94c3-c42090e0fe31} <Debug> DynamicQueryHandler: Done processing query | ||
2894 | 2024.07.15 22:21:27.417391 [ 3 ] {c6b3ec52-bb09-4bdd-94c3-c42090e0fe31} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2895 | 2024.07.15 22:21:27.417407 [ 3 ] {} <Debug> HTTP-Session: c871d066-d9ec-4eb5-85bc-3de639c67c27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2896 | 2024.07.15 22:21:27.417632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2897 | 2024.07.15 22:21:27.417681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2898 | 2024.07.15 22:21:27.417699 [ 3 ] {} <Debug> HTTP-Session: c6b18fc6-3ddd-4112-a45e-61f3d2c2e0a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2899 | 2024.07.15 22:21:27.417715 [ 3 ] {} <Debug> HTTP-Session: c6b18fc6-3ddd-4112-a45e-61f3d2c2e0a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2900 | 2024.07.15 22:21:27.417729 [ 3 ] {} <Debug> HTTP-Session: c6b18fc6-3ddd-4112-a45e-61f3d2c2e0a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2901 | 2024.07.15 22:21:27.417760 [ 3 ] {} <Trace> HTTP-Session: c6b18fc6-3ddd-4112-a45e-61f3d2c2e0a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2902 | 2024.07.15 22:21:27.417946 [ 3 ] {b7e1b80d-e09a-465a-b299-dcc539e7c39b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2903 | 2024.07.15 22:21:27.417989 [ 3 ] {b7e1b80d-e09a-465a-b299-dcc539e7c39b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2904 | 2024.07.15 22:21:27.418115 [ 3 ] {b7e1b80d-e09a-465a-b299-dcc539e7c39b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2905 | 2024.07.15 22:21:27.418642 [ 3 ] {b7e1b80d-e09a-465a-b299-dcc539e7c39b} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2906 | 2024.07.15 22:21:27.418678 [ 3 ] {b7e1b80d-e09a-465a-b299-dcc539e7c39b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2907 | 2024.07.15 22:21:27.418993 [ 3 ] {b7e1b80d-e09a-465a-b299-dcc539e7c39b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2908 | 2024.07.15 22:21:27.419287 [ 3 ] {b7e1b80d-e09a-465a-b299-dcc539e7c39b} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2909 | 2024.07.15 22:21:27.419433 [ 3 ] {b7e1b80d-e09a-465a-b299-dcc539e7c39b} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001589 sec., 240402.7690371303 rows/sec., 16.89 MiB/sec. | ||
2910 | 2024.07.15 22:21:27.419738 [ 3 ] {b7e1b80d-e09a-465a-b299-dcc539e7c39b} <Debug> DynamicQueryHandler: Done processing query | ||
2911 | 2024.07.15 22:21:27.419762 [ 3 ] {b7e1b80d-e09a-465a-b299-dcc539e7c39b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
2912 | 2024.07.15 22:21:27.419777 [ 3 ] {} <Debug> HTTP-Session: c6b18fc6-3ddd-4112-a45e-61f3d2c2e0a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2913 | 2024.07.15 22:21:27.419880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2914 | 2024.07.15 22:21:27.419925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2915 | 2024.07.15 22:21:27.419943 [ 3 ] {} <Debug> HTTP-Session: 8f91fb84-e428-40b2-96a7-26183463147d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2916 | 2024.07.15 22:21:27.419958 [ 3 ] {} <Debug> HTTP-Session: 8f91fb84-e428-40b2-96a7-26183463147d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2917 | 2024.07.15 22:21:27.419971 [ 3 ] {} <Debug> HTTP-Session: 8f91fb84-e428-40b2-96a7-26183463147d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2918 | 2024.07.15 22:21:27.420001 [ 3 ] {} <Trace> HTTP-Session: 8f91fb84-e428-40b2-96a7-26183463147d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2919 | 2024.07.15 22:21:27.420091 [ 3 ] {4339f965-80ee-4a59-acba-5959a0f84839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2920 | 2024.07.15 22:21:27.420134 [ 3 ] {4339f965-80ee-4a59-acba-5959a0f84839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2921 | 2024.07.15 22:21:27.420272 [ 3 ] {4339f965-80ee-4a59-acba-5959a0f84839} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2922 | 2024.07.15 22:21:27.420661 [ 3 ] {4339f965-80ee-4a59-acba-5959a0f84839} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2923 | 2024.07.15 22:21:27.420697 [ 3 ] {4339f965-80ee-4a59-acba-5959a0f84839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2924 | 2024.07.15 22:21:27.421044 [ 3 ] {4339f965-80ee-4a59-acba-5959a0f84839} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2925 | 2024.07.15 22:21:27.421363 [ 3 ] {4339f965-80ee-4a59-acba-5959a0f84839} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2926 | 2024.07.15 22:21:27.421517 [ 3 ] {4339f965-80ee-4a59-acba-5959a0f84839} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.0014 sec., 4285.714285714285 rows/sec., 184.15 KiB/sec. | ||
2927 | 2024.07.15 22:21:27.421782 [ 3 ] {4339f965-80ee-4a59-acba-5959a0f84839} <Debug> DynamicQueryHandler: Done processing query | ||
2928 | 2024.07.15 22:21:27.421806 [ 3 ] {4339f965-80ee-4a59-acba-5959a0f84839} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2929 | 2024.07.15 22:21:27.421822 [ 3 ] {} <Debug> HTTP-Session: 8f91fb84-e428-40b2-96a7-26183463147d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2930 | 2024.07.15 22:21:27.421939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2931 | 2024.07.15 22:21:27.421987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2932 | 2024.07.15 22:21:27.422006 [ 3 ] {} <Debug> HTTP-Session: 8af2fbff-0d2e-4cc8-9997-255360c3b94c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2933 | 2024.07.15 22:21:27.422022 [ 3 ] {} <Debug> HTTP-Session: 8af2fbff-0d2e-4cc8-9997-255360c3b94c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2934 | 2024.07.15 22:21:27.422035 [ 3 ] {} <Debug> HTTP-Session: 8af2fbff-0d2e-4cc8-9997-255360c3b94c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2935 | 2024.07.15 22:21:27.422065 [ 3 ] {} <Trace> HTTP-Session: 8af2fbff-0d2e-4cc8-9997-255360c3b94c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2936 | 2024.07.15 22:21:27.422199 [ 3 ] {d478e5ea-2d45-4c44-9b71-f53df99c90fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2937 | 2024.07.15 22:21:27.422246 [ 3 ] {d478e5ea-2d45-4c44-9b71-f53df99c90fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2938 | 2024.07.15 22:21:27.422407 [ 3 ] {d478e5ea-2d45-4c44-9b71-f53df99c90fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2939 | 2024.07.15 22:21:27.422753 [ 3 ] {d478e5ea-2d45-4c44-9b71-f53df99c90fb} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2940 | 2024.07.15 22:21:27.422789 [ 3 ] {d478e5ea-2d45-4c44-9b71-f53df99c90fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2941 | 2024.07.15 22:21:27.423140 [ 3 ] {d478e5ea-2d45-4c44-9b71-f53df99c90fb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2942 | 2024.07.15 22:21:27.423470 [ 3 ] {d478e5ea-2d45-4c44-9b71-f53df99c90fb} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2943 | 2024.07.15 22:21:27.423623 [ 3 ] {d478e5ea-2d45-4c44-9b71-f53df99c90fb} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001475 sec., 52203.38983050847 rows/sec., 3.21 MiB/sec. | ||
2944 | 2024.07.15 22:21:27.423918 [ 3 ] {d478e5ea-2d45-4c44-9b71-f53df99c90fb} <Debug> DynamicQueryHandler: Done processing query | ||
2945 | 2024.07.15 22:21:27.423942 [ 3 ] {d478e5ea-2d45-4c44-9b71-f53df99c90fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2946 | 2024.07.15 22:21:27.423957 [ 3 ] {} <Debug> HTTP-Session: 8af2fbff-0d2e-4cc8-9997-255360c3b94c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2947 | 2024.07.15 22:21:27.424100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2948 | 2024.07.15 22:21:27.424150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2949 | 2024.07.15 22:21:27.424168 [ 3 ] {} <Debug> HTTP-Session: 9797f0ef-f4d8-4a0f-86b0-19e882041ca9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2950 | 2024.07.15 22:21:27.424185 [ 3 ] {} <Debug> HTTP-Session: 9797f0ef-f4d8-4a0f-86b0-19e882041ca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2951 | 2024.07.15 22:21:27.424199 [ 3 ] {} <Debug> HTTP-Session: 9797f0ef-f4d8-4a0f-86b0-19e882041ca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2952 | 2024.07.15 22:21:27.424230 [ 3 ] {} <Trace> HTTP-Session: 9797f0ef-f4d8-4a0f-86b0-19e882041ca9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2953 | 2024.07.15 22:21:27.424380 [ 3 ] {8aab9eee-7cbf-4435-8827-b7f7d4dbd3a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2954 | 2024.07.15 22:21:27.424427 [ 3 ] {8aab9eee-7cbf-4435-8827-b7f7d4dbd3a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2955 | 2024.07.15 22:21:27.424590 [ 3 ] {8aab9eee-7cbf-4435-8827-b7f7d4dbd3a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2956 | 2024.07.15 22:21:27.424977 [ 3 ] {8aab9eee-7cbf-4435-8827-b7f7d4dbd3a1} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2957 | 2024.07.15 22:21:27.425012 [ 3 ] {8aab9eee-7cbf-4435-8827-b7f7d4dbd3a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2958 | 2024.07.15 22:21:27.425376 [ 3 ] {8aab9eee-7cbf-4435-8827-b7f7d4dbd3a1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2959 | 2024.07.15 22:21:27.425701 [ 3 ] {8aab9eee-7cbf-4435-8827-b7f7d4dbd3a1} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2960 | 2024.07.15 22:21:27.425845 [ 3 ] {8aab9eee-7cbf-4435-8827-b7f7d4dbd3a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec. | ||
2961 | 2024.07.15 22:21:27.426012 [ 3 ] {8aab9eee-7cbf-4435-8827-b7f7d4dbd3a1} <Debug> DynamicQueryHandler: Done processing query | ||
2962 | 2024.07.15 22:21:27.426036 [ 3 ] {8aab9eee-7cbf-4435-8827-b7f7d4dbd3a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2963 | 2024.07.15 22:21:27.426051 [ 3 ] {} <Debug> HTTP-Session: 9797f0ef-f4d8-4a0f-86b0-19e882041ca9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2964 | 2024.07.15 22:21:27.426159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2965 | 2024.07.15 22:21:27.426207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2966 | 2024.07.15 22:21:27.426226 [ 3 ] {} <Debug> HTTP-Session: 4962ba0a-3a63-432b-9ac5-c3b366f92614 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2967 | 2024.07.15 22:21:27.426242 [ 3 ] {} <Debug> HTTP-Session: 4962ba0a-3a63-432b-9ac5-c3b366f92614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2968 | 2024.07.15 22:21:27.426255 [ 3 ] {} <Debug> HTTP-Session: 4962ba0a-3a63-432b-9ac5-c3b366f92614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2969 | 2024.07.15 22:21:27.426286 [ 3 ] {} <Trace> HTTP-Session: 4962ba0a-3a63-432b-9ac5-c3b366f92614 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2970 | 2024.07.15 22:21:27.426391 [ 3 ] {f1de5673-06b9-41c5-8534-a4d8368a931e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2971 | 2024.07.15 22:21:27.426435 [ 3 ] {f1de5673-06b9-41c5-8534-a4d8368a931e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2972 | 2024.07.15 22:21:27.426560 [ 3 ] {f1de5673-06b9-41c5-8534-a4d8368a931e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2973 | 2024.07.15 22:21:27.426830 [ 3 ] {f1de5673-06b9-41c5-8534-a4d8368a931e} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2974 | 2024.07.15 22:21:27.426866 [ 3 ] {f1de5673-06b9-41c5-8534-a4d8368a931e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2975 | 2024.07.15 22:21:27.427207 [ 3 ] {f1de5673-06b9-41c5-8534-a4d8368a931e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2976 | 2024.07.15 22:21:27.427524 [ 3 ] {f1de5673-06b9-41c5-8534-a4d8368a931e} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2977 | 2024.07.15 22:21:27.427682 [ 3 ] {f1de5673-06b9-41c5-8534-a4d8368a931e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001323 sec., 17384.731670445955 rows/sec., 940.39 KiB/sec. | ||
2978 | 2024.07.15 22:21:27.427840 [ 3 ] {f1de5673-06b9-41c5-8534-a4d8368a931e} <Debug> DynamicQueryHandler: Done processing query | ||
2979 | 2024.07.15 22:21:27.427865 [ 3 ] {f1de5673-06b9-41c5-8534-a4d8368a931e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2980 | 2024.07.15 22:21:27.427881 [ 3 ] {} <Debug> HTTP-Session: 4962ba0a-3a63-432b-9ac5-c3b366f92614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2981 | 2024.07.15 22:21:27.428012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2982 | 2024.07.15 22:21:27.428060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2983 | 2024.07.15 22:21:27.428080 [ 3 ] {} <Debug> HTTP-Session: ac5773c7-0723-4205-aba7-0b738933ff3a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
2984 | 2024.07.15 22:21:27.428096 [ 3 ] {} <Debug> HTTP-Session: ac5773c7-0723-4205-aba7-0b738933ff3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2985 | 2024.07.15 22:21:27.428110 [ 3 ] {} <Debug> HTTP-Session: ac5773c7-0723-4205-aba7-0b738933ff3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2986 | 2024.07.15 22:21:27.428141 [ 3 ] {} <Trace> HTTP-Session: ac5773c7-0723-4205-aba7-0b738933ff3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2987 | 2024.07.15 22:21:27.428289 [ 3 ] {7aaf7b65-1c57-4bbb-9547-4a82e15464d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2988 | 2024.07.15 22:21:27.428333 [ 3 ] {7aaf7b65-1c57-4bbb-9547-4a82e15464d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2989 | 2024.07.15 22:21:27.428460 [ 3 ] {7aaf7b65-1c57-4bbb-9547-4a82e15464d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2990 | 2024.07.15 22:21:27.428754 [ 3 ] {7aaf7b65-1c57-4bbb-9547-4a82e15464d8} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2991 | 2024.07.15 22:21:27.428789 [ 3 ] {7aaf7b65-1c57-4bbb-9547-4a82e15464d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2992 | 2024.07.15 22:21:27.429141 [ 3 ] {7aaf7b65-1c57-4bbb-9547-4a82e15464d8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2993 | 2024.07.15 22:21:27.429454 [ 3 ] {7aaf7b65-1c57-4bbb-9547-4a82e15464d8} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2994 | 2024.07.15 22:21:27.429601 [ 3 ] {7aaf7b65-1c57-4bbb-9547-4a82e15464d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
2995 | 2024.07.15 22:21:27.429760 [ 3 ] {7aaf7b65-1c57-4bbb-9547-4a82e15464d8} <Debug> DynamicQueryHandler: Done processing query | ||
2996 | 2024.07.15 22:21:27.429784 [ 3 ] {7aaf7b65-1c57-4bbb-9547-4a82e15464d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2997 | 2024.07.15 22:21:27.429825 [ 3 ] {} <Debug> HTTP-Session: ac5773c7-0723-4205-aba7-0b738933ff3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2998 | 2024.07.15 22:21:32.404576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2999 | 2024.07.15 22:21:32.404725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3000 | 2024.07.15 22:21:32.404755 [ 3 ] {} <Debug> HTTP-Session: c280c1b9-6f82-42c7-a395-3dd355a602f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3001 | 2024.07.15 22:21:32.404787 [ 3 ] {} <Debug> HTTP-Session: c280c1b9-6f82-42c7-a395-3dd355a602f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3002 | 2024.07.15 22:21:32.404807 [ 3 ] {} <Debug> HTTP-Session: c280c1b9-6f82-42c7-a395-3dd355a602f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3003 | 2024.07.15 22:21:32.404867 [ 3 ] {} <Trace> HTTP-Session: c280c1b9-6f82-42c7-a395-3dd355a602f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3004 | 2024.07.15 22:21:32.405154 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3005 | 2024.07.15 22:21:32.405561 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3006 | 2024.07.15 22:21:32.405613 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3007 | 2024.07.15 22:21:32.405980 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3008 | 2024.07.15 22:21:32.406059 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3009 | 2024.07.15 22:21:32.406229 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
3010 | 2024.07.15 22:21:32.406481 [ 260 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3011 | 2024.07.15 22:21:32.406524 [ 262 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3012 | 2024.07.15 22:21:32.406514 [ 258 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
3013 | 2024.07.15 22:21:32.406485 [ 257 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3014 | 2024.07.15 22:21:32.406526 [ 263 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3015 | 2024.07.15 22:21:32.406726 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges | ||
3016 | 2024.07.15 22:21:32.406753 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3017 | 2024.07.15 22:21:32.406910 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3018 | 2024.07.15 22:21:32.406934 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Reading approx. 40 rows with 5 streams | ||
3019 | 2024.07.15 22:21:32.406977 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3020 | 2024.07.15 22:21:32.407020 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3021 | 2024.07.15 22:21:32.407062 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3022 | 2024.07.15 22:21:32.407102 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3023 | 2024.07.15 22:21:32.407140 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3024 | 2024.07.15 22:21:32.409926 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Debug> executeQuery: Read 40 rows, 1.51 KiB in 0.0049 sec., 8163.265306122449 rows/sec., 309.11 KiB/sec. | ||
3025 | 2024.07.15 22:21:32.410400 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Debug> DynamicQueryHandler: Done processing query | ||
3026 | 2024.07.15 22:21:32.410432 [ 3 ] {a18add60-b472-4cbe-b49c-4f169addd142} <Debug> MemoryTracker: Peak memory usage (for query): 3.17 MiB. | ||
3027 | 2024.07.15 22:21:32.410453 [ 3 ] {} <Debug> HTTP-Session: c280c1b9-6f82-42c7-a395-3dd355a602f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3028 | 2024.07.15 22:21:32.416717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3029 | 2024.07.15 22:21:32.416777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3030 | 2024.07.15 22:21:32.416804 [ 3 ] {} <Debug> HTTP-Session: cd8b93be-dd48-495a-8d1e-f9a2f554884d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3031 | 2024.07.15 22:21:32.416825 [ 3 ] {} <Debug> HTTP-Session: cd8b93be-dd48-495a-8d1e-f9a2f554884d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3032 | 2024.07.15 22:21:32.416842 [ 3 ] {} <Debug> HTTP-Session: cd8b93be-dd48-495a-8d1e-f9a2f554884d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3033 | 2024.07.15 22:21:32.416881 [ 3 ] {} <Trace> HTTP-Session: cd8b93be-dd48-495a-8d1e-f9a2f554884d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3034 | 2024.07.15 22:21:32.417012 [ 3 ] {abb39679-d2c9-4e06-8450-6fd47f67d8b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3035 | 2024.07.15 22:21:32.417068 [ 3 ] {abb39679-d2c9-4e06-8450-6fd47f67d8b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3036 | 2024.07.15 22:21:32.417241 [ 3 ] {abb39679-d2c9-4e06-8450-6fd47f67d8b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3037 | 2024.07.15 22:21:32.417540 [ 3 ] {abb39679-d2c9-4e06-8450-6fd47f67d8b5} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3038 | 2024.07.15 22:21:32.417580 [ 3 ] {abb39679-d2c9-4e06-8450-6fd47f67d8b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3039 | 2024.07.15 22:21:32.418049 [ 3 ] {abb39679-d2c9-4e06-8450-6fd47f67d8b5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3040 | 2024.07.15 22:21:32.418360 [ 3 ] {abb39679-d2c9-4e06-8450-6fd47f67d8b5} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3041 | 2024.07.15 22:21:32.418533 [ 3 ] {abb39679-d2c9-4e06-8450-6fd47f67d8b5} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001554 sec., 643.5006435006435 rows/sec., 145.79 KiB/sec. | ||
3042 | 2024.07.15 22:21:32.418536 [ 47 ] {} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3043 | 2024.07.15 22:21:32.418637 [ 47 ] {} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3044 | 2024.07.15 22:21:32.418693 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3045 | 2024.07.15 22:21:32.418821 [ 3 ] {abb39679-d2c9-4e06-8450-6fd47f67d8b5} <Debug> DynamicQueryHandler: Done processing query | ||
3046 | 2024.07.15 22:21:32.418882 [ 3 ] {abb39679-d2c9-4e06-8450-6fd47f67d8b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3047 | 2024.07.15 22:21:32.418916 [ 3 ] {} <Debug> HTTP-Session: cd8b93be-dd48-495a-8d1e-f9a2f554884d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3048 | 2024.07.15 22:21:32.418915 [ 200 ] {247c6612-dd85-4f85-8241-4052fd8261f3::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 | ||
3049 | 2024.07.15 22:21:32.419088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3050 | 2024.07.15 22:21:32.419227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3051 | 2024.07.15 22:21:32.419300 [ 3 ] {} <Debug> HTTP-Session: b3960039-c40b-4ccd-b60f-59113ccfd930 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3052 | 2024.07.15 22:21:32.419345 [ 3 ] {} <Debug> HTTP-Session: b3960039-c40b-4ccd-b60f-59113ccfd930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3053 | 2024.07.15 22:21:32.419388 [ 3 ] {} <Debug> HTTP-Session: b3960039-c40b-4ccd-b60f-59113ccfd930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3054 | 2024.07.15 22:21:32.419484 [ 3 ] {} <Trace> HTTP-Session: b3960039-c40b-4ccd-b60f-59113ccfd930 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3055 | 2024.07.15 22:21:32.419619 [ 200 ] {247c6612-dd85-4f85-8241-4052fd8261f3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3056 | 2024.07.15 22:21:32.419706 [ 200 ] {247c6612-dd85-4f85-8241-4052fd8261f3::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 | ||
3057 | 2024.07.15 22:21:32.419742 [ 3 ] {bfb9d360-e6bb-4ada-bf86-6a9c5e968bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3058 | 2024.07.15 22:21:32.419865 [ 3 ] {bfb9d360-e6bb-4ada-bf86-6a9c5e968bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3059 | 2024.07.15 22:21:32.419969 [ 200 ] {247c6612-dd85-4f85-8241-4052fd8261f3::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 | ||
3060 | 2024.07.15 22:21:32.420303 [ 200 ] {247c6612-dd85-4f85-8241-4052fd8261f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
3061 | 2024.07.15 22:21:32.420633 [ 200 ] {247c6612-dd85-4f85-8241-4052fd8261f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
3062 | 2024.07.15 22:21:32.420637 [ 3 ] {bfb9d360-e6bb-4ada-bf86-6a9c5e968bcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3063 | 2024.07.15 22:21:32.420930 [ 200 ] {247c6612-dd85-4f85-8241-4052fd8261f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
3064 | 2024.07.15 22:21:32.421172 [ 200 ] {247c6612-dd85-4f85-8241-4052fd8261f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
3065 | 2024.07.15 22:21:32.421852 [ 3 ] {bfb9d360-e6bb-4ada-bf86-6a9c5e968bcb} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3066 | 2024.07.15 22:21:32.421905 [ 3 ] {bfb9d360-e6bb-4ada-bf86-6a9c5e968bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3067 | 2024.07.15 22:21:32.422623 [ 3 ] {bfb9d360-e6bb-4ada-bf86-6a9c5e968bcb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3068 | 2024.07.15 22:21:32.423817 [ 3 ] {bfb9d360-e6bb-4ada-bf86-6a9c5e968bcb} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3069 | 2024.07.15 22:21:32.424183 [ 47 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3070 | 2024.07.15 22:21:32.424285 [ 3 ] {bfb9d360-e6bb-4ada-bf86-6a9c5e968bcb} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.004601 sec., 5433.6013910019565 rows/sec., 440.42 KiB/sec. | ||
3071 | 2024.07.15 22:21:32.424299 [ 47 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3072 | 2024.07.15 22:21:32.424385 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3073 | 2024.07.15 22:21:32.424900 [ 3 ] {bfb9d360-e6bb-4ada-bf86-6a9c5e968bcb} <Debug> DynamicQueryHandler: Done processing query | ||
3074 | 2024.07.15 22:21:32.424965 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
3075 | 2024.07.15 22:21:32.424979 [ 3 ] {bfb9d360-e6bb-4ada-bf86-6a9c5e968bcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3076 | 2024.07.15 22:21:32.425072 [ 3 ] {} <Debug> HTTP-Session: b3960039-c40b-4ccd-b60f-59113ccfd930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3077 | 2024.07.15 22:21:32.425321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3078 | 2024.07.15 22:21:32.425488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3079 | 2024.07.15 22:21:32.425591 [ 3 ] {} <Debug> HTTP-Session: 28ac0aa1-7953-4c4e-ba48-fb0ce35ad542 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3080 | 2024.07.15 22:21:32.425617 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3081 | 2024.07.15 22:21:32.425653 [ 3 ] {} <Debug> HTTP-Session: 28ac0aa1-7953-4c4e-ba48-fb0ce35ad542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3082 | 2024.07.15 22:21:32.425713 [ 3 ] {} <Debug> HTTP-Session: 28ac0aa1-7953-4c4e-ba48-fb0ce35ad542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3083 | 2024.07.15 22:21:32.425732 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
3084 | 2024.07.15 22:21:32.425847 [ 3 ] {} <Trace> HTTP-Session: 28ac0aa1-7953-4c4e-ba48-fb0ce35ad542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3085 | 2024.07.15 22:21:32.426134 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
3086 | 2024.07.15 22:21:32.426475 [ 3 ] {962eea6d-b351-4b28-aea9-5a1012a17a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3087 | 2024.07.15 22:21:32.426583 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
3088 | 2024.07.15 22:21:32.426729 [ 3 ] {962eea6d-b351-4b28-aea9-5a1012a17a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3089 | 2024.07.15 22:21:32.426997 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part | ||
3090 | 2024.07.15 22:21:32.427473 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
3091 | 2024.07.15 22:21:32.427861 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 25 rows starting from the beginning of the part | ||
3092 | 2024.07.15 22:21:32.428064 [ 3 ] {962eea6d-b351-4b28-aea9-5a1012a17a22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3093 | 2024.07.15 22:21:32.429611 [ 3 ] {962eea6d-b351-4b28-aea9-5a1012a17a22} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3094 | 2024.07.15 22:21:32.429718 [ 3 ] {962eea6d-b351-4b28-aea9-5a1012a17a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3095 | 2024.07.15 22:21:32.432713 [ 197 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 74 rows, containing 4 columns (4 merged, 0 gathered) in 0.008175933 sec., 9050.954796229373 rows/sec., 646.67 KiB/sec. | ||
3096 | 2024.07.15 22:21:32.433039 [ 197 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3097 | 2024.07.15 22:21:32.434376 [ 197 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_6_1} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3098 | 2024.07.15 22:21:32.434633 [ 197 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_6_1} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3099 | 2024.07.15 22:21:32.434829 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3100 | 2024.07.15 22:21:32.435186 [ 195 ] {247c6612-dd85-4f85-8241-4052fd8261f3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.016389877 sec., 2501.544093344935 rows/sec., 351.96 KiB/sec. | ||
3101 | 2024.07.15 22:21:32.435183 [ 3 ] {962eea6d-b351-4b28-aea9-5a1012a17a22} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3102 | 2024.07.15 22:21:32.435390 [ 195 ] {247c6612-dd85-4f85-8241-4052fd8261f3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3103 | 2024.07.15 22:21:32.436244 [ 3 ] {962eea6d-b351-4b28-aea9-5a1012a17a22} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3104 | 2024.07.15 22:21:32.436654 [ 3 ] {962eea6d-b351-4b28-aea9-5a1012a17a22} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.010483 sec., 190.78508060669657 rows/sec., 15.56 KiB/sec. | ||
3105 | 2024.07.15 22:21:32.436957 [ 195 ] {247c6612-dd85-4f85-8241-4052fd8261f3::all_1_6_1} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3106 | 2024.07.15 22:21:32.437118 [ 3 ] {962eea6d-b351-4b28-aea9-5a1012a17a22} <Debug> DynamicQueryHandler: Done processing query | ||
3107 | 2024.07.15 22:21:32.437120 [ 195 ] {247c6612-dd85-4f85-8241-4052fd8261f3::all_1_6_1} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3108 | 2024.07.15 22:21:32.437163 [ 3 ] {962eea6d-b351-4b28-aea9-5a1012a17a22} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3109 | 2024.07.15 22:21:32.437199 [ 3 ] {} <Debug> HTTP-Session: 28ac0aa1-7953-4c4e-ba48-fb0ce35ad542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3110 | 2024.07.15 22:21:32.437321 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3111 | 2024.07.15 22:21:32.437400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 19280, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3112 | 2024.07.15 22:21:32.437458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3113 | 2024.07.15 22:21:32.437478 [ 3 ] {} <Debug> HTTP-Session: 3bcd4869-a1a1-4f78-b8d8-8374fa28b57e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3114 | 2024.07.15 22:21:32.437494 [ 3 ] {} <Debug> HTTP-Session: 3bcd4869-a1a1-4f78-b8d8-8374fa28b57e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3115 | 2024.07.15 22:21:32.437509 [ 3 ] {} <Debug> HTTP-Session: 3bcd4869-a1a1-4f78-b8d8-8374fa28b57e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3116 | 2024.07.15 22:21:32.437543 [ 3 ] {} <Trace> HTTP-Session: 3bcd4869-a1a1-4f78-b8d8-8374fa28b57e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3117 | 2024.07.15 22:21:32.437702 [ 3 ] {8f8c3503-e7b7-43a3-b524-368b25bb651c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3118 | 2024.07.15 22:21:32.437748 [ 3 ] {8f8c3503-e7b7-43a3-b524-368b25bb651c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3119 | 2024.07.15 22:21:32.437895 [ 3 ] {8f8c3503-e7b7-43a3-b524-368b25bb651c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3120 | 2024.07.15 22:21:32.438316 [ 3 ] {8f8c3503-e7b7-43a3-b524-368b25bb651c} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3121 | 2024.07.15 22:21:32.438353 [ 3 ] {8f8c3503-e7b7-43a3-b524-368b25bb651c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3122 | 2024.07.15 22:21:32.438687 [ 3 ] {8f8c3503-e7b7-43a3-b524-368b25bb651c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3123 | 2024.07.15 22:21:32.439003 [ 3 ] {8f8c3503-e7b7-43a3-b524-368b25bb651c} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3124 | 2024.07.15 22:21:32.439171 [ 3 ] {8f8c3503-e7b7-43a3-b524-368b25bb651c} <Debug> executeQuery: Read 132 rows, 11.26 KiB in 0.001536 sec., 85937.5 rows/sec., 7.16 MiB/sec. | ||
3125 | 2024.07.15 22:21:32.439463 [ 3 ] {8f8c3503-e7b7-43a3-b524-368b25bb651c} <Debug> DynamicQueryHandler: Done processing query | ||
3126 | 2024.07.15 22:21:32.439489 [ 3 ] {8f8c3503-e7b7-43a3-b524-368b25bb651c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3127 | 2024.07.15 22:21:32.439506 [ 3 ] {} <Debug> HTTP-Session: 3bcd4869-a1a1-4f78-b8d8-8374fa28b57e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3128 | 2024.07.15 22:21:32.439620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3129 | 2024.07.15 22:21:32.439669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3130 | 2024.07.15 22:21:32.439689 [ 3 ] {} <Debug> HTTP-Session: d13601d9-64be-4970-bcea-a3c2d7849cd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3131 | 2024.07.15 22:21:32.439705 [ 3 ] {} <Debug> HTTP-Session: d13601d9-64be-4970-bcea-a3c2d7849cd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3132 | 2024.07.15 22:21:32.439719 [ 3 ] {} <Debug> HTTP-Session: d13601d9-64be-4970-bcea-a3c2d7849cd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3133 | 2024.07.15 22:21:32.439749 [ 3 ] {} <Trace> HTTP-Session: d13601d9-64be-4970-bcea-a3c2d7849cd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3134 | 2024.07.15 22:21:32.439864 [ 3 ] {6c07d470-8577-4f61-b738-89b9179d9f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3135 | 2024.07.15 22:21:32.439909 [ 3 ] {6c07d470-8577-4f61-b738-89b9179d9f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3136 | 2024.07.15 22:21:32.440053 [ 3 ] {6c07d470-8577-4f61-b738-89b9179d9f1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3137 | 2024.07.15 22:21:32.442705 [ 3 ] {6c07d470-8577-4f61-b738-89b9179d9f1a} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3138 | 2024.07.15 22:21:32.442749 [ 3 ] {6c07d470-8577-4f61-b738-89b9179d9f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3139 | 2024.07.15 22:21:32.443103 [ 3 ] {6c07d470-8577-4f61-b738-89b9179d9f1a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3140 | 2024.07.15 22:21:32.443407 [ 3 ] {6c07d470-8577-4f61-b738-89b9179d9f1a} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3141 | 2024.07.15 22:21:32.443558 [ 3 ] {6c07d470-8577-4f61-b738-89b9179d9f1a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003717 sec., 538.0683346785042 rows/sec., 37.57 KiB/sec. | ||
3142 | 2024.07.15 22:21:32.443750 [ 3 ] {6c07d470-8577-4f61-b738-89b9179d9f1a} <Debug> DynamicQueryHandler: Done processing query | ||
3143 | 2024.07.15 22:21:32.443775 [ 3 ] {6c07d470-8577-4f61-b738-89b9179d9f1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3144 | 2024.07.15 22:21:32.443792 [ 3 ] {} <Debug> HTTP-Session: d13601d9-64be-4970-bcea-a3c2d7849cd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3145 | 2024.07.15 22:21:32.443931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3146 | 2024.07.15 22:21:32.443980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3147 | 2024.07.15 22:21:32.443999 [ 3 ] {} <Debug> HTTP-Session: 01e49996-f81d-4103-881a-1f9ecd1878ac Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3148 | 2024.07.15 22:21:32.444015 [ 3 ] {} <Debug> HTTP-Session: 01e49996-f81d-4103-881a-1f9ecd1878ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3149 | 2024.07.15 22:21:32.444029 [ 3 ] {} <Debug> HTTP-Session: 01e49996-f81d-4103-881a-1f9ecd1878ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3150 | 2024.07.15 22:21:32.444060 [ 3 ] {} <Trace> HTTP-Session: 01e49996-f81d-4103-881a-1f9ecd1878ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3151 | 2024.07.15 22:21:32.444179 [ 3 ] {c761f134-1461-4ba4-8613-822d7025899e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3152 | 2024.07.15 22:21:32.444221 [ 3 ] {c761f134-1461-4ba4-8613-822d7025899e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3153 | 2024.07.15 22:21:32.444346 [ 3 ] {c761f134-1461-4ba4-8613-822d7025899e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3154 | 2024.07.15 22:21:32.444691 [ 3 ] {c761f134-1461-4ba4-8613-822d7025899e} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3155 | 2024.07.15 22:21:32.444728 [ 3 ] {c761f134-1461-4ba4-8613-822d7025899e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3156 | 2024.07.15 22:21:32.445034 [ 3 ] {c761f134-1461-4ba4-8613-822d7025899e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3157 | 2024.07.15 22:21:32.445348 [ 3 ] {c761f134-1461-4ba4-8613-822d7025899e} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3158 | 2024.07.15 22:21:32.445521 [ 3 ] {c761f134-1461-4ba4-8613-822d7025899e} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001375 sec., 66181.81818181819 rows/sec., 5.17 MiB/sec. | ||
3159 | 2024.07.15 22:21:32.445685 [ 3 ] {c761f134-1461-4ba4-8613-822d7025899e} <Debug> DynamicQueryHandler: Done processing query | ||
3160 | 2024.07.15 22:21:32.445711 [ 3 ] {c761f134-1461-4ba4-8613-822d7025899e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3161 | 2024.07.15 22:21:32.445726 [ 3 ] {} <Debug> HTTP-Session: 01e49996-f81d-4103-881a-1f9ecd1878ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3162 | 2024.07.15 22:21:32.445862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3163 | 2024.07.15 22:21:32.445912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3164 | 2024.07.15 22:21:32.445931 [ 3 ] {} <Debug> HTTP-Session: b0d29808-2384-48d3-aef5-e4362c83c24b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3165 | 2024.07.15 22:21:32.445948 [ 3 ] {} <Debug> HTTP-Session: b0d29808-2384-48d3-aef5-e4362c83c24b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3166 | 2024.07.15 22:21:32.445963 [ 3 ] {} <Debug> HTTP-Session: b0d29808-2384-48d3-aef5-e4362c83c24b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3167 | 2024.07.15 22:21:32.445994 [ 3 ] {} <Trace> HTTP-Session: b0d29808-2384-48d3-aef5-e4362c83c24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3168 | 2024.07.15 22:21:32.446142 [ 3 ] {58dce443-8b61-4d5c-b88b-3b0f14b94c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3169 | 2024.07.15 22:21:32.446189 [ 3 ] {58dce443-8b61-4d5c-b88b-3b0f14b94c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3170 | 2024.07.15 22:21:32.446333 [ 3 ] {58dce443-8b61-4d5c-b88b-3b0f14b94c58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3171 | 2024.07.15 22:21:32.446736 [ 3 ] {58dce443-8b61-4d5c-b88b-3b0f14b94c58} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3172 | 2024.07.15 22:21:32.446773 [ 3 ] {58dce443-8b61-4d5c-b88b-3b0f14b94c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3173 | 2024.07.15 22:21:32.447153 [ 3 ] {58dce443-8b61-4d5c-b88b-3b0f14b94c58} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3174 | 2024.07.15 22:21:32.447506 [ 3 ] {58dce443-8b61-4d5c-b88b-3b0f14b94c58} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3175 | 2024.07.15 22:21:32.447636 [ 3 ] {58dce443-8b61-4d5c-b88b-3b0f14b94c58} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001562 sec., 103072.98335467349 rows/sec., 7.18 MiB/sec. | ||
3176 | 2024.07.15 22:21:32.447936 [ 3 ] {58dce443-8b61-4d5c-b88b-3b0f14b94c58} <Debug> DynamicQueryHandler: Done processing query | ||
3177 | 2024.07.15 22:21:32.447978 [ 3 ] {58dce443-8b61-4d5c-b88b-3b0f14b94c58} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3178 | 2024.07.15 22:21:32.448006 [ 3 ] {} <Debug> HTTP-Session: b0d29808-2384-48d3-aef5-e4362c83c24b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3179 | 2024.07.15 22:21:32.448196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 40095, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3180 | 2024.07.15 22:21:32.448246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3181 | 2024.07.15 22:21:32.448266 [ 3 ] {} <Debug> HTTP-Session: 832387ea-913a-4039-99e5-5cd9075bbfd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3182 | 2024.07.15 22:21:32.448282 [ 3 ] {} <Debug> HTTP-Session: 832387ea-913a-4039-99e5-5cd9075bbfd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3183 | 2024.07.15 22:21:32.448296 [ 3 ] {} <Debug> HTTP-Session: 832387ea-913a-4039-99e5-5cd9075bbfd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3184 | 2024.07.15 22:21:32.448328 [ 3 ] {} <Trace> HTTP-Session: 832387ea-913a-4039-99e5-5cd9075bbfd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3185 | 2024.07.15 22:21:32.448718 [ 3 ] {20cbd641-6cfd-4fc0-a937-3cf6e7997051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3186 | 2024.07.15 22:21:32.448790 [ 3 ] {20cbd641-6cfd-4fc0-a937-3cf6e7997051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3187 | 2024.07.15 22:21:32.449210 [ 3 ] {20cbd641-6cfd-4fc0-a937-3cf6e7997051} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3188 | 2024.07.15 22:21:32.449920 [ 3 ] {20cbd641-6cfd-4fc0-a937-3cf6e7997051} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3189 | 2024.07.15 22:21:32.449957 [ 3 ] {20cbd641-6cfd-4fc0-a937-3cf6e7997051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3190 | 2024.07.15 22:21:32.450579 [ 3 ] {20cbd641-6cfd-4fc0-a937-3cf6e7997051} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3191 | 2024.07.15 22:21:32.450981 [ 3 ] {20cbd641-6cfd-4fc0-a937-3cf6e7997051} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3192 | 2024.07.15 22:21:32.451167 [ 3 ] {20cbd641-6cfd-4fc0-a937-3cf6e7997051} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.00275 sec., 9090.909090909092 rows/sec., 16.29 MiB/sec. | ||
3193 | 2024.07.15 22:21:32.451458 [ 3 ] {20cbd641-6cfd-4fc0-a937-3cf6e7997051} <Debug> DynamicQueryHandler: Done processing query | ||
3194 | 2024.07.15 22:21:32.451482 [ 3 ] {20cbd641-6cfd-4fc0-a937-3cf6e7997051} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
3195 | 2024.07.15 22:21:32.451499 [ 3 ] {} <Debug> HTTP-Session: 832387ea-913a-4039-99e5-5cd9075bbfd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3196 | 2024.07.15 22:21:32.451620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3197 | 2024.07.15 22:21:32.451669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3198 | 2024.07.15 22:21:32.451689 [ 3 ] {} <Debug> HTTP-Session: 7d97e48b-761b-4b21-9da9-2da7a7d9c959 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3199 | 2024.07.15 22:21:32.451705 [ 3 ] {} <Debug> HTTP-Session: 7d97e48b-761b-4b21-9da9-2da7a7d9c959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3200 | 2024.07.15 22:21:32.451719 [ 3 ] {} <Debug> HTTP-Session: 7d97e48b-761b-4b21-9da9-2da7a7d9c959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3201 | 2024.07.15 22:21:32.451750 [ 3 ] {} <Trace> HTTP-Session: 7d97e48b-761b-4b21-9da9-2da7a7d9c959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3202 | 2024.07.15 22:21:32.451867 [ 3 ] {dc4eb36e-6427-4611-92b9-713e484a5914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3203 | 2024.07.15 22:21:32.451911 [ 3 ] {dc4eb36e-6427-4611-92b9-713e484a5914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3204 | 2024.07.15 22:21:32.452036 [ 3 ] {dc4eb36e-6427-4611-92b9-713e484a5914} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3205 | 2024.07.15 22:21:32.452328 [ 3 ] {dc4eb36e-6427-4611-92b9-713e484a5914} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3206 | 2024.07.15 22:21:32.452365 [ 3 ] {dc4eb36e-6427-4611-92b9-713e484a5914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3207 | 2024.07.15 22:21:32.452714 [ 3 ] {dc4eb36e-6427-4611-92b9-713e484a5914} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3208 | 2024.07.15 22:21:32.453032 [ 3 ] {dc4eb36e-6427-4611-92b9-713e484a5914} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3209 | 2024.07.15 22:21:32.453186 [ 3 ] {dc4eb36e-6427-4611-92b9-713e484a5914} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
3210 | 2024.07.15 22:21:32.453349 [ 3 ] {dc4eb36e-6427-4611-92b9-713e484a5914} <Debug> DynamicQueryHandler: Done processing query | ||
3211 | 2024.07.15 22:21:32.453374 [ 3 ] {dc4eb36e-6427-4611-92b9-713e484a5914} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3212 | 2024.07.15 22:21:32.453390 [ 3 ] {} <Debug> HTTP-Session: 7d97e48b-761b-4b21-9da9-2da7a7d9c959 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3213 | 2024.07.15 22:21:35.642871 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3214 | 2024.07.15 22:21:35.642937 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3215 | 2024.07.15 22:21:37.415060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3216 | 2024.07.15 22:21:37.415187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3217 | 2024.07.15 22:21:37.415217 [ 3 ] {} <Debug> HTTP-Session: 48d2ed34-417f-4ad7-a69b-3e9478d5cd43 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3218 | 2024.07.15 22:21:37.415244 [ 3 ] {} <Debug> HTTP-Session: 48d2ed34-417f-4ad7-a69b-3e9478d5cd43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3219 | 2024.07.15 22:21:37.415263 [ 3 ] {} <Debug> HTTP-Session: 48d2ed34-417f-4ad7-a69b-3e9478d5cd43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3220 | 2024.07.15 22:21:37.415318 [ 3 ] {} <Trace> HTTP-Session: 48d2ed34-417f-4ad7-a69b-3e9478d5cd43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3221 | 2024.07.15 22:21:37.415508 [ 3 ] {1dcc31f5-955a-4523-94ad-880bfb135157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3222 | 2024.07.15 22:21:37.415576 [ 3 ] {1dcc31f5-955a-4523-94ad-880bfb135157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3223 | 2024.07.15 22:21:37.415764 [ 3 ] {1dcc31f5-955a-4523-94ad-880bfb135157} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3224 | 2024.07.15 22:21:37.416197 [ 3 ] {1dcc31f5-955a-4523-94ad-880bfb135157} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3225 | 2024.07.15 22:21:37.416243 [ 3 ] {1dcc31f5-955a-4523-94ad-880bfb135157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3226 | 2024.07.15 22:21:37.416608 [ 3 ] {1dcc31f5-955a-4523-94ad-880bfb135157} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3227 | 2024.07.15 22:21:37.416979 [ 3 ] {1dcc31f5-955a-4523-94ad-880bfb135157} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3228 | 2024.07.15 22:21:37.417148 [ 3 ] {1dcc31f5-955a-4523-94ad-880bfb135157} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001687 sec., 3556.6093657379965 rows/sec., 201.45 KiB/sec. | ||
3229 | 2024.07.15 22:21:37.417344 [ 3 ] {1dcc31f5-955a-4523-94ad-880bfb135157} <Debug> DynamicQueryHandler: Done processing query | ||
3230 | 2024.07.15 22:21:37.417371 [ 3 ] {1dcc31f5-955a-4523-94ad-880bfb135157} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3231 | 2024.07.15 22:21:37.417388 [ 3 ] {} <Debug> HTTP-Session: 48d2ed34-417f-4ad7-a69b-3e9478d5cd43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3232 | 2024.07.15 22:21:37.417516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3233 | 2024.07.15 22:21:37.417574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3234 | 2024.07.15 22:21:37.417594 [ 3 ] {} <Debug> HTTP-Session: ab0bd6bd-6c92-4aa3-9893-22c84676aa85 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3235 | 2024.07.15 22:21:37.417612 [ 3 ] {} <Debug> HTTP-Session: ab0bd6bd-6c92-4aa3-9893-22c84676aa85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3236 | 2024.07.15 22:21:37.417626 [ 3 ] {} <Debug> HTTP-Session: ab0bd6bd-6c92-4aa3-9893-22c84676aa85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3237 | 2024.07.15 22:21:37.417662 [ 3 ] {} <Trace> HTTP-Session: ab0bd6bd-6c92-4aa3-9893-22c84676aa85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3238 | 2024.07.15 22:21:37.417763 [ 3 ] {9a324e64-efda-4c77-94bf-909b5b36d26a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3239 | 2024.07.15 22:21:37.417808 [ 3 ] {9a324e64-efda-4c77-94bf-909b5b36d26a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3240 | 2024.07.15 22:21:37.417934 [ 3 ] {9a324e64-efda-4c77-94bf-909b5b36d26a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3241 | 2024.07.15 22:21:37.418230 [ 3 ] {9a324e64-efda-4c77-94bf-909b5b36d26a} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3242 | 2024.07.15 22:21:37.418265 [ 3 ] {9a324e64-efda-4c77-94bf-909b5b36d26a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3243 | 2024.07.15 22:21:37.418557 [ 3 ] {9a324e64-efda-4c77-94bf-909b5b36d26a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3244 | 2024.07.15 22:21:37.418858 [ 3 ] {9a324e64-efda-4c77-94bf-909b5b36d26a} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3245 | 2024.07.15 22:21:37.419002 [ 3 ] {9a324e64-efda-4c77-94bf-909b5b36d26a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001259 sec., 1588.5623510722796 rows/sec., 129.54 KiB/sec. | ||
3246 | 2024.07.15 22:21:37.419268 [ 3 ] {9a324e64-efda-4c77-94bf-909b5b36d26a} <Debug> DynamicQueryHandler: Done processing query | ||
3247 | 2024.07.15 22:21:37.419294 [ 3 ] {9a324e64-efda-4c77-94bf-909b5b36d26a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3248 | 2024.07.15 22:21:37.419309 [ 3 ] {} <Debug> HTTP-Session: ab0bd6bd-6c92-4aa3-9893-22c84676aa85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3249 | 2024.07.15 22:21:37.419485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3250 | 2024.07.15 22:21:37.419531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3251 | 2024.07.15 22:21:37.419551 [ 3 ] {} <Debug> HTTP-Session: 3e69138e-1496-4a62-a70d-6051f7666c20 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3252 | 2024.07.15 22:21:37.419567 [ 3 ] {} <Debug> HTTP-Session: 3e69138e-1496-4a62-a70d-6051f7666c20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3253 | 2024.07.15 22:21:37.419581 [ 3 ] {} <Debug> HTTP-Session: 3e69138e-1496-4a62-a70d-6051f7666c20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3254 | 2024.07.15 22:21:37.419612 [ 3 ] {} <Trace> HTTP-Session: 3e69138e-1496-4a62-a70d-6051f7666c20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3255 | 2024.07.15 22:21:37.419762 [ 3 ] {ab4e8bfc-00df-42d6-a350-92f840842571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3256 | 2024.07.15 22:21:37.419805 [ 3 ] {ab4e8bfc-00df-42d6-a350-92f840842571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3257 | 2024.07.15 22:21:37.419943 [ 3 ] {ab4e8bfc-00df-42d6-a350-92f840842571} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3258 | 2024.07.15 22:21:37.420350 [ 3 ] {ab4e8bfc-00df-42d6-a350-92f840842571} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3259 | 2024.07.15 22:21:37.420385 [ 3 ] {ab4e8bfc-00df-42d6-a350-92f840842571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3260 | 2024.07.15 22:21:37.420709 [ 3 ] {ab4e8bfc-00df-42d6-a350-92f840842571} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3261 | 2024.07.15 22:21:37.421015 [ 3 ] {ab4e8bfc-00df-42d6-a350-92f840842571} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3262 | 2024.07.15 22:21:37.421160 [ 3 ] {ab4e8bfc-00df-42d6-a350-92f840842571} <Debug> executeQuery: Read 198 rows, 17.44 KiB in 0.001458 sec., 135802.46913580247 rows/sec., 11.68 MiB/sec. | ||
3263 | 2024.07.15 22:21:37.421455 [ 3 ] {ab4e8bfc-00df-42d6-a350-92f840842571} <Debug> DynamicQueryHandler: Done processing query | ||
3264 | 2024.07.15 22:21:37.421480 [ 3 ] {ab4e8bfc-00df-42d6-a350-92f840842571} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3265 | 2024.07.15 22:21:37.421497 [ 3 ] {} <Debug> HTTP-Session: 3e69138e-1496-4a62-a70d-6051f7666c20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3266 | 2024.07.15 22:21:37.421600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3267 | 2024.07.15 22:21:37.421649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3268 | 2024.07.15 22:21:37.421668 [ 3 ] {} <Debug> HTTP-Session: eabaafbe-f4ae-4196-8921-d23c87587c49 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3269 | 2024.07.15 22:21:37.421684 [ 3 ] {} <Debug> HTTP-Session: eabaafbe-f4ae-4196-8921-d23c87587c49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3270 | 2024.07.15 22:21:37.421697 [ 3 ] {} <Debug> HTTP-Session: eabaafbe-f4ae-4196-8921-d23c87587c49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3271 | 2024.07.15 22:21:37.421730 [ 3 ] {} <Trace> HTTP-Session: eabaafbe-f4ae-4196-8921-d23c87587c49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3272 | 2024.07.15 22:21:37.421824 [ 3 ] {b221f1cb-086f-41b0-8c51-a8f448d63b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3273 | 2024.07.15 22:21:37.421867 [ 3 ] {b221f1cb-086f-41b0-8c51-a8f448d63b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3274 | 2024.07.15 22:21:37.422010 [ 3 ] {b221f1cb-086f-41b0-8c51-a8f448d63b4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3275 | 2024.07.15 22:21:37.422268 [ 3 ] {b221f1cb-086f-41b0-8c51-a8f448d63b4a} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3276 | 2024.07.15 22:21:37.422304 [ 3 ] {b221f1cb-086f-41b0-8c51-a8f448d63b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3277 | 2024.07.15 22:21:37.422591 [ 3 ] {b221f1cb-086f-41b0-8c51-a8f448d63b4a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3278 | 2024.07.15 22:21:37.422912 [ 3 ] {b221f1cb-086f-41b0-8c51-a8f448d63b4a} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3279 | 2024.07.15 22:21:37.423061 [ 3 ] {b221f1cb-086f-41b0-8c51-a8f448d63b4a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001261 sec., 1586.0428231562253 rows/sec., 110.74 KiB/sec. | ||
3280 | 2024.07.15 22:21:37.423207 [ 3 ] {b221f1cb-086f-41b0-8c51-a8f448d63b4a} <Debug> DynamicQueryHandler: Done processing query | ||
3281 | 2024.07.15 22:21:37.423231 [ 3 ] {b221f1cb-086f-41b0-8c51-a8f448d63b4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3282 | 2024.07.15 22:21:37.423247 [ 3 ] {} <Debug> HTTP-Session: eabaafbe-f4ae-4196-8921-d23c87587c49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3283 | 2024.07.15 22:21:37.423551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3284 | 2024.07.15 22:21:37.423597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3285 | 2024.07.15 22:21:37.423615 [ 3 ] {} <Debug> HTTP-Session: ecfa43c3-31a2-4af9-a63d-2e0723236110 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3286 | 2024.07.15 22:21:37.423631 [ 3 ] {} <Debug> HTTP-Session: ecfa43c3-31a2-4af9-a63d-2e0723236110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3287 | 2024.07.15 22:21:37.423644 [ 3 ] {} <Debug> HTTP-Session: ecfa43c3-31a2-4af9-a63d-2e0723236110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3288 | 2024.07.15 22:21:37.423674 [ 3 ] {} <Trace> HTTP-Session: ecfa43c3-31a2-4af9-a63d-2e0723236110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3289 | 2024.07.15 22:21:37.423955 [ 3 ] {91dbc375-2825-4841-9eb1-7ad5be4dd5f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3290 | 2024.07.15 22:21:37.423998 [ 3 ] {91dbc375-2825-4841-9eb1-7ad5be4dd5f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3291 | 2024.07.15 22:21:37.424120 [ 3 ] {91dbc375-2825-4841-9eb1-7ad5be4dd5f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3292 | 2024.07.15 22:21:37.424626 [ 3 ] {91dbc375-2825-4841-9eb1-7ad5be4dd5f3} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3293 | 2024.07.15 22:21:37.424661 [ 3 ] {91dbc375-2825-4841-9eb1-7ad5be4dd5f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3294 | 2024.07.15 22:21:37.424984 [ 3 ] {91dbc375-2825-4841-9eb1-7ad5be4dd5f3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3295 | 2024.07.15 22:21:37.425287 [ 3 ] {91dbc375-2825-4841-9eb1-7ad5be4dd5f3} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3296 | 2024.07.15 22:21:37.425435 [ 3 ] {91dbc375-2825-4841-9eb1-7ad5be4dd5f3} <Debug> executeQuery: Read 408 rows, 29.54 KiB in 0.001671 sec., 244165.17055655297 rows/sec., 17.26 MiB/sec. | ||
3297 | 2024.07.15 22:21:37.425593 [ 3 ] {91dbc375-2825-4841-9eb1-7ad5be4dd5f3} <Debug> DynamicQueryHandler: Done processing query | ||
3298 | 2024.07.15 22:21:37.425617 [ 3 ] {91dbc375-2825-4841-9eb1-7ad5be4dd5f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
3299 | 2024.07.15 22:21:37.425634 [ 3 ] {} <Debug> HTTP-Session: ecfa43c3-31a2-4af9-a63d-2e0723236110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3300 | 2024.07.15 22:21:37.425740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3301 | 2024.07.15 22:21:37.425788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3302 | 2024.07.15 22:21:37.425806 [ 3 ] {} <Debug> HTTP-Session: 7a89fcda-52ad-4a7f-a684-95ee09a782ad Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3303 | 2024.07.15 22:21:37.425822 [ 3 ] {} <Debug> HTTP-Session: 7a89fcda-52ad-4a7f-a684-95ee09a782ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3304 | 2024.07.15 22:21:37.425836 [ 3 ] {} <Debug> HTTP-Session: 7a89fcda-52ad-4a7f-a684-95ee09a782ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3305 | 2024.07.15 22:21:37.425866 [ 3 ] {} <Trace> HTTP-Session: 7a89fcda-52ad-4a7f-a684-95ee09a782ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3306 | 2024.07.15 22:21:37.425960 [ 3 ] {aec1fa1a-adf8-4cef-89a3-279ac8ac118d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3307 | 2024.07.15 22:21:37.426004 [ 3 ] {aec1fa1a-adf8-4cef-89a3-279ac8ac118d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3308 | 2024.07.15 22:21:37.426132 [ 3 ] {aec1fa1a-adf8-4cef-89a3-279ac8ac118d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3309 | 2024.07.15 22:21:37.426380 [ 3 ] {aec1fa1a-adf8-4cef-89a3-279ac8ac118d} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3310 | 2024.07.15 22:21:37.426416 [ 3 ] {aec1fa1a-adf8-4cef-89a3-279ac8ac118d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3311 | 2024.07.15 22:21:37.426765 [ 3 ] {aec1fa1a-adf8-4cef-89a3-279ac8ac118d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3312 | 2024.07.15 22:21:37.427084 [ 3 ] {aec1fa1a-adf8-4cef-89a3-279ac8ac118d} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3313 | 2024.07.15 22:21:37.427245 [ 3 ] {aec1fa1a-adf8-4cef-89a3-279ac8ac118d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001308 sec., 4587.155963302753 rows/sec., 197.10 KiB/sec. | ||
3314 | 2024.07.15 22:21:37.427523 [ 3 ] {aec1fa1a-adf8-4cef-89a3-279ac8ac118d} <Debug> DynamicQueryHandler: Done processing query | ||
3315 | 2024.07.15 22:21:37.427548 [ 3 ] {aec1fa1a-adf8-4cef-89a3-279ac8ac118d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3316 | 2024.07.15 22:21:37.427564 [ 3 ] {} <Debug> HTTP-Session: 7a89fcda-52ad-4a7f-a684-95ee09a782ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3317 | 2024.07.15 22:21:37.427674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3318 | 2024.07.15 22:21:37.427720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3319 | 2024.07.15 22:21:37.427739 [ 3 ] {} <Debug> HTTP-Session: 2010fa08-c2b9-494f-a873-f2217c90e0ad Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3320 | 2024.07.15 22:21:37.427755 [ 3 ] {} <Debug> HTTP-Session: 2010fa08-c2b9-494f-a873-f2217c90e0ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3321 | 2024.07.15 22:21:37.427769 [ 3 ] {} <Debug> HTTP-Session: 2010fa08-c2b9-494f-a873-f2217c90e0ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3322 | 2024.07.15 22:21:37.427800 [ 3 ] {} <Trace> HTTP-Session: 2010fa08-c2b9-494f-a873-f2217c90e0ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3323 | 2024.07.15 22:21:37.427914 [ 3 ] {11e918c7-0abc-4c9c-9b7b-29eb1258fea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3324 | 2024.07.15 22:21:37.427962 [ 3 ] {11e918c7-0abc-4c9c-9b7b-29eb1258fea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3325 | 2024.07.15 22:21:37.428122 [ 3 ] {11e918c7-0abc-4c9c-9b7b-29eb1258fea4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3326 | 2024.07.15 22:21:37.428437 [ 3 ] {11e918c7-0abc-4c9c-9b7b-29eb1258fea4} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3327 | 2024.07.15 22:21:37.428471 [ 3 ] {11e918c7-0abc-4c9c-9b7b-29eb1258fea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3328 | 2024.07.15 22:21:37.428861 [ 3 ] {11e918c7-0abc-4c9c-9b7b-29eb1258fea4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3329 | 2024.07.15 22:21:37.429191 [ 3 ] {11e918c7-0abc-4c9c-9b7b-29eb1258fea4} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3330 | 2024.07.15 22:21:37.429346 [ 3 ] {11e918c7-0abc-4c9c-9b7b-29eb1258fea4} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001466 sec., 52523.87448840382 rows/sec., 3.23 MiB/sec. | ||
3331 | 2024.07.15 22:21:37.429624 [ 3 ] {11e918c7-0abc-4c9c-9b7b-29eb1258fea4} <Debug> DynamicQueryHandler: Done processing query | ||
3332 | 2024.07.15 22:21:37.429649 [ 3 ] {11e918c7-0abc-4c9c-9b7b-29eb1258fea4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3333 | 2024.07.15 22:21:37.429665 [ 3 ] {} <Debug> HTTP-Session: 2010fa08-c2b9-494f-a873-f2217c90e0ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3334 | 2024.07.15 22:21:37.429810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 37693, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3335 | 2024.07.15 22:21:37.429859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3336 | 2024.07.15 22:21:37.429877 [ 3 ] {} <Debug> HTTP-Session: d97a3f0b-4e84-468a-841f-e6a8127e2ad9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3337 | 2024.07.15 22:21:37.429893 [ 3 ] {} <Debug> HTTP-Session: d97a3f0b-4e84-468a-841f-e6a8127e2ad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3338 | 2024.07.15 22:21:37.429906 [ 3 ] {} <Debug> HTTP-Session: d97a3f0b-4e84-468a-841f-e6a8127e2ad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3339 | 2024.07.15 22:21:37.429937 [ 3 ] {} <Trace> HTTP-Session: d97a3f0b-4e84-468a-841f-e6a8127e2ad9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3340 | 2024.07.15 22:21:37.430115 [ 3 ] {92a4095b-15e7-4fd8-93ab-6f7d22ed577e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3341 | 2024.07.15 22:21:37.430162 [ 3 ] {92a4095b-15e7-4fd8-93ab-6f7d22ed577e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3342 | 2024.07.15 22:21:37.430324 [ 3 ] {92a4095b-15e7-4fd8-93ab-6f7d22ed577e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3343 | 2024.07.15 22:21:37.430696 [ 3 ] {92a4095b-15e7-4fd8-93ab-6f7d22ed577e} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3344 | 2024.07.15 22:21:37.430731 [ 3 ] {92a4095b-15e7-4fd8-93ab-6f7d22ed577e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3345 | 2024.07.15 22:21:37.431103 [ 3 ] {92a4095b-15e7-4fd8-93ab-6f7d22ed577e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3346 | 2024.07.15 22:21:37.431434 [ 3 ] {92a4095b-15e7-4fd8-93ab-6f7d22ed577e} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3347 | 2024.07.15 22:21:37.431591 [ 3 ] {92a4095b-15e7-4fd8-93ab-6f7d22ed577e} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001573 sec., 125238.3979656707 rows/sec., 8.74 MiB/sec. | ||
3348 | 2024.07.15 22:21:37.431899 [ 3 ] {92a4095b-15e7-4fd8-93ab-6f7d22ed577e} <Debug> DynamicQueryHandler: Done processing query | ||
3349 | 2024.07.15 22:21:37.431924 [ 3 ] {92a4095b-15e7-4fd8-93ab-6f7d22ed577e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3350 | 2024.07.15 22:21:37.431940 [ 3 ] {} <Debug> HTTP-Session: d97a3f0b-4e84-468a-841f-e6a8127e2ad9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3351 | 2024.07.15 22:21:37.432042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3352 | 2024.07.15 22:21:37.432089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3353 | 2024.07.15 22:21:37.432108 [ 3 ] {} <Debug> HTTP-Session: e3e6fb56-90d6-4b02-be82-ede3e755549b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3354 | 2024.07.15 22:21:37.432125 [ 3 ] {} <Debug> HTTP-Session: e3e6fb56-90d6-4b02-be82-ede3e755549b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3355 | 2024.07.15 22:21:37.432138 [ 3 ] {} <Debug> HTTP-Session: e3e6fb56-90d6-4b02-be82-ede3e755549b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3356 | 2024.07.15 22:21:37.432169 [ 3 ] {} <Trace> HTTP-Session: e3e6fb56-90d6-4b02-be82-ede3e755549b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3357 | 2024.07.15 22:21:37.432270 [ 3 ] {0746fd90-7d6d-44e5-9d78-6adc504dca35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3358 | 2024.07.15 22:21:37.432316 [ 3 ] {0746fd90-7d6d-44e5-9d78-6adc504dca35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3359 | 2024.07.15 22:21:37.432456 [ 3 ] {0746fd90-7d6d-44e5-9d78-6adc504dca35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3360 | 2024.07.15 22:21:37.432720 [ 3 ] {0746fd90-7d6d-44e5-9d78-6adc504dca35} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3361 | 2024.07.15 22:21:37.432754 [ 3 ] {0746fd90-7d6d-44e5-9d78-6adc504dca35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3362 | 2024.07.15 22:21:37.433091 [ 3 ] {0746fd90-7d6d-44e5-9d78-6adc504dca35} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3363 | 2024.07.15 22:21:37.433425 [ 3 ] {0746fd90-7d6d-44e5-9d78-6adc504dca35} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3364 | 2024.07.15 22:21:37.433571 [ 3 ] {0746fd90-7d6d-44e5-9d78-6adc504dca35} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001325 sec., 17358.490566037737 rows/sec., 938.97 KiB/sec. | ||
3365 | 2024.07.15 22:21:37.433569 [ 41 ] {} <Debug> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3366 | 2024.07.15 22:21:37.433678 [ 41 ] {} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3367 | 2024.07.15 22:21:37.433722 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3368 | 2024.07.15 22:21:37.433807 [ 3 ] {0746fd90-7d6d-44e5-9d78-6adc504dca35} <Debug> DynamicQueryHandler: Done processing query | ||
3369 | 2024.07.15 22:21:37.433864 [ 3 ] {0746fd90-7d6d-44e5-9d78-6adc504dca35} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3370 | 2024.07.15 22:21:37.433898 [ 3 ] {} <Debug> HTTP-Session: e3e6fb56-90d6-4b02-be82-ede3e755549b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3371 | 2024.07.15 22:21:37.433905 [ 197 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::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 | ||
3372 | 2024.07.15 22:21:37.434051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3373 | 2024.07.15 22:21:37.434173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3374 | 2024.07.15 22:21:37.434185 [ 197 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3375 | 2024.07.15 22:21:37.434203 [ 3 ] {} <Debug> HTTP-Session: e886ca81-d3f4-4916-8617-6ca647077095 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3376 | 2024.07.15 22:21:37.434248 [ 3 ] {} <Debug> HTTP-Session: e886ca81-d3f4-4916-8617-6ca647077095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3377 | 2024.07.15 22:21:37.434254 [ 197 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part | ||
3378 | 2024.07.15 22:21:37.434269 [ 3 ] {} <Debug> HTTP-Session: e886ca81-d3f4-4916-8617-6ca647077095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3379 | 2024.07.15 22:21:37.434340 [ 3 ] {} <Trace> HTTP-Session: e886ca81-d3f4-4916-8617-6ca647077095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3380 | 2024.07.15 22:21:37.434482 [ 197 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
3381 | 2024.07.15 22:21:37.434758 [ 3 ] {f17c09d0-69cb-431e-b049-24a56ceb6f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3382 | 2024.07.15 22:21:37.434801 [ 197 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part | ||
3383 | 2024.07.15 22:21:37.434900 [ 3 ] {f17c09d0-69cb-431e-b049-24a56ceb6f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3384 | 2024.07.15 22:21:37.435036 [ 197 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 21 rows starting from the beginning of the part | ||
3385 | 2024.07.15 22:21:37.435426 [ 197 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 23 rows starting from the beginning of the part | ||
3386 | 2024.07.15 22:21:37.435806 [ 197 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 23 rows starting from the beginning of the part | ||
3387 | 2024.07.15 22:21:37.436343 [ 3 ] {f17c09d0-69cb-431e-b049-24a56ceb6f33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3388 | 2024.07.15 22:21:37.437211 [ 3 ] {f17c09d0-69cb-431e-b049-24a56ceb6f33} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3389 | 2024.07.15 22:21:37.437282 [ 3 ] {f17c09d0-69cb-431e-b049-24a56ceb6f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3390 | 2024.07.15 22:21:37.438295 [ 3 ] {f17c09d0-69cb-431e-b049-24a56ceb6f33} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3391 | 2024.07.15 22:21:37.438678 [ 197 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 136 rows, containing 4 columns (4 merged, 0 gathered) in 0.004887858 sec., 27824.048898310873 rows/sec., 1.56 MiB/sec. | ||
3392 | 2024.07.15 22:21:37.438917 [ 197 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3393 | 2024.07.15 22:21:37.439085 [ 3 ] {f17c09d0-69cb-431e-b049-24a56ceb6f33} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3394 | 2024.07.15 22:21:37.439415 [ 3 ] {f17c09d0-69cb-431e-b049-24a56ceb6f33} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004864 sec., 12335.526315789473 rows/sec., 851.28 KiB/sec. | ||
3395 | 2024.07.15 22:21:37.439813 [ 3 ] {f17c09d0-69cb-431e-b049-24a56ceb6f33} <Debug> DynamicQueryHandler: Done processing query | ||
3396 | 2024.07.15 22:21:37.439851 [ 197 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_6_1} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3397 | 2024.07.15 22:21:37.439863 [ 3 ] {f17c09d0-69cb-431e-b049-24a56ceb6f33} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3398 | 2024.07.15 22:21:37.439913 [ 3 ] {} <Debug> HTTP-Session: e886ca81-d3f4-4916-8617-6ca647077095 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3399 | 2024.07.15 22:21:37.439994 [ 197 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_6_1} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3400 | 2024.07.15 22:21:37.440075 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3401 | 2024.07.15 22:21:42.410386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3402 | 2024.07.15 22:21:42.410524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3403 | 2024.07.15 22:21:42.410551 [ 3 ] {} <Debug> HTTP-Session: ff3d6628-a432-4c46-a1bd-56af34baa980 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3404 | 2024.07.15 22:21:42.410576 [ 3 ] {} <Debug> HTTP-Session: ff3d6628-a432-4c46-a1bd-56af34baa980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3405 | 2024.07.15 22:21:42.410590 [ 3 ] {} <Debug> HTTP-Session: ff3d6628-a432-4c46-a1bd-56af34baa980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3406 | 2024.07.15 22:21:42.410640 [ 3 ] {} <Trace> HTTP-Session: ff3d6628-a432-4c46-a1bd-56af34baa980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3407 | 2024.07.15 22:21:42.410836 [ 3 ] {8b2f3692-1d81-4da9-b391-45519d0b201a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3408 | 2024.07.15 22:21:42.410905 [ 3 ] {8b2f3692-1d81-4da9-b391-45519d0b201a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3409 | 2024.07.15 22:21:42.411098 [ 3 ] {8b2f3692-1d81-4da9-b391-45519d0b201a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3410 | 2024.07.15 22:21:42.411507 [ 3 ] {8b2f3692-1d81-4da9-b391-45519d0b201a} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3411 | 2024.07.15 22:21:42.411551 [ 3 ] {8b2f3692-1d81-4da9-b391-45519d0b201a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3412 | 2024.07.15 22:21:42.411921 [ 3 ] {8b2f3692-1d81-4da9-b391-45519d0b201a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3413 | 2024.07.15 22:21:42.412254 [ 3 ] {8b2f3692-1d81-4da9-b391-45519d0b201a} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3414 | 2024.07.15 22:21:42.412428 [ 3 ] {8b2f3692-1d81-4da9-b391-45519d0b201a} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001645 sec., 18237.0820668693 rows/sec., 1.44 MiB/sec. | ||
3415 | 2024.07.15 22:21:42.412620 [ 3 ] {8b2f3692-1d81-4da9-b391-45519d0b201a} <Debug> DynamicQueryHandler: Done processing query | ||
3416 | 2024.07.15 22:21:42.412648 [ 3 ] {8b2f3692-1d81-4da9-b391-45519d0b201a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3417 | 2024.07.15 22:21:42.412664 [ 3 ] {} <Debug> HTTP-Session: ff3d6628-a432-4c46-a1bd-56af34baa980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3418 | 2024.07.15 22:21:42.412841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3419 | 2024.07.15 22:21:42.412890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3420 | 2024.07.15 22:21:42.412910 [ 3 ] {} <Debug> HTTP-Session: 0fc5c265-24b0-456d-96b8-2ce29004321b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3421 | 2024.07.15 22:21:42.412927 [ 3 ] {} <Debug> HTTP-Session: 0fc5c265-24b0-456d-96b8-2ce29004321b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3422 | 2024.07.15 22:21:42.412941 [ 3 ] {} <Debug> HTTP-Session: 0fc5c265-24b0-456d-96b8-2ce29004321b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3423 | 2024.07.15 22:21:42.412973 [ 3 ] {} <Trace> HTTP-Session: 0fc5c265-24b0-456d-96b8-2ce29004321b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3424 | 2024.07.15 22:21:42.413110 [ 3 ] {6237d943-b68f-4911-ad72-e2e3d29a83ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3425 | 2024.07.15 22:21:42.413154 [ 3 ] {6237d943-b68f-4911-ad72-e2e3d29a83ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3426 | 2024.07.15 22:21:42.413275 [ 3 ] {6237d943-b68f-4911-ad72-e2e3d29a83ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3427 | 2024.07.15 22:21:42.413673 [ 3 ] {6237d943-b68f-4911-ad72-e2e3d29a83ad} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3428 | 2024.07.15 22:21:42.413710 [ 3 ] {6237d943-b68f-4911-ad72-e2e3d29a83ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3429 | 2024.07.15 22:21:42.414030 [ 3 ] {6237d943-b68f-4911-ad72-e2e3d29a83ad} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3430 | 2024.07.15 22:21:42.414344 [ 3 ] {6237d943-b68f-4911-ad72-e2e3d29a83ad} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3431 | 2024.07.15 22:21:42.414477 [ 3 ] {6237d943-b68f-4911-ad72-e2e3d29a83ad} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001423 sec., 102600.14054813774 rows/sec., 8.61 MiB/sec. | ||
3432 | 2024.07.15 22:21:42.414753 [ 3 ] {6237d943-b68f-4911-ad72-e2e3d29a83ad} <Debug> DynamicQueryHandler: Done processing query | ||
3433 | 2024.07.15 22:21:42.414780 [ 3 ] {6237d943-b68f-4911-ad72-e2e3d29a83ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3434 | 2024.07.15 22:21:42.414796 [ 3 ] {} <Debug> HTTP-Session: 0fc5c265-24b0-456d-96b8-2ce29004321b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3435 | 2024.07.15 22:21:42.414920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3436 | 2024.07.15 22:21:42.414970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3437 | 2024.07.15 22:21:42.414989 [ 3 ] {} <Debug> HTTP-Session: 6cf45112-f8e1-4cc4-9171-209c2f49f1dc Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3438 | 2024.07.15 22:21:42.415005 [ 3 ] {} <Debug> HTTP-Session: 6cf45112-f8e1-4cc4-9171-209c2f49f1dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3439 | 2024.07.15 22:21:42.415020 [ 3 ] {} <Debug> HTTP-Session: 6cf45112-f8e1-4cc4-9171-209c2f49f1dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3440 | 2024.07.15 22:21:42.415050 [ 3 ] {} <Trace> HTTP-Session: 6cf45112-f8e1-4cc4-9171-209c2f49f1dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3441 | 2024.07.15 22:21:42.415178 [ 3 ] {f12931ad-a8d0-404c-a832-b3dd47adb218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3442 | 2024.07.15 22:21:42.415222 [ 3 ] {f12931ad-a8d0-404c-a832-b3dd47adb218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3443 | 2024.07.15 22:21:42.415369 [ 3 ] {f12931ad-a8d0-404c-a832-b3dd47adb218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3444 | 2024.07.15 22:21:42.415703 [ 3 ] {f12931ad-a8d0-404c-a832-b3dd47adb218} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3445 | 2024.07.15 22:21:42.415740 [ 3 ] {f12931ad-a8d0-404c-a832-b3dd47adb218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3446 | 2024.07.15 22:21:42.416043 [ 3 ] {f12931ad-a8d0-404c-a832-b3dd47adb218} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3447 | 2024.07.15 22:21:42.416344 [ 3 ] {f12931ad-a8d0-404c-a832-b3dd47adb218} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3448 | 2024.07.15 22:21:42.416503 [ 3 ] {f12931ad-a8d0-404c-a832-b3dd47adb218} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001374 sec., 72780.20378457059 rows/sec., 5.69 MiB/sec. | ||
3449 | 2024.07.15 22:21:42.416655 [ 3 ] {f12931ad-a8d0-404c-a832-b3dd47adb218} <Debug> DynamicQueryHandler: Done processing query | ||
3450 | 2024.07.15 22:21:42.416679 [ 3 ] {f12931ad-a8d0-404c-a832-b3dd47adb218} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3451 | 2024.07.15 22:21:42.416695 [ 3 ] {} <Debug> HTTP-Session: 6cf45112-f8e1-4cc4-9171-209c2f49f1dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3452 | 2024.07.15 22:21:42.416839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3453 | 2024.07.15 22:21:42.416887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3454 | 2024.07.15 22:21:42.416905 [ 3 ] {} <Debug> HTTP-Session: 86d61c31-8737-4f7f-bd4b-bc81a259d3c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3455 | 2024.07.15 22:21:42.416922 [ 3 ] {} <Debug> HTTP-Session: 86d61c31-8737-4f7f-bd4b-bc81a259d3c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3456 | 2024.07.15 22:21:42.416936 [ 3 ] {} <Debug> HTTP-Session: 86d61c31-8737-4f7f-bd4b-bc81a259d3c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3457 | 2024.07.15 22:21:42.416967 [ 3 ] {} <Trace> HTTP-Session: 86d61c31-8737-4f7f-bd4b-bc81a259d3c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3458 | 2024.07.15 22:21:42.417108 [ 3 ] {899c3e44-b0b0-4498-a929-8f663785a131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3459 | 2024.07.15 22:21:42.417155 [ 3 ] {899c3e44-b0b0-4498-a929-8f663785a131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3460 | 2024.07.15 22:21:42.417299 [ 3 ] {899c3e44-b0b0-4498-a929-8f663785a131} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3461 | 2024.07.15 22:21:42.417668 [ 3 ] {899c3e44-b0b0-4498-a929-8f663785a131} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3462 | 2024.07.15 22:21:42.417704 [ 3 ] {899c3e44-b0b0-4498-a929-8f663785a131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3463 | 2024.07.15 22:21:42.418087 [ 3 ] {899c3e44-b0b0-4498-a929-8f663785a131} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3464 | 2024.07.15 22:21:42.418414 [ 3 ] {899c3e44-b0b0-4498-a929-8f663785a131} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3465 | 2024.07.15 22:21:42.418569 [ 3 ] {899c3e44-b0b0-4498-a929-8f663785a131} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00152 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec. | ||
3466 | 2024.07.15 22:21:42.418734 [ 3 ] {899c3e44-b0b0-4498-a929-8f663785a131} <Debug> DynamicQueryHandler: Done processing query | ||
3467 | 2024.07.15 22:21:42.418759 [ 3 ] {899c3e44-b0b0-4498-a929-8f663785a131} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3468 | 2024.07.15 22:21:42.418774 [ 3 ] {} <Debug> HTTP-Session: 86d61c31-8737-4f7f-bd4b-bc81a259d3c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3469 | 2024.07.15 22:21:42.418948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3470 | 2024.07.15 22:21:42.418996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3471 | 2024.07.15 22:21:42.419015 [ 3 ] {} <Debug> HTTP-Session: c4dce389-fcc2-48e6-91e9-ebc53df4f719 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3472 | 2024.07.15 22:21:42.419032 [ 3 ] {} <Debug> HTTP-Session: c4dce389-fcc2-48e6-91e9-ebc53df4f719 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3473 | 2024.07.15 22:21:42.419046 [ 3 ] {} <Debug> HTTP-Session: c4dce389-fcc2-48e6-91e9-ebc53df4f719 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3474 | 2024.07.15 22:21:42.419076 [ 3 ] {} <Trace> HTTP-Session: c4dce389-fcc2-48e6-91e9-ebc53df4f719 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3475 | 2024.07.15 22:21:42.419490 [ 3 ] {1a133eb9-d768-4e0a-82fb-8ba34962c870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3476 | 2024.07.15 22:21:42.419553 [ 3 ] {1a133eb9-d768-4e0a-82fb-8ba34962c870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3477 | 2024.07.15 22:21:42.419976 [ 3 ] {1a133eb9-d768-4e0a-82fb-8ba34962c870} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3478 | 2024.07.15 22:21:42.420588 [ 3 ] {1a133eb9-d768-4e0a-82fb-8ba34962c870} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3479 | 2024.07.15 22:21:42.420625 [ 3 ] {1a133eb9-d768-4e0a-82fb-8ba34962c870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3480 | 2024.07.15 22:21:42.421244 [ 3 ] {1a133eb9-d768-4e0a-82fb-8ba34962c870} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3481 | 2024.07.15 22:21:42.421652 [ 3 ] {1a133eb9-d768-4e0a-82fb-8ba34962c870} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3482 | 2024.07.15 22:21:42.421827 [ 3 ] {1a133eb9-d768-4e0a-82fb-8ba34962c870} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002663 sec., 11265.490048817124 rows/sec., 20.19 MiB/sec. | ||
3483 | 2024.07.15 22:21:42.422017 [ 3 ] {1a133eb9-d768-4e0a-82fb-8ba34962c870} <Debug> DynamicQueryHandler: Done processing query | ||
3484 | 2024.07.15 22:21:42.422043 [ 3 ] {1a133eb9-d768-4e0a-82fb-8ba34962c870} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3485 | 2024.07.15 22:21:42.422058 [ 3 ] {} <Debug> HTTP-Session: c4dce389-fcc2-48e6-91e9-ebc53df4f719 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3486 | 2024.07.15 22:21:42.422163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3487 | 2024.07.15 22:21:42.422210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3488 | 2024.07.15 22:21:42.422229 [ 3 ] {} <Debug> HTTP-Session: 89288ea4-2e83-415c-a155-874b9ca499c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3489 | 2024.07.15 22:21:42.422245 [ 3 ] {} <Debug> HTTP-Session: 89288ea4-2e83-415c-a155-874b9ca499c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3490 | 2024.07.15 22:21:42.422259 [ 3 ] {} <Debug> HTTP-Session: 89288ea4-2e83-415c-a155-874b9ca499c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3491 | 2024.07.15 22:21:42.422289 [ 3 ] {} <Trace> HTTP-Session: 89288ea4-2e83-415c-a155-874b9ca499c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3492 | 2024.07.15 22:21:42.422382 [ 3 ] {63bf4d2b-f04f-4b85-87b0-98468d34af5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3493 | 2024.07.15 22:21:42.422426 [ 3 ] {63bf4d2b-f04f-4b85-87b0-98468d34af5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3494 | 2024.07.15 22:21:42.422549 [ 3 ] {63bf4d2b-f04f-4b85-87b0-98468d34af5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3495 | 2024.07.15 22:21:42.422825 [ 3 ] {63bf4d2b-f04f-4b85-87b0-98468d34af5d} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3496 | 2024.07.15 22:21:42.422861 [ 3 ] {63bf4d2b-f04f-4b85-87b0-98468d34af5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3497 | 2024.07.15 22:21:42.423206 [ 3 ] {63bf4d2b-f04f-4b85-87b0-98468d34af5d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3498 | 2024.07.15 22:21:42.423523 [ 3 ] {63bf4d2b-f04f-4b85-87b0-98468d34af5d} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3499 | 2024.07.15 22:21:42.423682 [ 3 ] {63bf4d2b-f04f-4b85-87b0-98468d34af5d} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 320.35 KiB/sec. | ||
3500 | 2024.07.15 22:21:42.423841 [ 3 ] {63bf4d2b-f04f-4b85-87b0-98468d34af5d} <Debug> DynamicQueryHandler: Done processing query | ||
3501 | 2024.07.15 22:21:42.423865 [ 3 ] {63bf4d2b-f04f-4b85-87b0-98468d34af5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3502 | 2024.07.15 22:21:42.423881 [ 3 ] {} <Debug> HTTP-Session: 89288ea4-2e83-415c-a155-874b9ca499c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3503 | 2024.07.15 22:21:42.423989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3504 | 2024.07.15 22:21:42.424036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3505 | 2024.07.15 22:21:42.424055 [ 3 ] {} <Debug> HTTP-Session: 3d501817-d932-49aa-b348-8c770f2af1c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3506 | 2024.07.15 22:21:42.424071 [ 3 ] {} <Debug> HTTP-Session: 3d501817-d932-49aa-b348-8c770f2af1c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3507 | 2024.07.15 22:21:42.424085 [ 3 ] {} <Debug> HTTP-Session: 3d501817-d932-49aa-b348-8c770f2af1c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3508 | 2024.07.15 22:21:42.424115 [ 3 ] {} <Trace> HTTP-Session: 3d501817-d932-49aa-b348-8c770f2af1c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3509 | 2024.07.15 22:21:42.424230 [ 3 ] {14a4cd88-5ed8-48b2-841b-33f0d84b9500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3510 | 2024.07.15 22:21:42.424272 [ 3 ] {14a4cd88-5ed8-48b2-841b-33f0d84b9500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3511 | 2024.07.15 22:21:42.424398 [ 3 ] {14a4cd88-5ed8-48b2-841b-33f0d84b9500} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3512 | 2024.07.15 22:21:42.424689 [ 3 ] {14a4cd88-5ed8-48b2-841b-33f0d84b9500} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3513 | 2024.07.15 22:21:42.424725 [ 3 ] {14a4cd88-5ed8-48b2-841b-33f0d84b9500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3514 | 2024.07.15 22:21:42.425070 [ 3 ] {14a4cd88-5ed8-48b2-841b-33f0d84b9500} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3515 | 2024.07.15 22:21:42.425382 [ 3 ] {14a4cd88-5ed8-48b2-841b-33f0d84b9500} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3516 | 2024.07.15 22:21:42.425539 [ 3 ] {14a4cd88-5ed8-48b2-841b-33f0d84b9500} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. | ||
3517 | 2024.07.15 22:21:42.425822 [ 3 ] {14a4cd88-5ed8-48b2-841b-33f0d84b9500} <Debug> DynamicQueryHandler: Done processing query | ||
3518 | 2024.07.15 22:21:42.425848 [ 3 ] {14a4cd88-5ed8-48b2-841b-33f0d84b9500} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3519 | 2024.07.15 22:21:42.425863 [ 3 ] {} <Debug> HTTP-Session: 3d501817-d932-49aa-b348-8c770f2af1c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3520 | 2024.07.15 22:21:47.413948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3521 | 2024.07.15 22:21:47.414077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3522 | 2024.07.15 22:21:47.414104 [ 3 ] {} <Debug> HTTP-Session: 6f0bb2f2-2b92-4ed4-accf-1b99a4f25ff1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3523 | 2024.07.15 22:21:47.414133 [ 3 ] {} <Debug> HTTP-Session: 6f0bb2f2-2b92-4ed4-accf-1b99a4f25ff1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3524 | 2024.07.15 22:21:47.414148 [ 3 ] {} <Debug> HTTP-Session: 6f0bb2f2-2b92-4ed4-accf-1b99a4f25ff1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3525 | 2024.07.15 22:21:47.414198 [ 3 ] {} <Trace> HTTP-Session: 6f0bb2f2-2b92-4ed4-accf-1b99a4f25ff1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3526 | 2024.07.15 22:21:47.414378 [ 3 ] {196fb91d-a6e9-4f0b-a454-24f580ef0b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3527 | 2024.07.15 22:21:47.414448 [ 3 ] {196fb91d-a6e9-4f0b-a454-24f580ef0b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3528 | 2024.07.15 22:21:47.414646 [ 3 ] {196fb91d-a6e9-4f0b-a454-24f580ef0b89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3529 | 2024.07.15 22:21:47.415030 [ 3 ] {196fb91d-a6e9-4f0b-a454-24f580ef0b89} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3530 | 2024.07.15 22:21:47.415072 [ 3 ] {196fb91d-a6e9-4f0b-a454-24f580ef0b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3531 | 2024.07.15 22:21:47.415454 [ 3 ] {196fb91d-a6e9-4f0b-a454-24f580ef0b89} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3532 | 2024.07.15 22:21:47.415795 [ 3 ] {196fb91d-a6e9-4f0b-a454-24f580ef0b89} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3533 | 2024.07.15 22:21:47.415971 [ 3 ] {196fb91d-a6e9-4f0b-a454-24f580ef0b89} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001641 sec., 3656.3071297989027 rows/sec., 207.10 KiB/sec. | ||
3534 | 2024.07.15 22:21:47.416161 [ 3 ] {196fb91d-a6e9-4f0b-a454-24f580ef0b89} <Debug> DynamicQueryHandler: Done processing query | ||
3535 | 2024.07.15 22:21:47.416188 [ 3 ] {196fb91d-a6e9-4f0b-a454-24f580ef0b89} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3536 | 2024.07.15 22:21:47.416206 [ 3 ] {} <Debug> HTTP-Session: 6f0bb2f2-2b92-4ed4-accf-1b99a4f25ff1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3537 | 2024.07.15 22:21:47.416328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3538 | 2024.07.15 22:21:47.416379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3539 | 2024.07.15 22:21:47.416400 [ 3 ] {} <Debug> HTTP-Session: 6318cdc1-c5c6-4ae6-83aa-7f5a971dd9f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3540 | 2024.07.15 22:21:47.416420 [ 3 ] {} <Debug> HTTP-Session: 6318cdc1-c5c6-4ae6-83aa-7f5a971dd9f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3541 | 2024.07.15 22:21:47.416436 [ 3 ] {} <Debug> HTTP-Session: 6318cdc1-c5c6-4ae6-83aa-7f5a971dd9f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3542 | 2024.07.15 22:21:47.416470 [ 3 ] {} <Trace> HTTP-Session: 6318cdc1-c5c6-4ae6-83aa-7f5a971dd9f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3543 | 2024.07.15 22:21:47.416568 [ 3 ] {d6c110d2-bb34-4f12-9800-745f5555f174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3544 | 2024.07.15 22:21:47.416641 [ 3 ] {d6c110d2-bb34-4f12-9800-745f5555f174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3545 | 2024.07.15 22:21:47.416794 [ 3 ] {d6c110d2-bb34-4f12-9800-745f5555f174} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3546 | 2024.07.15 22:21:47.417138 [ 3 ] {d6c110d2-bb34-4f12-9800-745f5555f174} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3547 | 2024.07.15 22:21:47.417175 [ 3 ] {d6c110d2-bb34-4f12-9800-745f5555f174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3548 | 2024.07.15 22:21:47.417484 [ 3 ] {d6c110d2-bb34-4f12-9800-745f5555f174} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3549 | 2024.07.15 22:21:47.417833 [ 3 ] {d6c110d2-bb34-4f12-9800-745f5555f174} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3550 | 2024.07.15 22:21:47.417987 [ 3 ] {d6c110d2-bb34-4f12-9800-745f5555f174} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001432 sec., 2793.296089385475 rows/sec., 227.77 KiB/sec. | ||
3551 | 2024.07.15 22:21:47.418239 [ 3 ] {d6c110d2-bb34-4f12-9800-745f5555f174} <Debug> DynamicQueryHandler: Done processing query | ||
3552 | 2024.07.15 22:21:47.418264 [ 3 ] {d6c110d2-bb34-4f12-9800-745f5555f174} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3553 | 2024.07.15 22:21:47.418280 [ 3 ] {} <Debug> HTTP-Session: 6318cdc1-c5c6-4ae6-83aa-7f5a971dd9f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3554 | 2024.07.15 22:21:47.418417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3555 | 2024.07.15 22:21:47.418467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3556 | 2024.07.15 22:21:47.418487 [ 3 ] {} <Debug> HTTP-Session: b04eaf11-1bd8-48ef-8155-521e9a7fa463 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3557 | 2024.07.15 22:21:47.418504 [ 3 ] {} <Debug> HTTP-Session: b04eaf11-1bd8-48ef-8155-521e9a7fa463 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3558 | 2024.07.15 22:21:47.418518 [ 3 ] {} <Debug> HTTP-Session: b04eaf11-1bd8-48ef-8155-521e9a7fa463 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3559 | 2024.07.15 22:21:47.418549 [ 3 ] {} <Trace> HTTP-Session: b04eaf11-1bd8-48ef-8155-521e9a7fa463 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3560 | 2024.07.15 22:21:47.418692 [ 3 ] {015df22f-ecb1-47b3-8889-9cabe7315959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3561 | 2024.07.15 22:21:47.418737 [ 3 ] {015df22f-ecb1-47b3-8889-9cabe7315959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3562 | 2024.07.15 22:21:47.418879 [ 3 ] {015df22f-ecb1-47b3-8889-9cabe7315959} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3563 | 2024.07.15 22:21:47.419265 [ 3 ] {015df22f-ecb1-47b3-8889-9cabe7315959} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3564 | 2024.07.15 22:21:47.419301 [ 3 ] {015df22f-ecb1-47b3-8889-9cabe7315959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3565 | 2024.07.15 22:21:47.419612 [ 3 ] {015df22f-ecb1-47b3-8889-9cabe7315959} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3566 | 2024.07.15 22:21:47.419927 [ 3 ] {015df22f-ecb1-47b3-8889-9cabe7315959} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3567 | 2024.07.15 22:21:47.420070 [ 3 ] {015df22f-ecb1-47b3-8889-9cabe7315959} <Debug> executeQuery: Read 163 rows, 14.70 KiB in 0.001432 sec., 113826.81564245811 rows/sec., 10.03 MiB/sec. | ||
3568 | 2024.07.15 22:21:47.420083 [ 33 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3569 | 2024.07.15 22:21:47.420184 [ 33 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3570 | 2024.07.15 22:21:47.420237 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3571 | 2024.07.15 22:21:47.420316 [ 3 ] {015df22f-ecb1-47b3-8889-9cabe7315959} <Debug> DynamicQueryHandler: Done processing query | ||
3572 | 2024.07.15 22:21:47.420362 [ 3 ] {015df22f-ecb1-47b3-8889-9cabe7315959} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3573 | 2024.07.15 22:21:47.420424 [ 3 ] {} <Debug> HTTP-Session: b04eaf11-1bd8-48ef-8155-521e9a7fa463 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3574 | 2024.07.15 22:21:47.420507 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
3575 | 2024.07.15 22:21:47.420602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3576 | 2024.07.15 22:21:47.420702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3577 | 2024.07.15 22:21:47.420752 [ 3 ] {} <Debug> HTTP-Session: 78f48b81-18c7-4377-ac4e-1eb2d3496edc Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3578 | 2024.07.15 22:21:47.420791 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3579 | 2024.07.15 22:21:47.420802 [ 3 ] {} <Debug> HTTP-Session: 78f48b81-18c7-4377-ac4e-1eb2d3496edc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3580 | 2024.07.15 22:21:47.420847 [ 3 ] {} <Debug> HTTP-Session: 78f48b81-18c7-4377-ac4e-1eb2d3496edc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3581 | 2024.07.15 22:21:47.420848 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 272 rows starting from the beginning of the part | ||
3582 | 2024.07.15 22:21:47.420902 [ 3 ] {} <Trace> HTTP-Session: 78f48b81-18c7-4377-ac4e-1eb2d3496edc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3583 | 2024.07.15 22:21:47.421069 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 161 rows starting from the beginning of the part | ||
3584 | 2024.07.15 22:21:47.421182 [ 3 ] {86f06c7b-9f0f-4947-92a7-7aafd7d2abeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3585 | 2024.07.15 22:21:47.421375 [ 3 ] {86f06c7b-9f0f-4947-92a7-7aafd7d2abeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3586 | 2024.07.15 22:21:47.421407 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 132 rows starting from the beginning of the part | ||
3587 | 2024.07.15 22:21:47.421863 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 198 rows starting from the beginning of the part | ||
3588 | 2024.07.15 22:21:47.422157 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 146 rows starting from the beginning of the part | ||
3589 | 2024.07.15 22:21:47.422600 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 163 rows starting from the beginning of the part | ||
3590 | 2024.07.15 22:21:47.422604 [ 3 ] {86f06c7b-9f0f-4947-92a7-7aafd7d2abeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3591 | 2024.07.15 22:21:47.424374 [ 197 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1072 rows, containing 4 columns (4 merged, 0 gathered) in 0.00402934 sec., 266048.5340030873 rows/sec., 22.94 MiB/sec. | ||
3592 | 2024.07.15 22:21:47.424570 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3593 | 2024.07.15 22:21:47.424957 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_16_3} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3594 | 2024.07.15 22:21:47.425034 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_16_3} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3595 | 2024.07.15 22:21:47.425121 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
3596 | 2024.07.15 22:21:47.425387 [ 3 ] {86f06c7b-9f0f-4947-92a7-7aafd7d2abeb} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3597 | 2024.07.15 22:21:47.425422 [ 3 ] {86f06c7b-9f0f-4947-92a7-7aafd7d2abeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3598 | 2024.07.15 22:21:47.425726 [ 3 ] {86f06c7b-9f0f-4947-92a7-7aafd7d2abeb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3599 | 2024.07.15 22:21:47.426041 [ 3 ] {86f06c7b-9f0f-4947-92a7-7aafd7d2abeb} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3600 | 2024.07.15 22:21:47.426193 [ 3 ] {86f06c7b-9f0f-4947-92a7-7aafd7d2abeb} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00512 sec., 781.2499999999999 rows/sec., 54.55 KiB/sec. | ||
3601 | 2024.07.15 22:21:47.426378 [ 3 ] {86f06c7b-9f0f-4947-92a7-7aafd7d2abeb} <Debug> DynamicQueryHandler: Done processing query | ||
3602 | 2024.07.15 22:21:47.426402 [ 3 ] {86f06c7b-9f0f-4947-92a7-7aafd7d2abeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3603 | 2024.07.15 22:21:47.426418 [ 3 ] {} <Debug> HTTP-Session: 78f48b81-18c7-4377-ac4e-1eb2d3496edc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3604 | 2024.07.15 22:21:47.426656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 62242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3605 | 2024.07.15 22:21:47.426705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3606 | 2024.07.15 22:21:47.426724 [ 3 ] {} <Debug> HTTP-Session: 4d834a7b-5913-4b21-b8de-e71d385c92bf Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3607 | 2024.07.15 22:21:47.426741 [ 3 ] {} <Debug> HTTP-Session: 4d834a7b-5913-4b21-b8de-e71d385c92bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3608 | 2024.07.15 22:21:47.426754 [ 3 ] {} <Debug> HTTP-Session: 4d834a7b-5913-4b21-b8de-e71d385c92bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3609 | 2024.07.15 22:21:47.426785 [ 3 ] {} <Trace> HTTP-Session: 4d834a7b-5913-4b21-b8de-e71d385c92bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3610 | 2024.07.15 22:21:47.427017 [ 3 ] {ef3075d2-18b8-47cd-ad40-f675fa63e29f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3611 | 2024.07.15 22:21:47.427060 [ 3 ] {ef3075d2-18b8-47cd-ad40-f675fa63e29f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3612 | 2024.07.15 22:21:47.427191 [ 3 ] {ef3075d2-18b8-47cd-ad40-f675fa63e29f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3613 | 2024.07.15 22:21:47.427727 [ 3 ] {ef3075d2-18b8-47cd-ad40-f675fa63e29f} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3614 | 2024.07.15 22:21:47.427763 [ 3 ] {ef3075d2-18b8-47cd-ad40-f675fa63e29f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3615 | 2024.07.15 22:21:47.428125 [ 3 ] {ef3075d2-18b8-47cd-ad40-f675fa63e29f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3616 | 2024.07.15 22:21:47.428432 [ 3 ] {ef3075d2-18b8-47cd-ad40-f675fa63e29f} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3617 | 2024.07.15 22:21:47.428576 [ 33 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3618 | 2024.07.15 22:21:47.428587 [ 3 ] {ef3075d2-18b8-47cd-ad40-f675fa63e29f} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.001701 sec., 226925.33803644913 rows/sec., 15.96 MiB/sec. | ||
3619 | 2024.07.15 22:21:47.428622 [ 33 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3620 | 2024.07.15 22:21:47.428677 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3621 | 2024.07.15 22:21:47.428944 [ 3 ] {ef3075d2-18b8-47cd-ad40-f675fa63e29f} <Debug> DynamicQueryHandler: Done processing query | ||
3622 | 2024.07.15 22:21:47.428960 [ 197 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
3623 | 2024.07.15 22:21:47.429020 [ 3 ] {ef3075d2-18b8-47cd-ad40-f675fa63e29f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3624 | 2024.07.15 22:21:47.429117 [ 3 ] {} <Debug> HTTP-Session: 4d834a7b-5913-4b21-b8de-e71d385c92bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3625 | 2024.07.15 22:21:47.429258 [ 197 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3626 | 2024.07.15 22:21:47.429289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3627 | 2024.07.15 22:21:47.429324 [ 197 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 443 rows starting from the beginning of the part | ||
3628 | 2024.07.15 22:21:47.429371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3629 | 2024.07.15 22:21:47.429425 [ 3 ] {} <Debug> HTTP-Session: 1e945413-2d4c-4e2c-a7c6-d9feed0b7535 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3630 | 2024.07.15 22:21:47.429514 [ 3 ] {} <Debug> HTTP-Session: 1e945413-2d4c-4e2c-a7c6-d9feed0b7535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3631 | 2024.07.15 22:21:47.429551 [ 3 ] {} <Debug> HTTP-Session: 1e945413-2d4c-4e2c-a7c6-d9feed0b7535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3632 | 2024.07.15 22:21:47.429632 [ 197 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 382 rows starting from the beginning of the part | ||
3633 | 2024.07.15 22:21:47.429656 [ 3 ] {} <Trace> HTTP-Session: 1e945413-2d4c-4e2c-a7c6-d9feed0b7535 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3634 | 2024.07.15 22:21:47.429841 [ 197 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 91 rows starting from the beginning of the part | ||
3635 | 2024.07.15 22:21:47.429919 [ 3 ] {96b371f7-087a-4572-bee0-fa39ead5a6ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3636 | 2024.07.15 22:21:47.430105 [ 3 ] {96b371f7-087a-4572-bee0-fa39ead5a6ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3637 | 2024.07.15 22:21:47.430127 [ 197 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 408 rows starting from the beginning of the part | ||
3638 | 2024.07.15 22:21:47.430527 [ 197 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 100 rows starting from the beginning of the part | ||
3639 | 2024.07.15 22:21:47.430839 [ 197 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 386 rows starting from the beginning of the part | ||
3640 | 2024.07.15 22:21:47.431380 [ 3 ] {96b371f7-087a-4572-bee0-fa39ead5a6ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3641 | 2024.07.15 22:21:47.431971 [ 3 ] {96b371f7-087a-4572-bee0-fa39ead5a6ac} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3642 | 2024.07.15 22:21:47.432038 [ 3 ] {96b371f7-087a-4572-bee0-fa39ead5a6ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3643 | 2024.07.15 22:21:47.433015 [ 3 ] {96b371f7-087a-4572-bee0-fa39ead5a6ac} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3644 | 2024.07.15 22:21:47.433613 [ 3 ] {96b371f7-087a-4572-bee0-fa39ead5a6ac} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3645 | 2024.07.15 22:21:47.433766 [ 197 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 4 columns (4 merged, 0 gathered) in 0.0049839 sec., 363169.4054856638 rows/sec., 25.95 MiB/sec. | ||
3646 | 2024.07.15 22:21:47.433896 [ 33 ] {} <Debug> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3647 | 2024.07.15 22:21:47.433929 [ 3 ] {96b371f7-087a-4572-bee0-fa39ead5a6ac} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004106 sec., 1461.2761811982464 rows/sec., 62.79 KiB/sec. | ||
3648 | 2024.07.15 22:21:47.433986 [ 33 ] {} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3649 | 2024.07.15 22:21:47.434066 [ 194 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3650 | 2024.07.15 22:21:47.434098 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3651 | 2024.07.15 22:21:47.434549 [ 3 ] {96b371f7-087a-4572-bee0-fa39ead5a6ac} <Debug> DynamicQueryHandler: Done processing query | ||
3652 | 2024.07.15 22:21:47.434583 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::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 | ||
3653 | 2024.07.15 22:21:47.434661 [ 3 ] {96b371f7-087a-4572-bee0-fa39ead5a6ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3654 | 2024.07.15 22:21:47.434764 [ 3 ] {} <Debug> HTTP-Session: 1e945413-2d4c-4e2c-a7c6-d9feed0b7535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3655 | 2024.07.15 22:21:47.435006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3656 | 2024.07.15 22:21:47.435150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3657 | 2024.07.15 22:21:47.435247 [ 3 ] {} <Debug> HTTP-Session: 62b76f49-8609-4977-9360-2f1d21c9b86f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3658 | 2024.07.15 22:21:47.435328 [ 3 ] {} <Debug> HTTP-Session: 62b76f49-8609-4977-9360-2f1d21c9b86f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3659 | 2024.07.15 22:21:47.435383 [ 3 ] {} <Debug> HTTP-Session: 62b76f49-8609-4977-9360-2f1d21c9b86f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3660 | 2024.07.15 22:21:47.435398 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3661 | 2024.07.15 22:21:47.435492 [ 3 ] {} <Trace> HTTP-Session: 62b76f49-8609-4977-9360-2f1d21c9b86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3662 | 2024.07.15 22:21:47.435560 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
3663 | 2024.07.15 22:21:47.435804 [ 194 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_16_3} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3664 | 2024.07.15 22:21:47.436075 [ 3 ] {bb4307f1-ab0a-4b31-95fe-d429efcaf5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3665 | 2024.07.15 22:21:47.436131 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
3666 | 2024.07.15 22:21:47.436353 [ 3 ] {bb4307f1-ab0a-4b31-95fe-d429efcaf5f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3667 | 2024.07.15 22:21:47.436422 [ 194 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_16_3} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3668 | 2024.07.15 22:21:47.436654 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
3669 | 2024.07.15 22:21:47.436853 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
3670 | 2024.07.15 22:21:47.437105 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
3671 | 2024.07.15 22:21:47.437405 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
3672 | 2024.07.15 22:21:47.437703 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
3673 | 2024.07.15 22:21:47.438155 [ 3 ] {bb4307f1-ab0a-4b31-95fe-d429efcaf5f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3674 | 2024.07.15 22:21:47.438973 [ 3 ] {bb4307f1-ab0a-4b31-95fe-d429efcaf5f7} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3675 | 2024.07.15 22:21:47.439052 [ 3 ] {bb4307f1-ab0a-4b31-95fe-d429efcaf5f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3676 | 2024.07.15 22:21:47.439943 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005667802 sec., 6351.668600985002 rows/sec., 272.92 KiB/sec. | ||
3677 | 2024.07.15 22:21:47.440106 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3678 | 2024.07.15 22:21:47.440119 [ 3 ] {bb4307f1-ab0a-4b31-95fe-d429efcaf5f7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3679 | 2024.07.15 22:21:47.440834 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_6_1} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3680 | 2024.07.15 22:21:47.440877 [ 3 ] {bb4307f1-ab0a-4b31-95fe-d429efcaf5f7} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3681 | 2024.07.15 22:21:47.440950 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_6_1} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3682 | 2024.07.15 22:21:47.441101 [ 33 ] {} <Debug> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3683 | 2024.07.15 22:21:47.441137 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3684 | 2024.07.15 22:21:47.441193 [ 3 ] {bb4307f1-ab0a-4b31-95fe-d429efcaf5f7} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.0054 sec., 14259.25925925926 rows/sec., 899.16 KiB/sec. | ||
3685 | 2024.07.15 22:21:47.441200 [ 33 ] {} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3686 | 2024.07.15 22:21:47.441275 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3687 | 2024.07.15 22:21:47.441472 [ 190 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::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 | ||
3688 | 2024.07.15 22:21:47.441516 [ 3 ] {bb4307f1-ab0a-4b31-95fe-d429efcaf5f7} <Debug> DynamicQueryHandler: Done processing query | ||
3689 | 2024.07.15 22:21:47.441546 [ 3 ] {bb4307f1-ab0a-4b31-95fe-d429efcaf5f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3690 | 2024.07.15 22:21:47.441575 [ 3 ] {} <Debug> HTTP-Session: 62b76f49-8609-4977-9360-2f1d21c9b86f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3691 | 2024.07.15 22:21:47.441638 [ 190 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3692 | 2024.07.15 22:21:47.441678 [ 190 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part | ||
3693 | 2024.07.15 22:21:47.441740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30962, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3694 | 2024.07.15 22:21:47.441905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3695 | 2024.07.15 22:21:47.441906 [ 190 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 77 rows starting from the beginning of the part | ||
3696 | 2024.07.15 22:21:47.441963 [ 3 ] {} <Debug> HTTP-Session: 66761086-cd1f-47a3-8510-4185db72baa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3697 | 2024.07.15 22:21:47.442074 [ 3 ] {} <Debug> HTTP-Session: 66761086-cd1f-47a3-8510-4185db72baa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3698 | 2024.07.15 22:21:47.442127 [ 3 ] {} <Debug> HTTP-Session: 66761086-cd1f-47a3-8510-4185db72baa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3699 | 2024.07.15 22:21:47.442138 [ 190 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 77 rows starting from the beginning of the part | ||
3700 | 2024.07.15 22:21:47.442226 [ 3 ] {} <Trace> HTTP-Session: 66761086-cd1f-47a3-8510-4185db72baa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3701 | 2024.07.15 22:21:47.442371 [ 190 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 77 rows starting from the beginning of the part | ||
3702 | 2024.07.15 22:21:47.442576 [ 190 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 77 rows starting from the beginning of the part | ||
3703 | 2024.07.15 22:21:47.442614 [ 3 ] {71d2f107-c7f5-4a3f-9629-0352951c0941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3704 | 2024.07.15 22:21:47.442838 [ 3 ] {71d2f107-c7f5-4a3f-9629-0352951c0941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3705 | 2024.07.15 22:21:47.442849 [ 190 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 77 rows starting from the beginning of the part | ||
3706 | 2024.07.15 22:21:47.443456 [ 3 ] {71d2f107-c7f5-4a3f-9629-0352951c0941} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3707 | 2024.07.15 22:21:47.444102 [ 3 ] {71d2f107-c7f5-4a3f-9629-0352951c0941} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3708 | 2024.07.15 22:21:47.444152 [ 3 ] {71d2f107-c7f5-4a3f-9629-0352951c0941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3709 | 2024.07.15 22:21:47.444721 [ 190 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 5 columns (5 merged, 0 gathered) in 0.003316906 sec., 139286.431391182 rows/sec., 8.58 MiB/sec. | ||
3710 | 2024.07.15 22:21:47.444761 [ 3 ] {71d2f107-c7f5-4a3f-9629-0352951c0941} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3711 | 2024.07.15 22:21:47.444943 [ 197 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3712 | 2024.07.15 22:21:47.445606 [ 3 ] {71d2f107-c7f5-4a3f-9629-0352951c0941} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3713 | 2024.07.15 22:21:47.445893 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3714 | 2024.07.15 22:21:47.445946 [ 3 ] {71d2f107-c7f5-4a3f-9629-0352951c0941} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.003479 sec., 46565.10491520552 rows/sec., 3.24 MiB/sec. | ||
3715 | 2024.07.15 22:21:47.445972 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3716 | 2024.07.15 22:21:47.446056 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3717 | 2024.07.15 22:21:47.446260 [ 197 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3718 | 2024.07.15 22:21:47.446543 [ 3 ] {71d2f107-c7f5-4a3f-9629-0352951c0941} <Debug> DynamicQueryHandler: Done processing query | ||
3719 | 2024.07.15 22:21:47.446577 [ 197 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3720 | 2024.07.15 22:21:47.446621 [ 3 ] {71d2f107-c7f5-4a3f-9629-0352951c0941} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3721 | 2024.07.15 22:21:47.446696 [ 3 ] {} <Debug> HTTP-Session: 66761086-cd1f-47a3-8510-4185db72baa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3722 | 2024.07.15 22:21:47.446677 [ 191 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
3723 | 2024.07.15 22:21:47.446902 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3724 | 2024.07.15 22:21:47.446997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3725 | 2024.07.15 22:21:47.447185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3726 | 2024.07.15 22:21:47.447260 [ 3 ] {} <Debug> HTTP-Session: 8354e16f-9e05-40dc-b142-44e4d84ab489 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3727 | 2024.07.15 22:21:47.447337 [ 3 ] {} <Debug> HTTP-Session: 8354e16f-9e05-40dc-b142-44e4d84ab489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3728 | 2024.07.15 22:21:47.447401 [ 3 ] {} <Debug> HTTP-Session: 8354e16f-9e05-40dc-b142-44e4d84ab489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3729 | 2024.07.15 22:21:47.447482 [ 191 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3730 | 2024.07.15 22:21:47.447493 [ 3 ] {} <Trace> HTTP-Session: 8354e16f-9e05-40dc-b142-44e4d84ab489 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3731 | 2024.07.15 22:21:47.447562 [ 191 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1618 rows starting from the beginning of the part | ||
3732 | 2024.07.15 22:21:47.447760 [ 3 ] {63d5aad1-9d77-49c0-ae47-629a425ab3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3733 | 2024.07.15 22:21:47.447907 [ 191 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
3734 | 2024.07.15 22:21:47.447929 [ 3 ] {63d5aad1-9d77-49c0-ae47-629a425ab3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3735 | 2024.07.15 22:21:47.448261 [ 191 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part | ||
3736 | 2024.07.15 22:21:47.448629 [ 191 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 197 rows starting from the beginning of the part | ||
3737 | 2024.07.15 22:21:47.448975 [ 191 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
3738 | 2024.07.15 22:21:47.449260 [ 3 ] {63d5aad1-9d77-49c0-ae47-629a425ab3bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3739 | 2024.07.15 22:21:47.449293 [ 191 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 162 rows starting from the beginning of the part | ||
3740 | 2024.07.15 22:21:47.450181 [ 3 ] {63d5aad1-9d77-49c0-ae47-629a425ab3bf} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3741 | 2024.07.15 22:21:47.450251 [ 3 ] {63d5aad1-9d77-49c0-ae47-629a425ab3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3742 | 2024.07.15 22:21:47.451194 [ 3 ] {63d5aad1-9d77-49c0-ae47-629a425ab3bf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3743 | 2024.07.15 22:21:47.452008 [ 3 ] {63d5aad1-9d77-49c0-ae47-629a425ab3bf} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3744 | 2024.07.15 22:21:47.452434 [ 3 ] {63d5aad1-9d77-49c0-ae47-629a425ab3bf} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004796 sec., 4795.663052543787 rows/sec., 259.41 KiB/sec. | ||
3745 | 2024.07.15 22:21:47.452782 [ 191 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2458 rows, containing 5 columns (5 merged, 0 gathered) in 0.00653413 sec., 376178.61903574003 rows/sec., 26.20 MiB/sec. | ||
3746 | 2024.07.15 22:21:47.452896 [ 3 ] {63d5aad1-9d77-49c0-ae47-629a425ab3bf} <Debug> DynamicQueryHandler: Done processing query | ||
3747 | 2024.07.15 22:21:47.452926 [ 3 ] {63d5aad1-9d77-49c0-ae47-629a425ab3bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3748 | 2024.07.15 22:21:47.452945 [ 3 ] {} <Debug> HTTP-Session: 8354e16f-9e05-40dc-b142-44e4d84ab489 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3749 | 2024.07.15 22:21:47.453068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3750 | 2024.07.15 22:21:47.453071 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3751 | 2024.07.15 22:21:47.453134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3752 | 2024.07.15 22:21:47.453168 [ 3 ] {} <Debug> HTTP-Session: b80a2512-bece-4216-a82e-db664c34f010 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3753 | 2024.07.15 22:21:47.453187 [ 3 ] {} <Debug> HTTP-Session: b80a2512-bece-4216-a82e-db664c34f010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3754 | 2024.07.15 22:21:47.453202 [ 3 ] {} <Debug> HTTP-Session: b80a2512-bece-4216-a82e-db664c34f010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3755 | 2024.07.15 22:21:47.453237 [ 3 ] {} <Trace> HTTP-Session: b80a2512-bece-4216-a82e-db664c34f010 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3756 | 2024.07.15 22:21:47.453419 [ 3 ] {d00a372b-d4c1-403f-8f53-3eaa81561606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3757 | 2024.07.15 22:21:47.453474 [ 3 ] {d00a372b-d4c1-403f-8f53-3eaa81561606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3758 | 2024.07.15 22:21:47.453643 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3759 | 2024.07.15 22:21:47.453700 [ 3 ] {d00a372b-d4c1-403f-8f53-3eaa81561606} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3760 | 2024.07.15 22:21:47.453762 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3761 | 2024.07.15 22:21:47.453879 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
3762 | 2024.07.15 22:21:47.454096 [ 3 ] {d00a372b-d4c1-403f-8f53-3eaa81561606} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3763 | 2024.07.15 22:21:47.454133 [ 3 ] {d00a372b-d4c1-403f-8f53-3eaa81561606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3764 | 2024.07.15 22:21:47.454500 [ 3 ] {d00a372b-d4c1-403f-8f53-3eaa81561606} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3765 | 2024.07.15 22:21:47.454825 [ 3 ] {d00a372b-d4c1-403f-8f53-3eaa81561606} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3766 | 2024.07.15 22:21:47.454953 [ 3 ] {d00a372b-d4c1-403f-8f53-3eaa81561606} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001614 sec., 37174.72118959108 rows/sec., 2.51 MiB/sec. | ||
3767 | 2024.07.15 22:21:47.454954 [ 30 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3768 | 2024.07.15 22:21:47.455019 [ 30 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3769 | 2024.07.15 22:21:47.455048 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3770 | 2024.07.15 22:21:47.455181 [ 3 ] {d00a372b-d4c1-403f-8f53-3eaa81561606} <Debug> DynamicQueryHandler: Done processing query | ||
3771 | 2024.07.15 22:21:47.455193 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
3772 | 2024.07.15 22:21:47.455215 [ 3 ] {d00a372b-d4c1-403f-8f53-3eaa81561606} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3773 | 2024.07.15 22:21:47.455268 [ 3 ] {} <Debug> HTTP-Session: b80a2512-bece-4216-a82e-db664c34f010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3774 | 2024.07.15 22:21:47.455385 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3775 | 2024.07.15 22:21:47.455423 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 518 rows starting from the beginning of the part | ||
3776 | 2024.07.15 22:21:47.455499 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
3777 | 2024.07.15 22:21:47.455678 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
3778 | 2024.07.15 22:21:47.455915 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
3779 | 2024.07.15 22:21:47.456057 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
3780 | 2024.07.15 22:21:47.456198 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
3781 | 2024.07.15 22:21:47.457352 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 818 rows, containing 4 columns (4 merged, 0 gathered) in 0.002238444 sec., 365432.4164464244 rows/sec., 24.70 MiB/sec. | ||
3782 | 2024.07.15 22:21:47.457574 [ 188 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3783 | 2024.07.15 22:21:47.458041 [ 188 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_16_3} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3784 | 2024.07.15 22:21:47.458133 [ 188 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_16_3} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3785 | 2024.07.15 22:21:47.458230 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
3786 | 2024.07.15 22:21:50.643205 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3787 | 2024.07.15 22:21:50.643313 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3788 | 2024.07.15 22:21:52.410806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3789 | 2024.07.15 22:21:52.410953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3790 | 2024.07.15 22:21:52.410986 [ 3 ] {} <Debug> HTTP-Session: 0ef0684f-f67b-4943-8d84-50194a271c04 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3791 | 2024.07.15 22:21:52.411023 [ 3 ] {} <Debug> HTTP-Session: 0ef0684f-f67b-4943-8d84-50194a271c04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3792 | 2024.07.15 22:21:52.411044 [ 3 ] {} <Debug> HTTP-Session: 0ef0684f-f67b-4943-8d84-50194a271c04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3793 | 2024.07.15 22:21:52.411109 [ 3 ] {} <Trace> HTTP-Session: 0ef0684f-f67b-4943-8d84-50194a271c04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3794 | 2024.07.15 22:21:52.411333 [ 3 ] {bb87e915-6285-45cd-8c27-b52cd5af5edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3795 | 2024.07.15 22:21:52.411411 [ 3 ] {bb87e915-6285-45cd-8c27-b52cd5af5edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3796 | 2024.07.15 22:21:52.411603 [ 3 ] {bb87e915-6285-45cd-8c27-b52cd5af5edc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3797 | 2024.07.15 22:21:52.412101 [ 3 ] {bb87e915-6285-45cd-8c27-b52cd5af5edc} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3798 | 2024.07.15 22:21:52.412143 [ 3 ] {bb87e915-6285-45cd-8c27-b52cd5af5edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3799 | 2024.07.15 22:21:52.412525 [ 3 ] {bb87e915-6285-45cd-8c27-b52cd5af5edc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3800 | 2024.07.15 22:21:52.412861 [ 3 ] {bb87e915-6285-45cd-8c27-b52cd5af5edc} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3801 | 2024.07.15 22:21:52.413007 [ 3 ] {bb87e915-6285-45cd-8c27-b52cd5af5edc} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001746 sec., 17182.13058419244 rows/sec., 1.36 MiB/sec. | ||
3802 | 2024.07.15 22:21:52.413331 [ 3 ] {bb87e915-6285-45cd-8c27-b52cd5af5edc} <Debug> DynamicQueryHandler: Done processing query | ||
3803 | 2024.07.15 22:21:52.413359 [ 3 ] {bb87e915-6285-45cd-8c27-b52cd5af5edc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3804 | 2024.07.15 22:21:52.413376 [ 3 ] {} <Debug> HTTP-Session: 0ef0684f-f67b-4943-8d84-50194a271c04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3805 | 2024.07.15 22:21:52.413496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3806 | 2024.07.15 22:21:52.413553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3807 | 2024.07.15 22:21:52.413572 [ 3 ] {} <Debug> HTTP-Session: 706876e4-00f6-4f80-a7ed-cbd26eb56c12 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3808 | 2024.07.15 22:21:52.413591 [ 3 ] {} <Debug> HTTP-Session: 706876e4-00f6-4f80-a7ed-cbd26eb56c12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3809 | 2024.07.15 22:21:52.413604 [ 3 ] {} <Debug> HTTP-Session: 706876e4-00f6-4f80-a7ed-cbd26eb56c12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3810 | 2024.07.15 22:21:52.413640 [ 3 ] {} <Trace> HTTP-Session: 706876e4-00f6-4f80-a7ed-cbd26eb56c12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3811 | 2024.07.15 22:21:52.413744 [ 3 ] {64a084e1-e020-497b-aa0c-6c31da40b24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3812 | 2024.07.15 22:21:52.413792 [ 3 ] {64a084e1-e020-497b-aa0c-6c31da40b24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3813 | 2024.07.15 22:21:52.413940 [ 3 ] {64a084e1-e020-497b-aa0c-6c31da40b24a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3814 | 2024.07.15 22:21:52.414250 [ 3 ] {64a084e1-e020-497b-aa0c-6c31da40b24a} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3815 | 2024.07.15 22:21:52.414285 [ 3 ] {64a084e1-e020-497b-aa0c-6c31da40b24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3816 | 2024.07.15 22:21:52.414584 [ 3 ] {64a084e1-e020-497b-aa0c-6c31da40b24a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3817 | 2024.07.15 22:21:52.414889 [ 3 ] {64a084e1-e020-497b-aa0c-6c31da40b24a} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3818 | 2024.07.15 22:21:52.415015 [ 3 ] {64a084e1-e020-497b-aa0c-6c31da40b24a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001301 sec., 1537.2790161414296 rows/sec., 125.35 KiB/sec. | ||
3819 | 2024.07.15 22:21:52.415175 [ 3 ] {64a084e1-e020-497b-aa0c-6c31da40b24a} <Debug> DynamicQueryHandler: Done processing query | ||
3820 | 2024.07.15 22:21:52.415199 [ 3 ] {64a084e1-e020-497b-aa0c-6c31da40b24a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3821 | 2024.07.15 22:21:52.415216 [ 3 ] {} <Debug> HTTP-Session: 706876e4-00f6-4f80-a7ed-cbd26eb56c12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3822 | 2024.07.15 22:21:52.415363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21550, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3823 | 2024.07.15 22:21:52.415411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3824 | 2024.07.15 22:21:52.415430 [ 3 ] {} <Debug> HTTP-Session: 67e8c7a4-ddcd-42e0-9740-795354dcfc7e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3825 | 2024.07.15 22:21:52.415447 [ 3 ] {} <Debug> HTTP-Session: 67e8c7a4-ddcd-42e0-9740-795354dcfc7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3826 | 2024.07.15 22:21:52.415461 [ 3 ] {} <Debug> HTTP-Session: 67e8c7a4-ddcd-42e0-9740-795354dcfc7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3827 | 2024.07.15 22:21:52.415491 [ 3 ] {} <Trace> HTTP-Session: 67e8c7a4-ddcd-42e0-9740-795354dcfc7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3828 | 2024.07.15 22:21:52.415623 [ 3 ] {f5637951-3971-4dab-8881-f33d28687bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3829 | 2024.07.15 22:21:52.415665 [ 3 ] {f5637951-3971-4dab-8881-f33d28687bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3830 | 2024.07.15 22:21:52.415784 [ 3 ] {f5637951-3971-4dab-8881-f33d28687bb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3831 | 2024.07.15 22:21:52.416171 [ 3 ] {f5637951-3971-4dab-8881-f33d28687bb9} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3832 | 2024.07.15 22:21:52.416206 [ 3 ] {f5637951-3971-4dab-8881-f33d28687bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3833 | 2024.07.15 22:21:52.416525 [ 3 ] {f5637951-3971-4dab-8881-f33d28687bb9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3834 | 2024.07.15 22:21:52.416830 [ 3 ] {f5637951-3971-4dab-8881-f33d28687bb9} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3835 | 2024.07.15 22:21:52.416955 [ 3 ] {f5637951-3971-4dab-8881-f33d28687bb9} <Debug> executeQuery: Read 147 rows, 12.62 KiB in 0.001387 sec., 105984.13842826243 rows/sec., 8.89 MiB/sec. | ||
3836 | 2024.07.15 22:21:52.417213 [ 3 ] {f5637951-3971-4dab-8881-f33d28687bb9} <Debug> DynamicQueryHandler: Done processing query | ||
3837 | 2024.07.15 22:21:52.417251 [ 3 ] {f5637951-3971-4dab-8881-f33d28687bb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3838 | 2024.07.15 22:21:52.417268 [ 3 ] {} <Debug> HTTP-Session: 67e8c7a4-ddcd-42e0-9740-795354dcfc7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3839 | 2024.07.15 22:21:52.417375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3840 | 2024.07.15 22:21:52.417423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3841 | 2024.07.15 22:21:52.417442 [ 3 ] {} <Debug> HTTP-Session: 0be26240-d100-4cb9-a823-019c00d7d562 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3842 | 2024.07.15 22:21:52.417458 [ 3 ] {} <Debug> HTTP-Session: 0be26240-d100-4cb9-a823-019c00d7d562 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3843 | 2024.07.15 22:21:52.417473 [ 3 ] {} <Debug> HTTP-Session: 0be26240-d100-4cb9-a823-019c00d7d562 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3844 | 2024.07.15 22:21:52.417504 [ 3 ] {} <Trace> HTTP-Session: 0be26240-d100-4cb9-a823-019c00d7d562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3845 | 2024.07.15 22:21:52.417608 [ 3 ] {d62d87a6-5286-44fb-aac2-df012d76a31c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3846 | 2024.07.15 22:21:52.417653 [ 3 ] {d62d87a6-5286-44fb-aac2-df012d76a31c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3847 | 2024.07.15 22:21:52.417802 [ 3 ] {d62d87a6-5286-44fb-aac2-df012d76a31c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3848 | 2024.07.15 22:21:52.418073 [ 3 ] {d62d87a6-5286-44fb-aac2-df012d76a31c} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3849 | 2024.07.15 22:21:52.418108 [ 3 ] {d62d87a6-5286-44fb-aac2-df012d76a31c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3850 | 2024.07.15 22:21:52.418403 [ 3 ] {d62d87a6-5286-44fb-aac2-df012d76a31c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3851 | 2024.07.15 22:21:52.418703 [ 3 ] {d62d87a6-5286-44fb-aac2-df012d76a31c} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3852 | 2024.07.15 22:21:52.418824 [ 3 ] {d62d87a6-5286-44fb-aac2-df012d76a31c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001238 sec., 1615.5088852988692 rows/sec., 112.80 KiB/sec. | ||
3853 | 2024.07.15 22:21:52.419068 [ 3 ] {d62d87a6-5286-44fb-aac2-df012d76a31c} <Debug> DynamicQueryHandler: Done processing query | ||
3854 | 2024.07.15 22:21:52.419093 [ 3 ] {d62d87a6-5286-44fb-aac2-df012d76a31c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3855 | 2024.07.15 22:21:52.419110 [ 3 ] {} <Debug> HTTP-Session: 0be26240-d100-4cb9-a823-019c00d7d562 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3856 | 2024.07.15 22:21:52.419228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3857 | 2024.07.15 22:21:52.419277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3858 | 2024.07.15 22:21:52.419296 [ 3 ] {} <Debug> HTTP-Session: 983e4611-0e00-45e6-935e-d1559a0b930b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3859 | 2024.07.15 22:21:52.419312 [ 3 ] {} <Debug> HTTP-Session: 983e4611-0e00-45e6-935e-d1559a0b930b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3860 | 2024.07.15 22:21:52.419327 [ 3 ] {} <Debug> HTTP-Session: 983e4611-0e00-45e6-935e-d1559a0b930b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3861 | 2024.07.15 22:21:52.419357 [ 3 ] {} <Trace> HTTP-Session: 983e4611-0e00-45e6-935e-d1559a0b930b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3862 | 2024.07.15 22:21:52.419475 [ 3 ] {29da70af-3948-40a6-b6c4-feda4d7c7ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3863 | 2024.07.15 22:21:52.419517 [ 3 ] {29da70af-3948-40a6-b6c4-feda4d7c7ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3864 | 2024.07.15 22:21:52.419656 [ 3 ] {29da70af-3948-40a6-b6c4-feda4d7c7ab3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3865 | 2024.07.15 22:21:52.420005 [ 3 ] {29da70af-3948-40a6-b6c4-feda4d7c7ab3} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3866 | 2024.07.15 22:21:52.420042 [ 3 ] {29da70af-3948-40a6-b6c4-feda4d7c7ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3867 | 2024.07.15 22:21:52.420353 [ 3 ] {29da70af-3948-40a6-b6c4-feda4d7c7ab3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3868 | 2024.07.15 22:21:52.420657 [ 3 ] {29da70af-3948-40a6-b6c4-feda4d7c7ab3} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3869 | 2024.07.15 22:21:52.420785 [ 3 ] {29da70af-3948-40a6-b6c4-feda4d7c7ab3} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001357 sec., 70744.2888725129 rows/sec., 5.53 MiB/sec. | ||
3870 | 2024.07.15 22:21:52.420942 [ 3 ] {29da70af-3948-40a6-b6c4-feda4d7c7ab3} <Debug> DynamicQueryHandler: Done processing query | ||
3871 | 2024.07.15 22:21:52.420966 [ 3 ] {29da70af-3948-40a6-b6c4-feda4d7c7ab3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3872 | 2024.07.15 22:21:52.420981 [ 3 ] {} <Debug> HTTP-Session: 983e4611-0e00-45e6-935e-d1559a0b930b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3873 | 2024.07.15 22:21:52.421124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30770, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3874 | 2024.07.15 22:21:52.421172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3875 | 2024.07.15 22:21:52.421191 [ 3 ] {} <Debug> HTTP-Session: 6ed47233-6f44-4e3e-8f53-9e7e4f889ed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3876 | 2024.07.15 22:21:52.421207 [ 3 ] {} <Debug> HTTP-Session: 6ed47233-6f44-4e3e-8f53-9e7e4f889ed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3877 | 2024.07.15 22:21:52.421221 [ 3 ] {} <Debug> HTTP-Session: 6ed47233-6f44-4e3e-8f53-9e7e4f889ed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3878 | 2024.07.15 22:21:52.421251 [ 3 ] {} <Trace> HTTP-Session: 6ed47233-6f44-4e3e-8f53-9e7e4f889ed2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3879 | 2024.07.15 22:21:52.421396 [ 3 ] {069356ee-2ecf-46af-aaba-fd81aa8c06d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3880 | 2024.07.15 22:21:52.421442 [ 3 ] {069356ee-2ecf-46af-aaba-fd81aa8c06d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3881 | 2024.07.15 22:21:52.421582 [ 3 ] {069356ee-2ecf-46af-aaba-fd81aa8c06d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3882 | 2024.07.15 22:21:52.421965 [ 3 ] {069356ee-2ecf-46af-aaba-fd81aa8c06d1} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3883 | 2024.07.15 22:21:52.421999 [ 3 ] {069356ee-2ecf-46af-aaba-fd81aa8c06d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3884 | 2024.07.15 22:21:52.422382 [ 3 ] {069356ee-2ecf-46af-aaba-fd81aa8c06d1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3885 | 2024.07.15 22:21:52.422721 [ 3 ] {069356ee-2ecf-46af-aaba-fd81aa8c06d1} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3886 | 2024.07.15 22:21:52.422846 [ 3 ] {069356ee-2ecf-46af-aaba-fd81aa8c06d1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001518 sec., 106060.60606060606 rows/sec., 7.39 MiB/sec. | ||
3887 | 2024.07.15 22:21:52.423008 [ 3 ] {069356ee-2ecf-46af-aaba-fd81aa8c06d1} <Debug> DynamicQueryHandler: Done processing query | ||
3888 | 2024.07.15 22:21:52.423031 [ 3 ] {069356ee-2ecf-46af-aaba-fd81aa8c06d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3889 | 2024.07.15 22:21:52.423047 [ 3 ] {} <Debug> HTTP-Session: 6ed47233-6f44-4e3e-8f53-9e7e4f889ed2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3890 | 2024.07.15 22:21:52.423198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3891 | 2024.07.15 22:21:52.423246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3892 | 2024.07.15 22:21:52.423265 [ 3 ] {} <Debug> HTTP-Session: ef69f918-e165-4439-b669-7c0955ee0c63 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3893 | 2024.07.15 22:21:52.423281 [ 3 ] {} <Debug> HTTP-Session: ef69f918-e165-4439-b669-7c0955ee0c63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3894 | 2024.07.15 22:21:52.423295 [ 3 ] {} <Debug> HTTP-Session: ef69f918-e165-4439-b669-7c0955ee0c63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3895 | 2024.07.15 22:21:52.423325 [ 3 ] {} <Trace> HTTP-Session: ef69f918-e165-4439-b669-7c0955ee0c63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3896 | 2024.07.15 22:21:52.423620 [ 3 ] {3c293ba0-afb7-40f7-9298-265d1a121242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3897 | 2024.07.15 22:21:52.423683 [ 3 ] {3c293ba0-afb7-40f7-9298-265d1a121242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3898 | 2024.07.15 22:21:52.424065 [ 3 ] {3c293ba0-afb7-40f7-9298-265d1a121242} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3899 | 2024.07.15 22:21:52.424809 [ 3 ] {3c293ba0-afb7-40f7-9298-265d1a121242} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3900 | 2024.07.15 22:21:52.424844 [ 3 ] {3c293ba0-afb7-40f7-9298-265d1a121242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3901 | 2024.07.15 22:21:52.425433 [ 3 ] {3c293ba0-afb7-40f7-9298-265d1a121242} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3902 | 2024.07.15 22:21:52.425837 [ 3 ] {3c293ba0-afb7-40f7-9298-265d1a121242} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3903 | 2024.07.15 22:21:52.425979 [ 3 ] {3c293ba0-afb7-40f7-9298-265d1a121242} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002573 sec., 11659.541391371939 rows/sec., 20.89 MiB/sec. | ||
3904 | 2024.07.15 22:21:52.426199 [ 3 ] {3c293ba0-afb7-40f7-9298-265d1a121242} <Debug> DynamicQueryHandler: Done processing query | ||
3905 | 2024.07.15 22:21:52.426224 [ 3 ] {3c293ba0-afb7-40f7-9298-265d1a121242} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3906 | 2024.07.15 22:21:52.426240 [ 3 ] {} <Debug> HTTP-Session: ef69f918-e165-4439-b669-7c0955ee0c63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3907 | 2024.07.15 22:21:52.426352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3908 | 2024.07.15 22:21:52.426402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3909 | 2024.07.15 22:21:52.426423 [ 3 ] {} <Debug> HTTP-Session: 8066b661-38ec-4726-bbcc-97dd6a0d9e33 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3910 | 2024.07.15 22:21:52.426439 [ 3 ] {} <Debug> HTTP-Session: 8066b661-38ec-4726-bbcc-97dd6a0d9e33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3911 | 2024.07.15 22:21:52.426453 [ 3 ] {} <Debug> HTTP-Session: 8066b661-38ec-4726-bbcc-97dd6a0d9e33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3912 | 2024.07.15 22:21:52.426483 [ 3 ] {} <Trace> HTTP-Session: 8066b661-38ec-4726-bbcc-97dd6a0d9e33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3913 | 2024.07.15 22:21:52.426613 [ 3 ] {816ac072-2f38-4444-b7c7-8c194752350a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3914 | 2024.07.15 22:21:52.426657 [ 3 ] {816ac072-2f38-4444-b7c7-8c194752350a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3915 | 2024.07.15 22:21:52.426782 [ 3 ] {816ac072-2f38-4444-b7c7-8c194752350a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3916 | 2024.07.15 22:21:52.427066 [ 3 ] {816ac072-2f38-4444-b7c7-8c194752350a} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3917 | 2024.07.15 22:21:52.427102 [ 3 ] {816ac072-2f38-4444-b7c7-8c194752350a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3918 | 2024.07.15 22:21:52.427459 [ 3 ] {816ac072-2f38-4444-b7c7-8c194752350a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3919 | 2024.07.15 22:21:52.427777 [ 3 ] {816ac072-2f38-4444-b7c7-8c194752350a} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3920 | 2024.07.15 22:21:52.427899 [ 3 ] {816ac072-2f38-4444-b7c7-8c194752350a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
3921 | 2024.07.15 22:21:52.428060 [ 3 ] {816ac072-2f38-4444-b7c7-8c194752350a} <Debug> DynamicQueryHandler: Done processing query | ||
3922 | 2024.07.15 22:21:52.428084 [ 3 ] {816ac072-2f38-4444-b7c7-8c194752350a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3923 | 2024.07.15 22:21:52.428100 [ 3 ] {} <Debug> HTTP-Session: 8066b661-38ec-4726-bbcc-97dd6a0d9e33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3924 | 2024.07.15 22:21:57.413708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3925 | 2024.07.15 22:21:57.413857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3926 | 2024.07.15 22:21:57.413886 [ 3 ] {} <Debug> HTTP-Session: ba757c18-4fff-4472-8f30-d52b830612d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3927 | 2024.07.15 22:21:57.413914 [ 3 ] {} <Debug> HTTP-Session: ba757c18-4fff-4472-8f30-d52b830612d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3928 | 2024.07.15 22:21:57.413933 [ 3 ] {} <Debug> HTTP-Session: ba757c18-4fff-4472-8f30-d52b830612d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3929 | 2024.07.15 22:21:57.413987 [ 3 ] {} <Trace> HTTP-Session: ba757c18-4fff-4472-8f30-d52b830612d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3930 | 2024.07.15 22:21:57.414185 [ 3 ] {9c1e98db-511a-4b06-8775-a3b117d4e688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3931 | 2024.07.15 22:21:57.414262 [ 3 ] {9c1e98db-511a-4b06-8775-a3b117d4e688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3932 | 2024.07.15 22:21:57.414474 [ 3 ] {9c1e98db-511a-4b06-8775-a3b117d4e688} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3933 | 2024.07.15 22:21:57.415136 [ 3 ] {9c1e98db-511a-4b06-8775-a3b117d4e688} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3934 | 2024.07.15 22:21:57.415182 [ 3 ] {9c1e98db-511a-4b06-8775-a3b117d4e688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3935 | 2024.07.15 22:21:57.415549 [ 3 ] {9c1e98db-511a-4b06-8775-a3b117d4e688} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3936 | 2024.07.15 22:21:57.415911 [ 3 ] {9c1e98db-511a-4b06-8775-a3b117d4e688} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3937 | 2024.07.15 22:21:57.416080 [ 59 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3938 | 2024.07.15 22:21:57.416099 [ 3 ] {9c1e98db-511a-4b06-8775-a3b117d4e688} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001964 sec., 3054.989816700611 rows/sec., 173.04 KiB/sec. | ||
3939 | 2024.07.15 22:21:57.416164 [ 59 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3940 | 2024.07.15 22:21:57.416222 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3941 | 2024.07.15 22:21:57.416385 [ 191 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
3942 | 2024.07.15 22:21:57.416450 [ 3 ] {9c1e98db-511a-4b06-8775-a3b117d4e688} <Debug> DynamicQueryHandler: Done processing query | ||
3943 | 2024.07.15 22:21:57.416500 [ 3 ] {9c1e98db-511a-4b06-8775-a3b117d4e688} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3944 | 2024.07.15 22:21:57.416548 [ 3 ] {} <Debug> HTTP-Session: ba757c18-4fff-4472-8f30-d52b830612d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3945 | 2024.07.15 22:21:57.416646 [ 191 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3946 | 2024.07.15 22:21:57.416686 [ 191 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 31 rows starting from the beginning of the part | ||
3947 | 2024.07.15 22:21:57.416777 [ 191 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
3948 | 2024.07.15 22:21:57.416836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3949 | 2024.07.15 22:21:57.417035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3950 | 2024.07.15 22:21:57.417176 [ 3 ] {} <Debug> HTTP-Session: 4bf1c5f8-2a36-4a22-8cf5-ba41a615a6b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3951 | 2024.07.15 22:21:57.417198 [ 191 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
3952 | 2024.07.15 22:21:57.417219 [ 3 ] {} <Debug> HTTP-Session: 4bf1c5f8-2a36-4a22-8cf5-ba41a615a6b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3953 | 2024.07.15 22:21:57.417277 [ 3 ] {} <Debug> HTTP-Session: 4bf1c5f8-2a36-4a22-8cf5-ba41a615a6b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3954 | 2024.07.15 22:21:57.417409 [ 3 ] {} <Trace> HTTP-Session: 4bf1c5f8-2a36-4a22-8cf5-ba41a615a6b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3955 | 2024.07.15 22:21:57.417471 [ 191 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
3956 | 2024.07.15 22:21:57.417742 [ 191 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
3957 | 2024.07.15 22:21:57.417800 [ 3 ] {a6e14aa1-ea17-44b0-aa58-58890639e6ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3958 | 2024.07.15 22:21:57.417959 [ 3 ] {a6e14aa1-ea17-44b0-aa58-58890639e6ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3959 | 2024.07.15 22:21:57.418112 [ 191 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
3960 | 2024.07.15 22:21:57.418779 [ 3 ] {a6e14aa1-ea17-44b0-aa58-58890639e6ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3961 | 2024.07.15 22:21:57.419764 [ 3 ] {a6e14aa1-ea17-44b0-aa58-58890639e6ce} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3962 | 2024.07.15 22:21:57.419833 [ 3 ] {a6e14aa1-ea17-44b0-aa58-58890639e6ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3963 | 2024.07.15 22:21:57.420752 [ 191 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.004446068 sec., 24516.04428902122 rows/sec., 1.79 MiB/sec. | ||
3964 | 2024.07.15 22:21:57.420797 [ 3 ] {a6e14aa1-ea17-44b0-aa58-58890639e6ce} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3965 | 2024.07.15 22:21:57.420937 [ 191 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3966 | 2024.07.15 22:21:57.421625 [ 3 ] {a6e14aa1-ea17-44b0-aa58-58890639e6ce} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3967 | 2024.07.15 22:21:57.421828 [ 191 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_11_2} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3968 | 2024.07.15 22:21:57.421955 [ 3 ] {a6e14aa1-ea17-44b0-aa58-58890639e6ce} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.004334 sec., 37148.131056760496 rows/sec., 3.28 MiB/sec. | ||
3969 | 2024.07.15 22:21:57.422035 [ 191 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_11_2} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3970 | 2024.07.15 22:21:57.422217 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3971 | 2024.07.15 22:21:57.422292 [ 3 ] {a6e14aa1-ea17-44b0-aa58-58890639e6ce} <Debug> DynamicQueryHandler: Done processing query | ||
3972 | 2024.07.15 22:21:57.422322 [ 3 ] {a6e14aa1-ea17-44b0-aa58-58890639e6ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3973 | 2024.07.15 22:21:57.422339 [ 3 ] {} <Debug> HTTP-Session: 4bf1c5f8-2a36-4a22-8cf5-ba41a615a6b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3974 | 2024.07.15 22:21:57.422514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3975 | 2024.07.15 22:21:57.422563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3976 | 2024.07.15 22:21:57.422583 [ 3 ] {} <Debug> HTTP-Session: b4711250-30d1-41a1-bcc8-e92fc85a4e50 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3977 | 2024.07.15 22:21:57.422599 [ 3 ] {} <Debug> HTTP-Session: b4711250-30d1-41a1-bcc8-e92fc85a4e50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3978 | 2024.07.15 22:21:57.422613 [ 3 ] {} <Debug> HTTP-Session: b4711250-30d1-41a1-bcc8-e92fc85a4e50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3979 | 2024.07.15 22:21:57.422643 [ 3 ] {} <Trace> HTTP-Session: b4711250-30d1-41a1-bcc8-e92fc85a4e50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3980 | 2024.07.15 22:21:57.422847 [ 3 ] {1daa792b-2f60-405c-b138-33d2399fdd33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3981 | 2024.07.15 22:21:57.422891 [ 3 ] {1daa792b-2f60-405c-b138-33d2399fdd33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3982 | 2024.07.15 22:21:57.423039 [ 3 ] {1daa792b-2f60-405c-b138-33d2399fdd33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3983 | 2024.07.15 22:21:57.423586 [ 3 ] {1daa792b-2f60-405c-b138-33d2399fdd33} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3984 | 2024.07.15 22:21:57.423622 [ 3 ] {1daa792b-2f60-405c-b138-33d2399fdd33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3985 | 2024.07.15 22:21:57.423951 [ 3 ] {1daa792b-2f60-405c-b138-33d2399fdd33} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3986 | 2024.07.15 22:21:57.424255 [ 3 ] {1daa792b-2f60-405c-b138-33d2399fdd33} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3987 | 2024.07.15 22:21:57.424418 [ 3 ] {1daa792b-2f60-405c-b138-33d2399fdd33} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001676 sec., 227923.62768496422 rows/sec., 16.01 MiB/sec. | ||
3988 | 2024.07.15 22:21:57.424738 [ 3 ] {1daa792b-2f60-405c-b138-33d2399fdd33} <Debug> DynamicQueryHandler: Done processing query | ||
3989 | 2024.07.15 22:21:57.424764 [ 3 ] {1daa792b-2f60-405c-b138-33d2399fdd33} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3990 | 2024.07.15 22:21:57.424781 [ 3 ] {} <Debug> HTTP-Session: b4711250-30d1-41a1-bcc8-e92fc85a4e50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3991 | 2024.07.15 22:21:57.424967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3992 | 2024.07.15 22:21:57.425016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3993 | 2024.07.15 22:21:57.425035 [ 3 ] {} <Debug> HTTP-Session: 2d7cf2d2-bdf4-4bab-9468-4d84eb501bcf Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
3994 | 2024.07.15 22:21:57.425052 [ 3 ] {} <Debug> HTTP-Session: 2d7cf2d2-bdf4-4bab-9468-4d84eb501bcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3995 | 2024.07.15 22:21:57.425066 [ 3 ] {} <Debug> HTTP-Session: 2d7cf2d2-bdf4-4bab-9468-4d84eb501bcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3996 | 2024.07.15 22:21:57.425096 [ 3 ] {} <Trace> HTTP-Session: 2d7cf2d2-bdf4-4bab-9468-4d84eb501bcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3997 | 2024.07.15 22:21:57.425193 [ 3 ] {9c57de73-e547-488b-8b7c-228901cf65fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3998 | 2024.07.15 22:21:57.425240 [ 3 ] {9c57de73-e547-488b-8b7c-228901cf65fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3999 | 2024.07.15 22:21:57.425391 [ 3 ] {9c57de73-e547-488b-8b7c-228901cf65fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4000 | 2024.07.15 22:21:57.425668 [ 3 ] {9c57de73-e547-488b-8b7c-228901cf65fd} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4001 | 2024.07.15 22:21:57.425704 [ 3 ] {9c57de73-e547-488b-8b7c-228901cf65fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4002 | 2024.07.15 22:21:57.426062 [ 3 ] {9c57de73-e547-488b-8b7c-228901cf65fd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4003 | 2024.07.15 22:21:57.426392 [ 3 ] {9c57de73-e547-488b-8b7c-228901cf65fd} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4004 | 2024.07.15 22:21:57.426555 [ 3 ] {9c57de73-e547-488b-8b7c-228901cf65fd} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001381 sec., 4344.677769732078 rows/sec., 186.69 KiB/sec. | ||
4005 | 2024.07.15 22:21:57.426826 [ 3 ] {9c57de73-e547-488b-8b7c-228901cf65fd} <Debug> DynamicQueryHandler: Done processing query | ||
4006 | 2024.07.15 22:21:57.426851 [ 3 ] {9c57de73-e547-488b-8b7c-228901cf65fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4007 | 2024.07.15 22:21:57.426868 [ 3 ] {} <Debug> HTTP-Session: 2d7cf2d2-bdf4-4bab-9468-4d84eb501bcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4008 | 2024.07.15 22:21:57.426983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4009 | 2024.07.15 22:21:57.427033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4010 | 2024.07.15 22:21:57.427053 [ 3 ] {} <Debug> HTTP-Session: df8a2d71-48a3-4e9d-bb08-7cb647f051e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4011 | 2024.07.15 22:21:57.427069 [ 3 ] {} <Debug> HTTP-Session: df8a2d71-48a3-4e9d-bb08-7cb647f051e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4012 | 2024.07.15 22:21:57.427083 [ 3 ] {} <Debug> HTTP-Session: df8a2d71-48a3-4e9d-bb08-7cb647f051e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4013 | 2024.07.15 22:21:57.427112 [ 3 ] {} <Trace> HTTP-Session: df8a2d71-48a3-4e9d-bb08-7cb647f051e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4014 | 2024.07.15 22:21:57.427237 [ 3 ] {3bcf1a9c-b0af-4fb4-bcd0-37a42dfeebdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4015 | 2024.07.15 22:21:57.427285 [ 3 ] {3bcf1a9c-b0af-4fb4-bcd0-37a42dfeebdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4016 | 2024.07.15 22:21:57.427443 [ 3 ] {3bcf1a9c-b0af-4fb4-bcd0-37a42dfeebdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4017 | 2024.07.15 22:21:57.427772 [ 3 ] {3bcf1a9c-b0af-4fb4-bcd0-37a42dfeebdb} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4018 | 2024.07.15 22:21:57.427808 [ 3 ] {3bcf1a9c-b0af-4fb4-bcd0-37a42dfeebdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4019 | 2024.07.15 22:21:57.428173 [ 3 ] {3bcf1a9c-b0af-4fb4-bcd0-37a42dfeebdb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4020 | 2024.07.15 22:21:57.428505 [ 3 ] {3bcf1a9c-b0af-4fb4-bcd0-37a42dfeebdb} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4021 | 2024.07.15 22:21:57.428659 [ 3 ] {3bcf1a9c-b0af-4fb4-bcd0-37a42dfeebdb} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001474 sec., 52238.80597014925 rows/sec., 3.22 MiB/sec. | ||
4022 | 2024.07.15 22:21:57.428827 [ 3 ] {3bcf1a9c-b0af-4fb4-bcd0-37a42dfeebdb} <Debug> DynamicQueryHandler: Done processing query | ||
4023 | 2024.07.15 22:21:57.428851 [ 3 ] {3bcf1a9c-b0af-4fb4-bcd0-37a42dfeebdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4024 | 2024.07.15 22:21:57.428867 [ 3 ] {} <Debug> HTTP-Session: df8a2d71-48a3-4e9d-bb08-7cb647f051e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4025 | 2024.07.15 22:21:57.429087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4026 | 2024.07.15 22:21:57.429137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4027 | 2024.07.15 22:21:57.429156 [ 3 ] {} <Debug> HTTP-Session: ec853b81-c55e-46d1-94a1-390dce76c177 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4028 | 2024.07.15 22:21:57.429172 [ 3 ] {} <Debug> HTTP-Session: ec853b81-c55e-46d1-94a1-390dce76c177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4029 | 2024.07.15 22:21:57.429186 [ 3 ] {} <Debug> HTTP-Session: ec853b81-c55e-46d1-94a1-390dce76c177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4030 | 2024.07.15 22:21:57.429215 [ 3 ] {} <Trace> HTTP-Session: ec853b81-c55e-46d1-94a1-390dce76c177 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4031 | 2024.07.15 22:21:57.429400 [ 3 ] {149c6afa-2870-4c1e-90b0-de908415a030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4032 | 2024.07.15 22:21:57.429445 [ 3 ] {149c6afa-2870-4c1e-90b0-de908415a030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4033 | 2024.07.15 22:21:57.429589 [ 3 ] {149c6afa-2870-4c1e-90b0-de908415a030} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4034 | 2024.07.15 22:21:57.429987 [ 3 ] {149c6afa-2870-4c1e-90b0-de908415a030} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4035 | 2024.07.15 22:21:57.430022 [ 3 ] {149c6afa-2870-4c1e-90b0-de908415a030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4036 | 2024.07.15 22:21:57.430433 [ 3 ] {149c6afa-2870-4c1e-90b0-de908415a030} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4037 | 2024.07.15 22:21:57.430833 [ 3 ] {149c6afa-2870-4c1e-90b0-de908415a030} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4038 | 2024.07.15 22:21:57.431030 [ 3 ] {149c6afa-2870-4c1e-90b0-de908415a030} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00172 sec., 93023.2558139535 rows/sec., 6.48 MiB/sec. | ||
4039 | 2024.07.15 22:21:57.431367 [ 3 ] {149c6afa-2870-4c1e-90b0-de908415a030} <Debug> DynamicQueryHandler: Done processing query | ||
4040 | 2024.07.15 22:21:57.431396 [ 3 ] {149c6afa-2870-4c1e-90b0-de908415a030} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4041 | 2024.07.15 22:21:57.431413 [ 3 ] {} <Debug> HTTP-Session: ec853b81-c55e-46d1-94a1-390dce76c177 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4042 | 2024.07.15 22:21:57.431522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4043 | 2024.07.15 22:21:57.431571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4044 | 2024.07.15 22:21:57.431590 [ 3 ] {} <Debug> HTTP-Session: 6f80d38c-5a4b-41a3-8366-d1aaf97e2d51 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4045 | 2024.07.15 22:21:57.431607 [ 3 ] {} <Debug> HTTP-Session: 6f80d38c-5a4b-41a3-8366-d1aaf97e2d51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4046 | 2024.07.15 22:21:57.431620 [ 3 ] {} <Debug> HTTP-Session: 6f80d38c-5a4b-41a3-8366-d1aaf97e2d51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4047 | 2024.07.15 22:21:57.431650 [ 3 ] {} <Trace> HTTP-Session: 6f80d38c-5a4b-41a3-8366-d1aaf97e2d51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4048 | 2024.07.15 22:21:57.431752 [ 3 ] {4d6111d9-2adc-4e54-acf9-29cda9cfbc3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4049 | 2024.07.15 22:21:57.431798 [ 3 ] {4d6111d9-2adc-4e54-acf9-29cda9cfbc3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4050 | 2024.07.15 22:21:57.431949 [ 3 ] {4d6111d9-2adc-4e54-acf9-29cda9cfbc3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4051 | 2024.07.15 22:21:57.432260 [ 3 ] {4d6111d9-2adc-4e54-acf9-29cda9cfbc3e} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4052 | 2024.07.15 22:21:57.432295 [ 3 ] {4d6111d9-2adc-4e54-acf9-29cda9cfbc3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4053 | 2024.07.15 22:21:57.432650 [ 3 ] {4d6111d9-2adc-4e54-acf9-29cda9cfbc3e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4054 | 2024.07.15 22:21:57.432974 [ 3 ] {4d6111d9-2adc-4e54-acf9-29cda9cfbc3e} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4055 | 2024.07.15 22:21:57.433123 [ 3 ] {4d6111d9-2adc-4e54-acf9-29cda9cfbc3e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001396 sec., 16475.6446991404 rows/sec., 891.22 KiB/sec. | ||
4056 | 2024.07.15 22:21:57.433277 [ 3 ] {4d6111d9-2adc-4e54-acf9-29cda9cfbc3e} <Debug> DynamicQueryHandler: Done processing query | ||
4057 | 2024.07.15 22:21:57.433301 [ 3 ] {4d6111d9-2adc-4e54-acf9-29cda9cfbc3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4058 | 2024.07.15 22:21:57.433316 [ 3 ] {} <Debug> HTTP-Session: 6f80d38c-5a4b-41a3-8366-d1aaf97e2d51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4059 | 2024.07.15 22:21:57.433439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4060 | 2024.07.15 22:21:57.433487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4061 | 2024.07.15 22:21:57.433506 [ 3 ] {} <Debug> HTTP-Session: 5e0a9613-fedf-4f1f-a501-a334f9b2921c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4062 | 2024.07.15 22:21:57.433523 [ 3 ] {} <Debug> HTTP-Session: 5e0a9613-fedf-4f1f-a501-a334f9b2921c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4063 | 2024.07.15 22:21:57.433537 [ 3 ] {} <Debug> HTTP-Session: 5e0a9613-fedf-4f1f-a501-a334f9b2921c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4064 | 2024.07.15 22:21:57.433567 [ 3 ] {} <Trace> HTTP-Session: 5e0a9613-fedf-4f1f-a501-a334f9b2921c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4065 | 2024.07.15 22:21:57.433686 [ 3 ] {e4bb29f2-d91c-4121-b360-8a411395dd6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4066 | 2024.07.15 22:21:57.433730 [ 3 ] {e4bb29f2-d91c-4121-b360-8a411395dd6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4067 | 2024.07.15 22:21:57.433859 [ 3 ] {e4bb29f2-d91c-4121-b360-8a411395dd6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4068 | 2024.07.15 22:21:57.434152 [ 3 ] {e4bb29f2-d91c-4121-b360-8a411395dd6a} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4069 | 2024.07.15 22:21:57.434193 [ 3 ] {e4bb29f2-d91c-4121-b360-8a411395dd6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4070 | 2024.07.15 22:21:57.434558 [ 3 ] {e4bb29f2-d91c-4121-b360-8a411395dd6a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4071 | 2024.07.15 22:21:57.434886 [ 3 ] {e4bb29f2-d91c-4121-b360-8a411395dd6a} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4072 | 2024.07.15 22:21:57.435043 [ 3 ] {e4bb29f2-d91c-4121-b360-8a411395dd6a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
4073 | 2024.07.15 22:21:57.435207 [ 3 ] {e4bb29f2-d91c-4121-b360-8a411395dd6a} <Debug> DynamicQueryHandler: Done processing query | ||
4074 | 2024.07.15 22:21:57.435231 [ 3 ] {e4bb29f2-d91c-4121-b360-8a411395dd6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4075 | 2024.07.15 22:21:57.435247 [ 3 ] {} <Debug> HTTP-Session: 5e0a9613-fedf-4f1f-a501-a334f9b2921c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4076 | 2024.07.15 22:22:02.410622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4077 | 2024.07.15 22:22:02.410755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4078 | 2024.07.15 22:22:02.410782 [ 3 ] {} <Debug> HTTP-Session: b7fdc31e-5103-49af-bc19-5e09c6ee7072 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4079 | 2024.07.15 22:22:02.410807 [ 3 ] {} <Debug> HTTP-Session: b7fdc31e-5103-49af-bc19-5e09c6ee7072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4080 | 2024.07.15 22:22:02.410823 [ 3 ] {} <Debug> HTTP-Session: b7fdc31e-5103-49af-bc19-5e09c6ee7072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4081 | 2024.07.15 22:22:02.410873 [ 3 ] {} <Trace> HTTP-Session: b7fdc31e-5103-49af-bc19-5e09c6ee7072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4082 | 2024.07.15 22:22:02.411062 [ 3 ] {42558e8a-5783-414e-93dd-3930826f8200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4083 | 2024.07.15 22:22:02.411129 [ 3 ] {42558e8a-5783-414e-93dd-3930826f8200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4084 | 2024.07.15 22:22:02.411323 [ 3 ] {42558e8a-5783-414e-93dd-3930826f8200} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4085 | 2024.07.15 22:22:02.411704 [ 3 ] {42558e8a-5783-414e-93dd-3930826f8200} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4086 | 2024.07.15 22:22:02.411751 [ 3 ] {42558e8a-5783-414e-93dd-3930826f8200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4087 | 2024.07.15 22:22:02.412129 [ 3 ] {42558e8a-5783-414e-93dd-3930826f8200} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4088 | 2024.07.15 22:22:02.412458 [ 3 ] {42558e8a-5783-414e-93dd-3930826f8200} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4089 | 2024.07.15 22:22:02.412622 [ 3 ] {42558e8a-5783-414e-93dd-3930826f8200} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001614 sec., 18587.36059479554 rows/sec., 1.47 MiB/sec. | ||
4090 | 2024.07.15 22:22:02.412949 [ 3 ] {42558e8a-5783-414e-93dd-3930826f8200} <Debug> DynamicQueryHandler: Done processing query | ||
4091 | 2024.07.15 22:22:02.412978 [ 3 ] {42558e8a-5783-414e-93dd-3930826f8200} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4092 | 2024.07.15 22:22:02.412995 [ 3 ] {} <Debug> HTTP-Session: b7fdc31e-5103-49af-bc19-5e09c6ee7072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4093 | 2024.07.15 22:22:02.413130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4094 | 2024.07.15 22:22:02.413183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4095 | 2024.07.15 22:22:02.413203 [ 3 ] {} <Debug> HTTP-Session: 2fe7c84f-0805-4100-9e10-d63662cc4f37 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4096 | 2024.07.15 22:22:02.413222 [ 3 ] {} <Debug> HTTP-Session: 2fe7c84f-0805-4100-9e10-d63662cc4f37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4097 | 2024.07.15 22:22:02.413236 [ 3 ] {} <Debug> HTTP-Session: 2fe7c84f-0805-4100-9e10-d63662cc4f37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4098 | 2024.07.15 22:22:02.413270 [ 3 ] {} <Trace> HTTP-Session: 2fe7c84f-0805-4100-9e10-d63662cc4f37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4099 | 2024.07.15 22:22:02.413416 [ 3 ] {14f80ecc-2c46-48c8-8ad6-7dc80398e2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4100 | 2024.07.15 22:22:02.413463 [ 3 ] {14f80ecc-2c46-48c8-8ad6-7dc80398e2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4101 | 2024.07.15 22:22:02.413608 [ 3 ] {14f80ecc-2c46-48c8-8ad6-7dc80398e2ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4102 | 2024.07.15 22:22:02.413962 [ 3 ] {14f80ecc-2c46-48c8-8ad6-7dc80398e2ca} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4103 | 2024.07.15 22:22:02.413998 [ 3 ] {14f80ecc-2c46-48c8-8ad6-7dc80398e2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4104 | 2024.07.15 22:22:02.414320 [ 3 ] {14f80ecc-2c46-48c8-8ad6-7dc80398e2ca} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4105 | 2024.07.15 22:22:02.414622 [ 3 ] {14f80ecc-2c46-48c8-8ad6-7dc80398e2ca} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4106 | 2024.07.15 22:22:02.414778 [ 3 ] {14f80ecc-2c46-48c8-8ad6-7dc80398e2ca} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001423 sec., 102600.14054813774 rows/sec., 8.61 MiB/sec. | ||
4107 | 2024.07.15 22:22:02.414929 [ 3 ] {14f80ecc-2c46-48c8-8ad6-7dc80398e2ca} <Debug> DynamicQueryHandler: Done processing query | ||
4108 | 2024.07.15 22:22:02.414953 [ 3 ] {14f80ecc-2c46-48c8-8ad6-7dc80398e2ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4109 | 2024.07.15 22:22:02.414969 [ 3 ] {} <Debug> HTTP-Session: 2fe7c84f-0805-4100-9e10-d63662cc4f37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4110 | 2024.07.15 22:22:02.415112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4111 | 2024.07.15 22:22:02.415159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4112 | 2024.07.15 22:22:02.415179 [ 3 ] {} <Debug> HTTP-Session: 8c8e5a1d-1d01-4775-a1f0-132526f2d450 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4113 | 2024.07.15 22:22:02.415195 [ 3 ] {} <Debug> HTTP-Session: 8c8e5a1d-1d01-4775-a1f0-132526f2d450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4114 | 2024.07.15 22:22:02.415210 [ 3 ] {} <Debug> HTTP-Session: 8c8e5a1d-1d01-4775-a1f0-132526f2d450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4115 | 2024.07.15 22:22:02.415239 [ 3 ] {} <Trace> HTTP-Session: 8c8e5a1d-1d01-4775-a1f0-132526f2d450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4116 | 2024.07.15 22:22:02.415353 [ 3 ] {a4f98a7c-143b-4a91-b336-9f227abbd42a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4117 | 2024.07.15 22:22:02.415395 [ 3 ] {a4f98a7c-143b-4a91-b336-9f227abbd42a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4118 | 2024.07.15 22:22:02.415518 [ 3 ] {a4f98a7c-143b-4a91-b336-9f227abbd42a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4119 | 2024.07.15 22:22:02.415820 [ 3 ] {a4f98a7c-143b-4a91-b336-9f227abbd42a} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4120 | 2024.07.15 22:22:02.415856 [ 3 ] {a4f98a7c-143b-4a91-b336-9f227abbd42a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4121 | 2024.07.15 22:22:02.416159 [ 3 ] {a4f98a7c-143b-4a91-b336-9f227abbd42a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4122 | 2024.07.15 22:22:02.416458 [ 3 ] {a4f98a7c-143b-4a91-b336-9f227abbd42a} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4123 | 2024.07.15 22:22:02.416602 [ 3 ] {a4f98a7c-143b-4a91-b336-9f227abbd42a} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001287 sec., 73038.07303807304 rows/sec., 5.70 MiB/sec. | ||
4124 | 2024.07.15 22:22:02.416749 [ 3 ] {a4f98a7c-143b-4a91-b336-9f227abbd42a} <Debug> DynamicQueryHandler: Done processing query | ||
4125 | 2024.07.15 22:22:02.416773 [ 3 ] {a4f98a7c-143b-4a91-b336-9f227abbd42a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4126 | 2024.07.15 22:22:02.416788 [ 3 ] {} <Debug> HTTP-Session: 8c8e5a1d-1d01-4775-a1f0-132526f2d450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4127 | 2024.07.15 22:22:02.417022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4128 | 2024.07.15 22:22:02.417069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4129 | 2024.07.15 22:22:02.417088 [ 3 ] {} <Debug> HTTP-Session: a161fdf3-908b-4132-a343-108a627cb9c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4130 | 2024.07.15 22:22:02.417104 [ 3 ] {} <Debug> HTTP-Session: a161fdf3-908b-4132-a343-108a627cb9c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4131 | 2024.07.15 22:22:02.417117 [ 3 ] {} <Debug> HTTP-Session: a161fdf3-908b-4132-a343-108a627cb9c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4132 | 2024.07.15 22:22:02.417148 [ 3 ] {} <Trace> HTTP-Session: a161fdf3-908b-4132-a343-108a627cb9c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4133 | 2024.07.15 22:22:02.417288 [ 3 ] {f85756b1-e21b-4b04-9667-11e8e8eed2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4134 | 2024.07.15 22:22:02.417335 [ 3 ] {f85756b1-e21b-4b04-9667-11e8e8eed2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4135 | 2024.07.15 22:22:02.417478 [ 3 ] {f85756b1-e21b-4b04-9667-11e8e8eed2bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4136 | 2024.07.15 22:22:02.417804 [ 3 ] {f85756b1-e21b-4b04-9667-11e8e8eed2bd} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4137 | 2024.07.15 22:22:02.417840 [ 3 ] {f85756b1-e21b-4b04-9667-11e8e8eed2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4138 | 2024.07.15 22:22:02.418225 [ 3 ] {f85756b1-e21b-4b04-9667-11e8e8eed2bd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4139 | 2024.07.15 22:22:02.418552 [ 3 ] {f85756b1-e21b-4b04-9667-11e8e8eed2bd} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4140 | 2024.07.15 22:22:02.418701 [ 3 ] {f85756b1-e21b-4b04-9667-11e8e8eed2bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. | ||
4141 | 2024.07.15 22:22:02.418855 [ 3 ] {f85756b1-e21b-4b04-9667-11e8e8eed2bd} <Debug> DynamicQueryHandler: Done processing query | ||
4142 | 2024.07.15 22:22:02.418879 [ 3 ] {f85756b1-e21b-4b04-9667-11e8e8eed2bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4143 | 2024.07.15 22:22:02.418895 [ 3 ] {} <Debug> HTTP-Session: a161fdf3-908b-4132-a343-108a627cb9c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4144 | 2024.07.15 22:22:02.419107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4145 | 2024.07.15 22:22:02.419154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4146 | 2024.07.15 22:22:02.419173 [ 3 ] {} <Debug> HTTP-Session: 96b2435a-d46e-443d-9ddc-f49c18687e1d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4147 | 2024.07.15 22:22:02.419189 [ 3 ] {} <Debug> HTTP-Session: 96b2435a-d46e-443d-9ddc-f49c18687e1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4148 | 2024.07.15 22:22:02.419203 [ 3 ] {} <Debug> HTTP-Session: 96b2435a-d46e-443d-9ddc-f49c18687e1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4149 | 2024.07.15 22:22:02.419233 [ 3 ] {} <Trace> HTTP-Session: 96b2435a-d46e-443d-9ddc-f49c18687e1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4150 | 2024.07.15 22:22:02.419927 [ 3 ] {9e35ee14-c042-4495-8e52-640d1f81e0a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4151 | 2024.07.15 22:22:02.419991 [ 3 ] {9e35ee14-c042-4495-8e52-640d1f81e0a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4152 | 2024.07.15 22:22:02.420478 [ 3 ] {9e35ee14-c042-4495-8e52-640d1f81e0a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4153 | 2024.07.15 22:22:02.421134 [ 3 ] {9e35ee14-c042-4495-8e52-640d1f81e0a8} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4154 | 2024.07.15 22:22:02.421171 [ 3 ] {9e35ee14-c042-4495-8e52-640d1f81e0a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4155 | 2024.07.15 22:22:02.421824 [ 3 ] {9e35ee14-c042-4495-8e52-640d1f81e0a8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4156 | 2024.07.15 22:22:02.422223 [ 3 ] {9e35ee14-c042-4495-8e52-640d1f81e0a8} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4157 | 2024.07.15 22:22:02.422403 [ 3 ] {9e35ee14-c042-4495-8e52-640d1f81e0a8} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00309 sec., 9708.73786407767 rows/sec., 17.40 MiB/sec. | ||
4158 | 2024.07.15 22:22:02.422592 [ 3 ] {9e35ee14-c042-4495-8e52-640d1f81e0a8} <Debug> DynamicQueryHandler: Done processing query | ||
4159 | 2024.07.15 22:22:02.422617 [ 3 ] {9e35ee14-c042-4495-8e52-640d1f81e0a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4160 | 2024.07.15 22:22:02.422633 [ 3 ] {} <Debug> HTTP-Session: 96b2435a-d46e-443d-9ddc-f49c18687e1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4161 | 2024.07.15 22:22:02.422794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4162 | 2024.07.15 22:22:02.422840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4163 | 2024.07.15 22:22:02.422859 [ 3 ] {} <Debug> HTTP-Session: 29a57b5d-176e-434b-b3e2-084a2803dba9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4164 | 2024.07.15 22:22:02.422876 [ 3 ] {} <Debug> HTTP-Session: 29a57b5d-176e-434b-b3e2-084a2803dba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4165 | 2024.07.15 22:22:02.422890 [ 3 ] {} <Debug> HTTP-Session: 29a57b5d-176e-434b-b3e2-084a2803dba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4166 | 2024.07.15 22:22:02.422920 [ 3 ] {} <Trace> HTTP-Session: 29a57b5d-176e-434b-b3e2-084a2803dba9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4167 | 2024.07.15 22:22:02.423028 [ 3 ] {85187e25-7260-4182-855c-4ec5a474b171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4168 | 2024.07.15 22:22:02.423073 [ 3 ] {85187e25-7260-4182-855c-4ec5a474b171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4169 | 2024.07.15 22:22:02.423197 [ 3 ] {85187e25-7260-4182-855c-4ec5a474b171} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4170 | 2024.07.15 22:22:02.423464 [ 3 ] {85187e25-7260-4182-855c-4ec5a474b171} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4171 | 2024.07.15 22:22:02.423500 [ 3 ] {85187e25-7260-4182-855c-4ec5a474b171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4172 | 2024.07.15 22:22:02.423850 [ 3 ] {85187e25-7260-4182-855c-4ec5a474b171} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4173 | 2024.07.15 22:22:02.424170 [ 3 ] {85187e25-7260-4182-855c-4ec5a474b171} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4174 | 2024.07.15 22:22:02.424315 [ 3 ] {85187e25-7260-4182-855c-4ec5a474b171} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
4175 | 2024.07.15 22:22:02.424465 [ 3 ] {85187e25-7260-4182-855c-4ec5a474b171} <Debug> DynamicQueryHandler: Done processing query | ||
4176 | 2024.07.15 22:22:02.424489 [ 3 ] {85187e25-7260-4182-855c-4ec5a474b171} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4177 | 2024.07.15 22:22:02.424505 [ 3 ] {} <Debug> HTTP-Session: 29a57b5d-176e-434b-b3e2-084a2803dba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4178 | 2024.07.15 22:22:05.643358 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4179 | 2024.07.15 22:22:05.643422 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4180 | 2024.07.15 22:22:07.417313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4181 | 2024.07.15 22:22:07.417427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4182 | 2024.07.15 22:22:07.417453 [ 3 ] {} <Debug> HTTP-Session: 7652f576-7c99-4a7c-a3e1-172dbafe20ba Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4183 | 2024.07.15 22:22:07.417477 [ 3 ] {} <Debug> HTTP-Session: 7652f576-7c99-4a7c-a3e1-172dbafe20ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4184 | 2024.07.15 22:22:07.417492 [ 3 ] {} <Debug> HTTP-Session: 7652f576-7c99-4a7c-a3e1-172dbafe20ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4185 | 2024.07.15 22:22:07.417543 [ 3 ] {} <Trace> HTTP-Session: 7652f576-7c99-4a7c-a3e1-172dbafe20ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4186 | 2024.07.15 22:22:07.417724 [ 3 ] {142643a5-f40b-4068-bc40-82ce6e7652b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4187 | 2024.07.15 22:22:07.417792 [ 3 ] {142643a5-f40b-4068-bc40-82ce6e7652b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4188 | 2024.07.15 22:22:07.417985 [ 3 ] {142643a5-f40b-4068-bc40-82ce6e7652b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4189 | 2024.07.15 22:22:07.418404 [ 3 ] {142643a5-f40b-4068-bc40-82ce6e7652b2} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4190 | 2024.07.15 22:22:07.418451 [ 3 ] {142643a5-f40b-4068-bc40-82ce6e7652b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4191 | 2024.07.15 22:22:07.418827 [ 3 ] {142643a5-f40b-4068-bc40-82ce6e7652b2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4192 | 2024.07.15 22:22:07.419168 [ 3 ] {142643a5-f40b-4068-bc40-82ce6e7652b2} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4193 | 2024.07.15 22:22:07.419344 [ 3 ] {142643a5-f40b-4068-bc40-82ce6e7652b2} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001662 sec., 3610.1083032490974 rows/sec., 204.48 KiB/sec. | ||
4194 | 2024.07.15 22:22:07.419552 [ 3 ] {142643a5-f40b-4068-bc40-82ce6e7652b2} <Debug> DynamicQueryHandler: Done processing query | ||
4195 | 2024.07.15 22:22:07.419580 [ 3 ] {142643a5-f40b-4068-bc40-82ce6e7652b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4196 | 2024.07.15 22:22:07.419596 [ 3 ] {} <Debug> HTTP-Session: 7652f576-7c99-4a7c-a3e1-172dbafe20ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4197 | 2024.07.15 22:22:07.419756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4198 | 2024.07.15 22:22:07.419812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4199 | 2024.07.15 22:22:07.419832 [ 3 ] {} <Debug> HTTP-Session: 9d690efd-c31c-41bd-95e2-e211aa9d09ff Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4200 | 2024.07.15 22:22:07.419850 [ 3 ] {} <Debug> HTTP-Session: 9d690efd-c31c-41bd-95e2-e211aa9d09ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4201 | 2024.07.15 22:22:07.419864 [ 3 ] {} <Debug> HTTP-Session: 9d690efd-c31c-41bd-95e2-e211aa9d09ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4202 | 2024.07.15 22:22:07.419900 [ 3 ] {} <Trace> HTTP-Session: 9d690efd-c31c-41bd-95e2-e211aa9d09ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4203 | 2024.07.15 22:22:07.420057 [ 3 ] {2ebaca59-e055-4efe-a6f8-bb711305a28a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4204 | 2024.07.15 22:22:07.420104 [ 3 ] {2ebaca59-e055-4efe-a6f8-bb711305a28a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4205 | 2024.07.15 22:22:07.420240 [ 3 ] {2ebaca59-e055-4efe-a6f8-bb711305a28a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4206 | 2024.07.15 22:22:07.420683 [ 3 ] {2ebaca59-e055-4efe-a6f8-bb711305a28a} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4207 | 2024.07.15 22:22:07.420725 [ 3 ] {2ebaca59-e055-4efe-a6f8-bb711305a28a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4208 | 2024.07.15 22:22:07.421076 [ 3 ] {2ebaca59-e055-4efe-a6f8-bb711305a28a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4209 | 2024.07.15 22:22:07.421405 [ 3 ] {2ebaca59-e055-4efe-a6f8-bb711305a28a} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4210 | 2024.07.15 22:22:07.421570 [ 3 ] {2ebaca59-e055-4efe-a6f8-bb711305a28a} <Debug> executeQuery: Read 197 rows, 17.37 KiB in 0.001576 sec., 125000 rows/sec., 10.76 MiB/sec. | ||
4211 | 2024.07.15 22:22:07.421843 [ 3 ] {2ebaca59-e055-4efe-a6f8-bb711305a28a} <Debug> DynamicQueryHandler: Done processing query | ||
4212 | 2024.07.15 22:22:07.421870 [ 3 ] {2ebaca59-e055-4efe-a6f8-bb711305a28a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4213 | 2024.07.15 22:22:07.421887 [ 3 ] {} <Debug> HTTP-Session: 9d690efd-c31c-41bd-95e2-e211aa9d09ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4214 | 2024.07.15 22:22:07.422159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4215 | 2024.07.15 22:22:07.422214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4216 | 2024.07.15 22:22:07.422234 [ 3 ] {} <Debug> HTTP-Session: 1900265e-0473-4fbe-aba0-f2cd119695ef Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4217 | 2024.07.15 22:22:07.422251 [ 3 ] {} <Debug> HTTP-Session: 1900265e-0473-4fbe-aba0-f2cd119695ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4218 | 2024.07.15 22:22:07.422266 [ 3 ] {} <Debug> HTTP-Session: 1900265e-0473-4fbe-aba0-f2cd119695ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4219 | 2024.07.15 22:22:07.422305 [ 3 ] {} <Trace> HTTP-Session: 1900265e-0473-4fbe-aba0-f2cd119695ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4220 | 2024.07.15 22:22:07.422674 [ 3 ] {209968b3-80ad-4176-9a67-39af5b4a8f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4221 | 2024.07.15 22:22:07.422721 [ 3 ] {209968b3-80ad-4176-9a67-39af5b4a8f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4222 | 2024.07.15 22:22:07.422874 [ 3 ] {209968b3-80ad-4176-9a67-39af5b4a8f5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4223 | 2024.07.15 22:22:07.423432 [ 3 ] {209968b3-80ad-4176-9a67-39af5b4a8f5c} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4224 | 2024.07.15 22:22:07.423471 [ 3 ] {209968b3-80ad-4176-9a67-39af5b4a8f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4225 | 2024.07.15 22:22:07.423815 [ 3 ] {209968b3-80ad-4176-9a67-39af5b4a8f5c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4226 | 2024.07.15 22:22:07.424121 [ 3 ] {209968b3-80ad-4176-9a67-39af5b4a8f5c} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4227 | 2024.07.15 22:22:07.424281 [ 3 ] {209968b3-80ad-4176-9a67-39af5b4a8f5c} <Debug> executeQuery: Read 406 rows, 29.37 KiB in 0.001843 sec., 220293.0005425936 rows/sec., 15.56 MiB/sec. | ||
4228 | 2024.07.15 22:22:07.424456 [ 3 ] {209968b3-80ad-4176-9a67-39af5b4a8f5c} <Debug> DynamicQueryHandler: Done processing query | ||
4229 | 2024.07.15 22:22:07.424480 [ 3 ] {209968b3-80ad-4176-9a67-39af5b4a8f5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
4230 | 2024.07.15 22:22:07.424496 [ 3 ] {} <Debug> HTTP-Session: 1900265e-0473-4fbe-aba0-f2cd119695ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4231 | 2024.07.15 22:22:07.424619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4232 | 2024.07.15 22:22:07.424670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4233 | 2024.07.15 22:22:07.424690 [ 3 ] {} <Debug> HTTP-Session: c73bd6fa-2253-4fee-92da-d49a9b51a2ef Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4234 | 2024.07.15 22:22:07.424706 [ 3 ] {} <Debug> HTTP-Session: c73bd6fa-2253-4fee-92da-d49a9b51a2ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4235 | 2024.07.15 22:22:07.424720 [ 3 ] {} <Debug> HTTP-Session: c73bd6fa-2253-4fee-92da-d49a9b51a2ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4236 | 2024.07.15 22:22:07.424753 [ 3 ] {} <Trace> HTTP-Session: c73bd6fa-2253-4fee-92da-d49a9b51a2ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4237 | 2024.07.15 22:22:07.424852 [ 3 ] {a95957b9-5e00-455b-9a76-c22d98a0ce33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4238 | 2024.07.15 22:22:07.424898 [ 3 ] {a95957b9-5e00-455b-9a76-c22d98a0ce33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4239 | 2024.07.15 22:22:07.425034 [ 3 ] {a95957b9-5e00-455b-9a76-c22d98a0ce33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4240 | 2024.07.15 22:22:07.425294 [ 3 ] {a95957b9-5e00-455b-9a76-c22d98a0ce33} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4241 | 2024.07.15 22:22:07.425330 [ 3 ] {a95957b9-5e00-455b-9a76-c22d98a0ce33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4242 | 2024.07.15 22:22:07.425685 [ 3 ] {a95957b9-5e00-455b-9a76-c22d98a0ce33} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4243 | 2024.07.15 22:22:07.426001 [ 3 ] {a95957b9-5e00-455b-9a76-c22d98a0ce33} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4244 | 2024.07.15 22:22:07.426156 [ 3 ] {a95957b9-5e00-455b-9a76-c22d98a0ce33} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001325 sec., 4528.301886792453 rows/sec., 194.58 KiB/sec. | ||
4245 | 2024.07.15 22:22:07.426438 [ 3 ] {a95957b9-5e00-455b-9a76-c22d98a0ce33} <Debug> DynamicQueryHandler: Done processing query | ||
4246 | 2024.07.15 22:22:07.426463 [ 3 ] {a95957b9-5e00-455b-9a76-c22d98a0ce33} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4247 | 2024.07.15 22:22:07.426478 [ 3 ] {} <Debug> HTTP-Session: c73bd6fa-2253-4fee-92da-d49a9b51a2ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4248 | 2024.07.15 22:22:07.426601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4249 | 2024.07.15 22:22:07.426649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4250 | 2024.07.15 22:22:07.426669 [ 3 ] {} <Debug> HTTP-Session: f0774539-f6ed-40a4-9918-248d8b57cda1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4251 | 2024.07.15 22:22:07.426686 [ 3 ] {} <Debug> HTTP-Session: f0774539-f6ed-40a4-9918-248d8b57cda1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4252 | 2024.07.15 22:22:07.426700 [ 3 ] {} <Debug> HTTP-Session: f0774539-f6ed-40a4-9918-248d8b57cda1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4253 | 2024.07.15 22:22:07.426731 [ 3 ] {} <Trace> HTTP-Session: f0774539-f6ed-40a4-9918-248d8b57cda1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4254 | 2024.07.15 22:22:07.426849 [ 3 ] {a92fda9a-280c-4b1c-99e2-c0baa7cd5d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4255 | 2024.07.15 22:22:07.426898 [ 3 ] {a92fda9a-280c-4b1c-99e2-c0baa7cd5d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4256 | 2024.07.15 22:22:07.427059 [ 3 ] {a92fda9a-280c-4b1c-99e2-c0baa7cd5d50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4257 | 2024.07.15 22:22:07.427380 [ 3 ] {a92fda9a-280c-4b1c-99e2-c0baa7cd5d50} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4258 | 2024.07.15 22:22:07.427415 [ 3 ] {a92fda9a-280c-4b1c-99e2-c0baa7cd5d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4259 | 2024.07.15 22:22:07.427781 [ 3 ] {a92fda9a-280c-4b1c-99e2-c0baa7cd5d50} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4260 | 2024.07.15 22:22:07.428114 [ 3 ] {a92fda9a-280c-4b1c-99e2-c0baa7cd5d50} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4261 | 2024.07.15 22:22:07.428259 [ 3 ] {a92fda9a-280c-4b1c-99e2-c0baa7cd5d50} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00145 sec., 53103.44827586207 rows/sec., 3.27 MiB/sec. | ||
4262 | 2024.07.15 22:22:07.428567 [ 3 ] {a92fda9a-280c-4b1c-99e2-c0baa7cd5d50} <Debug> DynamicQueryHandler: Done processing query | ||
4263 | 2024.07.15 22:22:07.428591 [ 3 ] {a92fda9a-280c-4b1c-99e2-c0baa7cd5d50} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4264 | 2024.07.15 22:22:07.428607 [ 3 ] {} <Debug> HTTP-Session: f0774539-f6ed-40a4-9918-248d8b57cda1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4265 | 2024.07.15 22:22:07.428735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 37568, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4266 | 2024.07.15 22:22:07.428782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4267 | 2024.07.15 22:22:07.428802 [ 3 ] {} <Debug> HTTP-Session: 7b2f091c-72ca-42fc-ba3e-c7f98518a04c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4268 | 2024.07.15 22:22:07.428819 [ 3 ] {} <Debug> HTTP-Session: 7b2f091c-72ca-42fc-ba3e-c7f98518a04c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4269 | 2024.07.15 22:22:07.428834 [ 3 ] {} <Debug> HTTP-Session: 7b2f091c-72ca-42fc-ba3e-c7f98518a04c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4270 | 2024.07.15 22:22:07.428866 [ 3 ] {} <Trace> HTTP-Session: 7b2f091c-72ca-42fc-ba3e-c7f98518a04c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4271 | 2024.07.15 22:22:07.429052 [ 3 ] {c11a2343-403d-4881-85fb-6aee1d9aadc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4272 | 2024.07.15 22:22:07.429100 [ 3 ] {c11a2343-403d-4881-85fb-6aee1d9aadc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4273 | 2024.07.15 22:22:07.429263 [ 3 ] {c11a2343-403d-4881-85fb-6aee1d9aadc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4274 | 2024.07.15 22:22:07.429656 [ 3 ] {c11a2343-403d-4881-85fb-6aee1d9aadc1} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4275 | 2024.07.15 22:22:07.429691 [ 3 ] {c11a2343-403d-4881-85fb-6aee1d9aadc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4276 | 2024.07.15 22:22:07.430059 [ 3 ] {c11a2343-403d-4881-85fb-6aee1d9aadc1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4277 | 2024.07.15 22:22:07.430386 [ 3 ] {c11a2343-403d-4881-85fb-6aee1d9aadc1} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4278 | 2024.07.15 22:22:07.430522 [ 3 ] {c11a2343-403d-4881-85fb-6aee1d9aadc1} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.00158 sec., 124050.6329113924 rows/sec., 8.66 MiB/sec. | ||
4279 | 2024.07.15 22:22:07.430702 [ 3 ] {c11a2343-403d-4881-85fb-6aee1d9aadc1} <Debug> DynamicQueryHandler: Done processing query | ||
4280 | 2024.07.15 22:22:07.430726 [ 3 ] {c11a2343-403d-4881-85fb-6aee1d9aadc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4281 | 2024.07.15 22:22:07.430742 [ 3 ] {} <Debug> HTTP-Session: 7b2f091c-72ca-42fc-ba3e-c7f98518a04c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4282 | 2024.07.15 22:22:07.430843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4283 | 2024.07.15 22:22:07.430891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4284 | 2024.07.15 22:22:07.430910 [ 3 ] {} <Debug> HTTP-Session: 1b1f1b4a-e28b-4786-a336-ab3b919f3d03 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4285 | 2024.07.15 22:22:07.430928 [ 3 ] {} <Debug> HTTP-Session: 1b1f1b4a-e28b-4786-a336-ab3b919f3d03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4286 | 2024.07.15 22:22:07.430942 [ 3 ] {} <Debug> HTTP-Session: 1b1f1b4a-e28b-4786-a336-ab3b919f3d03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4287 | 2024.07.15 22:22:07.430972 [ 3 ] {} <Trace> HTTP-Session: 1b1f1b4a-e28b-4786-a336-ab3b919f3d03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4288 | 2024.07.15 22:22:07.431072 [ 3 ] {bbd48d97-1c39-4e1a-93ec-ea3b93fd301b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4289 | 2024.07.15 22:22:07.431116 [ 3 ] {bbd48d97-1c39-4e1a-93ec-ea3b93fd301b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4290 | 2024.07.15 22:22:07.431241 [ 3 ] {bbd48d97-1c39-4e1a-93ec-ea3b93fd301b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4291 | 2024.07.15 22:22:07.431502 [ 3 ] {bbd48d97-1c39-4e1a-93ec-ea3b93fd301b} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4292 | 2024.07.15 22:22:07.431537 [ 3 ] {bbd48d97-1c39-4e1a-93ec-ea3b93fd301b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4293 | 2024.07.15 22:22:07.431879 [ 3 ] {bbd48d97-1c39-4e1a-93ec-ea3b93fd301b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4294 | 2024.07.15 22:22:07.432190 [ 3 ] {bbd48d97-1c39-4e1a-93ec-ea3b93fd301b} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4295 | 2024.07.15 22:22:07.432345 [ 3 ] {bbd48d97-1c39-4e1a-93ec-ea3b93fd301b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001295 sec., 17760.617760617763 rows/sec., 960.73 KiB/sec. | ||
4296 | 2024.07.15 22:22:07.432496 [ 3 ] {bbd48d97-1c39-4e1a-93ec-ea3b93fd301b} <Debug> DynamicQueryHandler: Done processing query | ||
4297 | 2024.07.15 22:22:07.432519 [ 3 ] {bbd48d97-1c39-4e1a-93ec-ea3b93fd301b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4298 | 2024.07.15 22:22:07.432535 [ 3 ] {} <Debug> HTTP-Session: 1b1f1b4a-e28b-4786-a336-ab3b919f3d03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4299 | 2024.07.15 22:22:07.432640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4300 | 2024.07.15 22:22:07.432686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4301 | 2024.07.15 22:22:07.432706 [ 3 ] {} <Debug> HTTP-Session: 2818f1cb-8153-48ef-b04d-246f430dac9e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4302 | 2024.07.15 22:22:07.432722 [ 3 ] {} <Debug> HTTP-Session: 2818f1cb-8153-48ef-b04d-246f430dac9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4303 | 2024.07.15 22:22:07.432736 [ 3 ] {} <Debug> HTTP-Session: 2818f1cb-8153-48ef-b04d-246f430dac9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4304 | 2024.07.15 22:22:07.432767 [ 3 ] {} <Trace> HTTP-Session: 2818f1cb-8153-48ef-b04d-246f430dac9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4305 | 2024.07.15 22:22:07.432882 [ 3 ] {a75024ba-9303-468c-9272-3dd4833859b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4306 | 2024.07.15 22:22:07.432925 [ 3 ] {a75024ba-9303-468c-9272-3dd4833859b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4307 | 2024.07.15 22:22:07.433048 [ 3 ] {a75024ba-9303-468c-9272-3dd4833859b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4308 | 2024.07.15 22:22:07.433319 [ 3 ] {a75024ba-9303-468c-9272-3dd4833859b5} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4309 | 2024.07.15 22:22:07.433354 [ 3 ] {a75024ba-9303-468c-9272-3dd4833859b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4310 | 2024.07.15 22:22:07.433703 [ 3 ] {a75024ba-9303-468c-9272-3dd4833859b5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4311 | 2024.07.15 22:22:07.434022 [ 3 ] {a75024ba-9303-468c-9272-3dd4833859b5} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4312 | 2024.07.15 22:22:07.434178 [ 3 ] {a75024ba-9303-468c-9272-3dd4833859b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec. | ||
4313 | 2024.07.15 22:22:07.434345 [ 3 ] {a75024ba-9303-468c-9272-3dd4833859b5} <Debug> DynamicQueryHandler: Done processing query | ||
4314 | 2024.07.15 22:22:07.434370 [ 3 ] {a75024ba-9303-468c-9272-3dd4833859b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4315 | 2024.07.15 22:22:07.434386 [ 3 ] {} <Debug> HTTP-Session: 2818f1cb-8153-48ef-b04d-246f430dac9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4316 | 2024.07.15 22:22:12.411935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4317 | 2024.07.15 22:22:12.412066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4318 | 2024.07.15 22:22:12.412091 [ 3 ] {} <Debug> HTTP-Session: 72125e03-ead4-4135-86d8-10d3160638a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4319 | 2024.07.15 22:22:12.412115 [ 3 ] {} <Debug> HTTP-Session: 72125e03-ead4-4135-86d8-10d3160638a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4320 | 2024.07.15 22:22:12.412131 [ 3 ] {} <Debug> HTTP-Session: 72125e03-ead4-4135-86d8-10d3160638a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4321 | 2024.07.15 22:22:12.412180 [ 3 ] {} <Trace> HTTP-Session: 72125e03-ead4-4135-86d8-10d3160638a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4322 | 2024.07.15 22:22:12.412371 [ 3 ] {d39d0af4-626e-4a65-b23d-87f8d52b369b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4323 | 2024.07.15 22:22:12.412443 [ 3 ] {d39d0af4-626e-4a65-b23d-87f8d52b369b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4324 | 2024.07.15 22:22:12.412637 [ 3 ] {d39d0af4-626e-4a65-b23d-87f8d52b369b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4325 | 2024.07.15 22:22:12.413038 [ 3 ] {d39d0af4-626e-4a65-b23d-87f8d52b369b} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4326 | 2024.07.15 22:22:12.413086 [ 3 ] {d39d0af4-626e-4a65-b23d-87f8d52b369b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4327 | 2024.07.15 22:22:12.413456 [ 3 ] {d39d0af4-626e-4a65-b23d-87f8d52b369b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4328 | 2024.07.15 22:22:12.413786 [ 3 ] {d39d0af4-626e-4a65-b23d-87f8d52b369b} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4329 | 2024.07.15 22:22:12.413967 [ 3 ] {d39d0af4-626e-4a65-b23d-87f8d52b369b} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001654 sec., 18137.847642079807 rows/sec., 1.44 MiB/sec. | ||
4330 | 2024.07.15 22:22:12.414164 [ 3 ] {d39d0af4-626e-4a65-b23d-87f8d52b369b} <Debug> DynamicQueryHandler: Done processing query | ||
4331 | 2024.07.15 22:22:12.414192 [ 3 ] {d39d0af4-626e-4a65-b23d-87f8d52b369b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4332 | 2024.07.15 22:22:12.414207 [ 3 ] {} <Debug> HTTP-Session: 72125e03-ead4-4135-86d8-10d3160638a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4333 | 2024.07.15 22:22:12.414322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4334 | 2024.07.15 22:22:12.414375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4335 | 2024.07.15 22:22:12.414402 [ 3 ] {} <Debug> HTTP-Session: e79a2ac9-fc89-4bb6-bafe-8db65729b6b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4336 | 2024.07.15 22:22:12.414419 [ 3 ] {} <Debug> HTTP-Session: e79a2ac9-fc89-4bb6-bafe-8db65729b6b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4337 | 2024.07.15 22:22:12.414434 [ 3 ] {} <Debug> HTTP-Session: e79a2ac9-fc89-4bb6-bafe-8db65729b6b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4338 | 2024.07.15 22:22:12.414470 [ 3 ] {} <Trace> HTTP-Session: e79a2ac9-fc89-4bb6-bafe-8db65729b6b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4339 | 2024.07.15 22:22:12.414573 [ 3 ] {770cac8d-3ab1-4a28-8f17-bbf13273fe0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4340 | 2024.07.15 22:22:12.414621 [ 3 ] {770cac8d-3ab1-4a28-8f17-bbf13273fe0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4341 | 2024.07.15 22:22:12.414755 [ 3 ] {770cac8d-3ab1-4a28-8f17-bbf13273fe0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4342 | 2024.07.15 22:22:12.415050 [ 3 ] {770cac8d-3ab1-4a28-8f17-bbf13273fe0c} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4343 | 2024.07.15 22:22:12.415086 [ 3 ] {770cac8d-3ab1-4a28-8f17-bbf13273fe0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4344 | 2024.07.15 22:22:12.415389 [ 3 ] {770cac8d-3ab1-4a28-8f17-bbf13273fe0c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4345 | 2024.07.15 22:22:12.415689 [ 3 ] {770cac8d-3ab1-4a28-8f17-bbf13273fe0c} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4346 | 2024.07.15 22:22:12.415849 [ 3 ] {770cac8d-3ab1-4a28-8f17-bbf13273fe0c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001297 sec., 1542.0200462606015 rows/sec., 125.74 KiB/sec. | ||
4347 | 2024.07.15 22:22:12.416135 [ 3 ] {770cac8d-3ab1-4a28-8f17-bbf13273fe0c} <Debug> DynamicQueryHandler: Done processing query | ||
4348 | 2024.07.15 22:22:12.416158 [ 3 ] {770cac8d-3ab1-4a28-8f17-bbf13273fe0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4349 | 2024.07.15 22:22:12.416174 [ 3 ] {} <Debug> HTTP-Session: e79a2ac9-fc89-4bb6-bafe-8db65729b6b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4350 | 2024.07.15 22:22:12.416353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4351 | 2024.07.15 22:22:12.416401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4352 | 2024.07.15 22:22:12.416421 [ 3 ] {} <Debug> HTTP-Session: 6614c2cf-f6ea-4053-adf5-106f6b2884d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4353 | 2024.07.15 22:22:12.416437 [ 3 ] {} <Debug> HTTP-Session: 6614c2cf-f6ea-4053-adf5-106f6b2884d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4354 | 2024.07.15 22:22:12.416450 [ 3 ] {} <Debug> HTTP-Session: 6614c2cf-f6ea-4053-adf5-106f6b2884d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4355 | 2024.07.15 22:22:12.416482 [ 3 ] {} <Trace> HTTP-Session: 6614c2cf-f6ea-4053-adf5-106f6b2884d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4356 | 2024.07.15 22:22:12.416617 [ 3 ] {da1d6e71-4ac5-4948-8145-82d24b7ccff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4357 | 2024.07.15 22:22:12.416661 [ 3 ] {da1d6e71-4ac5-4948-8145-82d24b7ccff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4358 | 2024.07.15 22:22:12.416804 [ 3 ] {da1d6e71-4ac5-4948-8145-82d24b7ccff5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4359 | 2024.07.15 22:22:12.417247 [ 3 ] {da1d6e71-4ac5-4948-8145-82d24b7ccff5} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4360 | 2024.07.15 22:22:12.417285 [ 3 ] {da1d6e71-4ac5-4948-8145-82d24b7ccff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4361 | 2024.07.15 22:22:12.417641 [ 3 ] {da1d6e71-4ac5-4948-8145-82d24b7ccff5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4362 | 2024.07.15 22:22:12.417950 [ 3 ] {da1d6e71-4ac5-4948-8145-82d24b7ccff5} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4363 | 2024.07.15 22:22:12.418104 [ 3 ] {da1d6e71-4ac5-4948-8145-82d24b7ccff5} <Debug> executeQuery: Read 147 rows, 12.62 KiB in 0.001541 sec., 95392.6022063595 rows/sec., 8.00 MiB/sec. | ||
4364 | 2024.07.15 22:22:12.418103 [ 96 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4365 | 2024.07.15 22:22:12.418223 [ 96 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4366 | 2024.07.15 22:22:12.418262 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4367 | 2024.07.15 22:22:12.418359 [ 3 ] {da1d6e71-4ac5-4948-8145-82d24b7ccff5} <Debug> DynamicQueryHandler: Done processing query | ||
4368 | 2024.07.15 22:22:12.418447 [ 3 ] {da1d6e71-4ac5-4948-8145-82d24b7ccff5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4369 | 2024.07.15 22:22:12.418498 [ 3 ] {} <Debug> HTTP-Session: 6614c2cf-f6ea-4053-adf5-106f6b2884d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4370 | 2024.07.15 22:22:12.418719 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
4371 | 2024.07.15 22:22:12.418784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4372 | 2024.07.15 22:22:12.418931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4373 | 2024.07.15 22:22:12.418969 [ 3 ] {} <Debug> HTTP-Session: e611bb85-7bc1-4aee-823a-5b76e08ed6a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4374 | 2024.07.15 22:22:12.418997 [ 3 ] {} <Debug> HTTP-Session: e611bb85-7bc1-4aee-823a-5b76e08ed6a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4375 | 2024.07.15 22:22:12.419025 [ 3 ] {} <Debug> HTTP-Session: e611bb85-7bc1-4aee-823a-5b76e08ed6a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4376 | 2024.07.15 22:22:12.419055 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4377 | 2024.07.15 22:22:12.419068 [ 3 ] {} <Trace> HTTP-Session: e611bb85-7bc1-4aee-823a-5b76e08ed6a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4378 | 2024.07.15 22:22:12.419098 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 291 rows starting from the beginning of the part | ||
4379 | 2024.07.15 22:22:12.419197 [ 3 ] {7b8204da-4491-4cd8-b67b-e08b313d6577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4380 | 2024.07.15 22:22:12.419254 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 147 rows starting from the beginning of the part | ||
4381 | 2024.07.15 22:22:12.419308 [ 3 ] {7b8204da-4491-4cd8-b67b-e08b313d6577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4382 | 2024.07.15 22:22:12.419667 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
4383 | 2024.07.15 22:22:12.420003 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 146 rows starting from the beginning of the part | ||
4384 | 2024.07.15 22:22:12.420317 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 197 rows starting from the beginning of the part | ||
4385 | 2024.07.15 22:22:12.420535 [ 3 ] {7b8204da-4491-4cd8-b67b-e08b313d6577} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4386 | 2024.07.15 22:22:12.420573 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 147 rows starting from the beginning of the part | ||
4387 | 2024.07.15 22:22:12.421308 [ 3 ] {7b8204da-4491-4cd8-b67b-e08b313d6577} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4388 | 2024.07.15 22:22:12.421347 [ 3 ] {7b8204da-4491-4cd8-b67b-e08b313d6577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4389 | 2024.07.15 22:22:12.421931 [ 3 ] {7b8204da-4491-4cd8-b67b-e08b313d6577} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4390 | 2024.07.15 22:22:12.422513 [ 3 ] {7b8204da-4491-4cd8-b67b-e08b313d6577} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4391 | 2024.07.15 22:22:12.422905 [ 3 ] {7b8204da-4491-4cd8-b67b-e08b313d6577} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003725 sec., 536.9127516778524 rows/sec., 37.49 KiB/sec. | ||
4392 | 2024.07.15 22:22:12.423368 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1089 rows, containing 4 columns (4 merged, 0 gathered) in 0.00500637 sec., 217522.87585615928 rows/sec., 18.64 MiB/sec. | ||
4393 | 2024.07.15 22:22:12.423459 [ 3 ] {7b8204da-4491-4cd8-b67b-e08b313d6577} <Debug> DynamicQueryHandler: Done processing query | ||
4394 | 2024.07.15 22:22:12.423489 [ 3 ] {7b8204da-4491-4cd8-b67b-e08b313d6577} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4395 | 2024.07.15 22:22:12.423520 [ 3 ] {} <Debug> HTTP-Session: e611bb85-7bc1-4aee-823a-5b76e08ed6a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4396 | 2024.07.15 22:22:12.423620 [ 201 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4397 | 2024.07.15 22:22:12.423671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4398 | 2024.07.15 22:22:12.423746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4399 | 2024.07.15 22:22:12.423768 [ 3 ] {} <Debug> HTTP-Session: 0a3eb9d9-27fb-4709-a5cd-e38620d24a68 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4400 | 2024.07.15 22:22:12.423786 [ 3 ] {} <Debug> HTTP-Session: 0a3eb9d9-27fb-4709-a5cd-e38620d24a68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4401 | 2024.07.15 22:22:12.423813 [ 3 ] {} <Debug> HTTP-Session: 0a3eb9d9-27fb-4709-a5cd-e38620d24a68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4402 | 2024.07.15 22:22:12.423870 [ 3 ] {} <Trace> HTTP-Session: 0a3eb9d9-27fb-4709-a5cd-e38620d24a68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4403 | 2024.07.15 22:22:12.424230 [ 3 ] {89fe5612-746b-4ab2-9251-5e76c8176a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4404 | 2024.07.15 22:22:12.424294 [ 3 ] {89fe5612-746b-4ab2-9251-5e76c8176a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4405 | 2024.07.15 22:22:12.424428 [ 201 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_21_4} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4406 | 2024.07.15 22:22:12.424679 [ 201 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_21_4} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4407 | 2024.07.15 22:22:12.424686 [ 3 ] {89fe5612-746b-4ab2-9251-5e76c8176a6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4408 | 2024.07.15 22:22:12.424848 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
4409 | 2024.07.15 22:22:12.425153 [ 3 ] {89fe5612-746b-4ab2-9251-5e76c8176a6e} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4410 | 2024.07.15 22:22:12.425194 [ 3 ] {89fe5612-746b-4ab2-9251-5e76c8176a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4411 | 2024.07.15 22:22:12.425524 [ 3 ] {89fe5612-746b-4ab2-9251-5e76c8176a6e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4412 | 2024.07.15 22:22:12.425857 [ 3 ] {89fe5612-746b-4ab2-9251-5e76c8176a6e} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4413 | 2024.07.15 22:22:12.426030 [ 96 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4414 | 2024.07.15 22:22:12.426041 [ 3 ] {89fe5612-746b-4ab2-9251-5e76c8176a6e} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001948 sec., 49281.31416837782 rows/sec., 3.85 MiB/sec. | ||
4415 | 2024.07.15 22:22:12.426095 [ 96 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4416 | 2024.07.15 22:22:12.426160 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4417 | 2024.07.15 22:22:12.426310 [ 186 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
4418 | 2024.07.15 22:22:12.426358 [ 3 ] {89fe5612-746b-4ab2-9251-5e76c8176a6e} <Debug> DynamicQueryHandler: Done processing query | ||
4419 | 2024.07.15 22:22:12.426392 [ 3 ] {89fe5612-746b-4ab2-9251-5e76c8176a6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4420 | 2024.07.15 22:22:12.426419 [ 3 ] {} <Debug> HTTP-Session: 0a3eb9d9-27fb-4709-a5cd-e38620d24a68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4421 | 2024.07.15 22:22:12.426455 [ 186 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4422 | 2024.07.15 22:22:12.426484 [ 186 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 462 rows starting from the beginning of the part | ||
4423 | 2024.07.15 22:22:12.426544 [ 186 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 96 rows starting from the beginning of the part | ||
4424 | 2024.07.15 22:22:12.426639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4425 | 2024.07.15 22:22:12.426889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4426 | 2024.07.15 22:22:12.426906 [ 186 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 382 rows starting from the beginning of the part | ||
4427 | 2024.07.15 22:22:12.426933 [ 3 ] {} <Debug> HTTP-Session: 13c68337-b553-4b41-8303-f6d22fab4a9a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4428 | 2024.07.15 22:22:12.426972 [ 3 ] {} <Debug> HTTP-Session: 13c68337-b553-4b41-8303-f6d22fab4a9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4429 | 2024.07.15 22:22:12.427024 [ 3 ] {} <Debug> HTTP-Session: 13c68337-b553-4b41-8303-f6d22fab4a9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4430 | 2024.07.15 22:22:12.427068 [ 186 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 94 rows starting from the beginning of the part | ||
4431 | 2024.07.15 22:22:12.427095 [ 3 ] {} <Trace> HTTP-Session: 13c68337-b553-4b41-8303-f6d22fab4a9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4432 | 2024.07.15 22:22:12.427187 [ 186 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 406 rows starting from the beginning of the part | ||
4433 | 2024.07.15 22:22:12.427308 [ 186 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 96 rows starting from the beginning of the part | ||
4434 | 2024.07.15 22:22:12.427356 [ 3 ] {5ffde553-16e3-49e4-8a7c-40c289b1a22c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4435 | 2024.07.15 22:22:12.427537 [ 3 ] {5ffde553-16e3-49e4-8a7c-40c289b1a22c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4436 | 2024.07.15 22:22:12.427934 [ 3 ] {5ffde553-16e3-49e4-8a7c-40c289b1a22c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4437 | 2024.07.15 22:22:12.428638 [ 3 ] {5ffde553-16e3-49e4-8a7c-40c289b1a22c} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4438 | 2024.07.15 22:22:12.428683 [ 3 ] {5ffde553-16e3-49e4-8a7c-40c289b1a22c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4439 | 2024.07.15 22:22:12.429266 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 4 columns (4 merged, 0 gathered) in 0.00301578 sec., 509320.9716889163 rows/sec., 36.79 MiB/sec. | ||
4440 | 2024.07.15 22:22:12.429310 [ 3 ] {5ffde553-16e3-49e4-8a7c-40c289b1a22c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4441 | 2024.07.15 22:22:12.429454 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4442 | 2024.07.15 22:22:12.430147 [ 3 ] {5ffde553-16e3-49e4-8a7c-40c289b1a22c} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4443 | 2024.07.15 22:22:12.430342 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_21_4} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4444 | 2024.07.15 22:22:12.430442 [ 3 ] {5ffde553-16e3-49e4-8a7c-40c289b1a22c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003186 sec., 50533.58443188952 rows/sec., 3.52 MiB/sec. | ||
4445 | 2024.07.15 22:22:12.430461 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4446 | 2024.07.15 22:22:12.430650 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_21_4} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4447 | 2024.07.15 22:22:12.430640 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4448 | 2024.07.15 22:22:12.430763 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4449 | 2024.07.15 22:22:12.430897 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
4450 | 2024.07.15 22:22:12.430952 [ 3 ] {5ffde553-16e3-49e4-8a7c-40c289b1a22c} <Debug> DynamicQueryHandler: Done processing query | ||
4451 | 2024.07.15 22:22:12.430998 [ 3 ] {5ffde553-16e3-49e4-8a7c-40c289b1a22c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4452 | 2024.07.15 22:22:12.431053 [ 3 ] {} <Debug> HTTP-Session: 13c68337-b553-4b41-8303-f6d22fab4a9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4453 | 2024.07.15 22:22:12.431113 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
4454 | 2024.07.15 22:22:12.431267 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4455 | 2024.07.15 22:22:12.431290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4456 | 2024.07.15 22:22:12.431318 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2458 rows starting from the beginning of the part | ||
4457 | 2024.07.15 22:22:12.431364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4458 | 2024.07.15 22:22:12.431412 [ 3 ] {} <Debug> HTTP-Session: b860c6f1-b4e2-4fd1-91d4-555b25b7200b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4459 | 2024.07.15 22:22:12.431486 [ 3 ] {} <Debug> HTTP-Session: b860c6f1-b4e2-4fd1-91d4-555b25b7200b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4460 | 2024.07.15 22:22:12.431560 [ 3 ] {} <Debug> HTTP-Session: b860c6f1-b4e2-4fd1-91d4-555b25b7200b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4461 | 2024.07.15 22:22:12.431641 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 161 rows starting from the beginning of the part | ||
4462 | 2024.07.15 22:22:12.431664 [ 3 ] {} <Trace> HTTP-Session: b860c6f1-b4e2-4fd1-91d4-555b25b7200b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4463 | 2024.07.15 22:22:12.431908 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
4464 | 2024.07.15 22:22:12.432039 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
4465 | 2024.07.15 22:22:12.432188 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 196 rows starting from the beginning of the part | ||
4466 | 2024.07.15 22:22:12.432358 [ 3 ] {8b541e24-d66a-4f85-b714-ee112ad4c41c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4467 | 2024.07.15 22:22:12.432453 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 161 rows starting from the beginning of the part | ||
4468 | 2024.07.15 22:22:12.432657 [ 3 ] {8b541e24-d66a-4f85-b714-ee112ad4c41c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4469 | 2024.07.15 22:22:12.434159 [ 3 ] {8b541e24-d66a-4f85-b714-ee112ad4c41c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4470 | 2024.07.15 22:22:12.435620 [ 3 ] {8b541e24-d66a-4f85-b714-ee112ad4c41c} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4471 | 2024.07.15 22:22:12.435658 [ 3 ] {8b541e24-d66a-4f85-b714-ee112ad4c41c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4472 | 2024.07.15 22:22:12.436383 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3296 rows, containing 5 columns (5 merged, 0 gathered) in 0.005402068 sec., 610136.7106078635 rows/sec., 42.51 MiB/sec. | ||
4473 | 2024.07.15 22:22:12.436740 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4474 | 2024.07.15 22:22:12.436824 [ 3 ] {8b541e24-d66a-4f85-b714-ee112ad4c41c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4475 | 2024.07.15 22:22:12.437781 [ 198 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4476 | 2024.07.15 22:22:12.437911 [ 198 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4477 | 2024.07.15 22:22:12.437939 [ 3 ] {8b541e24-d66a-4f85-b714-ee112ad4c41c} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4478 | 2024.07.15 22:22:12.438034 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
4479 | 2024.07.15 22:22:12.438159 [ 39 ] {} <Debug> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4480 | 2024.07.15 22:22:12.438195 [ 3 ] {8b541e24-d66a-4f85-b714-ee112ad4c41c} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.006324 sec., 4743.833017077799 rows/sec., 8.50 MiB/sec. | ||
4481 | 2024.07.15 22:22:12.438219 [ 39 ] {} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4482 | 2024.07.15 22:22:12.438296 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4483 | 2024.07.15 22:22:12.438617 [ 201 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::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 | ||
4484 | 2024.07.15 22:22:12.438818 [ 3 ] {8b541e24-d66a-4f85-b714-ee112ad4c41c} <Debug> DynamicQueryHandler: Done processing query | ||
4485 | 2024.07.15 22:22:12.438877 [ 3 ] {8b541e24-d66a-4f85-b714-ee112ad4c41c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4486 | 2024.07.15 22:22:12.438939 [ 3 ] {} <Debug> HTTP-Session: b860c6f1-b4e2-4fd1-91d4-555b25b7200b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4487 | 2024.07.15 22:22:12.439134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4488 | 2024.07.15 22:22:12.439245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4489 | 2024.07.15 22:22:12.439247 [ 201 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4490 | 2024.07.15 22:22:12.439275 [ 3 ] {} <Debug> HTTP-Session: 72894911-acab-4f0c-8c66-26e4f0d0c783 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4491 | 2024.07.15 22:22:12.439336 [ 3 ] {} <Debug> HTTP-Session: 72894911-acab-4f0c-8c66-26e4f0d0c783 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4492 | 2024.07.15 22:22:12.439380 [ 3 ] {} <Debug> HTTP-Session: 72894911-acab-4f0c-8c66-26e4f0d0c783 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4493 | 2024.07.15 22:22:12.439395 [ 201 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 25 rows starting from the beginning of the part | ||
4494 | 2024.07.15 22:22:12.439443 [ 3 ] {} <Trace> HTTP-Session: 72894911-acab-4f0c-8c66-26e4f0d0c783 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4495 | 2024.07.15 22:22:12.439830 [ 3 ] {472c898c-5070-4b6c-bae0-2dc712265393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4496 | 2024.07.15 22:22:12.440000 [ 3 ] {472c898c-5070-4b6c-bae0-2dc712265393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4497 | 2024.07.15 22:22:12.440001 [ 201 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part | ||
4498 | 2024.07.15 22:22:12.440882 [ 3 ] {472c898c-5070-4b6c-bae0-2dc712265393} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4499 | 2024.07.15 22:22:12.440896 [ 201 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
4500 | 2024.07.15 22:22:12.441554 [ 201 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
4501 | 2024.07.15 22:22:12.442022 [ 3 ] {472c898c-5070-4b6c-bae0-2dc712265393} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4502 | 2024.07.15 22:22:12.442113 [ 3 ] {472c898c-5070-4b6c-bae0-2dc712265393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4503 | 2024.07.15 22:22:12.442234 [ 201 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
4504 | 2024.07.15 22:22:12.442885 [ 201 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
4505 | 2024.07.15 22:22:12.443427 [ 3 ] {472c898c-5070-4b6c-bae0-2dc712265393} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4506 | 2024.07.15 22:22:12.444375 [ 3 ] {472c898c-5070-4b6c-bae0-2dc712265393} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4507 | 2024.07.15 22:22:12.444754 [ 39 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4508 | 2024.07.15 22:22:12.444785 [ 3 ] {472c898c-5070-4b6c-bae0-2dc712265393} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00515 sec., 11650.485436893203 rows/sec., 804.00 KiB/sec. | ||
4509 | 2024.07.15 22:22:12.444862 [ 39 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4510 | 2024.07.15 22:22:12.444963 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4511 | 2024.07.15 22:22:12.445316 [ 3 ] {472c898c-5070-4b6c-bae0-2dc712265393} <Debug> DynamicQueryHandler: Done processing query | ||
4512 | 2024.07.15 22:22:12.445401 [ 3 ] {472c898c-5070-4b6c-bae0-2dc712265393} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4513 | 2024.07.15 22:22:12.445441 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
4514 | 2024.07.15 22:22:12.445458 [ 3 ] {} <Debug> HTTP-Session: 72894911-acab-4f0c-8c66-26e4f0d0c783 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4515 | 2024.07.15 22:22:12.445902 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4516 | 2024.07.15 22:22:12.445977 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 818 rows starting from the beginning of the part | ||
4517 | 2024.07.15 22:22:12.446206 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
4518 | 2024.07.15 22:22:12.446575 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
4519 | 2024.07.15 22:22:12.446978 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
4520 | 2024.07.15 22:22:12.447317 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
4521 | 2024.07.15 22:22:12.447579 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
4522 | 2024.07.15 22:22:12.451241 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1118 rows, containing 4 columns (4 merged, 0 gathered) in 0.006105892 sec., 183101.83016666526 rows/sec., 12.37 MiB/sec. | ||
4523 | 2024.07.15 22:22:12.451516 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4524 | 2024.07.15 22:22:12.452071 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_21_4} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4525 | 2024.07.15 22:22:12.452181 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_21_4} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4526 | 2024.07.15 22:22:12.452290 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
4527 | 2024.07.15 22:22:12.454240 [ 186 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 19 columns (19 merged, 0 gathered) in 0.015805654 sec., 10755.644783822296 rows/sec., 19.27 MiB/sec. | ||
4528 | 2024.07.15 22:22:12.454717 [ 186 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4529 | 2024.07.15 22:22:12.455369 [ 186 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4530 | 2024.07.15 22:22:12.455442 [ 186 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4531 | 2024.07.15 22:22:12.455570 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
4532 | 2024.07.15 22:22:13.000237 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.96 MiB, peak 191.50 MiB, free memory in arenas 0.00 B, will set to 183.51 MiB (RSS), difference: 1.55 MiB | ||
4533 | 2024.07.15 22:22:17.413441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4534 | 2024.07.15 22:22:17.413581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4535 | 2024.07.15 22:22:17.413613 [ 3 ] {} <Debug> HTTP-Session: 66fe43e4-048f-4640-81c8-f06ceef080c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4536 | 2024.07.15 22:22:17.413642 [ 3 ] {} <Debug> HTTP-Session: 66fe43e4-048f-4640-81c8-f06ceef080c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4537 | 2024.07.15 22:22:17.413661 [ 3 ] {} <Debug> HTTP-Session: 66fe43e4-048f-4640-81c8-f06ceef080c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4538 | 2024.07.15 22:22:17.413715 [ 3 ] {} <Trace> HTTP-Session: 66fe43e4-048f-4640-81c8-f06ceef080c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4539 | 2024.07.15 22:22:17.413917 [ 3 ] {29608ef4-e8fc-492c-9361-920e3c39a752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4540 | 2024.07.15 22:22:17.413992 [ 3 ] {29608ef4-e8fc-492c-9361-920e3c39a752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4541 | 2024.07.15 22:22:17.414193 [ 3 ] {29608ef4-e8fc-492c-9361-920e3c39a752} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4542 | 2024.07.15 22:22:17.414654 [ 3 ] {29608ef4-e8fc-492c-9361-920e3c39a752} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4543 | 2024.07.15 22:22:17.414700 [ 3 ] {29608ef4-e8fc-492c-9361-920e3c39a752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4544 | 2024.07.15 22:22:17.415071 [ 3 ] {29608ef4-e8fc-492c-9361-920e3c39a752} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4545 | 2024.07.15 22:22:17.415421 [ 3 ] {29608ef4-e8fc-492c-9361-920e3c39a752} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4546 | 2024.07.15 22:22:17.415565 [ 3 ] {29608ef4-e8fc-492c-9361-920e3c39a752} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001709 sec., 3510.825043885313 rows/sec., 198.86 KiB/sec. | ||
4547 | 2024.07.15 22:22:17.415770 [ 3 ] {29608ef4-e8fc-492c-9361-920e3c39a752} <Debug> DynamicQueryHandler: Done processing query | ||
4548 | 2024.07.15 22:22:17.415797 [ 3 ] {29608ef4-e8fc-492c-9361-920e3c39a752} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4549 | 2024.07.15 22:22:17.415814 [ 3 ] {} <Debug> HTTP-Session: 66fe43e4-048f-4640-81c8-f06ceef080c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4550 | 2024.07.15 22:22:17.416025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4551 | 2024.07.15 22:22:17.416082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4552 | 2024.07.15 22:22:17.416103 [ 3 ] {} <Debug> HTTP-Session: d29bcebb-755c-4ed7-b091-d68aa5ba74ee Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4553 | 2024.07.15 22:22:17.416122 [ 3 ] {} <Debug> HTTP-Session: d29bcebb-755c-4ed7-b091-d68aa5ba74ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4554 | 2024.07.15 22:22:17.416136 [ 3 ] {} <Debug> HTTP-Session: d29bcebb-755c-4ed7-b091-d68aa5ba74ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4555 | 2024.07.15 22:22:17.416171 [ 3 ] {} <Trace> HTTP-Session: d29bcebb-755c-4ed7-b091-d68aa5ba74ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4556 | 2024.07.15 22:22:17.416338 [ 3 ] {e27e934e-9368-4d26-a47d-287d04c571fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4557 | 2024.07.15 22:22:17.416386 [ 3 ] {e27e934e-9368-4d26-a47d-287d04c571fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4558 | 2024.07.15 22:22:17.416518 [ 3 ] {e27e934e-9368-4d26-a47d-287d04c571fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4559 | 2024.07.15 22:22:17.416962 [ 3 ] {e27e934e-9368-4d26-a47d-287d04c571fb} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4560 | 2024.07.15 22:22:17.416998 [ 3 ] {e27e934e-9368-4d26-a47d-287d04c571fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4561 | 2024.07.15 22:22:17.417328 [ 3 ] {e27e934e-9368-4d26-a47d-287d04c571fb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4562 | 2024.07.15 22:22:17.417640 [ 3 ] {e27e934e-9368-4d26-a47d-287d04c571fb} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4563 | 2024.07.15 22:22:17.417770 [ 3 ] {e27e934e-9368-4d26-a47d-287d04c571fb} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001519 sec., 105990.78341013825 rows/sec., 9.36 MiB/sec. | ||
4564 | 2024.07.15 22:22:17.417935 [ 3 ] {e27e934e-9368-4d26-a47d-287d04c571fb} <Debug> DynamicQueryHandler: Done processing query | ||
4565 | 2024.07.15 22:22:17.417961 [ 3 ] {e27e934e-9368-4d26-a47d-287d04c571fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4566 | 2024.07.15 22:22:17.417978 [ 3 ] {} <Debug> HTTP-Session: d29bcebb-755c-4ed7-b091-d68aa5ba74ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4567 | 2024.07.15 22:22:17.418157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4568 | 2024.07.15 22:22:17.418209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4569 | 2024.07.15 22:22:17.418229 [ 3 ] {} <Debug> HTTP-Session: a97e5f93-ea00-4e9c-9dfb-3d8f6f710fd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4570 | 2024.07.15 22:22:17.418247 [ 3 ] {} <Debug> HTTP-Session: a97e5f93-ea00-4e9c-9dfb-3d8f6f710fd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4571 | 2024.07.15 22:22:17.418261 [ 3 ] {} <Debug> HTTP-Session: a97e5f93-ea00-4e9c-9dfb-3d8f6f710fd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4572 | 2024.07.15 22:22:17.418293 [ 3 ] {} <Trace> HTTP-Session: a97e5f93-ea00-4e9c-9dfb-3d8f6f710fd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4573 | 2024.07.15 22:22:17.418490 [ 3 ] {2bc208f3-498f-44ef-8e4b-3a25766b81ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4574 | 2024.07.15 22:22:17.418533 [ 3 ] {2bc208f3-498f-44ef-8e4b-3a25766b81ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4575 | 2024.07.15 22:22:17.418659 [ 3 ] {2bc208f3-498f-44ef-8e4b-3a25766b81ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4576 | 2024.07.15 22:22:17.419172 [ 3 ] {2bc208f3-498f-44ef-8e4b-3a25766b81ec} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4577 | 2024.07.15 22:22:17.419208 [ 3 ] {2bc208f3-498f-44ef-8e4b-3a25766b81ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4578 | 2024.07.15 22:22:17.419535 [ 3 ] {2bc208f3-498f-44ef-8e4b-3a25766b81ec} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4579 | 2024.07.15 22:22:17.419837 [ 3 ] {2bc208f3-498f-44ef-8e4b-3a25766b81ec} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4580 | 2024.07.15 22:22:17.419960 [ 3 ] {2bc208f3-498f-44ef-8e4b-3a25766b81ec} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001576 sec., 242385.78680203046 rows/sec., 17.02 MiB/sec. | ||
4581 | 2024.07.15 22:22:17.420224 [ 3 ] {2bc208f3-498f-44ef-8e4b-3a25766b81ec} <Debug> DynamicQueryHandler: Done processing query | ||
4582 | 2024.07.15 22:22:17.420274 [ 3 ] {2bc208f3-498f-44ef-8e4b-3a25766b81ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4583 | 2024.07.15 22:22:17.420313 [ 3 ] {} <Debug> HTTP-Session: a97e5f93-ea00-4e9c-9dfb-3d8f6f710fd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4584 | 2024.07.15 22:22:17.420474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4585 | 2024.07.15 22:22:17.420527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4586 | 2024.07.15 22:22:17.420547 [ 3 ] {} <Debug> HTTP-Session: 41cc061a-d731-4284-912d-6a428bf41b63 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4587 | 2024.07.15 22:22:17.420564 [ 3 ] {} <Debug> HTTP-Session: 41cc061a-d731-4284-912d-6a428bf41b63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4588 | 2024.07.15 22:22:17.420578 [ 3 ] {} <Debug> HTTP-Session: 41cc061a-d731-4284-912d-6a428bf41b63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4589 | 2024.07.15 22:22:17.420610 [ 3 ] {} <Trace> HTTP-Session: 41cc061a-d731-4284-912d-6a428bf41b63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4590 | 2024.07.15 22:22:17.420710 [ 3 ] {ef329615-6e36-4465-b157-978e7922e453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4591 | 2024.07.15 22:22:17.420757 [ 3 ] {ef329615-6e36-4465-b157-978e7922e453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4592 | 2024.07.15 22:22:17.420908 [ 3 ] {ef329615-6e36-4465-b157-978e7922e453} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4593 | 2024.07.15 22:22:17.421179 [ 3 ] {ef329615-6e36-4465-b157-978e7922e453} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4594 | 2024.07.15 22:22:17.421215 [ 3 ] {ef329615-6e36-4465-b157-978e7922e453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4595 | 2024.07.15 22:22:17.421582 [ 3 ] {ef329615-6e36-4465-b157-978e7922e453} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4596 | 2024.07.15 22:22:17.421911 [ 3 ] {ef329615-6e36-4465-b157-978e7922e453} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4597 | 2024.07.15 22:22:17.422039 [ 3 ] {ef329615-6e36-4465-b157-978e7922e453} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001357 sec., 4421.518054532056 rows/sec., 189.99 KiB/sec. | ||
4598 | 2024.07.15 22:22:17.422202 [ 3 ] {ef329615-6e36-4465-b157-978e7922e453} <Debug> DynamicQueryHandler: Done processing query | ||
4599 | 2024.07.15 22:22:17.422227 [ 3 ] {ef329615-6e36-4465-b157-978e7922e453} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4600 | 2024.07.15 22:22:17.422243 [ 3 ] {} <Debug> HTTP-Session: 41cc061a-d731-4284-912d-6a428bf41b63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4601 | 2024.07.15 22:22:17.422371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4602 | 2024.07.15 22:22:17.422423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4603 | 2024.07.15 22:22:17.422444 [ 3 ] {} <Debug> HTTP-Session: 00ec2707-1ef0-4a79-b8a4-81838d3eaf93 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4604 | 2024.07.15 22:22:17.422461 [ 3 ] {} <Debug> HTTP-Session: 00ec2707-1ef0-4a79-b8a4-81838d3eaf93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4605 | 2024.07.15 22:22:17.422476 [ 3 ] {} <Debug> HTTP-Session: 00ec2707-1ef0-4a79-b8a4-81838d3eaf93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4606 | 2024.07.15 22:22:17.422507 [ 3 ] {} <Trace> HTTP-Session: 00ec2707-1ef0-4a79-b8a4-81838d3eaf93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4607 | 2024.07.15 22:22:17.422656 [ 3 ] {fa59d82a-07e3-40ca-aa46-1eb72f1a6615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4608 | 2024.07.15 22:22:17.422703 [ 3 ] {fa59d82a-07e3-40ca-aa46-1eb72f1a6615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4609 | 2024.07.15 22:22:17.422844 [ 3 ] {fa59d82a-07e3-40ca-aa46-1eb72f1a6615} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4610 | 2024.07.15 22:22:17.423176 [ 3 ] {fa59d82a-07e3-40ca-aa46-1eb72f1a6615} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4611 | 2024.07.15 22:22:17.423212 [ 3 ] {fa59d82a-07e3-40ca-aa46-1eb72f1a6615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4612 | 2024.07.15 22:22:17.423574 [ 3 ] {fa59d82a-07e3-40ca-aa46-1eb72f1a6615} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4613 | 2024.07.15 22:22:17.423915 [ 3 ] {fa59d82a-07e3-40ca-aa46-1eb72f1a6615} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4614 | 2024.07.15 22:22:17.424042 [ 3 ] {fa59d82a-07e3-40ca-aa46-1eb72f1a6615} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001458 sec., 52812.071330589846 rows/sec., 3.25 MiB/sec. | ||
4615 | 2024.07.15 22:22:17.424206 [ 3 ] {fa59d82a-07e3-40ca-aa46-1eb72f1a6615} <Debug> DynamicQueryHandler: Done processing query | ||
4616 | 2024.07.15 22:22:17.424231 [ 3 ] {fa59d82a-07e3-40ca-aa46-1eb72f1a6615} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4617 | 2024.07.15 22:22:17.424249 [ 3 ] {} <Debug> HTTP-Session: 00ec2707-1ef0-4a79-b8a4-81838d3eaf93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4618 | 2024.07.15 22:22:17.424438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4619 | 2024.07.15 22:22:17.424489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4620 | 2024.07.15 22:22:17.424509 [ 3 ] {} <Debug> HTTP-Session: 9687897d-99af-43a2-b3d9-ca4152d51436 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4621 | 2024.07.15 22:22:17.424526 [ 3 ] {} <Debug> HTTP-Session: 9687897d-99af-43a2-b3d9-ca4152d51436 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4622 | 2024.07.15 22:22:17.424540 [ 3 ] {} <Debug> HTTP-Session: 9687897d-99af-43a2-b3d9-ca4152d51436 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4623 | 2024.07.15 22:22:17.424571 [ 3 ] {} <Trace> HTTP-Session: 9687897d-99af-43a2-b3d9-ca4152d51436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4624 | 2024.07.15 22:22:17.424734 [ 3 ] {07d5b777-6b03-4a3a-9e64-3242d34a41ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4625 | 2024.07.15 22:22:17.424780 [ 3 ] {07d5b777-6b03-4a3a-9e64-3242d34a41ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4626 | 2024.07.15 22:22:17.424921 [ 3 ] {07d5b777-6b03-4a3a-9e64-3242d34a41ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4627 | 2024.07.15 22:22:17.425309 [ 3 ] {07d5b777-6b03-4a3a-9e64-3242d34a41ca} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4628 | 2024.07.15 22:22:17.425344 [ 3 ] {07d5b777-6b03-4a3a-9e64-3242d34a41ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4629 | 2024.07.15 22:22:17.425718 [ 3 ] {07d5b777-6b03-4a3a-9e64-3242d34a41ca} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4630 | 2024.07.15 22:22:17.426047 [ 3 ] {07d5b777-6b03-4a3a-9e64-3242d34a41ca} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4631 | 2024.07.15 22:22:17.426184 [ 3 ] {07d5b777-6b03-4a3a-9e64-3242d34a41ca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec. | ||
4632 | 2024.07.15 22:22:17.426510 [ 3 ] {07d5b777-6b03-4a3a-9e64-3242d34a41ca} <Debug> DynamicQueryHandler: Done processing query | ||
4633 | 2024.07.15 22:22:17.426540 [ 3 ] {07d5b777-6b03-4a3a-9e64-3242d34a41ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4634 | 2024.07.15 22:22:17.426558 [ 3 ] {} <Debug> HTTP-Session: 9687897d-99af-43a2-b3d9-ca4152d51436 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4635 | 2024.07.15 22:22:17.426679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4636 | 2024.07.15 22:22:17.426729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4637 | 2024.07.15 22:22:17.426750 [ 3 ] {} <Debug> HTTP-Session: ed783f00-1c7f-492a-a3d8-ee4aeff82824 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4638 | 2024.07.15 22:22:17.426767 [ 3 ] {} <Debug> HTTP-Session: ed783f00-1c7f-492a-a3d8-ee4aeff82824 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4639 | 2024.07.15 22:22:17.426781 [ 3 ] {} <Debug> HTTP-Session: ed783f00-1c7f-492a-a3d8-ee4aeff82824 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4640 | 2024.07.15 22:22:17.426811 [ 3 ] {} <Trace> HTTP-Session: ed783f00-1c7f-492a-a3d8-ee4aeff82824 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4641 | 2024.07.15 22:22:17.426920 [ 3 ] {eca73a1c-a2e3-481f-8b7c-d6dc575fff47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4642 | 2024.07.15 22:22:17.426965 [ 3 ] {eca73a1c-a2e3-481f-8b7c-d6dc575fff47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4643 | 2024.07.15 22:22:17.427108 [ 3 ] {eca73a1c-a2e3-481f-8b7c-d6dc575fff47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4644 | 2024.07.15 22:22:17.427400 [ 3 ] {eca73a1c-a2e3-481f-8b7c-d6dc575fff47} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4645 | 2024.07.15 22:22:17.427436 [ 3 ] {eca73a1c-a2e3-481f-8b7c-d6dc575fff47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4646 | 2024.07.15 22:22:17.427799 [ 3 ] {eca73a1c-a2e3-481f-8b7c-d6dc575fff47} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4647 | 2024.07.15 22:22:17.428124 [ 3 ] {eca73a1c-a2e3-481f-8b7c-d6dc575fff47} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4648 | 2024.07.15 22:22:17.428250 [ 3 ] {eca73a1c-a2e3-481f-8b7c-d6dc575fff47} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001365 sec., 16849.816849816852 rows/sec., 911.46 KiB/sec. | ||
4649 | 2024.07.15 22:22:17.428256 [ 98 ] {} <Debug> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4650 | 2024.07.15 22:22:17.428317 [ 98 ] {} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4651 | 2024.07.15 22:22:17.428357 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4652 | 2024.07.15 22:22:17.428524 [ 3 ] {eca73a1c-a2e3-481f-8b7c-d6dc575fff47} <Debug> DynamicQueryHandler: Done processing query | ||
4653 | 2024.07.15 22:22:17.428610 [ 3 ] {eca73a1c-a2e3-481f-8b7c-d6dc575fff47} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4654 | 2024.07.15 22:22:17.428682 [ 3 ] {} <Debug> HTTP-Session: ed783f00-1c7f-492a-a3d8-ee4aeff82824 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4655 | 2024.07.15 22:22:17.428698 [ 201 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::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 | ||
4656 | 2024.07.15 22:22:17.428901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4657 | 2024.07.15 22:22:17.428967 [ 201 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4658 | 2024.07.15 22:22:17.428986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4659 | 2024.07.15 22:22:17.429036 [ 3 ] {} <Debug> HTTP-Session: 2e51fae2-9140-447e-97d9-dbf25ba3bb5e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4660 | 2024.07.15 22:22:17.429041 [ 201 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 136 rows starting from the beginning of the part | ||
4661 | 2024.07.15 22:22:17.429060 [ 3 ] {} <Debug> HTTP-Session: 2e51fae2-9140-447e-97d9-dbf25ba3bb5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4662 | 2024.07.15 22:22:17.429114 [ 3 ] {} <Debug> HTTP-Session: 2e51fae2-9140-447e-97d9-dbf25ba3bb5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4663 | 2024.07.15 22:22:17.429242 [ 3 ] {} <Trace> HTTP-Session: 2e51fae2-9140-447e-97d9-dbf25ba3bb5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4664 | 2024.07.15 22:22:17.429258 [ 201 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
4665 | 2024.07.15 22:22:17.429567 [ 201 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 23 rows starting from the beginning of the part | ||
4666 | 2024.07.15 22:22:17.429732 [ 3 ] {16afcda9-a44d-47d4-9181-a70badde901d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4667 | 2024.07.15 22:22:17.429953 [ 3 ] {16afcda9-a44d-47d4-9181-a70badde901d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4668 | 2024.07.15 22:22:17.429950 [ 201 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 23 rows starting from the beginning of the part | ||
4669 | 2024.07.15 22:22:17.430256 [ 201 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 23 rows starting from the beginning of the part | ||
4670 | 2024.07.15 22:22:17.430538 [ 201 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 23 rows starting from the beginning of the part | ||
4671 | 2024.07.15 22:22:17.431203 [ 3 ] {16afcda9-a44d-47d4-9181-a70badde901d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4672 | 2024.07.15 22:22:17.431861 [ 3 ] {16afcda9-a44d-47d4-9181-a70badde901d} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4673 | 2024.07.15 22:22:17.431924 [ 3 ] {16afcda9-a44d-47d4-9181-a70badde901d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4674 | 2024.07.15 22:22:17.432992 [ 3 ] {16afcda9-a44d-47d4-9181-a70badde901d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4675 | 2024.07.15 22:22:17.433244 [ 201 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 4 columns (4 merged, 0 gathered) in 0.004795916 sec., 48791.51344602366 rows/sec., 2.69 MiB/sec. | ||
4676 | 2024.07.15 22:22:17.433472 [ 201 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4677 | 2024.07.15 22:22:17.433829 [ 3 ] {16afcda9-a44d-47d4-9181-a70badde901d} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4678 | 2024.07.15 22:22:17.434198 [ 3 ] {16afcda9-a44d-47d4-9181-a70badde901d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004704 sec., 12755.102040816328 rows/sec., 880.23 KiB/sec. | ||
4679 | 2024.07.15 22:22:17.434378 [ 201 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_11_2} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4680 | 2024.07.15 22:22:17.434507 [ 3 ] {16afcda9-a44d-47d4-9181-a70badde901d} <Debug> DynamicQueryHandler: Done processing query | ||
4681 | 2024.07.15 22:22:17.434525 [ 201 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_11_2} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4682 | 2024.07.15 22:22:17.434548 [ 3 ] {16afcda9-a44d-47d4-9181-a70badde901d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4683 | 2024.07.15 22:22:17.434584 [ 3 ] {} <Debug> HTTP-Session: 2e51fae2-9140-447e-97d9-dbf25ba3bb5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4684 | 2024.07.15 22:22:17.434710 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4685 | 2024.07.15 22:22:20.643462 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4686 | 2024.07.15 22:22:20.643536 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4687 | 2024.07.15 22:22:22.001271 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000873318 sec. | ||
4688 | 2024.07.15 22:22:22.409336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4689 | 2024.07.15 22:22:22.409465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4690 | 2024.07.15 22:22:22.409496 [ 3 ] {} <Debug> HTTP-Session: caa351df-eaef-4d31-9553-655b3721ae79 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4691 | 2024.07.15 22:22:22.409525 [ 3 ] {} <Debug> HTTP-Session: caa351df-eaef-4d31-9553-655b3721ae79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4692 | 2024.07.15 22:22:22.409543 [ 3 ] {} <Debug> HTTP-Session: caa351df-eaef-4d31-9553-655b3721ae79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4693 | 2024.07.15 22:22:22.409602 [ 3 ] {} <Trace> HTTP-Session: caa351df-eaef-4d31-9553-655b3721ae79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4694 | 2024.07.15 22:22:22.409823 [ 3 ] {315d018e-7646-4afd-9949-9576eb2c6d4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4695 | 2024.07.15 22:22:22.409900 [ 3 ] {315d018e-7646-4afd-9949-9576eb2c6d4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4696 | 2024.07.15 22:22:22.410121 [ 3 ] {315d018e-7646-4afd-9949-9576eb2c6d4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4697 | 2024.07.15 22:22:22.410643 [ 3 ] {315d018e-7646-4afd-9949-9576eb2c6d4a} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4698 | 2024.07.15 22:22:22.410694 [ 3 ] {315d018e-7646-4afd-9949-9576eb2c6d4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4699 | 2024.07.15 22:22:22.411076 [ 3 ] {315d018e-7646-4afd-9949-9576eb2c6d4a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4700 | 2024.07.15 22:22:22.411433 [ 3 ] {315d018e-7646-4afd-9949-9576eb2c6d4a} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4701 | 2024.07.15 22:22:22.411616 [ 88 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4702 | 2024.07.15 22:22:22.411620 [ 3 ] {315d018e-7646-4afd-9949-9576eb2c6d4a} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001859 sec., 16137.708445400753 rows/sec., 1.28 MiB/sec. | ||
4703 | 2024.07.15 22:22:22.411700 [ 88 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4704 | 2024.07.15 22:22:22.411770 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4705 | 2024.07.15 22:22:22.412075 [ 3 ] {315d018e-7646-4afd-9949-9576eb2c6d4a} <Debug> DynamicQueryHandler: Done processing query | ||
4706 | 2024.07.15 22:22:22.412082 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
4707 | 2024.07.15 22:22:22.412158 [ 3 ] {315d018e-7646-4afd-9949-9576eb2c6d4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4708 | 2024.07.15 22:22:22.412243 [ 3 ] {} <Debug> HTTP-Session: caa351df-eaef-4d31-9553-655b3721ae79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4709 | 2024.07.15 22:22:22.412532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4710 | 2024.07.15 22:22:22.412617 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4711 | 2024.07.15 22:22:22.412657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4712 | 2024.07.15 22:22:22.412677 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 36 rows starting from the beginning of the part | ||
4713 | 2024.07.15 22:22:22.412712 [ 3 ] {} <Debug> HTTP-Session: e98c8123-3229-4c30-9d87-315c12f1ef0e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4714 | 2024.07.15 22:22:22.412739 [ 3 ] {} <Debug> HTTP-Session: e98c8123-3229-4c30-9d87-315c12f1ef0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4715 | 2024.07.15 22:22:22.412772 [ 3 ] {} <Debug> HTTP-Session: e98c8123-3229-4c30-9d87-315c12f1ef0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4716 | 2024.07.15 22:22:22.412908 [ 3 ] {} <Trace> HTTP-Session: e98c8123-3229-4c30-9d87-315c12f1ef0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4717 | 2024.07.15 22:22:22.412956 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
4718 | 2024.07.15 22:22:22.413557 [ 3 ] {06e1bd21-b21f-417a-9f97-f99dcc1e2687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4719 | 2024.07.15 22:22:22.413734 [ 3 ] {06e1bd21-b21f-417a-9f97-f99dcc1e2687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4720 | 2024.07.15 22:22:22.414286 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
4721 | 2024.07.15 22:22:22.414610 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
4722 | 2024.07.15 22:22:22.414644 [ 3 ] {06e1bd21-b21f-417a-9f97-f99dcc1e2687} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4723 | 2024.07.15 22:22:22.414881 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
4724 | 2024.07.15 22:22:22.415077 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
4725 | 2024.07.15 22:22:22.416115 [ 3 ] {06e1bd21-b21f-417a-9f97-f99dcc1e2687} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4726 | 2024.07.15 22:22:22.416181 [ 3 ] {06e1bd21-b21f-417a-9f97-f99dcc1e2687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4727 | 2024.07.15 22:22:22.417068 [ 3 ] {06e1bd21-b21f-417a-9f97-f99dcc1e2687} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4728 | 2024.07.15 22:22:22.417875 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 4 columns (4 merged, 0 gathered) in 0.00600074 sec., 22997.163683145744 rows/sec., 1.74 MiB/sec. | ||
4729 | 2024.07.15 22:22:22.418052 [ 3 ] {06e1bd21-b21f-417a-9f97-f99dcc1e2687} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4730 | 2024.07.15 22:22:22.418076 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4731 | 2024.07.15 22:22:22.418415 [ 3 ] {06e1bd21-b21f-417a-9f97-f99dcc1e2687} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.00514 sec., 28404.66926070039 rows/sec., 2.38 MiB/sec. | ||
4732 | 2024.07.15 22:22:22.418870 [ 3 ] {06e1bd21-b21f-417a-9f97-f99dcc1e2687} <Debug> DynamicQueryHandler: Done processing query | ||
4733 | 2024.07.15 22:22:22.418912 [ 3 ] {06e1bd21-b21f-417a-9f97-f99dcc1e2687} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4734 | 2024.07.15 22:22:22.418956 [ 3 ] {} <Debug> HTTP-Session: e98c8123-3229-4c30-9d87-315c12f1ef0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4735 | 2024.07.15 22:22:22.418964 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_16_3} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4736 | 2024.07.15 22:22:22.419067 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_16_3} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4737 | 2024.07.15 22:22:22.419182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4738 | 2024.07.15 22:22:22.419233 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4739 | 2024.07.15 22:22:22.419300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4740 | 2024.07.15 22:22:22.419338 [ 3 ] {} <Debug> HTTP-Session: 4c224c16-2ae2-45fe-9b99-499b7668974b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4741 | 2024.07.15 22:22:22.419360 [ 3 ] {} <Debug> HTTP-Session: 4c224c16-2ae2-45fe-9b99-499b7668974b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4742 | 2024.07.15 22:22:22.419379 [ 3 ] {} <Debug> HTTP-Session: 4c224c16-2ae2-45fe-9b99-499b7668974b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4743 | 2024.07.15 22:22:22.419421 [ 3 ] {} <Trace> HTTP-Session: 4c224c16-2ae2-45fe-9b99-499b7668974b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4744 | 2024.07.15 22:22:22.419617 [ 3 ] {c4b9a861-ec1e-4098-a3e8-849409bfbf08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4745 | 2024.07.15 22:22:22.419672 [ 3 ] {c4b9a861-ec1e-4098-a3e8-849409bfbf08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4746 | 2024.07.15 22:22:22.419855 [ 3 ] {c4b9a861-ec1e-4098-a3e8-849409bfbf08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4747 | 2024.07.15 22:22:22.420271 [ 3 ] {c4b9a861-ec1e-4098-a3e8-849409bfbf08} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4748 | 2024.07.15 22:22:22.420310 [ 3 ] {c4b9a861-ec1e-4098-a3e8-849409bfbf08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4749 | 2024.07.15 22:22:22.420648 [ 3 ] {c4b9a861-ec1e-4098-a3e8-849409bfbf08} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4750 | 2024.07.15 22:22:22.420970 [ 3 ] {c4b9a861-ec1e-4098-a3e8-849409bfbf08} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4751 | 2024.07.15 22:22:22.421137 [ 3 ] {c4b9a861-ec1e-4098-a3e8-849409bfbf08} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001591 sec., 59082.33815210559 rows/sec., 4.61 MiB/sec. | ||
4752 | 2024.07.15 22:22:22.421451 [ 3 ] {c4b9a861-ec1e-4098-a3e8-849409bfbf08} <Debug> DynamicQueryHandler: Done processing query | ||
4753 | 2024.07.15 22:22:22.421478 [ 3 ] {c4b9a861-ec1e-4098-a3e8-849409bfbf08} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4754 | 2024.07.15 22:22:22.421495 [ 3 ] {} <Debug> HTTP-Session: 4c224c16-2ae2-45fe-9b99-499b7668974b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4755 | 2024.07.15 22:22:22.421645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4756 | 2024.07.15 22:22:22.421696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4757 | 2024.07.15 22:22:22.421715 [ 3 ] {} <Debug> HTTP-Session: 05135505-0216-414e-81d0-5001894d8638 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4758 | 2024.07.15 22:22:22.421733 [ 3 ] {} <Debug> HTTP-Session: 05135505-0216-414e-81d0-5001894d8638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4759 | 2024.07.15 22:22:22.421746 [ 3 ] {} <Debug> HTTP-Session: 05135505-0216-414e-81d0-5001894d8638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4760 | 2024.07.15 22:22:22.421777 [ 3 ] {} <Trace> HTTP-Session: 05135505-0216-414e-81d0-5001894d8638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4761 | 2024.07.15 22:22:22.421935 [ 3 ] {3730f49a-0206-4530-8bae-296feea49353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4762 | 2024.07.15 22:22:22.421984 [ 3 ] {3730f49a-0206-4530-8bae-296feea49353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4763 | 2024.07.15 22:22:22.422153 [ 3 ] {3730f49a-0206-4530-8bae-296feea49353} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4764 | 2024.07.15 22:22:22.422555 [ 3 ] {3730f49a-0206-4530-8bae-296feea49353} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4765 | 2024.07.15 22:22:22.422593 [ 3 ] {3730f49a-0206-4530-8bae-296feea49353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4766 | 2024.07.15 22:22:22.422989 [ 3 ] {3730f49a-0206-4530-8bae-296feea49353} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4767 | 2024.07.15 22:22:22.423335 [ 3 ] {3730f49a-0206-4530-8bae-296feea49353} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4768 | 2024.07.15 22:22:22.423502 [ 3 ] {3730f49a-0206-4530-8bae-296feea49353} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001634 sec., 97919.21664626682 rows/sec., 6.82 MiB/sec. | ||
4769 | 2024.07.15 22:22:22.423817 [ 3 ] {3730f49a-0206-4530-8bae-296feea49353} <Debug> DynamicQueryHandler: Done processing query | ||
4770 | 2024.07.15 22:22:22.423843 [ 3 ] {3730f49a-0206-4530-8bae-296feea49353} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4771 | 2024.07.15 22:22:22.423860 [ 3 ] {} <Debug> HTTP-Session: 05135505-0216-414e-81d0-5001894d8638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4772 | 2024.07.15 22:22:22.424032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4773 | 2024.07.15 22:22:22.424085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4774 | 2024.07.15 22:22:22.424106 [ 3 ] {} <Debug> HTTP-Session: cd05d2a6-3ce4-49cd-8814-945d72bac79b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4775 | 2024.07.15 22:22:22.424122 [ 3 ] {} <Debug> HTTP-Session: cd05d2a6-3ce4-49cd-8814-945d72bac79b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4776 | 2024.07.15 22:22:22.424136 [ 3 ] {} <Debug> HTTP-Session: cd05d2a6-3ce4-49cd-8814-945d72bac79b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4777 | 2024.07.15 22:22:22.424168 [ 3 ] {} <Trace> HTTP-Session: cd05d2a6-3ce4-49cd-8814-945d72bac79b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4778 | 2024.07.15 22:22:22.424486 [ 3 ] {4b32a5ad-0a3d-42fc-a631-e3b9ae2387b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4779 | 2024.07.15 22:22:22.424562 [ 3 ] {4b32a5ad-0a3d-42fc-a631-e3b9ae2387b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4780 | 2024.07.15 22:22:22.425004 [ 3 ] {4b32a5ad-0a3d-42fc-a631-e3b9ae2387b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4781 | 2024.07.15 22:22:22.425688 [ 3 ] {4b32a5ad-0a3d-42fc-a631-e3b9ae2387b9} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4782 | 2024.07.15 22:22:22.425726 [ 3 ] {4b32a5ad-0a3d-42fc-a631-e3b9ae2387b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4783 | 2024.07.15 22:22:22.426347 [ 3 ] {4b32a5ad-0a3d-42fc-a631-e3b9ae2387b9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4784 | 2024.07.15 22:22:22.426745 [ 3 ] {4b32a5ad-0a3d-42fc-a631-e3b9ae2387b9} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4785 | 2024.07.15 22:22:22.426922 [ 3 ] {4b32a5ad-0a3d-42fc-a631-e3b9ae2387b9} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002709 sec., 11074.197120708748 rows/sec., 19.84 MiB/sec. | ||
4786 | 2024.07.15 22:22:22.427421 [ 3 ] {4b32a5ad-0a3d-42fc-a631-e3b9ae2387b9} <Debug> DynamicQueryHandler: Done processing query | ||
4787 | 2024.07.15 22:22:22.427446 [ 3 ] {4b32a5ad-0a3d-42fc-a631-e3b9ae2387b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4788 | 2024.07.15 22:22:22.427463 [ 3 ] {} <Debug> HTTP-Session: cd05d2a6-3ce4-49cd-8814-945d72bac79b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4789 | 2024.07.15 22:22:22.427576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4790 | 2024.07.15 22:22:22.427626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4791 | 2024.07.15 22:22:22.427645 [ 3 ] {} <Debug> HTTP-Session: 8e58fed8-8634-4563-a22f-986369458f2b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4792 | 2024.07.15 22:22:22.427662 [ 3 ] {} <Debug> HTTP-Session: 8e58fed8-8634-4563-a22f-986369458f2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4793 | 2024.07.15 22:22:22.427676 [ 3 ] {} <Debug> HTTP-Session: 8e58fed8-8634-4563-a22f-986369458f2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4794 | 2024.07.15 22:22:22.427707 [ 3 ] {} <Trace> HTTP-Session: 8e58fed8-8634-4563-a22f-986369458f2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4795 | 2024.07.15 22:22:22.427828 [ 3 ] {e4c40f18-d981-42fe-84b7-8ecb98435f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4796 | 2024.07.15 22:22:22.427873 [ 3 ] {e4c40f18-d981-42fe-84b7-8ecb98435f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4797 | 2024.07.15 22:22:22.428011 [ 3 ] {e4c40f18-d981-42fe-84b7-8ecb98435f73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4798 | 2024.07.15 22:22:22.428329 [ 3 ] {e4c40f18-d981-42fe-84b7-8ecb98435f73} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4799 | 2024.07.15 22:22:22.428366 [ 3 ] {e4c40f18-d981-42fe-84b7-8ecb98435f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4800 | 2024.07.15 22:22:22.428730 [ 3 ] {e4c40f18-d981-42fe-84b7-8ecb98435f73} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4801 | 2024.07.15 22:22:22.429050 [ 3 ] {e4c40f18-d981-42fe-84b7-8ecb98435f73} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4802 | 2024.07.15 22:22:22.429213 [ 3 ] {e4c40f18-d981-42fe-84b7-8ecb98435f73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec. | ||
4803 | 2024.07.15 22:22:22.429375 [ 3 ] {e4c40f18-d981-42fe-84b7-8ecb98435f73} <Debug> DynamicQueryHandler: Done processing query | ||
4804 | 2024.07.15 22:22:22.429400 [ 3 ] {e4c40f18-d981-42fe-84b7-8ecb98435f73} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4805 | 2024.07.15 22:22:22.429415 [ 3 ] {} <Debug> HTTP-Session: 8e58fed8-8634-4563-a22f-986369458f2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4806 | 2024.07.15 22:22:24.173838 [ 78 ] {} <Debug> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4807 | 2024.07.15 22:22:24.173904 [ 78 ] {} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4808 | 2024.07.15 22:22:24.173930 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4809 | 2024.07.15 22:22:24.174117 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::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 | ||
4810 | 2024.07.15 22:22:24.174319 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4811 | 2024.07.15 22:22:24.174355 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4812 | 2024.07.15 22:22:24.174432 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
4813 | 2024.07.15 22:22:24.174646 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
4814 | 2024.07.15 22:22:24.174777 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
4815 | 2024.07.15 22:22:24.174987 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
4816 | 2024.07.15 22:22:24.175995 [ 187 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.001983859 sec., 6048.816977416237 rows/sec., 422.35 KiB/sec. | ||
4817 | 2024.07.15 22:22:24.176193 [ 187 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4818 | 2024.07.15 22:22:24.176621 [ 187 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_5_1} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4819 | 2024.07.15 22:22:24.176713 [ 187 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_5_1} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4820 | 2024.07.15 22:22:24.176812 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
4821 | 2024.07.15 22:22:24.376552 [ 78 ] {} <Debug> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4822 | 2024.07.15 22:22:24.376624 [ 78 ] {} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4823 | 2024.07.15 22:22:24.376650 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4824 | 2024.07.15 22:22:24.376834 [ 199 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::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 | ||
4825 | 2024.07.15 22:22:24.377013 [ 199 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4826 | 2024.07.15 22:22:24.377049 [ 199 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4827 | 2024.07.15 22:22:24.377171 [ 199 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
4828 | 2024.07.15 22:22:24.377344 [ 199 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
4829 | 2024.07.15 22:22:24.377494 [ 199 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
4830 | 2024.07.15 22:22:24.377682 [ 199 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
4831 | 2024.07.15 22:22:24.378628 [ 187 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.001902698 sec., 6306.833769731193 rows/sec., 514.28 KiB/sec. | ||
4832 | 2024.07.15 22:22:24.378877 [ 201 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4833 | 2024.07.15 22:22:24.379468 [ 201 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_5_1} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4834 | 2024.07.15 22:22:24.379558 [ 201 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_5_1} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4835 | 2024.07.15 22:22:24.379655 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
4836 | 2024.07.15 22:22:27.412146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4837 | 2024.07.15 22:22:27.412267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4838 | 2024.07.15 22:22:27.412292 [ 3 ] {} <Debug> HTTP-Session: ec9bf28b-99f1-4b6c-b68a-cdbcf40db4ab Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4839 | 2024.07.15 22:22:27.412315 [ 3 ] {} <Debug> HTTP-Session: ec9bf28b-99f1-4b6c-b68a-cdbcf40db4ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4840 | 2024.07.15 22:22:27.412329 [ 3 ] {} <Debug> HTTP-Session: ec9bf28b-99f1-4b6c-b68a-cdbcf40db4ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4841 | 2024.07.15 22:22:27.412380 [ 3 ] {} <Trace> HTTP-Session: ec9bf28b-99f1-4b6c-b68a-cdbcf40db4ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4842 | 2024.07.15 22:22:27.412558 [ 3 ] {d964f0c9-a76d-4503-89c5-5c16459a27bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4843 | 2024.07.15 22:22:27.412623 [ 3 ] {d964f0c9-a76d-4503-89c5-5c16459a27bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4844 | 2024.07.15 22:22:27.412816 [ 3 ] {d964f0c9-a76d-4503-89c5-5c16459a27bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4845 | 2024.07.15 22:22:27.413312 [ 3 ] {d964f0c9-a76d-4503-89c5-5c16459a27bf} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4846 | 2024.07.15 22:22:27.413354 [ 3 ] {d964f0c9-a76d-4503-89c5-5c16459a27bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4847 | 2024.07.15 22:22:27.413715 [ 3 ] {d964f0c9-a76d-4503-89c5-5c16459a27bf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4848 | 2024.07.15 22:22:27.414065 [ 3 ] {d964f0c9-a76d-4503-89c5-5c16459a27bf} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4849 | 2024.07.15 22:22:27.414238 [ 3 ] {d964f0c9-a76d-4503-89c5-5c16459a27bf} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001728 sec., 3472.222222222222 rows/sec., 196.67 KiB/sec. | ||
4850 | 2024.07.15 22:22:27.414574 [ 3 ] {d964f0c9-a76d-4503-89c5-5c16459a27bf} <Debug> DynamicQueryHandler: Done processing query | ||
4851 | 2024.07.15 22:22:27.414601 [ 3 ] {d964f0c9-a76d-4503-89c5-5c16459a27bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4852 | 2024.07.15 22:22:27.414617 [ 3 ] {} <Debug> HTTP-Session: ec9bf28b-99f1-4b6c-b68a-cdbcf40db4ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4853 | 2024.07.15 22:22:27.414770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4854 | 2024.07.15 22:22:27.414821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4855 | 2024.07.15 22:22:27.414840 [ 3 ] {} <Debug> HTTP-Session: 535e298c-bd28-4dae-bac5-0706f08a435b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4856 | 2024.07.15 22:22:27.414856 [ 3 ] {} <Debug> HTTP-Session: 535e298c-bd28-4dae-bac5-0706f08a435b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4857 | 2024.07.15 22:22:27.414869 [ 3 ] {} <Debug> HTTP-Session: 535e298c-bd28-4dae-bac5-0706f08a435b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4858 | 2024.07.15 22:22:27.414901 [ 3 ] {} <Trace> HTTP-Session: 535e298c-bd28-4dae-bac5-0706f08a435b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4859 | 2024.07.15 22:22:27.415043 [ 3 ] {651bff19-e270-4725-998c-292637061844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4860 | 2024.07.15 22:22:27.415087 [ 3 ] {651bff19-e270-4725-998c-292637061844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4861 | 2024.07.15 22:22:27.415234 [ 3 ] {651bff19-e270-4725-998c-292637061844} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4862 | 2024.07.15 22:22:27.415648 [ 3 ] {651bff19-e270-4725-998c-292637061844} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4863 | 2024.07.15 22:22:27.415685 [ 3 ] {651bff19-e270-4725-998c-292637061844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4864 | 2024.07.15 22:22:27.415996 [ 3 ] {651bff19-e270-4725-998c-292637061844} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4865 | 2024.07.15 22:22:27.416308 [ 3 ] {651bff19-e270-4725-998c-292637061844} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4866 | 2024.07.15 22:22:27.416457 [ 3 ] {651bff19-e270-4725-998c-292637061844} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001472 sec., 109375 rows/sec., 9.66 MiB/sec. | ||
4867 | 2024.07.15 22:22:27.416618 [ 3 ] {651bff19-e270-4725-998c-292637061844} <Debug> DynamicQueryHandler: Done processing query | ||
4868 | 2024.07.15 22:22:27.416642 [ 3 ] {651bff19-e270-4725-998c-292637061844} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4869 | 2024.07.15 22:22:27.416658 [ 3 ] {} <Debug> HTTP-Session: 535e298c-bd28-4dae-bac5-0706f08a435b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4870 | 2024.07.15 22:22:27.416920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4871 | 2024.07.15 22:22:27.416969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4872 | 2024.07.15 22:22:27.416987 [ 3 ] {} <Debug> HTTP-Session: d35960ed-62c0-492e-bb83-c44cfdbaa39a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4873 | 2024.07.15 22:22:27.417003 [ 3 ] {} <Debug> HTTP-Session: d35960ed-62c0-492e-bb83-c44cfdbaa39a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4874 | 2024.07.15 22:22:27.417016 [ 3 ] {} <Debug> HTTP-Session: d35960ed-62c0-492e-bb83-c44cfdbaa39a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4875 | 2024.07.15 22:22:27.417047 [ 3 ] {} <Trace> HTTP-Session: d35960ed-62c0-492e-bb83-c44cfdbaa39a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4876 | 2024.07.15 22:22:27.417235 [ 3 ] {3a648c6f-1bf2-4dc6-baea-a23b7e62718b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4877 | 2024.07.15 22:22:27.417277 [ 3 ] {3a648c6f-1bf2-4dc6-baea-a23b7e62718b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4878 | 2024.07.15 22:22:27.417401 [ 3 ] {3a648c6f-1bf2-4dc6-baea-a23b7e62718b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4879 | 2024.07.15 22:22:27.418010 [ 3 ] {3a648c6f-1bf2-4dc6-baea-a23b7e62718b} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4880 | 2024.07.15 22:22:27.418046 [ 3 ] {3a648c6f-1bf2-4dc6-baea-a23b7e62718b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4881 | 2024.07.15 22:22:27.418367 [ 3 ] {3a648c6f-1bf2-4dc6-baea-a23b7e62718b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4882 | 2024.07.15 22:22:27.418666 [ 3 ] {3a648c6f-1bf2-4dc6-baea-a23b7e62718b} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4883 | 2024.07.15 22:22:27.418815 [ 3 ] {3a648c6f-1bf2-4dc6-baea-a23b7e62718b} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.00168 sec., 227380.95238095237 rows/sec., 15.97 MiB/sec. | ||
4884 | 2024.07.15 22:22:27.419145 [ 3 ] {3a648c6f-1bf2-4dc6-baea-a23b7e62718b} <Debug> DynamicQueryHandler: Done processing query | ||
4885 | 2024.07.15 22:22:27.419204 [ 3 ] {3a648c6f-1bf2-4dc6-baea-a23b7e62718b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4886 | 2024.07.15 22:22:27.419245 [ 3 ] {} <Debug> HTTP-Session: d35960ed-62c0-492e-bb83-c44cfdbaa39a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4887 | 2024.07.15 22:22:27.419368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4888 | 2024.07.15 22:22:27.419418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4889 | 2024.07.15 22:22:27.419438 [ 3 ] {} <Debug> HTTP-Session: 263ba33c-d53a-49f0-9072-65089748ed9c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4890 | 2024.07.15 22:22:27.419455 [ 3 ] {} <Debug> HTTP-Session: 263ba33c-d53a-49f0-9072-65089748ed9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4891 | 2024.07.15 22:22:27.419468 [ 3 ] {} <Debug> HTTP-Session: 263ba33c-d53a-49f0-9072-65089748ed9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4892 | 2024.07.15 22:22:27.419499 [ 3 ] {} <Trace> HTTP-Session: 263ba33c-d53a-49f0-9072-65089748ed9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4893 | 2024.07.15 22:22:27.419598 [ 3 ] {709f2dbd-97b1-4a58-bb90-765fa5fcc482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4894 | 2024.07.15 22:22:27.419643 [ 3 ] {709f2dbd-97b1-4a58-bb90-765fa5fcc482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4895 | 2024.07.15 22:22:27.419785 [ 3 ] {709f2dbd-97b1-4a58-bb90-765fa5fcc482} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4896 | 2024.07.15 22:22:27.420052 [ 3 ] {709f2dbd-97b1-4a58-bb90-765fa5fcc482} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4897 | 2024.07.15 22:22:27.420088 [ 3 ] {709f2dbd-97b1-4a58-bb90-765fa5fcc482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4898 | 2024.07.15 22:22:27.420432 [ 3 ] {709f2dbd-97b1-4a58-bb90-765fa5fcc482} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4899 | 2024.07.15 22:22:27.420751 [ 3 ] {709f2dbd-97b1-4a58-bb90-765fa5fcc482} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4900 | 2024.07.15 22:22:27.420905 [ 3 ] {709f2dbd-97b1-4a58-bb90-765fa5fcc482} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001325 sec., 4528.301886792453 rows/sec., 194.58 KiB/sec. | ||
4901 | 2024.07.15 22:22:27.421067 [ 3 ] {709f2dbd-97b1-4a58-bb90-765fa5fcc482} <Debug> DynamicQueryHandler: Done processing query | ||
4902 | 2024.07.15 22:22:27.421092 [ 3 ] {709f2dbd-97b1-4a58-bb90-765fa5fcc482} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4903 | 2024.07.15 22:22:27.421107 [ 3 ] {} <Debug> HTTP-Session: 263ba33c-d53a-49f0-9072-65089748ed9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4904 | 2024.07.15 22:22:27.421218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4905 | 2024.07.15 22:22:27.421266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4906 | 2024.07.15 22:22:27.421284 [ 3 ] {} <Debug> HTTP-Session: f42b3c7e-e7c1-4a57-82ba-df2fc581a681 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4907 | 2024.07.15 22:22:27.421299 [ 3 ] {} <Debug> HTTP-Session: f42b3c7e-e7c1-4a57-82ba-df2fc581a681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4908 | 2024.07.15 22:22:27.421313 [ 3 ] {} <Debug> HTTP-Session: f42b3c7e-e7c1-4a57-82ba-df2fc581a681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4909 | 2024.07.15 22:22:27.421343 [ 3 ] {} <Trace> HTTP-Session: f42b3c7e-e7c1-4a57-82ba-df2fc581a681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4910 | 2024.07.15 22:22:27.421484 [ 3 ] {f6e431aa-b874-4ecf-8d5a-ed9dc7a70a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4911 | 2024.07.15 22:22:27.421530 [ 3 ] {f6e431aa-b874-4ecf-8d5a-ed9dc7a70a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4912 | 2024.07.15 22:22:27.421672 [ 3 ] {f6e431aa-b874-4ecf-8d5a-ed9dc7a70a02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4913 | 2024.07.15 22:22:27.422010 [ 3 ] {f6e431aa-b874-4ecf-8d5a-ed9dc7a70a02} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4914 | 2024.07.15 22:22:27.422046 [ 3 ] {f6e431aa-b874-4ecf-8d5a-ed9dc7a70a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4915 | 2024.07.15 22:22:27.422413 [ 3 ] {f6e431aa-b874-4ecf-8d5a-ed9dc7a70a02} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4916 | 2024.07.15 22:22:27.422753 [ 3 ] {f6e431aa-b874-4ecf-8d5a-ed9dc7a70a02} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4917 | 2024.07.15 22:22:27.422915 [ 3 ] {f6e431aa-b874-4ecf-8d5a-ed9dc7a70a02} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001496 sec., 51470.58823529412 rows/sec., 3.17 MiB/sec. | ||
4918 | 2024.07.15 22:22:27.423285 [ 3 ] {f6e431aa-b874-4ecf-8d5a-ed9dc7a70a02} <Debug> DynamicQueryHandler: Done processing query | ||
4919 | 2024.07.15 22:22:27.423311 [ 3 ] {f6e431aa-b874-4ecf-8d5a-ed9dc7a70a02} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4920 | 2024.07.15 22:22:27.423327 [ 3 ] {} <Debug> HTTP-Session: f42b3c7e-e7c1-4a57-82ba-df2fc581a681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4921 | 2024.07.15 22:22:27.423460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4922 | 2024.07.15 22:22:27.423509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4923 | 2024.07.15 22:22:27.423528 [ 3 ] {} <Debug> HTTP-Session: a67ebe23-cc0e-42f0-8966-17279cc64a1b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4924 | 2024.07.15 22:22:27.423545 [ 3 ] {} <Debug> HTTP-Session: a67ebe23-cc0e-42f0-8966-17279cc64a1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4925 | 2024.07.15 22:22:27.423559 [ 3 ] {} <Debug> HTTP-Session: a67ebe23-cc0e-42f0-8966-17279cc64a1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4926 | 2024.07.15 22:22:27.423590 [ 3 ] {} <Trace> HTTP-Session: a67ebe23-cc0e-42f0-8966-17279cc64a1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4927 | 2024.07.15 22:22:27.423762 [ 3 ] {c67e2dab-4319-4944-868d-1d3f14911a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4928 | 2024.07.15 22:22:27.423808 [ 3 ] {c67e2dab-4319-4944-868d-1d3f14911a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4929 | 2024.07.15 22:22:27.423972 [ 3 ] {c67e2dab-4319-4944-868d-1d3f14911a33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4930 | 2024.07.15 22:22:27.424354 [ 3 ] {c67e2dab-4319-4944-868d-1d3f14911a33} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4931 | 2024.07.15 22:22:27.424389 [ 3 ] {c67e2dab-4319-4944-868d-1d3f14911a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4932 | 2024.07.15 22:22:27.424752 [ 3 ] {c67e2dab-4319-4944-868d-1d3f14911a33} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4933 | 2024.07.15 22:22:27.425079 [ 3 ] {c67e2dab-4319-4944-868d-1d3f14911a33} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4934 | 2024.07.15 22:22:27.425218 [ 3 ] {c67e2dab-4319-4944-868d-1d3f14911a33} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec. | ||
4935 | 2024.07.15 22:22:27.425398 [ 3 ] {c67e2dab-4319-4944-868d-1d3f14911a33} <Debug> DynamicQueryHandler: Done processing query | ||
4936 | 2024.07.15 22:22:27.425423 [ 3 ] {c67e2dab-4319-4944-868d-1d3f14911a33} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4937 | 2024.07.15 22:22:27.425439 [ 3 ] {} <Debug> HTTP-Session: a67ebe23-cc0e-42f0-8966-17279cc64a1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4938 | 2024.07.15 22:22:27.425544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4939 | 2024.07.15 22:22:27.425592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4940 | 2024.07.15 22:22:27.425611 [ 3 ] {} <Debug> HTTP-Session: ed935b21-0b1a-4acc-8b68-e0896b808c10 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4941 | 2024.07.15 22:22:27.425627 [ 3 ] {} <Debug> HTTP-Session: ed935b21-0b1a-4acc-8b68-e0896b808c10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4942 | 2024.07.15 22:22:27.425641 [ 3 ] {} <Debug> HTTP-Session: ed935b21-0b1a-4acc-8b68-e0896b808c10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4943 | 2024.07.15 22:22:27.425671 [ 3 ] {} <Trace> HTTP-Session: ed935b21-0b1a-4acc-8b68-e0896b808c10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4944 | 2024.07.15 22:22:27.425773 [ 3 ] {6fcf5f33-164a-408f-b787-276395b3a799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4945 | 2024.07.15 22:22:27.425818 [ 3 ] {6fcf5f33-164a-408f-b787-276395b3a799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4946 | 2024.07.15 22:22:27.425947 [ 3 ] {6fcf5f33-164a-408f-b787-276395b3a799} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4947 | 2024.07.15 22:22:27.426309 [ 3 ] {6fcf5f33-164a-408f-b787-276395b3a799} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4948 | 2024.07.15 22:22:27.426344 [ 3 ] {6fcf5f33-164a-408f-b787-276395b3a799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4949 | 2024.07.15 22:22:27.426687 [ 3 ] {6fcf5f33-164a-408f-b787-276395b3a799} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4950 | 2024.07.15 22:22:27.427006 [ 3 ] {6fcf5f33-164a-408f-b787-276395b3a799} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4951 | 2024.07.15 22:22:27.427179 [ 3 ] {6fcf5f33-164a-408f-b787-276395b3a799} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001417 sec., 16231.474947071276 rows/sec., 878.01 KiB/sec. | ||
4952 | 2024.07.15 22:22:27.427481 [ 3 ] {6fcf5f33-164a-408f-b787-276395b3a799} <Debug> DynamicQueryHandler: Done processing query | ||
4953 | 2024.07.15 22:22:27.427506 [ 3 ] {6fcf5f33-164a-408f-b787-276395b3a799} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4954 | 2024.07.15 22:22:27.427521 [ 3 ] {} <Debug> HTTP-Session: ed935b21-0b1a-4acc-8b68-e0896b808c10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4955 | 2024.07.15 22:22:27.427629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4956 | 2024.07.15 22:22:27.427678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4957 | 2024.07.15 22:22:27.427697 [ 3 ] {} <Debug> HTTP-Session: 64865cd0-9124-4e5b-936e-01d6610e1c48 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4958 | 2024.07.15 22:22:27.427713 [ 3 ] {} <Debug> HTTP-Session: 64865cd0-9124-4e5b-936e-01d6610e1c48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4959 | 2024.07.15 22:22:27.427727 [ 3 ] {} <Debug> HTTP-Session: 64865cd0-9124-4e5b-936e-01d6610e1c48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4960 | 2024.07.15 22:22:27.427757 [ 3 ] {} <Trace> HTTP-Session: 64865cd0-9124-4e5b-936e-01d6610e1c48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4961 | 2024.07.15 22:22:27.427887 [ 3 ] {1d4e198e-7244-4a01-bd99-06aa07e64117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4962 | 2024.07.15 22:22:27.427932 [ 3 ] {1d4e198e-7244-4a01-bd99-06aa07e64117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4963 | 2024.07.15 22:22:27.428079 [ 3 ] {1d4e198e-7244-4a01-bd99-06aa07e64117} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4964 | 2024.07.15 22:22:27.428384 [ 3 ] {1d4e198e-7244-4a01-bd99-06aa07e64117} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4965 | 2024.07.15 22:22:27.428419 [ 3 ] {1d4e198e-7244-4a01-bd99-06aa07e64117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4966 | 2024.07.15 22:22:27.428766 [ 3 ] {1d4e198e-7244-4a01-bd99-06aa07e64117} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4967 | 2024.07.15 22:22:27.429075 [ 3 ] {1d4e198e-7244-4a01-bd99-06aa07e64117} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4968 | 2024.07.15 22:22:27.429227 [ 3 ] {1d4e198e-7244-4a01-bd99-06aa07e64117} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
4969 | 2024.07.15 22:22:27.429391 [ 3 ] {1d4e198e-7244-4a01-bd99-06aa07e64117} <Debug> DynamicQueryHandler: Done processing query | ||
4970 | 2024.07.15 22:22:27.429415 [ 3 ] {1d4e198e-7244-4a01-bd99-06aa07e64117} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4971 | 2024.07.15 22:22:27.429430 [ 3 ] {} <Debug> HTTP-Session: 64865cd0-9124-4e5b-936e-01d6610e1c48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4972 | 2024.07.15 22:22:32.409696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4973 | 2024.07.15 22:22:32.409826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4974 | 2024.07.15 22:22:32.409853 [ 3 ] {} <Debug> HTTP-Session: 6b729f6b-5be1-43bc-bd38-ed07a159df36 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4975 | 2024.07.15 22:22:32.409878 [ 3 ] {} <Debug> HTTP-Session: 6b729f6b-5be1-43bc-bd38-ed07a159df36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4976 | 2024.07.15 22:22:32.409893 [ 3 ] {} <Debug> HTTP-Session: 6b729f6b-5be1-43bc-bd38-ed07a159df36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4977 | 2024.07.15 22:22:32.409941 [ 3 ] {} <Trace> HTTP-Session: 6b729f6b-5be1-43bc-bd38-ed07a159df36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4978 | 2024.07.15 22:22:32.410131 [ 3 ] {1da16c67-dd76-4e83-8d67-af1ee27c506d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4979 | 2024.07.15 22:22:32.410198 [ 3 ] {1da16c67-dd76-4e83-8d67-af1ee27c506d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4980 | 2024.07.15 22:22:32.410395 [ 3 ] {1da16c67-dd76-4e83-8d67-af1ee27c506d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4981 | 2024.07.15 22:22:32.410833 [ 3 ] {1da16c67-dd76-4e83-8d67-af1ee27c506d} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4982 | 2024.07.15 22:22:32.410875 [ 3 ] {1da16c67-dd76-4e83-8d67-af1ee27c506d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4983 | 2024.07.15 22:22:32.411236 [ 3 ] {1da16c67-dd76-4e83-8d67-af1ee27c506d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4984 | 2024.07.15 22:22:32.411584 [ 3 ] {1da16c67-dd76-4e83-8d67-af1ee27c506d} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4985 | 2024.07.15 22:22:32.411761 [ 3 ] {1da16c67-dd76-4e83-8d67-af1ee27c506d} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001684 sec., 17814.726840855106 rows/sec., 1.41 MiB/sec. | ||
4986 | 2024.07.15 22:22:32.411957 [ 3 ] {1da16c67-dd76-4e83-8d67-af1ee27c506d} <Debug> DynamicQueryHandler: Done processing query | ||
4987 | 2024.07.15 22:22:32.411984 [ 3 ] {1da16c67-dd76-4e83-8d67-af1ee27c506d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4988 | 2024.07.15 22:22:32.412001 [ 3 ] {} <Debug> HTTP-Session: 6b729f6b-5be1-43bc-bd38-ed07a159df36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4989 | 2024.07.15 22:22:32.412128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4990 | 2024.07.15 22:22:32.412180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4991 | 2024.07.15 22:22:32.412200 [ 3 ] {} <Debug> HTTP-Session: 641f9f7b-0cfc-4ab6-8631-a6a88c8c7a57 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
4992 | 2024.07.15 22:22:32.412218 [ 3 ] {} <Debug> HTTP-Session: 641f9f7b-0cfc-4ab6-8631-a6a88c8c7a57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4993 | 2024.07.15 22:22:32.412232 [ 3 ] {} <Debug> HTTP-Session: 641f9f7b-0cfc-4ab6-8631-a6a88c8c7a57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4994 | 2024.07.15 22:22:32.412263 [ 3 ] {} <Trace> HTTP-Session: 641f9f7b-0cfc-4ab6-8631-a6a88c8c7a57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4995 | 2024.07.15 22:22:32.412361 [ 3 ] {c8a4cbb1-540c-476c-82a5-0c01f642e6e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4996 | 2024.07.15 22:22:32.412405 [ 3 ] {c8a4cbb1-540c-476c-82a5-0c01f642e6e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4997 | 2024.07.15 22:22:32.412531 [ 3 ] {c8a4cbb1-540c-476c-82a5-0c01f642e6e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4998 | 2024.07.15 22:22:32.412842 [ 3 ] {c8a4cbb1-540c-476c-82a5-0c01f642e6e0} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4999 | 2024.07.15 22:22:32.412879 [ 3 ] {c8a4cbb1-540c-476c-82a5-0c01f642e6e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5000 | 2024.07.15 22:22:32.413177 [ 3 ] {c8a4cbb1-540c-476c-82a5-0c01f642e6e0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5001 | 2024.07.15 22:22:32.413480 [ 3 ] {c8a4cbb1-540c-476c-82a5-0c01f642e6e0} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5002 | 2024.07.15 22:22:32.413638 [ 3 ] {c8a4cbb1-540c-476c-82a5-0c01f642e6e0} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001298 sec., 4622.496147919877 rows/sec., 376.93 KiB/sec. | ||
5003 | 2024.07.15 22:22:32.414099 [ 3 ] {c8a4cbb1-540c-476c-82a5-0c01f642e6e0} <Debug> DynamicQueryHandler: Done processing query | ||
5004 | 2024.07.15 22:22:32.414125 [ 3 ] {c8a4cbb1-540c-476c-82a5-0c01f642e6e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5005 | 2024.07.15 22:22:32.414142 [ 3 ] {} <Debug> HTTP-Session: 641f9f7b-0cfc-4ab6-8631-a6a88c8c7a57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5006 | 2024.07.15 22:22:32.414282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5007 | 2024.07.15 22:22:32.414330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5008 | 2024.07.15 22:22:32.414350 [ 3 ] {} <Debug> HTTP-Session: 703ec8ed-f920-4d1c-8cff-5790aa8e7f4f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5009 | 2024.07.15 22:22:32.414366 [ 3 ] {} <Debug> HTTP-Session: 703ec8ed-f920-4d1c-8cff-5790aa8e7f4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5010 | 2024.07.15 22:22:32.414380 [ 3 ] {} <Debug> HTTP-Session: 703ec8ed-f920-4d1c-8cff-5790aa8e7f4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5011 | 2024.07.15 22:22:32.414410 [ 3 ] {} <Trace> HTTP-Session: 703ec8ed-f920-4d1c-8cff-5790aa8e7f4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5012 | 2024.07.15 22:22:32.414544 [ 3 ] {3f6f39e9-a12e-4540-880e-52e0433e22c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5013 | 2024.07.15 22:22:32.414587 [ 3 ] {3f6f39e9-a12e-4540-880e-52e0433e22c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5014 | 2024.07.15 22:22:32.414725 [ 3 ] {3f6f39e9-a12e-4540-880e-52e0433e22c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5015 | 2024.07.15 22:22:32.415128 [ 3 ] {3f6f39e9-a12e-4540-880e-52e0433e22c1} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5016 | 2024.07.15 22:22:32.415165 [ 3 ] {3f6f39e9-a12e-4540-880e-52e0433e22c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5017 | 2024.07.15 22:22:32.415483 [ 3 ] {3f6f39e9-a12e-4540-880e-52e0433e22c1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5018 | 2024.07.15 22:22:32.415782 [ 3 ] {3f6f39e9-a12e-4540-880e-52e0433e22c1} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5019 | 2024.07.15 22:22:32.415946 [ 3 ] {3f6f39e9-a12e-4540-880e-52e0433e22c1} <Debug> executeQuery: Read 149 rows, 12.77 KiB in 0.00145 sec., 102758.62068965517 rows/sec., 8.60 MiB/sec. | ||
5020 | 2024.07.15 22:22:32.416101 [ 3 ] {3f6f39e9-a12e-4540-880e-52e0433e22c1} <Debug> DynamicQueryHandler: Done processing query | ||
5021 | 2024.07.15 22:22:32.416126 [ 3 ] {3f6f39e9-a12e-4540-880e-52e0433e22c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5022 | 2024.07.15 22:22:32.416142 [ 3 ] {} <Debug> HTTP-Session: 703ec8ed-f920-4d1c-8cff-5790aa8e7f4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5023 | 2024.07.15 22:22:32.416303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5024 | 2024.07.15 22:22:32.416351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5025 | 2024.07.15 22:22:32.416371 [ 3 ] {} <Debug> HTTP-Session: de046100-a7b7-481e-90cf-47453d2c3481 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5026 | 2024.07.15 22:22:32.416387 [ 3 ] {} <Debug> HTTP-Session: de046100-a7b7-481e-90cf-47453d2c3481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5027 | 2024.07.15 22:22:32.416401 [ 3 ] {} <Debug> HTTP-Session: de046100-a7b7-481e-90cf-47453d2c3481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5028 | 2024.07.15 22:22:32.416432 [ 3 ] {} <Trace> HTTP-Session: de046100-a7b7-481e-90cf-47453d2c3481 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5029 | 2024.07.15 22:22:32.416524 [ 3 ] {ff077d03-0c2c-49ed-a7f6-cf179b8c6109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5030 | 2024.07.15 22:22:32.416567 [ 3 ] {ff077d03-0c2c-49ed-a7f6-cf179b8c6109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5031 | 2024.07.15 22:22:32.416694 [ 3 ] {ff077d03-0c2c-49ed-a7f6-cf179b8c6109} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5032 | 2024.07.15 22:22:32.416973 [ 3 ] {ff077d03-0c2c-49ed-a7f6-cf179b8c6109} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5033 | 2024.07.15 22:22:32.417010 [ 3 ] {ff077d03-0c2c-49ed-a7f6-cf179b8c6109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5034 | 2024.07.15 22:22:32.417302 [ 3 ] {ff077d03-0c2c-49ed-a7f6-cf179b8c6109} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5035 | 2024.07.15 22:22:32.417615 [ 3 ] {ff077d03-0c2c-49ed-a7f6-cf179b8c6109} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5036 | 2024.07.15 22:22:32.417761 [ 3 ] {ff077d03-0c2c-49ed-a7f6-cf179b8c6109} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001258 sec., 4769.475357710652 rows/sec., 333.02 KiB/sec. | ||
5037 | 2024.07.15 22:22:32.417921 [ 3 ] {ff077d03-0c2c-49ed-a7f6-cf179b8c6109} <Debug> DynamicQueryHandler: Done processing query | ||
5038 | 2024.07.15 22:22:32.417945 [ 3 ] {ff077d03-0c2c-49ed-a7f6-cf179b8c6109} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5039 | 2024.07.15 22:22:32.417961 [ 3 ] {} <Debug> HTTP-Session: de046100-a7b7-481e-90cf-47453d2c3481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5040 | 2024.07.15 22:22:32.418103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5041 | 2024.07.15 22:22:32.418152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5042 | 2024.07.15 22:22:32.418172 [ 3 ] {} <Debug> HTTP-Session: 3150dc6d-abad-4b49-9804-116a16083dc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5043 | 2024.07.15 22:22:32.418188 [ 3 ] {} <Debug> HTTP-Session: 3150dc6d-abad-4b49-9804-116a16083dc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5044 | 2024.07.15 22:22:32.418202 [ 3 ] {} <Debug> HTTP-Session: 3150dc6d-abad-4b49-9804-116a16083dc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5045 | 2024.07.15 22:22:32.418232 [ 3 ] {} <Trace> HTTP-Session: 3150dc6d-abad-4b49-9804-116a16083dc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5046 | 2024.07.15 22:22:32.418364 [ 3 ] {652235bb-839b-448c-8092-84a27a4ef32e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5047 | 2024.07.15 22:22:32.418407 [ 3 ] {652235bb-839b-448c-8092-84a27a4ef32e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5048 | 2024.07.15 22:22:32.418531 [ 3 ] {652235bb-839b-448c-8092-84a27a4ef32e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5049 | 2024.07.15 22:22:32.418864 [ 3 ] {652235bb-839b-448c-8092-84a27a4ef32e} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5050 | 2024.07.15 22:22:32.418902 [ 3 ] {652235bb-839b-448c-8092-84a27a4ef32e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5051 | 2024.07.15 22:22:32.419210 [ 3 ] {652235bb-839b-448c-8092-84a27a4ef32e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5052 | 2024.07.15 22:22:32.419514 [ 3 ] {652235bb-839b-448c-8092-84a27a4ef32e} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5053 | 2024.07.15 22:22:32.419683 [ 3 ] {652235bb-839b-448c-8092-84a27a4ef32e} <Debug> executeQuery: Read 100 rows, 8.01 KiB in 0.001366 sec., 73206.44216691068 rows/sec., 5.72 MiB/sec. | ||
5054 | 2024.07.15 22:22:32.419832 [ 3 ] {652235bb-839b-448c-8092-84a27a4ef32e} <Debug> DynamicQueryHandler: Done processing query | ||
5055 | 2024.07.15 22:22:32.419857 [ 3 ] {652235bb-839b-448c-8092-84a27a4ef32e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5056 | 2024.07.15 22:22:32.419873 [ 3 ] {} <Debug> HTTP-Session: 3150dc6d-abad-4b49-9804-116a16083dc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5057 | 2024.07.15 22:22:32.420011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 31186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5058 | 2024.07.15 22:22:32.420059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5059 | 2024.07.15 22:22:32.420079 [ 3 ] {} <Debug> HTTP-Session: 4a8c2135-7635-44bf-a6c3-a832abbccbb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5060 | 2024.07.15 22:22:32.420095 [ 3 ] {} <Debug> HTTP-Session: 4a8c2135-7635-44bf-a6c3-a832abbccbb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5061 | 2024.07.15 22:22:32.420109 [ 3 ] {} <Debug> HTTP-Session: 4a8c2135-7635-44bf-a6c3-a832abbccbb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5062 | 2024.07.15 22:22:32.420140 [ 3 ] {} <Trace> HTTP-Session: 4a8c2135-7635-44bf-a6c3-a832abbccbb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5063 | 2024.07.15 22:22:32.420279 [ 3 ] {8b6ebaac-4411-4ec3-a461-8b6d9a923e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5064 | 2024.07.15 22:22:32.420328 [ 3 ] {8b6ebaac-4411-4ec3-a461-8b6d9a923e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5065 | 2024.07.15 22:22:32.420472 [ 3 ] {8b6ebaac-4411-4ec3-a461-8b6d9a923e15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5066 | 2024.07.15 22:22:32.420857 [ 3 ] {8b6ebaac-4411-4ec3-a461-8b6d9a923e15} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5067 | 2024.07.15 22:22:32.420893 [ 3 ] {8b6ebaac-4411-4ec3-a461-8b6d9a923e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5068 | 2024.07.15 22:22:32.421279 [ 3 ] {8b6ebaac-4411-4ec3-a461-8b6d9a923e15} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5069 | 2024.07.15 22:22:32.421617 [ 3 ] {8b6ebaac-4411-4ec3-a461-8b6d9a923e15} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5070 | 2024.07.15 22:22:32.421784 [ 3 ] {8b6ebaac-4411-4ec3-a461-8b6d9a923e15} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001564 sec., 104219.94884910485 rows/sec., 7.26 MiB/sec. | ||
5071 | 2024.07.15 22:22:32.421948 [ 3 ] {8b6ebaac-4411-4ec3-a461-8b6d9a923e15} <Debug> DynamicQueryHandler: Done processing query | ||
5072 | 2024.07.15 22:22:32.421973 [ 3 ] {8b6ebaac-4411-4ec3-a461-8b6d9a923e15} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5073 | 2024.07.15 22:22:32.421989 [ 3 ] {} <Debug> HTTP-Session: 4a8c2135-7635-44bf-a6c3-a832abbccbb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5074 | 2024.07.15 22:22:32.422140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5075 | 2024.07.15 22:22:32.422188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5076 | 2024.07.15 22:22:32.422207 [ 3 ] {} <Debug> HTTP-Session: d6845ea5-74e5-43c0-a2c5-6328c5ffc438 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5077 | 2024.07.15 22:22:32.422223 [ 3 ] {} <Debug> HTTP-Session: d6845ea5-74e5-43c0-a2c5-6328c5ffc438 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5078 | 2024.07.15 22:22:32.422237 [ 3 ] {} <Debug> HTTP-Session: d6845ea5-74e5-43c0-a2c5-6328c5ffc438 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5079 | 2024.07.15 22:22:32.422268 [ 3 ] {} <Trace> HTTP-Session: d6845ea5-74e5-43c0-a2c5-6328c5ffc438 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5080 | 2024.07.15 22:22:32.422598 [ 3 ] {14e84070-dcf0-4f6c-bd2f-a7a7030d4171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5081 | 2024.07.15 22:22:32.422691 [ 3 ] {14e84070-dcf0-4f6c-bd2f-a7a7030d4171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5082 | 2024.07.15 22:22:32.423098 [ 3 ] {14e84070-dcf0-4f6c-bd2f-a7a7030d4171} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5083 | 2024.07.15 22:22:32.423711 [ 3 ] {14e84070-dcf0-4f6c-bd2f-a7a7030d4171} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5084 | 2024.07.15 22:22:32.423747 [ 3 ] {14e84070-dcf0-4f6c-bd2f-a7a7030d4171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5085 | 2024.07.15 22:22:32.424340 [ 3 ] {14e84070-dcf0-4f6c-bd2f-a7a7030d4171} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5086 | 2024.07.15 22:22:32.424754 [ 3 ] {14e84070-dcf0-4f6c-bd2f-a7a7030d4171} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5087 | 2024.07.15 22:22:32.424948 [ 3 ] {14e84070-dcf0-4f6c-bd2f-a7a7030d4171} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002593 sec., 11569.610489780178 rows/sec., 20.73 MiB/sec. | ||
5088 | 2024.07.15 22:22:32.425420 [ 3 ] {14e84070-dcf0-4f6c-bd2f-a7a7030d4171} <Debug> DynamicQueryHandler: Done processing query | ||
5089 | 2024.07.15 22:22:32.425446 [ 3 ] {14e84070-dcf0-4f6c-bd2f-a7a7030d4171} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5090 | 2024.07.15 22:22:32.425486 [ 3 ] {} <Debug> HTTP-Session: d6845ea5-74e5-43c0-a2c5-6328c5ffc438 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5091 | 2024.07.15 22:22:32.425601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5092 | 2024.07.15 22:22:32.425649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5093 | 2024.07.15 22:22:32.425669 [ 3 ] {} <Debug> HTTP-Session: 23cb134a-4fb5-471a-8927-01527f5a0812 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5094 | 2024.07.15 22:22:32.425686 [ 3 ] {} <Debug> HTTP-Session: 23cb134a-4fb5-471a-8927-01527f5a0812 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5095 | 2024.07.15 22:22:32.425699 [ 3 ] {} <Debug> HTTP-Session: 23cb134a-4fb5-471a-8927-01527f5a0812 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5096 | 2024.07.15 22:22:32.425730 [ 3 ] {} <Trace> HTTP-Session: 23cb134a-4fb5-471a-8927-01527f5a0812 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5097 | 2024.07.15 22:22:32.425841 [ 3 ] {ec4b133e-f8dd-4427-84cc-088ba60a5064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5098 | 2024.07.15 22:22:32.425888 [ 3 ] {ec4b133e-f8dd-4427-84cc-088ba60a5064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5099 | 2024.07.15 22:22:32.426032 [ 3 ] {ec4b133e-f8dd-4427-84cc-088ba60a5064} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5100 | 2024.07.15 22:22:32.426330 [ 3 ] {ec4b133e-f8dd-4427-84cc-088ba60a5064} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5101 | 2024.07.15 22:22:32.426364 [ 3 ] {ec4b133e-f8dd-4427-84cc-088ba60a5064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5102 | 2024.07.15 22:22:32.426718 [ 3 ] {ec4b133e-f8dd-4427-84cc-088ba60a5064} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5103 | 2024.07.15 22:22:32.427040 [ 3 ] {ec4b133e-f8dd-4427-84cc-088ba60a5064} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5104 | 2024.07.15 22:22:32.427204 [ 3 ] {ec4b133e-f8dd-4427-84cc-088ba60a5064} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
5105 | 2024.07.15 22:22:32.427366 [ 3 ] {ec4b133e-f8dd-4427-84cc-088ba60a5064} <Debug> DynamicQueryHandler: Done processing query | ||
5106 | 2024.07.15 22:22:32.427391 [ 3 ] {ec4b133e-f8dd-4427-84cc-088ba60a5064} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5107 | 2024.07.15 22:22:32.427407 [ 3 ] {} <Debug> HTTP-Session: 23cb134a-4fb5-471a-8927-01527f5a0812 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5108 | 2024.07.15 22:22:35.643584 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5109 | 2024.07.15 22:22:35.643657 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5110 | 2024.07.15 22:22:37.415120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5111 | 2024.07.15 22:22:37.415247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5112 | 2024.07.15 22:22:37.415277 [ 3 ] {} <Debug> HTTP-Session: 5061b0ad-fb53-47fd-bc02-c33067375017 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5113 | 2024.07.15 22:22:37.415305 [ 3 ] {} <Debug> HTTP-Session: 5061b0ad-fb53-47fd-bc02-c33067375017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5114 | 2024.07.15 22:22:37.415322 [ 3 ] {} <Debug> HTTP-Session: 5061b0ad-fb53-47fd-bc02-c33067375017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5115 | 2024.07.15 22:22:37.415379 [ 3 ] {} <Trace> HTTP-Session: 5061b0ad-fb53-47fd-bc02-c33067375017 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5116 | 2024.07.15 22:22:37.415575 [ 3 ] {0a68a620-363b-428a-9d09-2b9c70befe93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5117 | 2024.07.15 22:22:37.415648 [ 3 ] {0a68a620-363b-428a-9d09-2b9c70befe93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5118 | 2024.07.15 22:22:37.415861 [ 3 ] {0a68a620-363b-428a-9d09-2b9c70befe93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5119 | 2024.07.15 22:22:37.416265 [ 3 ] {0a68a620-363b-428a-9d09-2b9c70befe93} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5120 | 2024.07.15 22:22:37.416307 [ 3 ] {0a68a620-363b-428a-9d09-2b9c70befe93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5121 | 2024.07.15 22:22:37.416736 [ 3 ] {0a68a620-363b-428a-9d09-2b9c70befe93} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5122 | 2024.07.15 22:22:37.417083 [ 3 ] {0a68a620-363b-428a-9d09-2b9c70befe93} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5123 | 2024.07.15 22:22:37.417250 [ 3 ] {0a68a620-363b-428a-9d09-2b9c70befe93} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001717 sec., 3494.4670937682004 rows/sec., 197.93 KiB/sec. | ||
5124 | 2024.07.15 22:22:37.417437 [ 3 ] {0a68a620-363b-428a-9d09-2b9c70befe93} <Debug> DynamicQueryHandler: Done processing query | ||
5125 | 2024.07.15 22:22:37.417464 [ 3 ] {0a68a620-363b-428a-9d09-2b9c70befe93} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5126 | 2024.07.15 22:22:37.417481 [ 3 ] {} <Debug> HTTP-Session: 5061b0ad-fb53-47fd-bc02-c33067375017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5127 | 2024.07.15 22:22:37.417607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5128 | 2024.07.15 22:22:37.417658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5129 | 2024.07.15 22:22:37.417679 [ 3 ] {} <Debug> HTTP-Session: 1d2fd2ba-2b29-4374-a1be-8a8db6483999 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5130 | 2024.07.15 22:22:37.417695 [ 3 ] {} <Debug> HTTP-Session: 1d2fd2ba-2b29-4374-a1be-8a8db6483999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5131 | 2024.07.15 22:22:37.417709 [ 3 ] {} <Debug> HTTP-Session: 1d2fd2ba-2b29-4374-a1be-8a8db6483999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5132 | 2024.07.15 22:22:37.417741 [ 3 ] {} <Trace> HTTP-Session: 1d2fd2ba-2b29-4374-a1be-8a8db6483999 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5133 | 2024.07.15 22:22:37.417838 [ 3 ] {f56e63f3-4288-4274-946c-22c01dbc9674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5134 | 2024.07.15 22:22:37.417882 [ 3 ] {f56e63f3-4288-4274-946c-22c01dbc9674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5135 | 2024.07.15 22:22:37.418010 [ 3 ] {f56e63f3-4288-4274-946c-22c01dbc9674} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5136 | 2024.07.15 22:22:37.418320 [ 3 ] {f56e63f3-4288-4274-946c-22c01dbc9674} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5137 | 2024.07.15 22:22:37.418357 [ 3 ] {f56e63f3-4288-4274-946c-22c01dbc9674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5138 | 2024.07.15 22:22:37.418680 [ 3 ] {f56e63f3-4288-4274-946c-22c01dbc9674} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5139 | 2024.07.15 22:22:37.418994 [ 3 ] {f56e63f3-4288-4274-946c-22c01dbc9674} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5140 | 2024.07.15 22:22:37.419146 [ 3 ] {f56e63f3-4288-4274-946c-22c01dbc9674} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001333 sec., 1500.3750937734433 rows/sec., 122.35 KiB/sec. | ||
5141 | 2024.07.15 22:22:37.419309 [ 3 ] {f56e63f3-4288-4274-946c-22c01dbc9674} <Debug> DynamicQueryHandler: Done processing query | ||
5142 | 2024.07.15 22:22:37.419334 [ 3 ] {f56e63f3-4288-4274-946c-22c01dbc9674} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5143 | 2024.07.15 22:22:37.419351 [ 3 ] {} <Debug> HTTP-Session: 1d2fd2ba-2b29-4374-a1be-8a8db6483999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5144 | 2024.07.15 22:22:37.419510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5145 | 2024.07.15 22:22:37.419559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5146 | 2024.07.15 22:22:37.419580 [ 3 ] {} <Debug> HTTP-Session: 9a8eb5c1-746a-43c5-bf7d-04369f289800 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5147 | 2024.07.15 22:22:37.419596 [ 3 ] {} <Debug> HTTP-Session: 9a8eb5c1-746a-43c5-bf7d-04369f289800 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5148 | 2024.07.15 22:22:37.419610 [ 3 ] {} <Debug> HTTP-Session: 9a8eb5c1-746a-43c5-bf7d-04369f289800 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5149 | 2024.07.15 22:22:37.419641 [ 3 ] {} <Trace> HTTP-Session: 9a8eb5c1-746a-43c5-bf7d-04369f289800 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5150 | 2024.07.15 22:22:37.419785 [ 3 ] {1eab0e49-d877-4bb6-a140-2772236171a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5151 | 2024.07.15 22:22:37.419829 [ 3 ] {1eab0e49-d877-4bb6-a140-2772236171a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5152 | 2024.07.15 22:22:37.419956 [ 3 ] {1eab0e49-d877-4bb6-a140-2772236171a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5153 | 2024.07.15 22:22:37.420360 [ 3 ] {1eab0e49-d877-4bb6-a140-2772236171a1} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5154 | 2024.07.15 22:22:37.420397 [ 3 ] {1eab0e49-d877-4bb6-a140-2772236171a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5155 | 2024.07.15 22:22:37.420729 [ 3 ] {1eab0e49-d877-4bb6-a140-2772236171a1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5156 | 2024.07.15 22:22:37.421036 [ 3 ] {1eab0e49-d877-4bb6-a140-2772236171a1} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5157 | 2024.07.15 22:22:37.421191 [ 135 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5158 | 2024.07.15 22:22:37.421202 [ 3 ] {1eab0e49-d877-4bb6-a140-2772236171a1} <Debug> executeQuery: Read 198 rows, 17.44 KiB in 0.001476 sec., 134146.34146341463 rows/sec., 11.54 MiB/sec. | ||
5159 | 2024.07.15 22:22:37.421283 [ 135 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5160 | 2024.07.15 22:22:37.421349 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5161 | 2024.07.15 22:22:37.421535 [ 3 ] {1eab0e49-d877-4bb6-a140-2772236171a1} <Debug> DynamicQueryHandler: Done processing query | ||
5162 | 2024.07.15 22:22:37.421617 [ 3 ] {1eab0e49-d877-4bb6-a140-2772236171a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5163 | 2024.07.15 22:22:37.421706 [ 3 ] {} <Debug> HTTP-Session: 9a8eb5c1-746a-43c5-bf7d-04369f289800 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5164 | 2024.07.15 22:22:37.421984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5165 | 2024.07.15 22:22:37.422097 [ 200 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
5166 | 2024.07.15 22:22:37.422139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5167 | 2024.07.15 22:22:37.422237 [ 3 ] {} <Debug> HTTP-Session: ba171b87-dd95-49b5-8d31-ddbdfdbb43fb Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5168 | 2024.07.15 22:22:37.422257 [ 3 ] {} <Debug> HTTP-Session: ba171b87-dd95-49b5-8d31-ddbdfdbb43fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5169 | 2024.07.15 22:22:37.422292 [ 3 ] {} <Debug> HTTP-Session: ba171b87-dd95-49b5-8d31-ddbdfdbb43fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5170 | 2024.07.15 22:22:37.422377 [ 3 ] {} <Trace> HTTP-Session: ba171b87-dd95-49b5-8d31-ddbdfdbb43fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5171 | 2024.07.15 22:22:37.422469 [ 200 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5172 | 2024.07.15 22:22:37.422549 [ 200 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 293 rows starting from the beginning of the part | ||
5173 | 2024.07.15 22:22:37.422614 [ 3 ] {ae4fcbd4-764d-4184-8599-36667d77ab59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5174 | 2024.07.15 22:22:37.422767 [ 3 ] {ae4fcbd4-764d-4184-8599-36667d77ab59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5175 | 2024.07.15 22:22:37.422768 [ 200 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 161 rows starting from the beginning of the part | ||
5176 | 2024.07.15 22:22:37.423147 [ 200 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 146 rows starting from the beginning of the part | ||
5177 | 2024.07.15 22:22:37.423449 [ 200 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
5178 | 2024.07.15 22:22:37.423818 [ 200 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 149 rows starting from the beginning of the part | ||
5179 | 2024.07.15 22:22:37.424071 [ 3 ] {ae4fcbd4-764d-4184-8599-36667d77ab59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5180 | 2024.07.15 22:22:37.424124 [ 200 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 198 rows starting from the beginning of the part | ||
5181 | 2024.07.15 22:22:37.424948 [ 3 ] {ae4fcbd4-764d-4184-8599-36667d77ab59} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5182 | 2024.07.15 22:22:37.425014 [ 3 ] {ae4fcbd4-764d-4184-8599-36667d77ab59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5183 | 2024.07.15 22:22:37.425848 [ 3 ] {ae4fcbd4-764d-4184-8599-36667d77ab59} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5184 | 2024.07.15 22:22:37.426745 [ 3 ] {ae4fcbd4-764d-4184-8599-36667d77ab59} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5185 | 2024.07.15 22:22:37.427224 [ 3 ] {ae4fcbd4-764d-4184-8599-36667d77ab59} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004674 sec., 427.89901583226356 rows/sec., 29.88 KiB/sec. | ||
5186 | 2024.07.15 22:22:37.427233 [ 200 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1108 rows, containing 4 columns (4 merged, 0 gathered) in 0.005733234 sec., 193259.16228083486 rows/sec., 16.66 MiB/sec. | ||
5187 | 2024.07.15 22:22:37.427595 [ 200 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5188 | 2024.07.15 22:22:37.427773 [ 3 ] {ae4fcbd4-764d-4184-8599-36667d77ab59} <Debug> DynamicQueryHandler: Done processing query | ||
5189 | 2024.07.15 22:22:37.427836 [ 3 ] {ae4fcbd4-764d-4184-8599-36667d77ab59} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5190 | 2024.07.15 22:22:37.427906 [ 3 ] {} <Debug> HTTP-Session: ba171b87-dd95-49b5-8d31-ddbdfdbb43fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5191 | 2024.07.15 22:22:37.428196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5192 | 2024.07.15 22:22:37.428289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5193 | 2024.07.15 22:22:37.428306 [ 200 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_26_5} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5194 | 2024.07.15 22:22:37.428321 [ 3 ] {} <Debug> HTTP-Session: 5157e834-8b57-4cad-aee0-d183b89003c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5195 | 2024.07.15 22:22:37.428377 [ 3 ] {} <Debug> HTTP-Session: 5157e834-8b57-4cad-aee0-d183b89003c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5196 | 2024.07.15 22:22:37.428428 [ 3 ] {} <Debug> HTTP-Session: 5157e834-8b57-4cad-aee0-d183b89003c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5197 | 2024.07.15 22:22:37.428490 [ 200 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_26_5} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5198 | 2024.07.15 22:22:37.428500 [ 3 ] {} <Trace> HTTP-Session: 5157e834-8b57-4cad-aee0-d183b89003c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5199 | 2024.07.15 22:22:37.428624 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
5200 | 2024.07.15 22:22:37.428826 [ 3 ] {4fcc559a-0154-47a9-92c8-ae6e18d1a4d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5201 | 2024.07.15 22:22:37.428875 [ 3 ] {4fcc559a-0154-47a9-92c8-ae6e18d1a4d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5202 | 2024.07.15 22:22:37.429028 [ 3 ] {4fcc559a-0154-47a9-92c8-ae6e18d1a4d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5203 | 2024.07.15 22:22:37.429568 [ 3 ] {4fcc559a-0154-47a9-92c8-ae6e18d1a4d6} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5204 | 2024.07.15 22:22:37.429605 [ 3 ] {4fcc559a-0154-47a9-92c8-ae6e18d1a4d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5205 | 2024.07.15 22:22:37.429949 [ 3 ] {4fcc559a-0154-47a9-92c8-ae6e18d1a4d6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5206 | 2024.07.15 22:22:37.430260 [ 3 ] {4fcc559a-0154-47a9-92c8-ae6e18d1a4d6} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5207 | 2024.07.15 22:22:37.430424 [ 3 ] {4fcc559a-0154-47a9-92c8-ae6e18d1a4d6} <Debug> executeQuery: Read 408 rows, 29.54 KiB in 0.001742 sec., 234213.54764638346 rows/sec., 16.56 MiB/sec. | ||
5208 | 2024.07.15 22:22:37.430425 [ 135 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5209 | 2024.07.15 22:22:37.430517 [ 135 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5210 | 2024.07.15 22:22:37.430571 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5211 | 2024.07.15 22:22:37.430714 [ 3 ] {4fcc559a-0154-47a9-92c8-ae6e18d1a4d6} <Debug> DynamicQueryHandler: Done processing query | ||
5212 | 2024.07.15 22:22:37.430789 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
5213 | 2024.07.15 22:22:37.430813 [ 3 ] {4fcc559a-0154-47a9-92c8-ae6e18d1a4d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
5214 | 2024.07.15 22:22:37.430918 [ 3 ] {} <Debug> HTTP-Session: 5157e834-8b57-4cad-aee0-d183b89003c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5215 | 2024.07.15 22:22:37.431181 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5216 | 2024.07.15 22:22:37.431197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5217 | 2024.07.15 22:22:37.431240 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 466 rows starting from the beginning of the part | ||
5218 | 2024.07.15 22:22:37.431304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5219 | 2024.07.15 22:22:37.431386 [ 3 ] {} <Debug> HTTP-Session: 85a29147-f9ee-4f61-867a-25ef833147a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5220 | 2024.07.15 22:22:37.431440 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 382 rows starting from the beginning of the part | ||
5221 | 2024.07.15 22:22:37.431456 [ 3 ] {} <Debug> HTTP-Session: 85a29147-f9ee-4f61-867a-25ef833147a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5222 | 2024.07.15 22:22:37.431524 [ 3 ] {} <Debug> HTTP-Session: 85a29147-f9ee-4f61-867a-25ef833147a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5223 | 2024.07.15 22:22:37.431650 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 94 rows starting from the beginning of the part | ||
5224 | 2024.07.15 22:22:37.431664 [ 3 ] {} <Trace> HTTP-Session: 85a29147-f9ee-4f61-867a-25ef833147a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5225 | 2024.07.15 22:22:37.431976 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 382 rows starting from the beginning of the part | ||
5226 | 2024.07.15 22:22:37.432145 [ 3 ] {27a9c513-c1c5-4bc3-888e-14f9a5802111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5227 | 2024.07.15 22:22:37.432365 [ 3 ] {27a9c513-c1c5-4bc3-888e-14f9a5802111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5228 | 2024.07.15 22:22:37.432408 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 100 rows starting from the beginning of the part | ||
5229 | 2024.07.15 22:22:37.432688 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 408 rows starting from the beginning of the part | ||
5230 | 2024.07.15 22:22:37.433342 [ 3 ] {27a9c513-c1c5-4bc3-888e-14f9a5802111} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5231 | 2024.07.15 22:22:37.433967 [ 3 ] {27a9c513-c1c5-4bc3-888e-14f9a5802111} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5232 | 2024.07.15 22:22:37.434030 [ 3 ] {27a9c513-c1c5-4bc3-888e-14f9a5802111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5233 | 2024.07.15 22:22:37.435002 [ 3 ] {27a9c513-c1c5-4bc3-888e-14f9a5802111} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5234 | 2024.07.15 22:22:37.435650 [ 3 ] {27a9c513-c1c5-4bc3-888e-14f9a5802111} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5235 | 2024.07.15 22:22:37.435754 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1832 rows, containing 4 columns (4 merged, 0 gathered) in 0.005100632 sec., 359171.1772188231 rows/sec., 25.70 MiB/sec. | ||
5236 | 2024.07.15 22:22:37.435879 [ 135 ] {} <Debug> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5237 | 2024.07.15 22:22:37.435953 [ 135 ] {} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5238 | 2024.07.15 22:22:37.435954 [ 3 ] {27a9c513-c1c5-4bc3-888e-14f9a5802111} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003993 sec., 1502.6296018031555 rows/sec., 64.57 KiB/sec. | ||
5239 | 2024.07.15 22:22:37.435993 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5240 | 2024.07.15 22:22:37.436004 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5241 | 2024.07.15 22:22:37.436483 [ 200 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::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 | ||
5242 | 2024.07.15 22:22:37.436586 [ 3 ] {27a9c513-c1c5-4bc3-888e-14f9a5802111} <Debug> DynamicQueryHandler: Done processing query | ||
5243 | 2024.07.15 22:22:37.436681 [ 3 ] {27a9c513-c1c5-4bc3-888e-14f9a5802111} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5244 | 2024.07.15 22:22:37.436766 [ 3 ] {} <Debug> HTTP-Session: 85a29147-f9ee-4f61-867a-25ef833147a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5245 | 2024.07.15 22:22:37.437035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5246 | 2024.07.15 22:22:37.437175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5247 | 2024.07.15 22:22:37.437238 [ 200 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5248 | 2024.07.15 22:22:37.437254 [ 3 ] {} <Debug> HTTP-Session: 538167c6-d087-4c56-a099-57215bddffcf Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5249 | 2024.07.15 22:22:37.437325 [ 3 ] {} <Debug> HTTP-Session: 538167c6-d087-4c56-a099-57215bddffcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5250 | 2024.07.15 22:22:37.437351 [ 200 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
5251 | 2024.07.15 22:22:37.437375 [ 3 ] {} <Debug> HTTP-Session: 538167c6-d087-4c56-a099-57215bddffcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5252 | 2024.07.15 22:22:37.437441 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_26_5} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5253 | 2024.07.15 22:22:37.437531 [ 3 ] {} <Trace> HTTP-Session: 538167c6-d087-4c56-a099-57215bddffcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5254 | 2024.07.15 22:22:37.437812 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_26_5} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5255 | 2024.07.15 22:22:37.437893 [ 200 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
5256 | 2024.07.15 22:22:37.438050 [ 3 ] {b3de6185-dae5-4ce9-88e3-3c72c2ed718a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5257 | 2024.07.15 22:22:37.438091 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
5258 | 2024.07.15 22:22:37.438302 [ 3 ] {b3de6185-dae5-4ce9-88e3-3c72c2ed718a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5259 | 2024.07.15 22:22:37.438331 [ 200 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
5260 | 2024.07.15 22:22:37.438676 [ 200 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
5261 | 2024.07.15 22:22:37.439037 [ 200 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
5262 | 2024.07.15 22:22:37.439421 [ 200 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
5263 | 2024.07.15 22:22:37.439520 [ 3 ] {b3de6185-dae5-4ce9-88e3-3c72c2ed718a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5264 | 2024.07.15 22:22:37.440517 [ 3 ] {b3de6185-dae5-4ce9-88e3-3c72c2ed718a} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5265 | 2024.07.15 22:22:37.440577 [ 3 ] {b3de6185-dae5-4ce9-88e3-3c72c2ed718a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5266 | 2024.07.15 22:22:37.441727 [ 3 ] {b3de6185-dae5-4ce9-88e3-3c72c2ed718a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5267 | 2024.07.15 22:22:37.442049 [ 195 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005821356 sec., 11337.564649885697 rows/sec., 487.16 KiB/sec. | ||
5268 | 2024.07.15 22:22:37.442269 [ 195 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5269 | 2024.07.15 22:22:37.442539 [ 3 ] {b3de6185-dae5-4ce9-88e3-3c72c2ed718a} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5270 | 2024.07.15 22:22:37.442930 [ 135 ] {} <Debug> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5271 | 2024.07.15 22:22:37.443034 [ 135 ] {} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5272 | 2024.07.15 22:22:37.443050 [ 3 ] {b3de6185-dae5-4ce9-88e3-3c72c2ed718a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005176 sec., 14876.352395672333 rows/sec., 938.07 KiB/sec. | ||
5273 | 2024.07.15 22:22:37.443077 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5274 | 2024.07.15 22:22:37.443315 [ 195 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_11_2} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5275 | 2024.07.15 22:22:37.443613 [ 195 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_11_2} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5276 | 2024.07.15 22:22:37.443630 [ 3 ] {b3de6185-dae5-4ce9-88e3-3c72c2ed718a} <Debug> DynamicQueryHandler: Done processing query | ||
5277 | 2024.07.15 22:22:37.443646 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::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 | ||
5278 | 2024.07.15 22:22:37.443690 [ 3 ] {b3de6185-dae5-4ce9-88e3-3c72c2ed718a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5279 | 2024.07.15 22:22:37.443782 [ 3 ] {} <Debug> HTTP-Session: 538167c6-d087-4c56-a099-57215bddffcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5280 | 2024.07.15 22:22:37.443876 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5281 | 2024.07.15 22:22:37.444027 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5282 | 2024.07.15 22:22:37.444042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 37765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5283 | 2024.07.15 22:22:37.444093 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 462 rows starting from the beginning of the part | ||
5284 | 2024.07.15 22:22:37.444149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5285 | 2024.07.15 22:22:37.444231 [ 3 ] {} <Debug> HTTP-Session: 26f2c8e7-6b32-47f1-a766-c8faf5761997 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5286 | 2024.07.15 22:22:37.444324 [ 3 ] {} <Debug> HTTP-Session: 26f2c8e7-6b32-47f1-a766-c8faf5761997 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5287 | 2024.07.15 22:22:37.444381 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 77 rows starting from the beginning of the part | ||
5288 | 2024.07.15 22:22:37.444394 [ 3 ] {} <Debug> HTTP-Session: 26f2c8e7-6b32-47f1-a766-c8faf5761997 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5289 | 2024.07.15 22:22:37.444539 [ 3 ] {} <Trace> HTTP-Session: 26f2c8e7-6b32-47f1-a766-c8faf5761997 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5290 | 2024.07.15 22:22:37.444697 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 77 rows starting from the beginning of the part | ||
5291 | 2024.07.15 22:22:37.444920 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 77 rows starting from the beginning of the part | ||
5292 | 2024.07.15 22:22:37.445034 [ 3 ] {039b820d-f7ad-4be9-9218-a7203da2f294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5293 | 2024.07.15 22:22:37.445243 [ 3 ] {039b820d-f7ad-4be9-9218-a7203da2f294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5294 | 2024.07.15 22:22:37.445296 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 77 rows starting from the beginning of the part | ||
5295 | 2024.07.15 22:22:37.445727 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 77 rows starting from the beginning of the part | ||
5296 | 2024.07.15 22:22:37.446352 [ 3 ] {039b820d-f7ad-4be9-9218-a7203da2f294} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5297 | 2024.07.15 22:22:37.447240 [ 3 ] {039b820d-f7ad-4be9-9218-a7203da2f294} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5298 | 2024.07.15 22:22:37.447317 [ 3 ] {039b820d-f7ad-4be9-9218-a7203da2f294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5299 | 2024.07.15 22:22:37.448407 [ 3 ] {039b820d-f7ad-4be9-9218-a7203da2f294} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5300 | 2024.07.15 22:22:37.448664 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 847 rows, containing 5 columns (5 merged, 0 gathered) in 0.005352747 sec., 158236.5092166695 rows/sec., 9.74 MiB/sec. | ||
5301 | 2024.07.15 22:22:37.448955 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5302 | 2024.07.15 22:22:37.449184 [ 3 ] {039b820d-f7ad-4be9-9218-a7203da2f294} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5303 | 2024.07.15 22:22:37.449533 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5304 | 2024.07.15 22:22:37.449627 [ 3 ] {039b820d-f7ad-4be9-9218-a7203da2f294} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.00484 sec., 40702.479338842975 rows/sec., 2.84 MiB/sec. | ||
5305 | 2024.07.15 22:22:37.449638 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5306 | 2024.07.15 22:22:37.449727 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5307 | 2024.07.15 22:22:37.450276 [ 3 ] {039b820d-f7ad-4be9-9218-a7203da2f294} <Debug> DynamicQueryHandler: Done processing query | ||
5308 | 2024.07.15 22:22:37.450358 [ 3 ] {039b820d-f7ad-4be9-9218-a7203da2f294} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5309 | 2024.07.15 22:22:37.450395 [ 195 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
5310 | 2024.07.15 22:22:37.450423 [ 3 ] {} <Debug> HTTP-Session: 26f2c8e7-6b32-47f1-a766-c8faf5761997 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5311 | 2024.07.15 22:22:37.450695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5312 | 2024.07.15 22:22:37.450856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5313 | 2024.07.15 22:22:37.450932 [ 3 ] {} <Debug> HTTP-Session: af36493b-5718-454a-8bc9-1c05e6fd1151 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5314 | 2024.07.15 22:22:37.450972 [ 3 ] {} <Debug> HTTP-Session: af36493b-5718-454a-8bc9-1c05e6fd1151 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5315 | 2024.07.15 22:22:37.451025 [ 3 ] {} <Debug> HTTP-Session: af36493b-5718-454a-8bc9-1c05e6fd1151 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5316 | 2024.07.15 22:22:37.451089 [ 195 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5317 | 2024.07.15 22:22:37.451126 [ 3 ] {} <Trace> HTTP-Session: af36493b-5718-454a-8bc9-1c05e6fd1151 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5318 | 2024.07.15 22:22:37.451222 [ 195 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3296 rows starting from the beginning of the part | ||
5319 | 2024.07.15 22:22:37.451272 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5320 | 2024.07.15 22:22:37.451520 [ 3 ] {f60fe043-7359-4189-9b1e-e02da85ed5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5321 | 2024.07.15 22:22:37.451655 [ 195 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
5322 | 2024.07.15 22:22:37.451700 [ 3 ] {f60fe043-7359-4189-9b1e-e02da85ed5e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5323 | 2024.07.15 22:22:37.452139 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5324 | 2024.07.15 22:22:37.452260 [ 195 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
5325 | 2024.07.15 22:22:37.452730 [ 195 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
5326 | 2024.07.15 22:22:37.452840 [ 3 ] {f60fe043-7359-4189-9b1e-e02da85ed5e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5327 | 2024.07.15 22:22:37.452860 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
5328 | 2024.07.15 22:22:37.453159 [ 195 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 163 rows starting from the beginning of the part | ||
5329 | 2024.07.15 22:22:37.453380 [ 195 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 197 rows starting from the beginning of the part | ||
5330 | 2024.07.15 22:22:37.454079 [ 3 ] {f60fe043-7359-4189-9b1e-e02da85ed5e0} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5331 | 2024.07.15 22:22:37.454129 [ 3 ] {f60fe043-7359-4189-9b1e-e02da85ed5e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5332 | 2024.07.15 22:22:37.455072 [ 3 ] {f60fe043-7359-4189-9b1e-e02da85ed5e0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5333 | 2024.07.15 22:22:37.456040 [ 3 ] {f60fe043-7359-4189-9b1e-e02da85ed5e0} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5334 | 2024.07.15 22:22:37.456387 [ 3 ] {f60fe043-7359-4189-9b1e-e02da85ed5e0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005029 sec., 4573.47385166037 rows/sec., 247.39 KiB/sec. | ||
5335 | 2024.07.15 22:22:37.457078 [ 3 ] {f60fe043-7359-4189-9b1e-e02da85ed5e0} <Debug> DynamicQueryHandler: Done processing query | ||
5336 | 2024.07.15 22:22:37.457111 [ 3 ] {f60fe043-7359-4189-9b1e-e02da85ed5e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5337 | 2024.07.15 22:22:37.457141 [ 3 ] {} <Debug> HTTP-Session: af36493b-5718-454a-8bc9-1c05e6fd1151 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5338 | 2024.07.15 22:22:37.457368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5339 | 2024.07.15 22:22:37.457391 [ 194 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4136 rows, containing 5 columns (5 merged, 0 gathered) in 0.007468639 sec., 553782.2888480753 rows/sec., 38.58 MiB/sec. | ||
5340 | 2024.07.15 22:22:37.457428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5341 | 2024.07.15 22:22:37.457458 [ 3 ] {} <Debug> HTTP-Session: 93c0b13c-12b2-4d70-ace6-f0a30a7e360e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5342 | 2024.07.15 22:22:37.457475 [ 3 ] {} <Debug> HTTP-Session: 93c0b13c-12b2-4d70-ace6-f0a30a7e360e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5343 | 2024.07.15 22:22:37.457490 [ 3 ] {} <Debug> HTTP-Session: 93c0b13c-12b2-4d70-ace6-f0a30a7e360e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5344 | 2024.07.15 22:22:37.457525 [ 3 ] {} <Trace> HTTP-Session: 93c0b13c-12b2-4d70-ace6-f0a30a7e360e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5345 | 2024.07.15 22:22:37.457666 [ 3 ] {2a963263-c048-4848-8442-295830487153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5346 | 2024.07.15 22:22:37.457719 [ 3 ] {2a963263-c048-4848-8442-295830487153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5347 | 2024.07.15 22:22:37.457804 [ 194 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5348 | 2024.07.15 22:22:37.457981 [ 3 ] {2a963263-c048-4848-8442-295830487153} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5349 | 2024.07.15 22:22:37.458506 [ 3 ] {2a963263-c048-4848-8442-295830487153} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5350 | 2024.07.15 22:22:37.458543 [ 194 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5351 | 2024.07.15 22:22:37.458549 [ 3 ] {2a963263-c048-4848-8442-295830487153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5352 | 2024.07.15 22:22:37.458650 [ 194 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5353 | 2024.07.15 22:22:37.458757 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
5354 | 2024.07.15 22:22:37.458997 [ 3 ] {2a963263-c048-4848-8442-295830487153} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5355 | 2024.07.15 22:22:37.459345 [ 3 ] {2a963263-c048-4848-8442-295830487153} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5356 | 2024.07.15 22:22:37.459509 [ 135 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5357 | 2024.07.15 22:22:37.459519 [ 3 ] {2a963263-c048-4848-8442-295830487153} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001901 sec., 31562.33561283535 rows/sec., 2.13 MiB/sec. | ||
5358 | 2024.07.15 22:22:37.459564 [ 135 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5359 | 2024.07.15 22:22:37.459652 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5360 | 2024.07.15 22:22:37.459834 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
5361 | 2024.07.15 22:22:37.459885 [ 3 ] {2a963263-c048-4848-8442-295830487153} <Debug> DynamicQueryHandler: Done processing query | ||
5362 | 2024.07.15 22:22:37.459936 [ 3 ] {2a963263-c048-4848-8442-295830487153} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5363 | 2024.07.15 22:22:37.459995 [ 3 ] {} <Debug> HTTP-Session: 93c0b13c-12b2-4d70-ace6-f0a30a7e360e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5364 | 2024.07.15 22:22:37.460084 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5365 | 2024.07.15 22:22:37.460118 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1118 rows starting from the beginning of the part | ||
5366 | 2024.07.15 22:22:37.460195 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
5367 | 2024.07.15 22:22:37.460385 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
5368 | 2024.07.15 22:22:37.460506 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
5369 | 2024.07.15 22:22:37.460663 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
5370 | 2024.07.15 22:22:37.460741 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
5371 | 2024.07.15 22:22:37.461931 [ 194 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1418 rows, containing 4 columns (4 merged, 0 gathered) in 0.002192334 sec., 646799.2559527882 rows/sec., 43.67 MiB/sec. | ||
5372 | 2024.07.15 22:22:37.462192 [ 197 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5373 | 2024.07.15 22:22:37.462738 [ 197 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_26_5} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5374 | 2024.07.15 22:22:37.462840 [ 197 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_26_5} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5375 | 2024.07.15 22:22:37.462947 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
5376 | 2024.07.15 22:22:42.410653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5377 | 2024.07.15 22:22:42.410788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5378 | 2024.07.15 22:22:42.410815 [ 3 ] {} <Debug> HTTP-Session: 759495d6-d9d3-4db6-b065-e83d325ca278 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5379 | 2024.07.15 22:22:42.410840 [ 3 ] {} <Debug> HTTP-Session: 759495d6-d9d3-4db6-b065-e83d325ca278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5380 | 2024.07.15 22:22:42.410855 [ 3 ] {} <Debug> HTTP-Session: 759495d6-d9d3-4db6-b065-e83d325ca278 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5381 | 2024.07.15 22:22:42.410905 [ 3 ] {} <Trace> HTTP-Session: 759495d6-d9d3-4db6-b065-e83d325ca278 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5382 | 2024.07.15 22:22:42.411095 [ 3 ] {a092b666-b671-487f-8aef-955f260149be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5383 | 2024.07.15 22:22:42.411161 [ 3 ] {a092b666-b671-487f-8aef-955f260149be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5384 | 2024.07.15 22:22:42.411353 [ 3 ] {a092b666-b671-487f-8aef-955f260149be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5385 | 2024.07.15 22:22:42.411776 [ 3 ] {a092b666-b671-487f-8aef-955f260149be} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5386 | 2024.07.15 22:22:42.411819 [ 3 ] {a092b666-b671-487f-8aef-955f260149be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5387 | 2024.07.15 22:22:42.412199 [ 3 ] {a092b666-b671-487f-8aef-955f260149be} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5388 | 2024.07.15 22:22:42.412548 [ 3 ] {a092b666-b671-487f-8aef-955f260149be} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5389 | 2024.07.15 22:22:42.412693 [ 3 ] {a092b666-b671-487f-8aef-955f260149be} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001659 sec., 18083.182640144663 rows/sec., 1.43 MiB/sec. | ||
5390 | 2024.07.15 22:22:42.412945 [ 3 ] {a092b666-b671-487f-8aef-955f260149be} <Debug> DynamicQueryHandler: Done processing query | ||
5391 | 2024.07.15 22:22:42.412974 [ 3 ] {a092b666-b671-487f-8aef-955f260149be} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5392 | 2024.07.15 22:22:42.412990 [ 3 ] {} <Debug> HTTP-Session: 759495d6-d9d3-4db6-b065-e83d325ca278 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5393 | 2024.07.15 22:22:42.413138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5394 | 2024.07.15 22:22:42.413193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5395 | 2024.07.15 22:22:42.413214 [ 3 ] {} <Debug> HTTP-Session: 1576e746-652e-478b-b7b0-b192cf3c71dc Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5396 | 2024.07.15 22:22:42.413233 [ 3 ] {} <Debug> HTTP-Session: 1576e746-652e-478b-b7b0-b192cf3c71dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5397 | 2024.07.15 22:22:42.413247 [ 3 ] {} <Debug> HTTP-Session: 1576e746-652e-478b-b7b0-b192cf3c71dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5398 | 2024.07.15 22:22:42.413284 [ 3 ] {} <Trace> HTTP-Session: 1576e746-652e-478b-b7b0-b192cf3c71dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5399 | 2024.07.15 22:22:42.413431 [ 3 ] {818c2979-72ab-4e77-aee1-c4d48b280501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5400 | 2024.07.15 22:22:42.413479 [ 3 ] {818c2979-72ab-4e77-aee1-c4d48b280501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5401 | 2024.07.15 22:22:42.413607 [ 3 ] {818c2979-72ab-4e77-aee1-c4d48b280501} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5402 | 2024.07.15 22:22:42.414027 [ 3 ] {818c2979-72ab-4e77-aee1-c4d48b280501} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5403 | 2024.07.15 22:22:42.414063 [ 3 ] {818c2979-72ab-4e77-aee1-c4d48b280501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5404 | 2024.07.15 22:22:42.414400 [ 3 ] {818c2979-72ab-4e77-aee1-c4d48b280501} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5405 | 2024.07.15 22:22:42.414726 [ 3 ] {818c2979-72ab-4e77-aee1-c4d48b280501} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5406 | 2024.07.15 22:22:42.414853 [ 3 ] {818c2979-72ab-4e77-aee1-c4d48b280501} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001486 sec., 98250.33647375506 rows/sec., 8.25 MiB/sec. | ||
5407 | 2024.07.15 22:22:42.415018 [ 3 ] {818c2979-72ab-4e77-aee1-c4d48b280501} <Debug> DynamicQueryHandler: Done processing query | ||
5408 | 2024.07.15 22:22:42.415044 [ 3 ] {818c2979-72ab-4e77-aee1-c4d48b280501} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5409 | 2024.07.15 22:22:42.415061 [ 3 ] {} <Debug> HTTP-Session: 1576e746-652e-478b-b7b0-b192cf3c71dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5410 | 2024.07.15 22:22:42.415243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5411 | 2024.07.15 22:22:42.415295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5412 | 2024.07.15 22:22:42.415315 [ 3 ] {} <Debug> HTTP-Session: 76565b40-b311-4c6f-be5e-370f29409d6e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5413 | 2024.07.15 22:22:42.415332 [ 3 ] {} <Debug> HTTP-Session: 76565b40-b311-4c6f-be5e-370f29409d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5414 | 2024.07.15 22:22:42.415346 [ 3 ] {} <Debug> HTTP-Session: 76565b40-b311-4c6f-be5e-370f29409d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5415 | 2024.07.15 22:22:42.415378 [ 3 ] {} <Trace> HTTP-Session: 76565b40-b311-4c6f-be5e-370f29409d6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5416 | 2024.07.15 22:22:42.415506 [ 3 ] {e4bd151d-eb52-4e38-b352-1cc2eb72e7b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5417 | 2024.07.15 22:22:42.415551 [ 3 ] {e4bd151d-eb52-4e38-b352-1cc2eb72e7b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5418 | 2024.07.15 22:22:42.415677 [ 3 ] {e4bd151d-eb52-4e38-b352-1cc2eb72e7b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5419 | 2024.07.15 22:22:42.416014 [ 3 ] {e4bd151d-eb52-4e38-b352-1cc2eb72e7b8} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5420 | 2024.07.15 22:22:42.416052 [ 3 ] {e4bd151d-eb52-4e38-b352-1cc2eb72e7b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5421 | 2024.07.15 22:22:42.416376 [ 3 ] {e4bd151d-eb52-4e38-b352-1cc2eb72e7b8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5422 | 2024.07.15 22:22:42.416702 [ 3 ] {e4bd151d-eb52-4e38-b352-1cc2eb72e7b8} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5423 | 2024.07.15 22:22:42.416830 [ 3 ] {e4bd151d-eb52-4e38-b352-1cc2eb72e7b8} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001375 sec., 68363.63636363637 rows/sec., 5.34 MiB/sec. | ||
5424 | 2024.07.15 22:22:42.416982 [ 3 ] {e4bd151d-eb52-4e38-b352-1cc2eb72e7b8} <Debug> DynamicQueryHandler: Done processing query | ||
5425 | 2024.07.15 22:22:42.417006 [ 3 ] {e4bd151d-eb52-4e38-b352-1cc2eb72e7b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5426 | 2024.07.15 22:22:42.417021 [ 3 ] {} <Debug> HTTP-Session: 76565b40-b311-4c6f-be5e-370f29409d6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5427 | 2024.07.15 22:22:42.417178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5428 | 2024.07.15 22:22:42.417227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5429 | 2024.07.15 22:22:42.417247 [ 3 ] {} <Debug> HTTP-Session: aede8447-7052-4b86-9945-b629d10367c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5430 | 2024.07.15 22:22:42.417264 [ 3 ] {} <Debug> HTTP-Session: aede8447-7052-4b86-9945-b629d10367c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5431 | 2024.07.15 22:22:42.417277 [ 3 ] {} <Debug> HTTP-Session: aede8447-7052-4b86-9945-b629d10367c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5432 | 2024.07.15 22:22:42.417308 [ 3 ] {} <Trace> HTTP-Session: aede8447-7052-4b86-9945-b629d10367c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5433 | 2024.07.15 22:22:42.417451 [ 3 ] {946c6a9c-491d-4793-a6ea-81004a6fca26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5434 | 2024.07.15 22:22:42.417499 [ 3 ] {946c6a9c-491d-4793-a6ea-81004a6fca26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5435 | 2024.07.15 22:22:42.417643 [ 3 ] {946c6a9c-491d-4793-a6ea-81004a6fca26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5436 | 2024.07.15 22:22:42.418028 [ 3 ] {946c6a9c-491d-4793-a6ea-81004a6fca26} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5437 | 2024.07.15 22:22:42.418065 [ 3 ] {946c6a9c-491d-4793-a6ea-81004a6fca26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5438 | 2024.07.15 22:22:42.418467 [ 3 ] {946c6a9c-491d-4793-a6ea-81004a6fca26} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5439 | 2024.07.15 22:22:42.418816 [ 3 ] {946c6a9c-491d-4793-a6ea-81004a6fca26} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5440 | 2024.07.15 22:22:42.418942 [ 3 ] {946c6a9c-491d-4793-a6ea-81004a6fca26} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. | ||
5441 | 2024.07.15 22:22:42.419104 [ 3 ] {946c6a9c-491d-4793-a6ea-81004a6fca26} <Debug> DynamicQueryHandler: Done processing query | ||
5442 | 2024.07.15 22:22:42.419129 [ 3 ] {946c6a9c-491d-4793-a6ea-81004a6fca26} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5443 | 2024.07.15 22:22:42.419146 [ 3 ] {} <Debug> HTTP-Session: aede8447-7052-4b86-9945-b629d10367c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5444 | 2024.07.15 22:22:42.419339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5445 | 2024.07.15 22:22:42.419388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5446 | 2024.07.15 22:22:42.419408 [ 3 ] {} <Debug> HTTP-Session: b1a2c6b8-c25f-4a5c-a65a-a706b418059e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5447 | 2024.07.15 22:22:42.419425 [ 3 ] {} <Debug> HTTP-Session: b1a2c6b8-c25f-4a5c-a65a-a706b418059e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5448 | 2024.07.15 22:22:42.419439 [ 3 ] {} <Debug> HTTP-Session: b1a2c6b8-c25f-4a5c-a65a-a706b418059e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5449 | 2024.07.15 22:22:42.419471 [ 3 ] {} <Trace> HTTP-Session: b1a2c6b8-c25f-4a5c-a65a-a706b418059e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5450 | 2024.07.15 22:22:42.419778 [ 3 ] {da7e9575-bb5b-4f3b-867b-c11d92954b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5451 | 2024.07.15 22:22:42.419843 [ 3 ] {da7e9575-bb5b-4f3b-867b-c11d92954b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5452 | 2024.07.15 22:22:42.420239 [ 3 ] {da7e9575-bb5b-4f3b-867b-c11d92954b1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5453 | 2024.07.15 22:22:42.420855 [ 3 ] {da7e9575-bb5b-4f3b-867b-c11d92954b1e} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5454 | 2024.07.15 22:22:42.420891 [ 3 ] {da7e9575-bb5b-4f3b-867b-c11d92954b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5455 | 2024.07.15 22:22:42.421508 [ 3 ] {da7e9575-bb5b-4f3b-867b-c11d92954b1e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5456 | 2024.07.15 22:22:42.421919 [ 3 ] {da7e9575-bb5b-4f3b-867b-c11d92954b1e} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5457 | 2024.07.15 22:22:42.422076 [ 3 ] {da7e9575-bb5b-4f3b-867b-c11d92954b1e} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002512 sec., 11942.675159235669 rows/sec., 21.40 MiB/sec. | ||
5458 | 2024.07.15 22:22:42.422528 [ 3 ] {da7e9575-bb5b-4f3b-867b-c11d92954b1e} <Debug> DynamicQueryHandler: Done processing query | ||
5459 | 2024.07.15 22:22:42.422553 [ 3 ] {da7e9575-bb5b-4f3b-867b-c11d92954b1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5460 | 2024.07.15 22:22:42.422570 [ 3 ] {} <Debug> HTTP-Session: b1a2c6b8-c25f-4a5c-a65a-a706b418059e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5461 | 2024.07.15 22:22:42.422706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5462 | 2024.07.15 22:22:42.422756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5463 | 2024.07.15 22:22:42.422776 [ 3 ] {} <Debug> HTTP-Session: 35a2cc2a-fe4c-44a3-a409-204698d23281 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5464 | 2024.07.15 22:22:42.422793 [ 3 ] {} <Debug> HTTP-Session: 35a2cc2a-fe4c-44a3-a409-204698d23281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5465 | 2024.07.15 22:22:42.422806 [ 3 ] {} <Debug> HTTP-Session: 35a2cc2a-fe4c-44a3-a409-204698d23281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5466 | 2024.07.15 22:22:42.422837 [ 3 ] {} <Trace> HTTP-Session: 35a2cc2a-fe4c-44a3-a409-204698d23281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5467 | 2024.07.15 22:22:42.422950 [ 3 ] {caa6932e-a9dd-4ea3-a6d5-30d5524aa738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5468 | 2024.07.15 22:22:42.422995 [ 3 ] {caa6932e-a9dd-4ea3-a6d5-30d5524aa738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5469 | 2024.07.15 22:22:42.423134 [ 3 ] {caa6932e-a9dd-4ea3-a6d5-30d5524aa738} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5470 | 2024.07.15 22:22:42.423429 [ 3 ] {caa6932e-a9dd-4ea3-a6d5-30d5524aa738} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5471 | 2024.07.15 22:22:42.423466 [ 3 ] {caa6932e-a9dd-4ea3-a6d5-30d5524aa738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5472 | 2024.07.15 22:22:42.423842 [ 3 ] {caa6932e-a9dd-4ea3-a6d5-30d5524aa738} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5473 | 2024.07.15 22:22:42.424175 [ 3 ] {caa6932e-a9dd-4ea3-a6d5-30d5524aa738} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5474 | 2024.07.15 22:22:42.424299 [ 3 ] {caa6932e-a9dd-4ea3-a6d5-30d5524aa738} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
5475 | 2024.07.15 22:22:42.424459 [ 3 ] {caa6932e-a9dd-4ea3-a6d5-30d5524aa738} <Debug> DynamicQueryHandler: Done processing query | ||
5476 | 2024.07.15 22:22:42.424484 [ 3 ] {caa6932e-a9dd-4ea3-a6d5-30d5524aa738} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5477 | 2024.07.15 22:22:42.424501 [ 3 ] {} <Debug> HTTP-Session: 35a2cc2a-fe4c-44a3-a409-204698d23281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5478 | 2024.07.15 22:22:47.413450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5479 | 2024.07.15 22:22:47.413581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5480 | 2024.07.15 22:22:47.413609 [ 3 ] {} <Debug> HTTP-Session: 4676160d-e206-4550-8424-e6e9b7eef623 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5481 | 2024.07.15 22:22:47.413638 [ 3 ] {} <Debug> HTTP-Session: 4676160d-e206-4550-8424-e6e9b7eef623 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5482 | 2024.07.15 22:22:47.413656 [ 3 ] {} <Debug> HTTP-Session: 4676160d-e206-4550-8424-e6e9b7eef623 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5483 | 2024.07.15 22:22:47.413711 [ 3 ] {} <Trace> HTTP-Session: 4676160d-e206-4550-8424-e6e9b7eef623 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5484 | 2024.07.15 22:22:47.413900 [ 3 ] {2e32f291-4094-4c35-a479-4bbb3cbe9d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5485 | 2024.07.15 22:22:47.413973 [ 3 ] {2e32f291-4094-4c35-a479-4bbb3cbe9d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5486 | 2024.07.15 22:22:47.414188 [ 3 ] {2e32f291-4094-4c35-a479-4bbb3cbe9d5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5487 | 2024.07.15 22:22:47.414614 [ 3 ] {2e32f291-4094-4c35-a479-4bbb3cbe9d5e} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5488 | 2024.07.15 22:22:47.414653 [ 3 ] {2e32f291-4094-4c35-a479-4bbb3cbe9d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5489 | 2024.07.15 22:22:47.415008 [ 3 ] {2e32f291-4094-4c35-a479-4bbb3cbe9d5e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5490 | 2024.07.15 22:22:47.415341 [ 3 ] {2e32f291-4094-4c35-a479-4bbb3cbe9d5e} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5491 | 2024.07.15 22:22:47.415476 [ 3 ] {2e32f291-4094-4c35-a479-4bbb3cbe9d5e} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001634 sec., 3671.970624235006 rows/sec., 207.98 KiB/sec. | ||
5492 | 2024.07.15 22:22:47.415484 [ 142 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5493 | 2024.07.15 22:22:47.415541 [ 142 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5494 | 2024.07.15 22:22:47.415580 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5495 | 2024.07.15 22:22:47.415723 [ 3 ] {2e32f291-4094-4c35-a479-4bbb3cbe9d5e} <Debug> DynamicQueryHandler: Done processing query | ||
5496 | 2024.07.15 22:22:47.415767 [ 3 ] {2e32f291-4094-4c35-a479-4bbb3cbe9d5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5497 | 2024.07.15 22:22:47.415767 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
5498 | 2024.07.15 22:22:47.415788 [ 3 ] {} <Debug> HTTP-Session: 4676160d-e206-4550-8424-e6e9b7eef623 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5499 | 2024.07.15 22:22:47.415967 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5500 | 2024.07.15 22:22:47.416004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5501 | 2024.07.15 22:22:47.416026 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 36 rows starting from the beginning of the part | ||
5502 | 2024.07.15 22:22:47.416081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5503 | 2024.07.15 22:22:47.416122 [ 3 ] {} <Debug> HTTP-Session: 80a3a8ac-769e-434f-a77f-07a76a914f23 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5504 | 2024.07.15 22:22:47.416188 [ 3 ] {} <Debug> HTTP-Session: 80a3a8ac-769e-434f-a77f-07a76a914f23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5505 | 2024.07.15 22:22:47.416263 [ 3 ] {} <Debug> HTTP-Session: 80a3a8ac-769e-434f-a77f-07a76a914f23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5506 | 2024.07.15 22:22:47.416284 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
5507 | 2024.07.15 22:22:47.416379 [ 3 ] {} <Trace> HTTP-Session: 80a3a8ac-769e-434f-a77f-07a76a914f23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5508 | 2024.07.15 22:22:47.416577 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
5509 | 2024.07.15 22:22:47.416734 [ 3 ] {b3e77359-5bc3-48ee-b344-1817d7fe92a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5510 | 2024.07.15 22:22:47.416913 [ 3 ] {b3e77359-5bc3-48ee-b344-1817d7fe92a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5511 | 2024.07.15 22:22:47.417062 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
5512 | 2024.07.15 22:22:47.417409 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
5513 | 2024.07.15 22:22:47.417775 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
5514 | 2024.07.15 22:22:47.417797 [ 3 ] {b3e77359-5bc3-48ee-b344-1817d7fe92a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5515 | 2024.07.15 22:22:47.418765 [ 3 ] {b3e77359-5bc3-48ee-b344-1817d7fe92a1} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5516 | 2024.07.15 22:22:47.418827 [ 3 ] {b3e77359-5bc3-48ee-b344-1817d7fe92a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5517 | 2024.07.15 22:22:47.419656 [ 3 ] {b3e77359-5bc3-48ee-b344-1817d7fe92a1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5518 | 2024.07.15 22:22:47.420542 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.004872317 sec., 23397.492404537716 rows/sec., 1.72 MiB/sec. | ||
5519 | 2024.07.15 22:22:47.420618 [ 3 ] {b3e77359-5bc3-48ee-b344-1817d7fe92a1} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5520 | 2024.07.15 22:22:47.420720 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5521 | 2024.07.15 22:22:47.420796 [ 3 ] {b3e77359-5bc3-48ee-b344-1817d7fe92a1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004186 sec., 955.5661729574774 rows/sec., 77.92 KiB/sec. | ||
5522 | 2024.07.15 22:22:47.421028 [ 3 ] {b3e77359-5bc3-48ee-b344-1817d7fe92a1} <Debug> DynamicQueryHandler: Done processing query | ||
5523 | 2024.07.15 22:22:47.421061 [ 3 ] {b3e77359-5bc3-48ee-b344-1817d7fe92a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5524 | 2024.07.15 22:22:47.421088 [ 3 ] {} <Debug> HTTP-Session: 80a3a8ac-769e-434f-a77f-07a76a914f23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5525 | 2024.07.15 22:22:47.421287 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_21_4} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5526 | 2024.07.15 22:22:47.421290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5527 | 2024.07.15 22:22:47.421364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5528 | 2024.07.15 22:22:47.421386 [ 3 ] {} <Debug> HTTP-Session: cd222e5b-e04f-4f5c-a6fe-517cc813b7e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5529 | 2024.07.15 22:22:47.421398 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_21_4} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5530 | 2024.07.15 22:22:47.421406 [ 3 ] {} <Debug> HTTP-Session: cd222e5b-e04f-4f5c-a6fe-517cc813b7e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5531 | 2024.07.15 22:22:47.421428 [ 3 ] {} <Debug> HTTP-Session: cd222e5b-e04f-4f5c-a6fe-517cc813b7e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5532 | 2024.07.15 22:22:47.421480 [ 3 ] {} <Trace> HTTP-Session: cd222e5b-e04f-4f5c-a6fe-517cc813b7e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5533 | 2024.07.15 22:22:47.421503 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5534 | 2024.07.15 22:22:47.421633 [ 3 ] {5e348f73-6a1e-4f8b-8acc-0169ed56512d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5535 | 2024.07.15 22:22:47.421676 [ 3 ] {5e348f73-6a1e-4f8b-8acc-0169ed56512d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5536 | 2024.07.15 22:22:47.421805 [ 3 ] {5e348f73-6a1e-4f8b-8acc-0169ed56512d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5537 | 2024.07.15 22:22:47.422214 [ 3 ] {5e348f73-6a1e-4f8b-8acc-0169ed56512d} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5538 | 2024.07.15 22:22:47.422250 [ 3 ] {5e348f73-6a1e-4f8b-8acc-0169ed56512d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5539 | 2024.07.15 22:22:47.422560 [ 3 ] {5e348f73-6a1e-4f8b-8acc-0169ed56512d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5540 | 2024.07.15 22:22:47.422859 [ 3 ] {5e348f73-6a1e-4f8b-8acc-0169ed56512d} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5541 | 2024.07.15 22:22:47.422985 [ 3 ] {5e348f73-6a1e-4f8b-8acc-0169ed56512d} <Debug> executeQuery: Read 163 rows, 14.70 KiB in 0.001416 sec., 115112.99435028249 rows/sec., 10.14 MiB/sec. | ||
5542 | 2024.07.15 22:22:47.423128 [ 3 ] {5e348f73-6a1e-4f8b-8acc-0169ed56512d} <Debug> DynamicQueryHandler: Done processing query | ||
5543 | 2024.07.15 22:22:47.423153 [ 3 ] {5e348f73-6a1e-4f8b-8acc-0169ed56512d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5544 | 2024.07.15 22:22:47.423168 [ 3 ] {} <Debug> HTTP-Session: cd222e5b-e04f-4f5c-a6fe-517cc813b7e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5545 | 2024.07.15 22:22:47.423287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5546 | 2024.07.15 22:22:47.423333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5547 | 2024.07.15 22:22:47.423352 [ 3 ] {} <Debug> HTTP-Session: 672ac353-ca6c-4e7d-b1a6-c1a85bf133ac Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5548 | 2024.07.15 22:22:47.423369 [ 3 ] {} <Debug> HTTP-Session: 672ac353-ca6c-4e7d-b1a6-c1a85bf133ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5549 | 2024.07.15 22:22:47.423382 [ 3 ] {} <Debug> HTTP-Session: 672ac353-ca6c-4e7d-b1a6-c1a85bf133ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5550 | 2024.07.15 22:22:47.423415 [ 3 ] {} <Trace> HTTP-Session: 672ac353-ca6c-4e7d-b1a6-c1a85bf133ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5551 | 2024.07.15 22:22:47.423508 [ 3 ] {186809aa-ea53-4b60-87d6-e4fa3ccc1c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5552 | 2024.07.15 22:22:47.423550 [ 3 ] {186809aa-ea53-4b60-87d6-e4fa3ccc1c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5553 | 2024.07.15 22:22:47.423672 [ 3 ] {186809aa-ea53-4b60-87d6-e4fa3ccc1c61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5554 | 2024.07.15 22:22:47.423940 [ 3 ] {186809aa-ea53-4b60-87d6-e4fa3ccc1c61} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5555 | 2024.07.15 22:22:47.423976 [ 3 ] {186809aa-ea53-4b60-87d6-e4fa3ccc1c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5556 | 2024.07.15 22:22:47.424266 [ 3 ] {186809aa-ea53-4b60-87d6-e4fa3ccc1c61} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5557 | 2024.07.15 22:22:47.424564 [ 3 ] {186809aa-ea53-4b60-87d6-e4fa3ccc1c61} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5558 | 2024.07.15 22:22:47.424690 [ 3 ] {186809aa-ea53-4b60-87d6-e4fa3ccc1c61} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001205 sec., 3319.5020746887967 rows/sec., 231.78 KiB/sec. | ||
5559 | 2024.07.15 22:22:47.424844 [ 3 ] {186809aa-ea53-4b60-87d6-e4fa3ccc1c61} <Debug> DynamicQueryHandler: Done processing query | ||
5560 | 2024.07.15 22:22:47.424869 [ 3 ] {186809aa-ea53-4b60-87d6-e4fa3ccc1c61} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5561 | 2024.07.15 22:22:47.424884 [ 3 ] {} <Debug> HTTP-Session: 672ac353-ca6c-4e7d-b1a6-c1a85bf133ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5562 | 2024.07.15 22:22:47.425091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 62242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5563 | 2024.07.15 22:22:47.425140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5564 | 2024.07.15 22:22:47.425159 [ 3 ] {} <Debug> HTTP-Session: a0832fe1-a4f0-4eba-89af-e32126fdbc0b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5565 | 2024.07.15 22:22:47.425175 [ 3 ] {} <Debug> HTTP-Session: a0832fe1-a4f0-4eba-89af-e32126fdbc0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5566 | 2024.07.15 22:22:47.425190 [ 3 ] {} <Debug> HTTP-Session: a0832fe1-a4f0-4eba-89af-e32126fdbc0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5567 | 2024.07.15 22:22:47.425221 [ 3 ] {} <Trace> HTTP-Session: a0832fe1-a4f0-4eba-89af-e32126fdbc0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5568 | 2024.07.15 22:22:47.425412 [ 3 ] {ff023e4b-ec78-49d4-90a4-5cd914afa506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5569 | 2024.07.15 22:22:47.425455 [ 3 ] {ff023e4b-ec78-49d4-90a4-5cd914afa506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5570 | 2024.07.15 22:22:47.425578 [ 3 ] {ff023e4b-ec78-49d4-90a4-5cd914afa506} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5571 | 2024.07.15 22:22:47.426078 [ 3 ] {ff023e4b-ec78-49d4-90a4-5cd914afa506} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5572 | 2024.07.15 22:22:47.426113 [ 3 ] {ff023e4b-ec78-49d4-90a4-5cd914afa506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5573 | 2024.07.15 22:22:47.426425 [ 3 ] {ff023e4b-ec78-49d4-90a4-5cd914afa506} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5574 | 2024.07.15 22:22:47.426733 [ 3 ] {ff023e4b-ec78-49d4-90a4-5cd914afa506} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5575 | 2024.07.15 22:22:47.426854 [ 3 ] {ff023e4b-ec78-49d4-90a4-5cd914afa506} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.001543 sec., 250162.02203499674 rows/sec., 17.60 MiB/sec. | ||
5576 | 2024.07.15 22:22:47.427001 [ 3 ] {ff023e4b-ec78-49d4-90a4-5cd914afa506} <Debug> DynamicQueryHandler: Done processing query | ||
5577 | 2024.07.15 22:22:47.427025 [ 3 ] {ff023e4b-ec78-49d4-90a4-5cd914afa506} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5578 | 2024.07.15 22:22:47.427041 [ 3 ] {} <Debug> HTTP-Session: a0832fe1-a4f0-4eba-89af-e32126fdbc0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5579 | 2024.07.15 22:22:47.427185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5580 | 2024.07.15 22:22:47.427231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5581 | 2024.07.15 22:22:47.427250 [ 3 ] {} <Debug> HTTP-Session: a329fb91-aaf3-4795-9fec-1afa376ebc6a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5582 | 2024.07.15 22:22:47.427266 [ 3 ] {} <Debug> HTTP-Session: a329fb91-aaf3-4795-9fec-1afa376ebc6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5583 | 2024.07.15 22:22:47.427280 [ 3 ] {} <Debug> HTTP-Session: a329fb91-aaf3-4795-9fec-1afa376ebc6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5584 | 2024.07.15 22:22:47.427310 [ 3 ] {} <Trace> HTTP-Session: a329fb91-aaf3-4795-9fec-1afa376ebc6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5585 | 2024.07.15 22:22:47.427404 [ 3 ] {a3541eaf-95a3-429a-832d-9f2110d55cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5586 | 2024.07.15 22:22:47.427449 [ 3 ] {a3541eaf-95a3-429a-832d-9f2110d55cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5587 | 2024.07.15 22:22:47.427573 [ 3 ] {a3541eaf-95a3-429a-832d-9f2110d55cce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5588 | 2024.07.15 22:22:47.427830 [ 3 ] {a3541eaf-95a3-429a-832d-9f2110d55cce} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5589 | 2024.07.15 22:22:47.427864 [ 3 ] {a3541eaf-95a3-429a-832d-9f2110d55cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5590 | 2024.07.15 22:22:47.428211 [ 3 ] {a3541eaf-95a3-429a-832d-9f2110d55cce} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5591 | 2024.07.15 22:22:47.428527 [ 3 ] {a3541eaf-95a3-429a-832d-9f2110d55cce} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5592 | 2024.07.15 22:22:47.428651 [ 3 ] {a3541eaf-95a3-429a-832d-9f2110d55cce} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001271 sec., 4720.692368214005 rows/sec., 202.84 KiB/sec. | ||
5593 | 2024.07.15 22:22:47.428947 [ 3 ] {a3541eaf-95a3-429a-832d-9f2110d55cce} <Debug> DynamicQueryHandler: Done processing query | ||
5594 | 2024.07.15 22:22:47.428972 [ 3 ] {a3541eaf-95a3-429a-832d-9f2110d55cce} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5595 | 2024.07.15 22:22:47.428988 [ 3 ] {} <Debug> HTTP-Session: a329fb91-aaf3-4795-9fec-1afa376ebc6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5596 | 2024.07.15 22:22:47.429119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5597 | 2024.07.15 22:22:47.429168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5598 | 2024.07.15 22:22:47.429186 [ 3 ] {} <Debug> HTTP-Session: 48608a27-0de2-4525-ac45-0daf010ae0d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5599 | 2024.07.15 22:22:47.429203 [ 3 ] {} <Debug> HTTP-Session: 48608a27-0de2-4525-ac45-0daf010ae0d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5600 | 2024.07.15 22:22:47.429217 [ 3 ] {} <Debug> HTTP-Session: 48608a27-0de2-4525-ac45-0daf010ae0d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5601 | 2024.07.15 22:22:47.429248 [ 3 ] {} <Trace> HTTP-Session: 48608a27-0de2-4525-ac45-0daf010ae0d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5602 | 2024.07.15 22:22:47.429367 [ 3 ] {58776ed2-460d-450a-9c8b-797ba656f32d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5603 | 2024.07.15 22:22:47.429415 [ 3 ] {58776ed2-460d-450a-9c8b-797ba656f32d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5604 | 2024.07.15 22:22:47.429579 [ 3 ] {58776ed2-460d-450a-9c8b-797ba656f32d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5605 | 2024.07.15 22:22:47.429873 [ 3 ] {58776ed2-460d-450a-9c8b-797ba656f32d} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5606 | 2024.07.15 22:22:47.429908 [ 3 ] {58776ed2-460d-450a-9c8b-797ba656f32d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5607 | 2024.07.15 22:22:47.430258 [ 3 ] {58776ed2-460d-450a-9c8b-797ba656f32d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5608 | 2024.07.15 22:22:47.430582 [ 3 ] {58776ed2-460d-450a-9c8b-797ba656f32d} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5609 | 2024.07.15 22:22:47.430715 [ 3 ] {58776ed2-460d-450a-9c8b-797ba656f32d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001391 sec., 55355.85909417685 rows/sec., 3.41 MiB/sec. | ||
5610 | 2024.07.15 22:22:47.431024 [ 3 ] {58776ed2-460d-450a-9c8b-797ba656f32d} <Debug> DynamicQueryHandler: Done processing query | ||
5611 | 2024.07.15 22:22:47.431050 [ 3 ] {58776ed2-460d-450a-9c8b-797ba656f32d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5612 | 2024.07.15 22:22:47.431067 [ 3 ] {} <Debug> HTTP-Session: 48608a27-0de2-4525-ac45-0daf010ae0d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5613 | 2024.07.15 22:22:47.431217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30999, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5614 | 2024.07.15 22:22:47.431266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5615 | 2024.07.15 22:22:47.431285 [ 3 ] {} <Debug> HTTP-Session: 0aae0ec8-2e7e-4016-bcda-c2c7d6988bb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5616 | 2024.07.15 22:22:47.431302 [ 3 ] {} <Debug> HTTP-Session: 0aae0ec8-2e7e-4016-bcda-c2c7d6988bb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5617 | 2024.07.15 22:22:47.431316 [ 3 ] {} <Debug> HTTP-Session: 0aae0ec8-2e7e-4016-bcda-c2c7d6988bb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5618 | 2024.07.15 22:22:47.431346 [ 3 ] {} <Trace> HTTP-Session: 0aae0ec8-2e7e-4016-bcda-c2c7d6988bb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5619 | 2024.07.15 22:22:47.431516 [ 3 ] {9ca5042e-1d58-4574-bd7e-4d7aa17e8a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5620 | 2024.07.15 22:22:47.431563 [ 3 ] {9ca5042e-1d58-4574-bd7e-4d7aa17e8a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5621 | 2024.07.15 22:22:47.431722 [ 3 ] {9ca5042e-1d58-4574-bd7e-4d7aa17e8a1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5622 | 2024.07.15 22:22:47.432103 [ 3 ] {9ca5042e-1d58-4574-bd7e-4d7aa17e8a1d} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5623 | 2024.07.15 22:22:47.432138 [ 3 ] {9ca5042e-1d58-4574-bd7e-4d7aa17e8a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5624 | 2024.07.15 22:22:47.432502 [ 3 ] {9ca5042e-1d58-4574-bd7e-4d7aa17e8a1d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5625 | 2024.07.15 22:22:47.432823 [ 3 ] {9ca5042e-1d58-4574-bd7e-4d7aa17e8a1d} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5626 | 2024.07.15 22:22:47.432951 [ 3 ] {9ca5042e-1d58-4574-bd7e-4d7aa17e8a1d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001529 sec., 105951.60235448006 rows/sec., 7.38 MiB/sec. | ||
5627 | 2024.07.15 22:22:47.433108 [ 3 ] {9ca5042e-1d58-4574-bd7e-4d7aa17e8a1d} <Debug> DynamicQueryHandler: Done processing query | ||
5628 | 2024.07.15 22:22:47.433132 [ 3 ] {9ca5042e-1d58-4574-bd7e-4d7aa17e8a1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5629 | 2024.07.15 22:22:47.433148 [ 3 ] {} <Debug> HTTP-Session: 0aae0ec8-2e7e-4016-bcda-c2c7d6988bb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5630 | 2024.07.15 22:22:47.433296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5631 | 2024.07.15 22:22:47.433344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5632 | 2024.07.15 22:22:47.433363 [ 3 ] {} <Debug> HTTP-Session: feaf2fa0-c8cc-4862-a6df-40b832282c9f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5633 | 2024.07.15 22:22:47.433380 [ 3 ] {} <Debug> HTTP-Session: feaf2fa0-c8cc-4862-a6df-40b832282c9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5634 | 2024.07.15 22:22:47.433394 [ 3 ] {} <Debug> HTTP-Session: feaf2fa0-c8cc-4862-a6df-40b832282c9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5635 | 2024.07.15 22:22:47.433425 [ 3 ] {} <Trace> HTTP-Session: feaf2fa0-c8cc-4862-a6df-40b832282c9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5636 | 2024.07.15 22:22:47.433526 [ 3 ] {97c08064-9d96-4072-be8e-947f8c076eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5637 | 2024.07.15 22:22:47.433571 [ 3 ] {97c08064-9d96-4072-be8e-947f8c076eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5638 | 2024.07.15 22:22:47.433700 [ 3 ] {97c08064-9d96-4072-be8e-947f8c076eff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5639 | 2024.07.15 22:22:47.433962 [ 3 ] {97c08064-9d96-4072-be8e-947f8c076eff} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5640 | 2024.07.15 22:22:47.433996 [ 3 ] {97c08064-9d96-4072-be8e-947f8c076eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5641 | 2024.07.15 22:22:47.434333 [ 3 ] {97c08064-9d96-4072-be8e-947f8c076eff} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5642 | 2024.07.15 22:22:47.434642 [ 3 ] {97c08064-9d96-4072-be8e-947f8c076eff} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5643 | 2024.07.15 22:22:47.434767 [ 3 ] {97c08064-9d96-4072-be8e-947f8c076eff} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001272 sec., 18081.76100628931 rows/sec., 978.10 KiB/sec. | ||
5644 | 2024.07.15 22:22:47.434914 [ 3 ] {97c08064-9d96-4072-be8e-947f8c076eff} <Debug> DynamicQueryHandler: Done processing query | ||
5645 | 2024.07.15 22:22:47.434938 [ 3 ] {97c08064-9d96-4072-be8e-947f8c076eff} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5646 | 2024.07.15 22:22:47.434954 [ 3 ] {} <Debug> HTTP-Session: feaf2fa0-c8cc-4862-a6df-40b832282c9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5647 | 2024.07.15 22:22:47.435066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5648 | 2024.07.15 22:22:47.435111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5649 | 2024.07.15 22:22:47.435131 [ 3 ] {} <Debug> HTTP-Session: eeaf8f3b-c64d-48db-ad32-6175b6827d21 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5650 | 2024.07.15 22:22:47.435147 [ 3 ] {} <Debug> HTTP-Session: eeaf8f3b-c64d-48db-ad32-6175b6827d21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5651 | 2024.07.15 22:22:47.435162 [ 3 ] {} <Debug> HTTP-Session: eeaf8f3b-c64d-48db-ad32-6175b6827d21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5652 | 2024.07.15 22:22:47.435192 [ 3 ] {} <Trace> HTTP-Session: eeaf8f3b-c64d-48db-ad32-6175b6827d21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5653 | 2024.07.15 22:22:47.435315 [ 3 ] {5bccaced-9891-42cc-9b83-6f8e50d51501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5654 | 2024.07.15 22:22:47.435359 [ 3 ] {5bccaced-9891-42cc-9b83-6f8e50d51501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5655 | 2024.07.15 22:22:47.435483 [ 3 ] {5bccaced-9891-42cc-9b83-6f8e50d51501} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5656 | 2024.07.15 22:22:47.435771 [ 3 ] {5bccaced-9891-42cc-9b83-6f8e50d51501} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5657 | 2024.07.15 22:22:47.435806 [ 3 ] {5bccaced-9891-42cc-9b83-6f8e50d51501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5658 | 2024.07.15 22:22:47.436146 [ 3 ] {5bccaced-9891-42cc-9b83-6f8e50d51501} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5659 | 2024.07.15 22:22:47.436467 [ 3 ] {5bccaced-9891-42cc-9b83-6f8e50d51501} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5660 | 2024.07.15 22:22:47.436595 [ 3 ] {5bccaced-9891-42cc-9b83-6f8e50d51501} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00133 sec., 45112.781954887214 rows/sec., 3.04 MiB/sec. | ||
5661 | 2024.07.15 22:22:47.436751 [ 3 ] {5bccaced-9891-42cc-9b83-6f8e50d51501} <Debug> DynamicQueryHandler: Done processing query | ||
5662 | 2024.07.15 22:22:47.436776 [ 3 ] {5bccaced-9891-42cc-9b83-6f8e50d51501} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5663 | 2024.07.15 22:22:47.436791 [ 3 ] {} <Debug> HTTP-Session: eeaf8f3b-c64d-48db-ad32-6175b6827d21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5664 | 2024.07.15 22:22:50.643719 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5665 | 2024.07.15 22:22:50.643816 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5666 | 2024.07.15 22:22:52.409809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5667 | 2024.07.15 22:22:52.409942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5668 | 2024.07.15 22:22:52.409972 [ 3 ] {} <Debug> HTTP-Session: a1ba5684-27bd-45b8-a0bc-ac1d6511aa9f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5669 | 2024.07.15 22:22:52.409999 [ 3 ] {} <Debug> HTTP-Session: a1ba5684-27bd-45b8-a0bc-ac1d6511aa9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5670 | 2024.07.15 22:22:52.410018 [ 3 ] {} <Debug> HTTP-Session: a1ba5684-27bd-45b8-a0bc-ac1d6511aa9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5671 | 2024.07.15 22:22:52.410074 [ 3 ] {} <Trace> HTTP-Session: a1ba5684-27bd-45b8-a0bc-ac1d6511aa9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5672 | 2024.07.15 22:22:52.410291 [ 3 ] {2a864711-10d8-4517-af8b-787b84aa75bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5673 | 2024.07.15 22:22:52.410370 [ 3 ] {2a864711-10d8-4517-af8b-787b84aa75bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5674 | 2024.07.15 22:22:52.410595 [ 3 ] {2a864711-10d8-4517-af8b-787b84aa75bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5675 | 2024.07.15 22:22:52.411074 [ 3 ] {2a864711-10d8-4517-af8b-787b84aa75bd} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5676 | 2024.07.15 22:22:52.411120 [ 3 ] {2a864711-10d8-4517-af8b-787b84aa75bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5677 | 2024.07.15 22:22:52.411491 [ 3 ] {2a864711-10d8-4517-af8b-787b84aa75bd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5678 | 2024.07.15 22:22:52.411824 [ 3 ] {2a864711-10d8-4517-af8b-787b84aa75bd} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5679 | 2024.07.15 22:22:52.411993 [ 3 ] {2a864711-10d8-4517-af8b-787b84aa75bd} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001766 sec., 16987.542468856172 rows/sec., 1.34 MiB/sec. | ||
5680 | 2024.07.15 22:22:52.412346 [ 3 ] {2a864711-10d8-4517-af8b-787b84aa75bd} <Debug> DynamicQueryHandler: Done processing query | ||
5681 | 2024.07.15 22:22:52.412374 [ 3 ] {2a864711-10d8-4517-af8b-787b84aa75bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5682 | 2024.07.15 22:22:52.412392 [ 3 ] {} <Debug> HTTP-Session: a1ba5684-27bd-45b8-a0bc-ac1d6511aa9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5683 | 2024.07.15 22:22:52.412508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5684 | 2024.07.15 22:22:52.412570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5685 | 2024.07.15 22:22:52.412590 [ 3 ] {} <Debug> HTTP-Session: d4589fd5-e924-4cfd-aef0-b603044edbc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5686 | 2024.07.15 22:22:52.412608 [ 3 ] {} <Debug> HTTP-Session: d4589fd5-e924-4cfd-aef0-b603044edbc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5687 | 2024.07.15 22:22:52.412623 [ 3 ] {} <Debug> HTTP-Session: d4589fd5-e924-4cfd-aef0-b603044edbc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5688 | 2024.07.15 22:22:52.412658 [ 3 ] {} <Trace> HTTP-Session: d4589fd5-e924-4cfd-aef0-b603044edbc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5689 | 2024.07.15 22:22:52.412767 [ 3 ] {2373915f-cab2-449b-9521-57f4da41ca3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5690 | 2024.07.15 22:22:52.412816 [ 3 ] {2373915f-cab2-449b-9521-57f4da41ca3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5691 | 2024.07.15 22:22:52.412972 [ 3 ] {2373915f-cab2-449b-9521-57f4da41ca3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5692 | 2024.07.15 22:22:52.413370 [ 3 ] {2373915f-cab2-449b-9521-57f4da41ca3c} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5693 | 2024.07.15 22:22:52.413416 [ 3 ] {2373915f-cab2-449b-9521-57f4da41ca3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5694 | 2024.07.15 22:22:52.413786 [ 3 ] {2373915f-cab2-449b-9521-57f4da41ca3c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5695 | 2024.07.15 22:22:52.414107 [ 3 ] {2373915f-cab2-449b-9521-57f4da41ca3c} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5696 | 2024.07.15 22:22:52.414253 [ 3 ] {2373915f-cab2-449b-9521-57f4da41ca3c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001514 sec., 1321.003963011889 rows/sec., 107.72 KiB/sec. | ||
5697 | 2024.07.15 22:22:52.414454 [ 3 ] {2373915f-cab2-449b-9521-57f4da41ca3c} <Debug> DynamicQueryHandler: Done processing query | ||
5698 | 2024.07.15 22:22:52.414479 [ 3 ] {2373915f-cab2-449b-9521-57f4da41ca3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5699 | 2024.07.15 22:22:52.414495 [ 3 ] {} <Debug> HTTP-Session: d4589fd5-e924-4cfd-aef0-b603044edbc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5700 | 2024.07.15 22:22:52.414629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21550, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5701 | 2024.07.15 22:22:52.414687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5702 | 2024.07.15 22:22:52.414706 [ 3 ] {} <Debug> HTTP-Session: 3b453ba7-07c2-42be-8faf-327f1be191a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5703 | 2024.07.15 22:22:52.414725 [ 3 ] {} <Debug> HTTP-Session: 3b453ba7-07c2-42be-8faf-327f1be191a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5704 | 2024.07.15 22:22:52.414745 [ 3 ] {} <Debug> HTTP-Session: 3b453ba7-07c2-42be-8faf-327f1be191a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5705 | 2024.07.15 22:22:52.414778 [ 3 ] {} <Trace> HTTP-Session: 3b453ba7-07c2-42be-8faf-327f1be191a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5706 | 2024.07.15 22:22:52.414922 [ 3 ] {46ccadf8-4b53-48c2-ab85-c5221f72c3e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5707 | 2024.07.15 22:22:52.414968 [ 3 ] {46ccadf8-4b53-48c2-ab85-c5221f72c3e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5708 | 2024.07.15 22:22:52.415099 [ 3 ] {46ccadf8-4b53-48c2-ab85-c5221f72c3e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5709 | 2024.07.15 22:22:52.415502 [ 3 ] {46ccadf8-4b53-48c2-ab85-c5221f72c3e9} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5710 | 2024.07.15 22:22:52.415540 [ 3 ] {46ccadf8-4b53-48c2-ab85-c5221f72c3e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5711 | 2024.07.15 22:22:52.415924 [ 3 ] {46ccadf8-4b53-48c2-ab85-c5221f72c3e9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5712 | 2024.07.15 22:22:52.416248 [ 3 ] {46ccadf8-4b53-48c2-ab85-c5221f72c3e9} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5713 | 2024.07.15 22:22:52.416408 [ 3 ] {46ccadf8-4b53-48c2-ab85-c5221f72c3e9} <Debug> executeQuery: Read 147 rows, 12.62 KiB in 0.001541 sec., 95392.6022063595 rows/sec., 8.00 MiB/sec. | ||
5714 | 2024.07.15 22:22:52.416579 [ 3 ] {46ccadf8-4b53-48c2-ab85-c5221f72c3e9} <Debug> DynamicQueryHandler: Done processing query | ||
5715 | 2024.07.15 22:22:52.416603 [ 3 ] {46ccadf8-4b53-48c2-ab85-c5221f72c3e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5716 | 2024.07.15 22:22:52.416620 [ 3 ] {} <Debug> HTTP-Session: 3b453ba7-07c2-42be-8faf-327f1be191a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5717 | 2024.07.15 22:22:52.416781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5718 | 2024.07.15 22:22:52.416832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5719 | 2024.07.15 22:22:52.416851 [ 3 ] {} <Debug> HTTP-Session: c1a5fdd8-b914-40ac-a677-9037a23a3b78 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5720 | 2024.07.15 22:22:52.416868 [ 3 ] {} <Debug> HTTP-Session: c1a5fdd8-b914-40ac-a677-9037a23a3b78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5721 | 2024.07.15 22:22:52.416881 [ 3 ] {} <Debug> HTTP-Session: c1a5fdd8-b914-40ac-a677-9037a23a3b78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5722 | 2024.07.15 22:22:52.416913 [ 3 ] {} <Trace> HTTP-Session: c1a5fdd8-b914-40ac-a677-9037a23a3b78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5723 | 2024.07.15 22:22:52.417007 [ 3 ] {062f4191-db11-440c-b9b2-5c16c43e8783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5724 | 2024.07.15 22:22:52.417051 [ 3 ] {062f4191-db11-440c-b9b2-5c16c43e8783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5725 | 2024.07.15 22:22:52.417178 [ 3 ] {062f4191-db11-440c-b9b2-5c16c43e8783} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5726 | 2024.07.15 22:22:52.417468 [ 3 ] {062f4191-db11-440c-b9b2-5c16c43e8783} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5727 | 2024.07.15 22:22:52.417504 [ 3 ] {062f4191-db11-440c-b9b2-5c16c43e8783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5728 | 2024.07.15 22:22:52.417801 [ 3 ] {062f4191-db11-440c-b9b2-5c16c43e8783} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5729 | 2024.07.15 22:22:52.418107 [ 3 ] {062f4191-db11-440c-b9b2-5c16c43e8783} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5730 | 2024.07.15 22:22:52.418261 [ 3 ] {062f4191-db11-440c-b9b2-5c16c43e8783} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001272 sec., 1572.3270440251574 rows/sec., 109.79 KiB/sec. | ||
5731 | 2024.07.15 22:22:52.418426 [ 3 ] {062f4191-db11-440c-b9b2-5c16c43e8783} <Debug> DynamicQueryHandler: Done processing query | ||
5732 | 2024.07.15 22:22:52.418450 [ 3 ] {062f4191-db11-440c-b9b2-5c16c43e8783} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5733 | 2024.07.15 22:22:52.418466 [ 3 ] {} <Debug> HTTP-Session: c1a5fdd8-b914-40ac-a677-9037a23a3b78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5734 | 2024.07.15 22:22:52.418589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5735 | 2024.07.15 22:22:52.418638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5736 | 2024.07.15 22:22:52.418658 [ 3 ] {} <Debug> HTTP-Session: b0d45fea-139f-4c6c-8eec-990b474ef5cb Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5737 | 2024.07.15 22:22:52.418674 [ 3 ] {} <Debug> HTTP-Session: b0d45fea-139f-4c6c-8eec-990b474ef5cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5738 | 2024.07.15 22:22:52.418687 [ 3 ] {} <Debug> HTTP-Session: b0d45fea-139f-4c6c-8eec-990b474ef5cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5739 | 2024.07.15 22:22:52.418717 [ 3 ] {} <Trace> HTTP-Session: b0d45fea-139f-4c6c-8eec-990b474ef5cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5740 | 2024.07.15 22:22:52.418836 [ 3 ] {45b21d34-7f34-475a-a5b7-0384531d31c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5741 | 2024.07.15 22:22:52.418879 [ 3 ] {45b21d34-7f34-475a-a5b7-0384531d31c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5742 | 2024.07.15 22:22:52.419004 [ 3 ] {45b21d34-7f34-475a-a5b7-0384531d31c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5743 | 2024.07.15 22:22:52.419352 [ 3 ] {45b21d34-7f34-475a-a5b7-0384531d31c3} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5744 | 2024.07.15 22:22:52.419389 [ 3 ] {45b21d34-7f34-475a-a5b7-0384531d31c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5745 | 2024.07.15 22:22:52.419708 [ 3 ] {45b21d34-7f34-475a-a5b7-0384531d31c3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5746 | 2024.07.15 22:22:52.420011 [ 3 ] {45b21d34-7f34-475a-a5b7-0384531d31c3} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5747 | 2024.07.15 22:22:52.420164 [ 3 ] {45b21d34-7f34-475a-a5b7-0384531d31c3} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001364 sec., 70381.23167155425 rows/sec., 5.50 MiB/sec. | ||
5748 | 2024.07.15 22:22:52.420424 [ 3 ] {45b21d34-7f34-475a-a5b7-0384531d31c3} <Debug> DynamicQueryHandler: Done processing query | ||
5749 | 2024.07.15 22:22:52.420470 [ 3 ] {45b21d34-7f34-475a-a5b7-0384531d31c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5750 | 2024.07.15 22:22:52.420487 [ 3 ] {} <Debug> HTTP-Session: b0d45fea-139f-4c6c-8eec-990b474ef5cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5751 | 2024.07.15 22:22:52.420664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5752 | 2024.07.15 22:22:52.420712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5753 | 2024.07.15 22:22:52.420732 [ 3 ] {} <Debug> HTTP-Session: 24ffa4b7-7f3b-4213-83f9-ab19796f5315 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5754 | 2024.07.15 22:22:52.420748 [ 3 ] {} <Debug> HTTP-Session: 24ffa4b7-7f3b-4213-83f9-ab19796f5315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5755 | 2024.07.15 22:22:52.420761 [ 3 ] {} <Debug> HTTP-Session: 24ffa4b7-7f3b-4213-83f9-ab19796f5315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5756 | 2024.07.15 22:22:52.420791 [ 3 ] {} <Trace> HTTP-Session: 24ffa4b7-7f3b-4213-83f9-ab19796f5315 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5757 | 2024.07.15 22:22:52.420941 [ 3 ] {a1ab8eb7-9f9a-4b22-9ab0-90f43cc0c833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5758 | 2024.07.15 22:22:52.420989 [ 3 ] {a1ab8eb7-9f9a-4b22-9ab0-90f43cc0c833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5759 | 2024.07.15 22:22:52.421152 [ 3 ] {a1ab8eb7-9f9a-4b22-9ab0-90f43cc0c833} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5760 | 2024.07.15 22:22:52.421542 [ 3 ] {a1ab8eb7-9f9a-4b22-9ab0-90f43cc0c833} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5761 | 2024.07.15 22:22:52.421577 [ 3 ] {a1ab8eb7-9f9a-4b22-9ab0-90f43cc0c833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5762 | 2024.07.15 22:22:52.422023 [ 3 ] {a1ab8eb7-9f9a-4b22-9ab0-90f43cc0c833} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5763 | 2024.07.15 22:22:52.422358 [ 3 ] {a1ab8eb7-9f9a-4b22-9ab0-90f43cc0c833} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5764 | 2024.07.15 22:22:52.422517 [ 3 ] {a1ab8eb7-9f9a-4b22-9ab0-90f43cc0c833} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001636 sec., 98410.75794621026 rows/sec., 6.85 MiB/sec. | ||
5765 | 2024.07.15 22:22:52.422842 [ 3 ] {a1ab8eb7-9f9a-4b22-9ab0-90f43cc0c833} <Debug> DynamicQueryHandler: Done processing query | ||
5766 | 2024.07.15 22:22:52.422875 [ 3 ] {a1ab8eb7-9f9a-4b22-9ab0-90f43cc0c833} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5767 | 2024.07.15 22:22:52.422891 [ 3 ] {} <Debug> HTTP-Session: 24ffa4b7-7f3b-4213-83f9-ab19796f5315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5768 | 2024.07.15 22:22:52.423050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5769 | 2024.07.15 22:22:52.423100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5770 | 2024.07.15 22:22:52.423120 [ 3 ] {} <Debug> HTTP-Session: 868a81ad-5ab9-4836-a78b-56f4ccea7d47 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5771 | 2024.07.15 22:22:52.423136 [ 3 ] {} <Debug> HTTP-Session: 868a81ad-5ab9-4836-a78b-56f4ccea7d47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5772 | 2024.07.15 22:22:52.423150 [ 3 ] {} <Debug> HTTP-Session: 868a81ad-5ab9-4836-a78b-56f4ccea7d47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5773 | 2024.07.15 22:22:52.423181 [ 3 ] {} <Trace> HTTP-Session: 868a81ad-5ab9-4836-a78b-56f4ccea7d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5774 | 2024.07.15 22:22:52.423501 [ 3 ] {d6b46537-384b-48c5-99b1-a6894a2b6ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5775 | 2024.07.15 22:22:52.423572 [ 3 ] {d6b46537-384b-48c5-99b1-a6894a2b6ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5776 | 2024.07.15 22:22:52.423980 [ 3 ] {d6b46537-384b-48c5-99b1-a6894a2b6ec3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5777 | 2024.07.15 22:22:52.424725 [ 3 ] {d6b46537-384b-48c5-99b1-a6894a2b6ec3} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5778 | 2024.07.15 22:22:52.424760 [ 3 ] {d6b46537-384b-48c5-99b1-a6894a2b6ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5779 | 2024.07.15 22:22:52.425397 [ 3 ] {d6b46537-384b-48c5-99b1-a6894a2b6ec3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5780 | 2024.07.15 22:22:52.425804 [ 3 ] {d6b46537-384b-48c5-99b1-a6894a2b6ec3} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5781 | 2024.07.15 22:22:52.426026 [ 3 ] {d6b46537-384b-48c5-99b1-a6894a2b6ec3} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002732 sec., 10980.966325036603 rows/sec., 19.68 MiB/sec. | ||
5782 | 2024.07.15 22:22:52.426505 [ 3 ] {d6b46537-384b-48c5-99b1-a6894a2b6ec3} <Debug> DynamicQueryHandler: Done processing query | ||
5783 | 2024.07.15 22:22:52.426529 [ 3 ] {d6b46537-384b-48c5-99b1-a6894a2b6ec3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5784 | 2024.07.15 22:22:52.426547 [ 3 ] {} <Debug> HTTP-Session: 868a81ad-5ab9-4836-a78b-56f4ccea7d47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5785 | 2024.07.15 22:22:52.426687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5786 | 2024.07.15 22:22:52.426737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5787 | 2024.07.15 22:22:52.426756 [ 3 ] {} <Debug> HTTP-Session: 260466d9-a164-4892-b9db-6aa0c06543c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5788 | 2024.07.15 22:22:52.426773 [ 3 ] {} <Debug> HTTP-Session: 260466d9-a164-4892-b9db-6aa0c06543c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5789 | 2024.07.15 22:22:52.426786 [ 3 ] {} <Debug> HTTP-Session: 260466d9-a164-4892-b9db-6aa0c06543c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5790 | 2024.07.15 22:22:52.426818 [ 3 ] {} <Trace> HTTP-Session: 260466d9-a164-4892-b9db-6aa0c06543c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5791 | 2024.07.15 22:22:52.426931 [ 3 ] {1e2ae8f6-c67f-4761-98d6-eb54013810bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5792 | 2024.07.15 22:22:52.426975 [ 3 ] {1e2ae8f6-c67f-4761-98d6-eb54013810bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5793 | 2024.07.15 22:22:52.427115 [ 3 ] {1e2ae8f6-c67f-4761-98d6-eb54013810bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5794 | 2024.07.15 22:22:52.427415 [ 3 ] {1e2ae8f6-c67f-4761-98d6-eb54013810bf} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5795 | 2024.07.15 22:22:52.427476 [ 3 ] {1e2ae8f6-c67f-4761-98d6-eb54013810bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5796 | 2024.07.15 22:22:52.427831 [ 3 ] {1e2ae8f6-c67f-4761-98d6-eb54013810bf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5797 | 2024.07.15 22:22:52.428151 [ 3 ] {1e2ae8f6-c67f-4761-98d6-eb54013810bf} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5798 | 2024.07.15 22:22:52.428306 [ 3 ] {1e2ae8f6-c67f-4761-98d6-eb54013810bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
5799 | 2024.07.15 22:22:52.428472 [ 3 ] {1e2ae8f6-c67f-4761-98d6-eb54013810bf} <Debug> DynamicQueryHandler: Done processing query | ||
5800 | 2024.07.15 22:22:52.428496 [ 3 ] {1e2ae8f6-c67f-4761-98d6-eb54013810bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5801 | 2024.07.15 22:22:52.428513 [ 3 ] {} <Debug> HTTP-Session: 260466d9-a164-4892-b9db-6aa0c06543c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5802 | 2024.07.15 22:22:57.413509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5803 | 2024.07.15 22:22:57.413653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5804 | 2024.07.15 22:22:57.413683 [ 3 ] {} <Debug> HTTP-Session: 03071a10-0b39-47ef-a51a-e93662b5ae3d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5805 | 2024.07.15 22:22:57.413764 [ 3 ] {} <Debug> HTTP-Session: 03071a10-0b39-47ef-a51a-e93662b5ae3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5806 | 2024.07.15 22:22:57.413785 [ 3 ] {} <Debug> HTTP-Session: 03071a10-0b39-47ef-a51a-e93662b5ae3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5807 | 2024.07.15 22:22:57.413840 [ 3 ] {} <Trace> HTTP-Session: 03071a10-0b39-47ef-a51a-e93662b5ae3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5808 | 2024.07.15 22:22:57.414034 [ 3 ] {f0f8fbd5-c266-4bd2-89a8-b105219e2a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5809 | 2024.07.15 22:22:57.414102 [ 3 ] {f0f8fbd5-c266-4bd2-89a8-b105219e2a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5810 | 2024.07.15 22:22:57.414295 [ 3 ] {f0f8fbd5-c266-4bd2-89a8-b105219e2a8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5811 | 2024.07.15 22:22:57.414816 [ 3 ] {f0f8fbd5-c266-4bd2-89a8-b105219e2a8f} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5812 | 2024.07.15 22:22:57.414857 [ 3 ] {f0f8fbd5-c266-4bd2-89a8-b105219e2a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5813 | 2024.07.15 22:22:57.415226 [ 3 ] {f0f8fbd5-c266-4bd2-89a8-b105219e2a8f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5814 | 2024.07.15 22:22:57.415539 [ 3 ] {f0f8fbd5-c266-4bd2-89a8-b105219e2a8f} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5815 | 2024.07.15 22:22:57.415712 [ 3 ] {f0f8fbd5-c266-4bd2-89a8-b105219e2a8f} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001787 sec., 3357.582540570789 rows/sec., 190.18 KiB/sec. | ||
5816 | 2024.07.15 22:22:57.415971 [ 3 ] {f0f8fbd5-c266-4bd2-89a8-b105219e2a8f} <Debug> DynamicQueryHandler: Done processing query | ||
5817 | 2024.07.15 22:22:57.415996 [ 3 ] {f0f8fbd5-c266-4bd2-89a8-b105219e2a8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5818 | 2024.07.15 22:22:57.416013 [ 3 ] {} <Debug> HTTP-Session: 03071a10-0b39-47ef-a51a-e93662b5ae3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5819 | 2024.07.15 22:22:57.416187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5820 | 2024.07.15 22:22:57.416238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5821 | 2024.07.15 22:22:57.416257 [ 3 ] {} <Debug> HTTP-Session: 45cd42c0-dc47-450a-ac52-492f38ded7d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5822 | 2024.07.15 22:22:57.416274 [ 3 ] {} <Debug> HTTP-Session: 45cd42c0-dc47-450a-ac52-492f38ded7d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5823 | 2024.07.15 22:22:57.416289 [ 3 ] {} <Debug> HTTP-Session: 45cd42c0-dc47-450a-ac52-492f38ded7d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5824 | 2024.07.15 22:22:57.416319 [ 3 ] {} <Trace> HTTP-Session: 45cd42c0-dc47-450a-ac52-492f38ded7d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5825 | 2024.07.15 22:22:57.416461 [ 3 ] {8a6575de-0b69-4740-98d4-5976237660c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5826 | 2024.07.15 22:22:57.416506 [ 3 ] {8a6575de-0b69-4740-98d4-5976237660c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5827 | 2024.07.15 22:22:57.416634 [ 3 ] {8a6575de-0b69-4740-98d4-5976237660c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5828 | 2024.07.15 22:22:57.417049 [ 3 ] {8a6575de-0b69-4740-98d4-5976237660c1} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5829 | 2024.07.15 22:22:57.417085 [ 3 ] {8a6575de-0b69-4740-98d4-5976237660c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5830 | 2024.07.15 22:22:57.417426 [ 3 ] {8a6575de-0b69-4740-98d4-5976237660c1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5831 | 2024.07.15 22:22:57.417731 [ 3 ] {8a6575de-0b69-4740-98d4-5976237660c1} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): 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.07.15 22:22:57.417888 [ 3 ] {8a6575de-0b69-4740-98d4-5976237660c1} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001489 sec., 108126.25923438549 rows/sec., 9.55 MiB/sec. | ||
5833 | 2024.07.15 22:22:57.418085 [ 3 ] {8a6575de-0b69-4740-98d4-5976237660c1} <Debug> DynamicQueryHandler: Done processing query | ||
5834 | 2024.07.15 22:22:57.418113 [ 3 ] {8a6575de-0b69-4740-98d4-5976237660c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5835 | 2024.07.15 22:22:57.418130 [ 3 ] {} <Debug> HTTP-Session: 45cd42c0-dc47-450a-ac52-492f38ded7d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5836 | 2024.07.15 22:22:57.418404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5837 | 2024.07.15 22:22:57.418453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5838 | 2024.07.15 22:22:57.418472 [ 3 ] {} <Debug> HTTP-Session: 773f271b-012e-49aa-a9d8-aeb46c8d6071 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5839 | 2024.07.15 22:22:57.418490 [ 3 ] {} <Debug> HTTP-Session: 773f271b-012e-49aa-a9d8-aeb46c8d6071 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5840 | 2024.07.15 22:22:57.418503 [ 3 ] {} <Debug> HTTP-Session: 773f271b-012e-49aa-a9d8-aeb46c8d6071 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5841 | 2024.07.15 22:22:57.418534 [ 3 ] {} <Trace> HTTP-Session: 773f271b-012e-49aa-a9d8-aeb46c8d6071 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5842 | 2024.07.15 22:22:57.418733 [ 3 ] {2fde32ab-90db-457f-9418-bd38accc7129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5843 | 2024.07.15 22:22:57.418777 [ 3 ] {2fde32ab-90db-457f-9418-bd38accc7129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5844 | 2024.07.15 22:22:57.418905 [ 3 ] {2fde32ab-90db-457f-9418-bd38accc7129} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5845 | 2024.07.15 22:22:57.419455 [ 3 ] {2fde32ab-90db-457f-9418-bd38accc7129} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5846 | 2024.07.15 22:22:57.419492 [ 3 ] {2fde32ab-90db-457f-9418-bd38accc7129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5847 | 2024.07.15 22:22:57.419834 [ 3 ] {2fde32ab-90db-457f-9418-bd38accc7129} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5848 | 2024.07.15 22:22:57.420141 [ 3 ] {2fde32ab-90db-457f-9418-bd38accc7129} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5849 | 2024.07.15 22:22:57.420309 [ 3 ] {2fde32ab-90db-457f-9418-bd38accc7129} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.00168 sec., 227380.95238095237 rows/sec., 15.97 MiB/sec. | ||
5850 | 2024.07.15 22:22:57.420480 [ 3 ] {2fde32ab-90db-457f-9418-bd38accc7129} <Debug> DynamicQueryHandler: Done processing query | ||
5851 | 2024.07.15 22:22:57.420503 [ 3 ] {2fde32ab-90db-457f-9418-bd38accc7129} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5852 | 2024.07.15 22:22:57.420520 [ 3 ] {} <Debug> HTTP-Session: 773f271b-012e-49aa-a9d8-aeb46c8d6071 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5853 | 2024.07.15 22:22:57.420658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5854 | 2024.07.15 22:22:57.420709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5855 | 2024.07.15 22:22:57.420728 [ 3 ] {} <Debug> HTTP-Session: 435b1c7b-734a-4689-9521-58d8dbe20293 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5856 | 2024.07.15 22:22:57.420744 [ 3 ] {} <Debug> HTTP-Session: 435b1c7b-734a-4689-9521-58d8dbe20293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5857 | 2024.07.15 22:22:57.420758 [ 3 ] {} <Debug> HTTP-Session: 435b1c7b-734a-4689-9521-58d8dbe20293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5858 | 2024.07.15 22:22:57.420789 [ 3 ] {} <Trace> HTTP-Session: 435b1c7b-734a-4689-9521-58d8dbe20293 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5859 | 2024.07.15 22:22:57.420886 [ 3 ] {11536b3f-6e3a-43e1-bf9c-f62484b7d76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5860 | 2024.07.15 22:22:57.420931 [ 3 ] {11536b3f-6e3a-43e1-bf9c-f62484b7d76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5861 | 2024.07.15 22:22:57.421065 [ 3 ] {11536b3f-6e3a-43e1-bf9c-f62484b7d76a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5862 | 2024.07.15 22:22:57.421345 [ 3 ] {11536b3f-6e3a-43e1-bf9c-f62484b7d76a} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5863 | 2024.07.15 22:22:57.421382 [ 3 ] {11536b3f-6e3a-43e1-bf9c-f62484b7d76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5864 | 2024.07.15 22:22:57.421767 [ 3 ] {11536b3f-6e3a-43e1-bf9c-f62484b7d76a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5865 | 2024.07.15 22:22:57.422104 [ 3 ] {11536b3f-6e3a-43e1-bf9c-f62484b7d76a} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5866 | 2024.07.15 22:22:57.422273 [ 3 ] {11536b3f-6e3a-43e1-bf9c-f62484b7d76a} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001403 sec., 4276.550249465431 rows/sec., 183.76 KiB/sec. | ||
5867 | 2024.07.15 22:22:57.422555 [ 3 ] {11536b3f-6e3a-43e1-bf9c-f62484b7d76a} <Debug> DynamicQueryHandler: Done processing query | ||
5868 | 2024.07.15 22:22:57.422579 [ 3 ] {11536b3f-6e3a-43e1-bf9c-f62484b7d76a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5869 | 2024.07.15 22:22:57.422595 [ 3 ] {} <Debug> HTTP-Session: 435b1c7b-734a-4689-9521-58d8dbe20293 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5870 | 2024.07.15 22:22:57.422734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5871 | 2024.07.15 22:22:57.422786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5872 | 2024.07.15 22:22:57.422806 [ 3 ] {} <Debug> HTTP-Session: 25290ee7-815d-4441-a946-311c7feab272 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5873 | 2024.07.15 22:22:57.422822 [ 3 ] {} <Debug> HTTP-Session: 25290ee7-815d-4441-a946-311c7feab272 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5874 | 2024.07.15 22:22:57.422836 [ 3 ] {} <Debug> HTTP-Session: 25290ee7-815d-4441-a946-311c7feab272 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5875 | 2024.07.15 22:22:57.422870 [ 3 ] {} <Trace> HTTP-Session: 25290ee7-815d-4441-a946-311c7feab272 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5876 | 2024.07.15 22:22:57.423011 [ 3 ] {4b9330a2-5de8-4737-af44-f1bedaa9f871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5877 | 2024.07.15 22:22:57.423059 [ 3 ] {4b9330a2-5de8-4737-af44-f1bedaa9f871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5878 | 2024.07.15 22:22:57.423221 [ 3 ] {4b9330a2-5de8-4737-af44-f1bedaa9f871} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5879 | 2024.07.15 22:22:57.423545 [ 3 ] {4b9330a2-5de8-4737-af44-f1bedaa9f871} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5880 | 2024.07.15 22:22:57.423581 [ 3 ] {4b9330a2-5de8-4737-af44-f1bedaa9f871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5881 | 2024.07.15 22:22:57.423953 [ 3 ] {4b9330a2-5de8-4737-af44-f1bedaa9f871} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5882 | 2024.07.15 22:22:57.424284 [ 3 ] {4b9330a2-5de8-4737-af44-f1bedaa9f871} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5883 | 2024.07.15 22:22:57.424418 [ 3 ] {4b9330a2-5de8-4737-af44-f1bedaa9f871} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001471 sec., 52345.34330387491 rows/sec., 3.22 MiB/sec. | ||
5884 | 2024.07.15 22:22:57.424604 [ 3 ] {4b9330a2-5de8-4737-af44-f1bedaa9f871} <Debug> DynamicQueryHandler: Done processing query | ||
5885 | 2024.07.15 22:22:57.424628 [ 3 ] {4b9330a2-5de8-4737-af44-f1bedaa9f871} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5886 | 2024.07.15 22:22:57.424644 [ 3 ] {} <Debug> HTTP-Session: 25290ee7-815d-4441-a946-311c7feab272 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5887 | 2024.07.15 22:22:57.424811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5888 | 2024.07.15 22:22:57.424860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5889 | 2024.07.15 22:22:57.424879 [ 3 ] {} <Debug> HTTP-Session: 4083be41-f499-4aec-b70b-f64553df3d5c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5890 | 2024.07.15 22:22:57.424894 [ 3 ] {} <Debug> HTTP-Session: 4083be41-f499-4aec-b70b-f64553df3d5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5891 | 2024.07.15 22:22:57.424908 [ 3 ] {} <Debug> HTTP-Session: 4083be41-f499-4aec-b70b-f64553df3d5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5892 | 2024.07.15 22:22:57.424938 [ 3 ] {} <Trace> HTTP-Session: 4083be41-f499-4aec-b70b-f64553df3d5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5893 | 2024.07.15 22:22:57.425121 [ 3 ] {6dfaa7f9-428a-4266-8975-6ad82a4f22b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5894 | 2024.07.15 22:22:57.425167 [ 3 ] {6dfaa7f9-428a-4266-8975-6ad82a4f22b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5895 | 2024.07.15 22:22:57.425312 [ 3 ] {6dfaa7f9-428a-4266-8975-6ad82a4f22b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5896 | 2024.07.15 22:22:57.425776 [ 3 ] {6dfaa7f9-428a-4266-8975-6ad82a4f22b1} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5897 | 2024.07.15 22:22:57.425813 [ 3 ] {6dfaa7f9-428a-4266-8975-6ad82a4f22b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5898 | 2024.07.15 22:22:57.426186 [ 3 ] {6dfaa7f9-428a-4266-8975-6ad82a4f22b1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5899 | 2024.07.15 22:22:57.426536 [ 3 ] {6dfaa7f9-428a-4266-8975-6ad82a4f22b1} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5900 | 2024.07.15 22:22:57.426693 [ 3 ] {6dfaa7f9-428a-4266-8975-6ad82a4f22b1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001669 sec., 95865.78789694428 rows/sec., 6.68 MiB/sec. | ||
5901 | 2024.07.15 22:22:57.426864 [ 3 ] {6dfaa7f9-428a-4266-8975-6ad82a4f22b1} <Debug> DynamicQueryHandler: Done processing query | ||
5902 | 2024.07.15 22:22:57.426888 [ 3 ] {6dfaa7f9-428a-4266-8975-6ad82a4f22b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5903 | 2024.07.15 22:22:57.426904 [ 3 ] {} <Debug> HTTP-Session: 4083be41-f499-4aec-b70b-f64553df3d5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5904 | 2024.07.15 22:22:57.427027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5905 | 2024.07.15 22:22:57.427076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5906 | 2024.07.15 22:22:57.427095 [ 3 ] {} <Debug> HTTP-Session: 590fb55c-42b4-490b-a241-beb186c21ab5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5907 | 2024.07.15 22:22:57.427111 [ 3 ] {} <Debug> HTTP-Session: 590fb55c-42b4-490b-a241-beb186c21ab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5908 | 2024.07.15 22:22:57.427125 [ 3 ] {} <Debug> HTTP-Session: 590fb55c-42b4-490b-a241-beb186c21ab5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5909 | 2024.07.15 22:22:57.427155 [ 3 ] {} <Trace> HTTP-Session: 590fb55c-42b4-490b-a241-beb186c21ab5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5910 | 2024.07.15 22:22:57.427255 [ 3 ] {dc459600-afc6-4b75-a0da-ddd6a0601f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5911 | 2024.07.15 22:22:57.427298 [ 3 ] {dc459600-afc6-4b75-a0da-ddd6a0601f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5912 | 2024.07.15 22:22:57.427424 [ 3 ] {dc459600-afc6-4b75-a0da-ddd6a0601f0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5913 | 2024.07.15 22:22:57.427712 [ 3 ] {dc459600-afc6-4b75-a0da-ddd6a0601f0c} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5914 | 2024.07.15 22:22:57.427748 [ 3 ] {dc459600-afc6-4b75-a0da-ddd6a0601f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5915 | 2024.07.15 22:22:57.428096 [ 3 ] {dc459600-afc6-4b75-a0da-ddd6a0601f0c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5916 | 2024.07.15 22:22:57.428414 [ 3 ] {dc459600-afc6-4b75-a0da-ddd6a0601f0c} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5917 | 2024.07.15 22:22:57.428565 [ 3 ] {dc459600-afc6-4b75-a0da-ddd6a0601f0c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001341 sec., 17151.37956748695 rows/sec., 927.77 KiB/sec. | ||
5918 | 2024.07.15 22:22:57.428728 [ 3 ] {dc459600-afc6-4b75-a0da-ddd6a0601f0c} <Debug> DynamicQueryHandler: Done processing query | ||
5919 | 2024.07.15 22:22:57.428752 [ 3 ] {dc459600-afc6-4b75-a0da-ddd6a0601f0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5920 | 2024.07.15 22:22:57.428768 [ 3 ] {} <Debug> HTTP-Session: 590fb55c-42b4-490b-a241-beb186c21ab5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5921 | 2024.07.15 22:22:57.428881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5922 | 2024.07.15 22:22:57.428939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5923 | 2024.07.15 22:22:57.428959 [ 3 ] {} <Debug> HTTP-Session: e2b41ba3-8858-4668-8ec6-a098f5186586 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5924 | 2024.07.15 22:22:57.428976 [ 3 ] {} <Debug> HTTP-Session: e2b41ba3-8858-4668-8ec6-a098f5186586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5925 | 2024.07.15 22:22:57.428990 [ 3 ] {} <Debug> HTTP-Session: e2b41ba3-8858-4668-8ec6-a098f5186586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5926 | 2024.07.15 22:22:57.429021 [ 3 ] {} <Trace> HTTP-Session: e2b41ba3-8858-4668-8ec6-a098f5186586 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5927 | 2024.07.15 22:22:57.429160 [ 3 ] {464346b2-6df9-4979-8cc9-5b5beaebac7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5928 | 2024.07.15 22:22:57.429204 [ 3 ] {464346b2-6df9-4979-8cc9-5b5beaebac7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5929 | 2024.07.15 22:22:57.429335 [ 3 ] {464346b2-6df9-4979-8cc9-5b5beaebac7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5930 | 2024.07.15 22:22:57.429631 [ 3 ] {464346b2-6df9-4979-8cc9-5b5beaebac7d} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5931 | 2024.07.15 22:22:57.429666 [ 3 ] {464346b2-6df9-4979-8cc9-5b5beaebac7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5932 | 2024.07.15 22:22:57.430038 [ 3 ] {464346b2-6df9-4979-8cc9-5b5beaebac7d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5933 | 2024.07.15 22:22:57.430356 [ 3 ] {464346b2-6df9-4979-8cc9-5b5beaebac7d} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5934 | 2024.07.15 22:22:57.430509 [ 3 ] {464346b2-6df9-4979-8cc9-5b5beaebac7d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
5935 | 2024.07.15 22:22:57.430722 [ 3 ] {464346b2-6df9-4979-8cc9-5b5beaebac7d} <Debug> DynamicQueryHandler: Done processing query | ||
5936 | 2024.07.15 22:22:57.430746 [ 3 ] {464346b2-6df9-4979-8cc9-5b5beaebac7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5937 | 2024.07.15 22:22:57.430762 [ 3 ] {} <Debug> HTTP-Session: e2b41ba3-8858-4668-8ec6-a098f5186586 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5938 | 2024.07.15 22:23:02.410639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5939 | 2024.07.15 22:23:02.410771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5940 | 2024.07.15 22:23:02.410800 [ 3 ] {} <Debug> HTTP-Session: 375e12b5-cac3-419e-b10b-59308d8071fa Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5941 | 2024.07.15 22:23:02.410828 [ 3 ] {} <Debug> HTTP-Session: 375e12b5-cac3-419e-b10b-59308d8071fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5942 | 2024.07.15 22:23:02.410847 [ 3 ] {} <Debug> HTTP-Session: 375e12b5-cac3-419e-b10b-59308d8071fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5943 | 2024.07.15 22:23:02.410903 [ 3 ] {} <Trace> HTTP-Session: 375e12b5-cac3-419e-b10b-59308d8071fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5944 | 2024.07.15 22:23:02.411111 [ 3 ] {2747d134-393e-4ae3-9a63-d2fb3b9ba71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5945 | 2024.07.15 22:23:02.411186 [ 3 ] {2747d134-393e-4ae3-9a63-d2fb3b9ba71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5946 | 2024.07.15 22:23:02.411383 [ 3 ] {2747d134-393e-4ae3-9a63-d2fb3b9ba71d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5947 | 2024.07.15 22:23:02.411822 [ 3 ] {2747d134-393e-4ae3-9a63-d2fb3b9ba71d} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5948 | 2024.07.15 22:23:02.411867 [ 3 ] {2747d134-393e-4ae3-9a63-d2fb3b9ba71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5949 | 2024.07.15 22:23:02.412235 [ 3 ] {2747d134-393e-4ae3-9a63-d2fb3b9ba71d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5950 | 2024.07.15 22:23:02.412563 [ 3 ] {2747d134-393e-4ae3-9a63-d2fb3b9ba71d} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5951 | 2024.07.15 22:23:02.412743 [ 3 ] {2747d134-393e-4ae3-9a63-d2fb3b9ba71d} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001692 sec., 17730.49645390071 rows/sec., 1.40 MiB/sec. | ||
5952 | 2024.07.15 22:23:02.412946 [ 3 ] {2747d134-393e-4ae3-9a63-d2fb3b9ba71d} <Debug> DynamicQueryHandler: Done processing query | ||
5953 | 2024.07.15 22:23:02.412973 [ 3 ] {2747d134-393e-4ae3-9a63-d2fb3b9ba71d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5954 | 2024.07.15 22:23:02.412990 [ 3 ] {} <Debug> HTTP-Session: 375e12b5-cac3-419e-b10b-59308d8071fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5955 | 2024.07.15 22:23:02.413138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5956 | 2024.07.15 22:23:02.413196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5957 | 2024.07.15 22:23:02.413217 [ 3 ] {} <Debug> HTTP-Session: 371ecb7f-1ddc-43ae-895e-85d7a96b2cba Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5958 | 2024.07.15 22:23:02.413235 [ 3 ] {} <Debug> HTTP-Session: 371ecb7f-1ddc-43ae-895e-85d7a96b2cba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5959 | 2024.07.15 22:23:02.413250 [ 3 ] {} <Debug> HTTP-Session: 371ecb7f-1ddc-43ae-895e-85d7a96b2cba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5960 | 2024.07.15 22:23:02.413285 [ 3 ] {} <Trace> HTTP-Session: 371ecb7f-1ddc-43ae-895e-85d7a96b2cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5961 | 2024.07.15 22:23:02.413434 [ 3 ] {65315228-8b68-4012-afc5-127832568939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5962 | 2024.07.15 22:23:02.413480 [ 3 ] {65315228-8b68-4012-afc5-127832568939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5963 | 2024.07.15 22:23:02.413615 [ 3 ] {65315228-8b68-4012-afc5-127832568939} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5964 | 2024.07.15 22:23:02.414023 [ 3 ] {65315228-8b68-4012-afc5-127832568939} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5965 | 2024.07.15 22:23:02.414061 [ 3 ] {65315228-8b68-4012-afc5-127832568939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5966 | 2024.07.15 22:23:02.414394 [ 3 ] {65315228-8b68-4012-afc5-127832568939} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5967 | 2024.07.15 22:23:02.414701 [ 3 ] {65315228-8b68-4012-afc5-127832568939} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5968 | 2024.07.15 22:23:02.414860 [ 124 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5969 | 2024.07.15 22:23:02.414865 [ 3 ] {65315228-8b68-4012-afc5-127832568939} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001488 sec., 98118.27956989247 rows/sec., 8.24 MiB/sec. | ||
5970 | 2024.07.15 22:23:02.414938 [ 124 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5971 | 2024.07.15 22:23:02.415000 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
5972 | 2024.07.15 22:23:02.415202 [ 3 ] {65315228-8b68-4012-afc5-127832568939} <Debug> DynamicQueryHandler: Done processing query | ||
5973 | 2024.07.15 22:23:02.415218 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
5974 | 2024.07.15 22:23:02.415244 [ 3 ] {65315228-8b68-4012-afc5-127832568939} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5975 | 2024.07.15 22:23:02.415294 [ 3 ] {} <Debug> HTTP-Session: 371ecb7f-1ddc-43ae-895e-85d7a96b2cba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5976 | 2024.07.15 22:23:02.415479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5977 | 2024.07.15 22:23:02.415498 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5978 | 2024.07.15 22:23:02.415558 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 295 rows starting from the beginning of the part | ||
5979 | 2024.07.15 22:23:02.415571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5980 | 2024.07.15 22:23:02.415617 [ 3 ] {} <Debug> HTTP-Session: 837c6879-d7f8-4ddb-8c38-753849e702a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
5981 | 2024.07.15 22:23:02.415668 [ 3 ] {} <Debug> HTTP-Session: 837c6879-d7f8-4ddb-8c38-753849e702a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5982 | 2024.07.15 22:23:02.415761 [ 3 ] {} <Debug> HTTP-Session: 837c6879-d7f8-4ddb-8c38-753849e702a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5983 | 2024.07.15 22:23:02.415776 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 146 rows starting from the beginning of the part | ||
5984 | 2024.07.15 22:23:02.415896 [ 3 ] {} <Trace> HTTP-Session: 837c6879-d7f8-4ddb-8c38-753849e702a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5985 | 2024.07.15 22:23:02.416079 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 163 rows starting from the beginning of the part | ||
5986 | 2024.07.15 22:23:02.416295 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 147 rows starting from the beginning of the part | ||
5987 | 2024.07.15 22:23:02.416323 [ 3 ] {4a3f6b79-4a8f-4027-ba88-e74aba99890c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5988 | 2024.07.15 22:23:02.416509 [ 3 ] {4a3f6b79-4a8f-4027-ba88-e74aba99890c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5989 | 2024.07.15 22:23:02.416731 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 161 rows starting from the beginning of the part | ||
5990 | 2024.07.15 22:23:02.417021 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 146 rows starting from the beginning of the part | ||
5991 | 2024.07.15 22:23:02.417594 [ 3 ] {4a3f6b79-4a8f-4027-ba88-e74aba99890c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5992 | 2024.07.15 22:23:02.418389 [ 3 ] {4a3f6b79-4a8f-4027-ba88-e74aba99890c} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5993 | 2024.07.15 22:23:02.418468 [ 3 ] {4a3f6b79-4a8f-4027-ba88-e74aba99890c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
5994 | 2024.07.15 22:23:02.419350 [ 3 ] {4a3f6b79-4a8f-4027-ba88-e74aba99890c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5995 | 2024.07.15 22:23:02.420006 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1058 rows, containing 4 columns (4 merged, 0 gathered) in 0.004891297 sec., 216302.54715671527 rows/sec., 18.59 MiB/sec. | ||
5996 | 2024.07.15 22:23:02.420024 [ 3 ] {4a3f6b79-4a8f-4027-ba88-e74aba99890c} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5997 | 2024.07.15 22:23:02.420280 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5998 | 2024.07.15 22:23:02.420308 [ 124 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5999 | 2024.07.15 22:23:02.420328 [ 3 ] {4a3f6b79-4a8f-4027-ba88-e74aba99890c} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.004166 sec., 22563.61017762842 rows/sec., 1.76 MiB/sec. | ||
6000 | 2024.07.15 22:23:02.420430 [ 124 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6001 | 2024.07.15 22:23:02.420557 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6002 | 2024.07.15 22:23:02.420897 [ 3 ] {4a3f6b79-4a8f-4027-ba88-e74aba99890c} <Debug> DynamicQueryHandler: Done processing query | ||
6003 | 2024.07.15 22:23:02.420981 [ 3 ] {4a3f6b79-4a8f-4027-ba88-e74aba99890c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6004 | 2024.07.15 22:23:02.421065 [ 3 ] {} <Debug> HTTP-Session: 837c6879-d7f8-4ddb-8c38-753849e702a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6005 | 2024.07.15 22:23:02.421326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6006 | 2024.07.15 22:23:02.421338 [ 188 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
6007 | 2024.07.15 22:23:02.421445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6008 | 2024.07.15 22:23:02.421512 [ 3 ] {} <Debug> HTTP-Session: a5d81420-957c-4ade-8e46-f51c11b55dd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6009 | 2024.07.15 22:23:02.421572 [ 3 ] {} <Debug> HTTP-Session: a5d81420-957c-4ade-8e46-f51c11b55dd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6010 | 2024.07.15 22:23:02.421624 [ 3 ] {} <Debug> HTTP-Session: a5d81420-957c-4ade-8e46-f51c11b55dd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6011 | 2024.07.15 22:23:02.421677 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_31_6} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6012 | 2024.07.15 22:23:02.421756 [ 3 ] {} <Trace> HTTP-Session: a5d81420-957c-4ade-8e46-f51c11b55dd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6013 | 2024.07.15 22:23:02.422003 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_31_6} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6014 | 2024.07.15 22:23:02.422027 [ 188 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6015 | 2024.07.15 22:23:02.422109 [ 188 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 470 rows starting from the beginning of the part | ||
6016 | 2024.07.15 22:23:02.422230 [ 3 ] {f69f57a4-a193-4d99-8ac7-9a6cc1bf179c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6017 | 2024.07.15 22:23:02.422248 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
6018 | 2024.07.15 22:23:02.422385 [ 3 ] {f69f57a4-a193-4d99-8ac7-9a6cc1bf179c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6019 | 2024.07.15 22:23:02.422631 [ 188 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 94 rows starting from the beginning of the part | ||
6020 | 2024.07.15 22:23:02.422979 [ 188 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 386 rows starting from the beginning of the part | ||
6021 | 2024.07.15 22:23:02.423385 [ 188 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 96 rows starting from the beginning of the part | ||
6022 | 2024.07.15 22:23:02.423450 [ 3 ] {f69f57a4-a193-4d99-8ac7-9a6cc1bf179c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6023 | 2024.07.15 22:23:02.423659 [ 188 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 382 rows starting from the beginning of the part | ||
6024 | 2024.07.15 22:23:02.423865 [ 188 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 94 rows starting from the beginning of the part | ||
6025 | 2024.07.15 22:23:02.424574 [ 3 ] {f69f57a4-a193-4d99-8ac7-9a6cc1bf179c} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6026 | 2024.07.15 22:23:02.424636 [ 3 ] {f69f57a4-a193-4d99-8ac7-9a6cc1bf179c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6027 | 2024.07.15 22:23:02.425634 [ 3 ] {f69f57a4-a193-4d99-8ac7-9a6cc1bf179c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6028 | 2024.07.15 22:23:02.426517 [ 3 ] {f69f57a4-a193-4d99-8ac7-9a6cc1bf179c} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6029 | 2024.07.15 22:23:02.426915 [ 191 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1522 rows, containing 4 columns (4 merged, 0 gathered) in 0.006144452 sec., 247703.1312149562 rows/sec., 17.88 MiB/sec. | ||
6030 | 2024.07.15 22:23:02.426970 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6031 | 2024.07.15 22:23:02.426994 [ 3 ] {f69f57a4-a193-4d99-8ac7-9a6cc1bf179c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004991 sec., 32057.70386696053 rows/sec., 2.23 MiB/sec. | ||
6032 | 2024.07.15 22:23:02.427043 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6033 | 2024.07.15 22:23:02.427157 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6034 | 2024.07.15 22:23:02.427233 [ 191 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6035 | 2024.07.15 22:23:02.427540 [ 3 ] {f69f57a4-a193-4d99-8ac7-9a6cc1bf179c} <Debug> DynamicQueryHandler: Done processing query | ||
6036 | 2024.07.15 22:23:02.427596 [ 3 ] {f69f57a4-a193-4d99-8ac7-9a6cc1bf179c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6037 | 2024.07.15 22:23:02.427611 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
6038 | 2024.07.15 22:23:02.427633 [ 3 ] {} <Debug> HTTP-Session: a5d81420-957c-4ade-8e46-f51c11b55dd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6039 | 2024.07.15 22:23:02.427992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6040 | 2024.07.15 22:23:02.428185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6041 | 2024.07.15 22:23:02.428270 [ 3 ] {} <Debug> HTTP-Session: 7ab08ba2-534b-4cdf-a9c5-81b5e5f8a82d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6042 | 2024.07.15 22:23:02.428354 [ 3 ] {} <Debug> HTTP-Session: 7ab08ba2-534b-4cdf-a9c5-81b5e5f8a82d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6043 | 2024.07.15 22:23:02.428407 [ 3 ] {} <Debug> HTTP-Session: 7ab08ba2-534b-4cdf-a9c5-81b5e5f8a82d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6044 | 2024.07.15 22:23:02.428457 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6045 | 2024.07.15 22:23:02.428486 [ 3 ] {} <Trace> HTTP-Session: 7ab08ba2-534b-4cdf-a9c5-81b5e5f8a82d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6046 | 2024.07.15 22:23:02.428558 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4136 rows starting from the beginning of the part | ||
6047 | 2024.07.15 22:23:02.428895 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
6048 | 2024.07.15 22:23:02.428913 [ 191 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_31_6} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6049 | 2024.07.15 22:23:02.429184 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 162 rows starting from the beginning of the part | ||
6050 | 2024.07.15 22:23:02.429271 [ 191 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_31_6} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6051 | 2024.07.15 22:23:02.429485 [ 3 ] {c1ccc6f8-d87b-48ef-b64f-91a8dc18de8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6052 | 2024.07.15 22:23:02.429600 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 161 rows starting from the beginning of the part | ||
6053 | 2024.07.15 22:23:02.429674 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
6054 | 2024.07.15 22:23:02.429895 [ 3 ] {c1ccc6f8-d87b-48ef-b64f-91a8dc18de8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6055 | 2024.07.15 22:23:02.429940 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
6056 | 2024.07.15 22:23:02.430230 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
6057 | 2024.07.15 22:23:02.431486 [ 3 ] {c1ccc6f8-d87b-48ef-b64f-91a8dc18de8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6058 | 2024.07.15 22:23:02.432463 [ 3 ] {c1ccc6f8-d87b-48ef-b64f-91a8dc18de8b} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6059 | 2024.07.15 22:23:02.432578 [ 3 ] {c1ccc6f8-d87b-48ef-b64f-91a8dc18de8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6060 | 2024.07.15 22:23:02.433345 [ 3 ] {c1ccc6f8-d87b-48ef-b64f-91a8dc18de8b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6061 | 2024.07.15 22:23:02.433448 [ 191 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4939 rows, containing 5 columns (5 merged, 0 gathered) in 0.006080061 sec., 812327.3763207309 rows/sec., 56.59 MiB/sec. | ||
6062 | 2024.07.15 22:23:02.433872 [ 3 ] {c1ccc6f8-d87b-48ef-b64f-91a8dc18de8b} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6063 | 2024.07.15 22:23:02.434054 [ 124 ] {} <Debug> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
6064 | 2024.07.15 22:23:02.434118 [ 3 ] {c1ccc6f8-d87b-48ef-b64f-91a8dc18de8b} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.005435 sec., 5519.779208831647 rows/sec., 9.89 MiB/sec. | ||
6065 | 2024.07.15 22:23:02.434135 [ 124 ] {} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6066 | 2024.07.15 22:23:02.434217 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
6067 | 2024.07.15 22:23:02.434470 [ 191 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6068 | 2024.07.15 22:23:02.434872 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::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 | ||
6069 | 2024.07.15 22:23:02.435385 [ 3 ] {c1ccc6f8-d87b-48ef-b64f-91a8dc18de8b} <Debug> DynamicQueryHandler: Done processing query | ||
6070 | 2024.07.15 22:23:02.435458 [ 3 ] {c1ccc6f8-d87b-48ef-b64f-91a8dc18de8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6071 | 2024.07.15 22:23:02.435570 [ 3 ] {} <Debug> HTTP-Session: 7ab08ba2-534b-4cdf-a9c5-81b5e5f8a82d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6072 | 2024.07.15 22:23:02.435867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6073 | 2024.07.15 22:23:02.436042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6074 | 2024.07.15 22:23:02.436138 [ 3 ] {} <Debug> HTTP-Session: 7731cba5-8906-4512-b2fb-19a150cb8127 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6075 | 2024.07.15 22:23:02.436203 [ 3 ] {} <Debug> HTTP-Session: 7731cba5-8906-4512-b2fb-19a150cb8127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6076 | 2024.07.15 22:23:02.436258 [ 3 ] {} <Debug> HTTP-Session: 7731cba5-8906-4512-b2fb-19a150cb8127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6077 | 2024.07.15 22:23:02.436377 [ 3 ] {} <Trace> HTTP-Session: 7731cba5-8906-4512-b2fb-19a150cb8127 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6078 | 2024.07.15 22:23:02.436599 [ 191 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6079 | 2024.07.15 22:23:02.436679 [ 3 ] {88585b58-9512-4780-8ca6-2a58a4bd6f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6080 | 2024.07.15 22:23:02.436704 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6081 | 2024.07.15 22:23:02.436852 [ 3 ] {88585b58-9512-4780-8ca6-2a58a4bd6f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6082 | 2024.07.15 22:23:02.436934 [ 191 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6083 | 2024.07.15 22:23:02.436954 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 170 rows starting from the beginning of the part | ||
6084 | 2024.07.15 22:23:02.437250 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
6085 | 2024.07.15 22:23:02.437885 [ 3 ] {88585b58-9512-4780-8ca6-2a58a4bd6f30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6086 | 2024.07.15 22:23:02.437954 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
6087 | 2024.07.15 22:23:02.438460 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
6088 | 2024.07.15 22:23:02.438988 [ 3 ] {88585b58-9512-4780-8ca6-2a58a4bd6f30} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6089 | 2024.07.15 22:23:02.439004 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::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 | ||
6090 | 2024.07.15 22:23:02.439030 [ 3 ] {88585b58-9512-4780-8ca6-2a58a4bd6f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6091 | 2024.07.15 22:23:02.439490 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::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 | ||
6092 | 2024.07.15 22:23:02.439981 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::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 | ||
6093 | 2024.07.15 22:23:02.440136 [ 3 ] {88585b58-9512-4780-8ca6-2a58a4bd6f30} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6094 | 2024.07.15 22:23:02.440815 [ 3 ] {88585b58-9512-4780-8ca6-2a58a4bd6f30} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6095 | 2024.07.15 22:23:02.441077 [ 124 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6096 | 2024.07.15 22:23:02.441115 [ 3 ] {88585b58-9512-4780-8ca6-2a58a4bd6f30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004562 sec., 13152.1262604121 rows/sec., 907.63 KiB/sec. | ||
6097 | 2024.07.15 22:23:02.441205 [ 124 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6098 | 2024.07.15 22:23:02.441360 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6099 | 2024.07.15 22:23:02.441755 [ 3 ] {88585b58-9512-4780-8ca6-2a58a4bd6f30} <Debug> DynamicQueryHandler: Done processing query | ||
6100 | 2024.07.15 22:23:02.441798 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
6101 | 2024.07.15 22:23:02.441810 [ 3 ] {88585b58-9512-4780-8ca6-2a58a4bd6f30} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6102 | 2024.07.15 22:23:02.441870 [ 3 ] {} <Debug> HTTP-Session: 7731cba5-8906-4512-b2fb-19a150cb8127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6103 | 2024.07.15 22:23:02.442004 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6104 | 2024.07.15 22:23:02.442040 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1418 rows starting from the beginning of the part | ||
6105 | 2024.07.15 22:23:02.442167 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
6106 | 2024.07.15 22:23:02.442523 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
6107 | 2024.07.15 22:23:02.442892 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
6108 | 2024.07.15 22:23:02.443290 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
6109 | 2024.07.15 22:23:02.443560 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
6110 | 2024.07.15 22:23:02.445885 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1718 rows, containing 4 columns (4 merged, 0 gathered) in 0.004288206 sec., 400633.7382112706 rows/sec., 27.04 MiB/sec. | ||
6111 | 2024.07.15 22:23:02.446156 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6112 | 2024.07.15 22:23:02.446564 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_31_6} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6113 | 2024.07.15 22:23:02.446641 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_31_6} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6114 | 2024.07.15 22:23:02.446710 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
6115 | 2024.07.15 22:23:02.446986 [ 189 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 19 columns (19 merged, 0 gathered) in 0.01257362 sec., 25450.109037810907 rows/sec., 45.61 MiB/sec. | ||
6116 | 2024.07.15 22:23:02.447508 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
6117 | 2024.07.15 22:23:02.448026 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6118 | 2024.07.15 22:23:02.448102 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
6119 | 2024.07.15 22:23:02.448200 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. | ||
6120 | 2024.07.15 22:23:03.000225 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.07 MiB, peak 194.62 MiB, free memory in arenas 0.00 B, will set to 186.74 MiB (RSS), difference: 1.67 MiB | ||
6121 | 2024.07.15 22:23:04.049247 [ 121 ] {} <Debug> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
6122 | 2024.07.15 22:23:04.049325 [ 121 ] {} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6123 | 2024.07.15 22:23:04.049354 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
6124 | 2024.07.15 22:23:04.049540 [ 186 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
6125 | 2024.07.15 22:23:04.049723 [ 186 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6126 | 2024.07.15 22:23:04.049757 [ 186 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part | ||
6127 | 2024.07.15 22:23:04.049832 [ 186 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
6128 | 2024.07.15 22:23:04.049994 [ 186 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
6129 | 2024.07.15 22:23:04.050291 [ 186 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
6130 | 2024.07.15 22:23:04.050484 [ 186 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
6131 | 2024.07.15 22:23:04.051407 [ 198 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.00197573 sec., 13159.692873014024 rows/sec., 918.87 KiB/sec. | ||
6132 | 2024.07.15 22:23:04.051592 [ 189 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
6133 | 2024.07.15 22:23:04.052073 [ 189 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_9_2} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6134 | 2024.07.15 22:23:04.052167 [ 189 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_9_2} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
6135 | 2024.07.15 22:23:04.052266 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
6136 | 2024.07.15 22:23:04.189151 [ 121 ] {} <Debug> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
6137 | 2024.07.15 22:23:04.189218 [ 121 ] {} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6138 | 2024.07.15 22:23:04.189258 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
6139 | 2024.07.15 22:23:04.189555 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
6140 | 2024.07.15 22:23:04.189812 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6141 | 2024.07.15 22:23:04.189849 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part | ||
6142 | 2024.07.15 22:23:04.189927 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
6143 | 2024.07.15 22:23:04.190177 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
6144 | 2024.07.15 22:23:04.190354 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
6145 | 2024.07.15 22:23:04.190444 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
6146 | 2024.07.15 22:23:04.191482 [ 192 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.002117833 sec., 12276.699815330105 rows/sec., 1001.08 KiB/sec. | ||
6147 | 2024.07.15 22:23:04.191695 [ 192 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
6148 | 2024.07.15 22:23:04.192217 [ 192 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_9_2} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6149 | 2024.07.15 22:23:04.192327 [ 192 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_9_2} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
6150 | 2024.07.15 22:23:04.192429 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
6151 | 2024.07.15 22:23:05.644070 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6152 | 2024.07.15 22:23:05.644143 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6153 | 2024.07.15 22:23:07.415522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6154 | 2024.07.15 22:23:07.415646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6155 | 2024.07.15 22:23:07.415675 [ 3 ] {} <Debug> HTTP-Session: 7380c310-5aaf-44cc-981e-875d3695078c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6156 | 2024.07.15 22:23:07.415703 [ 3 ] {} <Debug> HTTP-Session: 7380c310-5aaf-44cc-981e-875d3695078c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6157 | 2024.07.15 22:23:07.415721 [ 3 ] {} <Debug> HTTP-Session: 7380c310-5aaf-44cc-981e-875d3695078c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6158 | 2024.07.15 22:23:07.415777 [ 3 ] {} <Trace> HTTP-Session: 7380c310-5aaf-44cc-981e-875d3695078c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6159 | 2024.07.15 22:23:07.415979 [ 3 ] {77f08717-b82c-4f22-b1c3-0cd765391fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6160 | 2024.07.15 22:23:07.416054 [ 3 ] {77f08717-b82c-4f22-b1c3-0cd765391fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6161 | 2024.07.15 22:23:07.416268 [ 3 ] {77f08717-b82c-4f22-b1c3-0cd765391fd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6162 | 2024.07.15 22:23:07.416682 [ 3 ] {77f08717-b82c-4f22-b1c3-0cd765391fd6} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6163 | 2024.07.15 22:23:07.416727 [ 3 ] {77f08717-b82c-4f22-b1c3-0cd765391fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6164 | 2024.07.15 22:23:07.417096 [ 3 ] {77f08717-b82c-4f22-b1c3-0cd765391fd6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6165 | 2024.07.15 22:23:07.417445 [ 3 ] {77f08717-b82c-4f22-b1c3-0cd765391fd6} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6166 | 2024.07.15 22:23:07.417602 [ 3 ] {77f08717-b82c-4f22-b1c3-0cd765391fd6} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001682 sec., 3567.1819262782406 rows/sec., 202.05 KiB/sec. | ||
6167 | 2024.07.15 22:23:07.417830 [ 3 ] {77f08717-b82c-4f22-b1c3-0cd765391fd6} <Debug> DynamicQueryHandler: Done processing query | ||
6168 | 2024.07.15 22:23:07.417856 [ 3 ] {77f08717-b82c-4f22-b1c3-0cd765391fd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6169 | 2024.07.15 22:23:07.417872 [ 3 ] {} <Debug> HTTP-Session: 7380c310-5aaf-44cc-981e-875d3695078c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6170 | 2024.07.15 22:23:07.418070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6171 | 2024.07.15 22:23:07.418122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6172 | 2024.07.15 22:23:07.418143 [ 3 ] {} <Debug> HTTP-Session: 1ea66af8-e07f-4e71-8295-ecda6a5f8cd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6173 | 2024.07.15 22:23:07.418161 [ 3 ] {} <Debug> HTTP-Session: 1ea66af8-e07f-4e71-8295-ecda6a5f8cd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6174 | 2024.07.15 22:23:07.418175 [ 3 ] {} <Debug> HTTP-Session: 1ea66af8-e07f-4e71-8295-ecda6a5f8cd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6175 | 2024.07.15 22:23:07.418209 [ 3 ] {} <Trace> HTTP-Session: 1ea66af8-e07f-4e71-8295-ecda6a5f8cd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6176 | 2024.07.15 22:23:07.418409 [ 3 ] {b1faa2ab-d06d-48f0-a49e-61f0996cb1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6177 | 2024.07.15 22:23:07.418456 [ 3 ] {b1faa2ab-d06d-48f0-a49e-61f0996cb1d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6178 | 2024.07.15 22:23:07.418592 [ 3 ] {b1faa2ab-d06d-48f0-a49e-61f0996cb1d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6179 | 2024.07.15 22:23:07.419044 [ 3 ] {b1faa2ab-d06d-48f0-a49e-61f0996cb1d3} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6180 | 2024.07.15 22:23:07.419081 [ 3 ] {b1faa2ab-d06d-48f0-a49e-61f0996cb1d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6181 | 2024.07.15 22:23:07.419404 [ 3 ] {b1faa2ab-d06d-48f0-a49e-61f0996cb1d3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6182 | 2024.07.15 22:23:07.419715 [ 3 ] {b1faa2ab-d06d-48f0-a49e-61f0996cb1d3} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6183 | 2024.07.15 22:23:07.419866 [ 3 ] {b1faa2ab-d06d-48f0-a49e-61f0996cb1d3} <Debug> executeQuery: Read 197 rows, 17.37 KiB in 0.00157 sec., 125477.70700636943 rows/sec., 10.80 MiB/sec. | ||
6184 | 2024.07.15 22:23:07.420032 [ 3 ] {b1faa2ab-d06d-48f0-a49e-61f0996cb1d3} <Debug> DynamicQueryHandler: Done processing query | ||
6185 | 2024.07.15 22:23:07.420056 [ 3 ] {b1faa2ab-d06d-48f0-a49e-61f0996cb1d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6186 | 2024.07.15 22:23:07.420076 [ 3 ] {} <Debug> HTTP-Session: 1ea66af8-e07f-4e71-8295-ecda6a5f8cd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6187 | 2024.07.15 22:23:07.420265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6188 | 2024.07.15 22:23:07.420313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6189 | 2024.07.15 22:23:07.420333 [ 3 ] {} <Debug> HTTP-Session: 0371dc8c-5994-4271-8da6-f76bb065f5c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6190 | 2024.07.15 22:23:07.420349 [ 3 ] {} <Debug> HTTP-Session: 0371dc8c-5994-4271-8da6-f76bb065f5c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6191 | 2024.07.15 22:23:07.420363 [ 3 ] {} <Debug> HTTP-Session: 0371dc8c-5994-4271-8da6-f76bb065f5c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6192 | 2024.07.15 22:23:07.420392 [ 3 ] {} <Trace> HTTP-Session: 0371dc8c-5994-4271-8da6-f76bb065f5c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6193 | 2024.07.15 22:23:07.420612 [ 3 ] {9373d64b-3970-4f69-94af-b13a5a33fa5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6194 | 2024.07.15 22:23:07.420654 [ 3 ] {9373d64b-3970-4f69-94af-b13a5a33fa5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6195 | 2024.07.15 22:23:07.420780 [ 3 ] {9373d64b-3970-4f69-94af-b13a5a33fa5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6196 | 2024.07.15 22:23:07.421296 [ 3 ] {9373d64b-3970-4f69-94af-b13a5a33fa5c} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6197 | 2024.07.15 22:23:07.421332 [ 3 ] {9373d64b-3970-4f69-94af-b13a5a33fa5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6198 | 2024.07.15 22:23:07.421664 [ 3 ] {9373d64b-3970-4f69-94af-b13a5a33fa5c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6199 | 2024.07.15 22:23:07.421970 [ 3 ] {9373d64b-3970-4f69-94af-b13a5a33fa5c} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6200 | 2024.07.15 22:23:07.422117 [ 3 ] {9373d64b-3970-4f69-94af-b13a5a33fa5c} <Debug> executeQuery: Read 406 rows, 29.37 KiB in 0.001624 sec., 250000 rows/sec., 17.66 MiB/sec. | ||
6201 | 2024.07.15 22:23:07.422268 [ 3 ] {9373d64b-3970-4f69-94af-b13a5a33fa5c} <Debug> DynamicQueryHandler: Done processing query | ||
6202 | 2024.07.15 22:23:07.422291 [ 3 ] {9373d64b-3970-4f69-94af-b13a5a33fa5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
6203 | 2024.07.15 22:23:07.422307 [ 3 ] {} <Debug> HTTP-Session: 0371dc8c-5994-4271-8da6-f76bb065f5c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6204 | 2024.07.15 22:23:07.422447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6205 | 2024.07.15 22:23:07.422494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6206 | 2024.07.15 22:23:07.422513 [ 3 ] {} <Debug> HTTP-Session: 7d058a98-7e7d-410f-8875-ba4215241ffe Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6207 | 2024.07.15 22:23:07.422529 [ 3 ] {} <Debug> HTTP-Session: 7d058a98-7e7d-410f-8875-ba4215241ffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6208 | 2024.07.15 22:23:07.422543 [ 3 ] {} <Debug> HTTP-Session: 7d058a98-7e7d-410f-8875-ba4215241ffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6209 | 2024.07.15 22:23:07.422572 [ 3 ] {} <Trace> HTTP-Session: 7d058a98-7e7d-410f-8875-ba4215241ffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6210 | 2024.07.15 22:23:07.422667 [ 3 ] {dd209c19-aa38-4205-9581-395a743d7d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6211 | 2024.07.15 22:23:07.422712 [ 3 ] {dd209c19-aa38-4205-9581-395a743d7d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6212 | 2024.07.15 22:23:07.422839 [ 3 ] {dd209c19-aa38-4205-9581-395a743d7d10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6213 | 2024.07.15 22:23:07.423135 [ 3 ] {dd209c19-aa38-4205-9581-395a743d7d10} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6214 | 2024.07.15 22:23:07.423171 [ 3 ] {dd209c19-aa38-4205-9581-395a743d7d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6215 | 2024.07.15 22:23:07.423529 [ 3 ] {dd209c19-aa38-4205-9581-395a743d7d10} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6216 | 2024.07.15 22:23:07.423856 [ 3 ] {dd209c19-aa38-4205-9581-395a743d7d10} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6217 | 2024.07.15 22:23:07.424011 [ 3 ] {dd209c19-aa38-4205-9581-395a743d7d10} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001365 sec., 4395.604395604396 rows/sec., 188.87 KiB/sec. | ||
6218 | 2024.07.15 22:23:07.424173 [ 3 ] {dd209c19-aa38-4205-9581-395a743d7d10} <Debug> DynamicQueryHandler: Done processing query | ||
6219 | 2024.07.15 22:23:07.424198 [ 3 ] {dd209c19-aa38-4205-9581-395a743d7d10} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6220 | 2024.07.15 22:23:07.424213 [ 3 ] {} <Debug> HTTP-Session: 7d058a98-7e7d-410f-8875-ba4215241ffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6221 | 2024.07.15 22:23:07.424328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6222 | 2024.07.15 22:23:07.424377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6223 | 2024.07.15 22:23:07.424395 [ 3 ] {} <Debug> HTTP-Session: cd1d3d6a-3488-4c2b-b8c0-3dbefe131ea6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6224 | 2024.07.15 22:23:07.424412 [ 3 ] {} <Debug> HTTP-Session: cd1d3d6a-3488-4c2b-b8c0-3dbefe131ea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6225 | 2024.07.15 22:23:07.424426 [ 3 ] {} <Debug> HTTP-Session: cd1d3d6a-3488-4c2b-b8c0-3dbefe131ea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6226 | 2024.07.15 22:23:07.424456 [ 3 ] {} <Trace> HTTP-Session: cd1d3d6a-3488-4c2b-b8c0-3dbefe131ea6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6227 | 2024.07.15 22:23:07.424582 [ 3 ] {e43966b6-27b3-4b7f-b7b3-06e010e83246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6228 | 2024.07.15 22:23:07.424628 [ 3 ] {e43966b6-27b3-4b7f-b7b3-06e010e83246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6229 | 2024.07.15 22:23:07.424770 [ 3 ] {e43966b6-27b3-4b7f-b7b3-06e010e83246} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6230 | 2024.07.15 22:23:07.425064 [ 3 ] {e43966b6-27b3-4b7f-b7b3-06e010e83246} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6231 | 2024.07.15 22:23:07.425103 [ 3 ] {e43966b6-27b3-4b7f-b7b3-06e010e83246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6232 | 2024.07.15 22:23:07.425467 [ 3 ] {e43966b6-27b3-4b7f-b7b3-06e010e83246} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6233 | 2024.07.15 22:23:07.425799 [ 3 ] {e43966b6-27b3-4b7f-b7b3-06e010e83246} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6234 | 2024.07.15 22:23:07.425950 [ 3 ] {e43966b6-27b3-4b7f-b7b3-06e010e83246} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001421 sec., 54187.1921182266 rows/sec., 3.34 MiB/sec. | ||
6235 | 2024.07.15 22:23:07.426103 [ 3 ] {e43966b6-27b3-4b7f-b7b3-06e010e83246} <Debug> DynamicQueryHandler: Done processing query | ||
6236 | 2024.07.15 22:23:07.426127 [ 3 ] {e43966b6-27b3-4b7f-b7b3-06e010e83246} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6237 | 2024.07.15 22:23:07.426142 [ 3 ] {} <Debug> HTTP-Session: cd1d3d6a-3488-4c2b-b8c0-3dbefe131ea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6238 | 2024.07.15 22:23:07.426293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 37577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6239 | 2024.07.15 22:23:07.426339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6240 | 2024.07.15 22:23:07.426359 [ 3 ] {} <Debug> HTTP-Session: 4acfeec8-609b-42e0-9093-5eb1b803519b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6241 | 2024.07.15 22:23:07.426375 [ 3 ] {} <Debug> HTTP-Session: 4acfeec8-609b-42e0-9093-5eb1b803519b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6242 | 2024.07.15 22:23:07.426389 [ 3 ] {} <Debug> HTTP-Session: 4acfeec8-609b-42e0-9093-5eb1b803519b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6243 | 2024.07.15 22:23:07.426419 [ 3 ] {} <Trace> HTTP-Session: 4acfeec8-609b-42e0-9093-5eb1b803519b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6244 | 2024.07.15 22:23:07.426609 [ 3 ] {9701c698-f06a-4fd9-b11a-0acf3af54380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6245 | 2024.07.15 22:23:07.426653 [ 3 ] {9701c698-f06a-4fd9-b11a-0acf3af54380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6246 | 2024.07.15 22:23:07.426791 [ 3 ] {9701c698-f06a-4fd9-b11a-0acf3af54380} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6247 | 2024.07.15 22:23:07.427289 [ 3 ] {9701c698-f06a-4fd9-b11a-0acf3af54380} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6248 | 2024.07.15 22:23:07.427324 [ 3 ] {9701c698-f06a-4fd9-b11a-0acf3af54380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6249 | 2024.07.15 22:23:07.427692 [ 3 ] {9701c698-f06a-4fd9-b11a-0acf3af54380} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6250 | 2024.07.15 22:23:07.428023 [ 3 ] {9701c698-f06a-4fd9-b11a-0acf3af54380} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6251 | 2024.07.15 22:23:07.428174 [ 3 ] {9701c698-f06a-4fd9-b11a-0acf3af54380} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001675 sec., 117014.92537313432 rows/sec., 8.17 MiB/sec. | ||
6252 | 2024.07.15 22:23:07.428341 [ 3 ] {9701c698-f06a-4fd9-b11a-0acf3af54380} <Debug> DynamicQueryHandler: Done processing query | ||
6253 | 2024.07.15 22:23:07.428365 [ 3 ] {9701c698-f06a-4fd9-b11a-0acf3af54380} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6254 | 2024.07.15 22:23:07.428380 [ 3 ] {} <Debug> HTTP-Session: 4acfeec8-609b-42e0-9093-5eb1b803519b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6255 | 2024.07.15 22:23:07.428490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6256 | 2024.07.15 22:23:07.428538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6257 | 2024.07.15 22:23:07.428558 [ 3 ] {} <Debug> HTTP-Session: 7e6b2980-9f53-480f-adbc-5b867f53c3bd Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6258 | 2024.07.15 22:23:07.428574 [ 3 ] {} <Debug> HTTP-Session: 7e6b2980-9f53-480f-adbc-5b867f53c3bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6259 | 2024.07.15 22:23:07.428587 [ 3 ] {} <Debug> HTTP-Session: 7e6b2980-9f53-480f-adbc-5b867f53c3bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6260 | 2024.07.15 22:23:07.428617 [ 3 ] {} <Trace> HTTP-Session: 7e6b2980-9f53-480f-adbc-5b867f53c3bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6261 | 2024.07.15 22:23:07.428716 [ 3 ] {67ea2aff-6a76-4455-bec6-e7a183eb2ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6262 | 2024.07.15 22:23:07.428760 [ 3 ] {67ea2aff-6a76-4455-bec6-e7a183eb2ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6263 | 2024.07.15 22:23:07.428883 [ 3 ] {67ea2aff-6a76-4455-bec6-e7a183eb2ce6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6264 | 2024.07.15 22:23:07.429151 [ 3 ] {67ea2aff-6a76-4455-bec6-e7a183eb2ce6} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6265 | 2024.07.15 22:23:07.429186 [ 3 ] {67ea2aff-6a76-4455-bec6-e7a183eb2ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6266 | 2024.07.15 22:23:07.429545 [ 3 ] {67ea2aff-6a76-4455-bec6-e7a183eb2ce6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6267 | 2024.07.15 22:23:07.429858 [ 3 ] {67ea2aff-6a76-4455-bec6-e7a183eb2ce6} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6268 | 2024.07.15 22:23:07.430005 [ 117 ] {} <Debug> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6269 | 2024.07.15 22:23:07.430010 [ 3 ] {67ea2aff-6a76-4455-bec6-e7a183eb2ce6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001316 sec., 17477.203647416416 rows/sec., 945.40 KiB/sec. | ||
6270 | 2024.07.15 22:23:07.430095 [ 117 ] {} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6271 | 2024.07.15 22:23:07.430157 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6272 | 2024.07.15 22:23:07.430343 [ 3 ] {67ea2aff-6a76-4455-bec6-e7a183eb2ce6} <Debug> DynamicQueryHandler: Done processing query | ||
6273 | 2024.07.15 22:23:07.430393 [ 3 ] {67ea2aff-6a76-4455-bec6-e7a183eb2ce6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6274 | 2024.07.15 22:23:07.430415 [ 198 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::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 | ||
6275 | 2024.07.15 22:23:07.430467 [ 3 ] {} <Debug> HTTP-Session: 7e6b2980-9f53-480f-adbc-5b867f53c3bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6276 | 2024.07.15 22:23:07.430747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6277 | 2024.07.15 22:23:07.430898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6278 | 2024.07.15 22:23:07.430938 [ 3 ] {} <Debug> HTTP-Session: 3da15474-1a80-48c7-8ba9-f732085e6de0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6279 | 2024.07.15 22:23:07.430945 [ 198 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6280 | 2024.07.15 22:23:07.430959 [ 3 ] {} <Debug> HTTP-Session: 3da15474-1a80-48c7-8ba9-f732085e6de0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6281 | 2024.07.15 22:23:07.430984 [ 3 ] {} <Debug> HTTP-Session: 3da15474-1a80-48c7-8ba9-f732085e6de0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6282 | 2024.07.15 22:23:07.430991 [ 198 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 234 rows starting from the beginning of the part | ||
6283 | 2024.07.15 22:23:07.431024 [ 3 ] {} <Trace> HTTP-Session: 3da15474-1a80-48c7-8ba9-f732085e6de0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6284 | 2024.07.15 22:23:07.431083 [ 198 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 23 rows starting from the beginning of the part | ||
6285 | 2024.07.15 22:23:07.431396 [ 3 ] {cfab1902-b60f-4de8-8727-5589f2051fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6286 | 2024.07.15 22:23:07.431552 [ 198 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 23 rows starting from the beginning of the part | ||
6287 | 2024.07.15 22:23:07.431587 [ 3 ] {cfab1902-b60f-4de8-8727-5589f2051fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6288 | 2024.07.15 22:23:07.431790 [ 198 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part | ||
6289 | 2024.07.15 22:23:07.432012 [ 198 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 23 rows starting from the beginning of the part | ||
6290 | 2024.07.15 22:23:07.432242 [ 198 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part | ||
6291 | 2024.07.15 22:23:07.432285 [ 3 ] {cfab1902-b60f-4de8-8727-5589f2051fe7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6292 | 2024.07.15 22:23:07.432807 [ 3 ] {cfab1902-b60f-4de8-8727-5589f2051fe7} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6293 | 2024.07.15 22:23:07.432850 [ 3 ] {cfab1902-b60f-4de8-8727-5589f2051fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6294 | 2024.07.15 22:23:07.433415 [ 3 ] {cfab1902-b60f-4de8-8727-5589f2051fe7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6295 | 2024.07.15 22:23:07.433813 [ 198 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 349 rows, containing 4 columns (4 merged, 0 gathered) in 0.003566481 sec., 97855.5612661332 rows/sec., 5.31 MiB/sec. | ||
6296 | 2024.07.15 22:23:07.434033 [ 3 ] {cfab1902-b60f-4de8-8727-5589f2051fe7} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6297 | 2024.07.15 22:23:07.434211 [ 189 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6298 | 2024.07.15 22:23:07.434272 [ 3 ] {cfab1902-b60f-4de8-8727-5589f2051fe7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003093 sec., 19398.642095053347 rows/sec., 1.31 MiB/sec. | ||
6299 | 2024.07.15 22:23:07.434865 [ 3 ] {cfab1902-b60f-4de8-8727-5589f2051fe7} <Debug> DynamicQueryHandler: Done processing query | ||
6300 | 2024.07.15 22:23:07.434923 [ 3 ] {cfab1902-b60f-4de8-8727-5589f2051fe7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6301 | 2024.07.15 22:23:07.434956 [ 3 ] {} <Debug> HTTP-Session: 3da15474-1a80-48c7-8ba9-f732085e6de0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6302 | 2024.07.15 22:23:07.435285 [ 189 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_16_3} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6303 | 2024.07.15 22:23:07.435382 [ 189 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_16_3} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6304 | 2024.07.15 22:23:07.435482 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
6305 | 2024.07.15 22:23:12.410351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6306 | 2024.07.15 22:23:12.410472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6307 | 2024.07.15 22:23:12.410496 [ 3 ] {} <Debug> HTTP-Session: ab759304-6dec-4904-9116-1a6d99504c5c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6308 | 2024.07.15 22:23:12.410521 [ 3 ] {} <Debug> HTTP-Session: ab759304-6dec-4904-9116-1a6d99504c5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6309 | 2024.07.15 22:23:12.410536 [ 3 ] {} <Debug> HTTP-Session: ab759304-6dec-4904-9116-1a6d99504c5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6310 | 2024.07.15 22:23:12.410582 [ 3 ] {} <Trace> HTTP-Session: ab759304-6dec-4904-9116-1a6d99504c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6311 | 2024.07.15 22:23:12.410762 [ 3 ] {306cca80-5ac3-4ab6-a729-2957001777eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6312 | 2024.07.15 22:23:12.410827 [ 3 ] {306cca80-5ac3-4ab6-a729-2957001777eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6313 | 2024.07.15 22:23:12.411011 [ 3 ] {306cca80-5ac3-4ab6-a729-2957001777eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6314 | 2024.07.15 22:23:12.411387 [ 3 ] {306cca80-5ac3-4ab6-a729-2957001777eb} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6315 | 2024.07.15 22:23:12.411424 [ 3 ] {306cca80-5ac3-4ab6-a729-2957001777eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6316 | 2024.07.15 22:23:12.411786 [ 3 ] {306cca80-5ac3-4ab6-a729-2957001777eb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6317 | 2024.07.15 22:23:12.412109 [ 3 ] {306cca80-5ac3-4ab6-a729-2957001777eb} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6318 | 2024.07.15 22:23:12.412241 [ 110 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6319 | 2024.07.15 22:23:12.412247 [ 3 ] {306cca80-5ac3-4ab6-a729-2957001777eb} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001544 sec., 19430.051813471502 rows/sec., 1.54 MiB/sec. | ||
6320 | 2024.07.15 22:23:12.412278 [ 110 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6321 | 2024.07.15 22:23:12.412313 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6322 | 2024.07.15 22:23:12.412499 [ 3 ] {306cca80-5ac3-4ab6-a729-2957001777eb} <Debug> DynamicQueryHandler: Done processing query | ||
6323 | 2024.07.15 22:23:12.412517 [ 199 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
6324 | 2024.07.15 22:23:12.412531 [ 3 ] {306cca80-5ac3-4ab6-a729-2957001777eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6325 | 2024.07.15 22:23:12.412590 [ 3 ] {} <Debug> HTTP-Session: ab759304-6dec-4904-9116-1a6d99504c5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6326 | 2024.07.15 22:23:12.412772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6327 | 2024.07.15 22:23:12.412817 [ 199 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6328 | 2024.07.15 22:23:12.412868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6329 | 2024.07.15 22:23:12.412887 [ 199 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 36 rows starting from the beginning of the part | ||
6330 | 2024.07.15 22:23:12.412917 [ 3 ] {} <Debug> HTTP-Session: 2d34da6e-7470-4497-8904-7e193781fd1f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6331 | 2024.07.15 22:23:12.412953 [ 3 ] {} <Debug> HTTP-Session: 2d34da6e-7470-4497-8904-7e193781fd1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6332 | 2024.07.15 22:23:12.412997 [ 3 ] {} <Debug> HTTP-Session: 2d34da6e-7470-4497-8904-7e193781fd1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6333 | 2024.07.15 22:23:12.413132 [ 3 ] {} <Trace> HTTP-Session: 2d34da6e-7470-4497-8904-7e193781fd1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6334 | 2024.07.15 22:23:12.413146 [ 199 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
6335 | 2024.07.15 22:23:12.413383 [ 199 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
6336 | 2024.07.15 22:23:12.413461 [ 3 ] {3dccd3e6-2d16-4c3a-9dfe-16e3e5140418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6337 | 2024.07.15 22:23:12.413649 [ 3 ] {3dccd3e6-2d16-4c3a-9dfe-16e3e5140418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6338 | 2024.07.15 22:23:12.413655 [ 199 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
6339 | 2024.07.15 22:23:12.414044 [ 199 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
6340 | 2024.07.15 22:23:12.414365 [ 199 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part | ||
6341 | 2024.07.15 22:23:12.414970 [ 3 ] {3dccd3e6-2d16-4c3a-9dfe-16e3e5140418} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6342 | 2024.07.15 22:23:12.415615 [ 3 ] {3dccd3e6-2d16-4c3a-9dfe-16e3e5140418} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6343 | 2024.07.15 22:23:12.415683 [ 3 ] {3dccd3e6-2d16-4c3a-9dfe-16e3e5140418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6344 | 2024.07.15 22:23:12.416572 [ 3 ] {3dccd3e6-2d16-4c3a-9dfe-16e3e5140418} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6345 | 2024.07.15 22:23:12.417228 [ 189 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 4 columns (4 merged, 0 gathered) in 0.004821826 sec., 28619.86309750704 rows/sec., 2.16 MiB/sec. | ||
6346 | 2024.07.15 22:23:12.417437 [ 3 ] {3dccd3e6-2d16-4c3a-9dfe-16e3e5140418} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6347 | 2024.07.15 22:23:12.417464 [ 189 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6348 | 2024.07.15 22:23:12.417645 [ 3 ] {3dccd3e6-2d16-4c3a-9dfe-16e3e5140418} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004309 sec., 464.14481318171266 rows/sec., 37.85 KiB/sec. | ||
6349 | 2024.07.15 22:23:12.418025 [ 3 ] {3dccd3e6-2d16-4c3a-9dfe-16e3e5140418} <Debug> DynamicQueryHandler: Done processing query | ||
6350 | 2024.07.15 22:23:12.418070 [ 3 ] {3dccd3e6-2d16-4c3a-9dfe-16e3e5140418} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6351 | 2024.07.15 22:23:12.418102 [ 3 ] {} <Debug> HTTP-Session: 2d34da6e-7470-4497-8904-7e193781fd1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6352 | 2024.07.15 22:23:12.418301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6353 | 2024.07.15 22:23:12.418302 [ 189 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_26_5} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6354 | 2024.07.15 22:23:12.418392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6355 | 2024.07.15 22:23:12.418447 [ 3 ] {} <Debug> HTTP-Session: 8bcdb57a-27c9-42e3-b64a-98a2f04b8ecd Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6356 | 2024.07.15 22:23:12.418478 [ 3 ] {} <Debug> HTTP-Session: 8bcdb57a-27c9-42e3-b64a-98a2f04b8ecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6357 | 2024.07.15 22:23:12.418494 [ 3 ] {} <Debug> HTTP-Session: 8bcdb57a-27c9-42e3-b64a-98a2f04b8ecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6358 | 2024.07.15 22:23:12.418508 [ 189 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_26_5} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6359 | 2024.07.15 22:23:12.418539 [ 3 ] {} <Trace> HTTP-Session: 8bcdb57a-27c9-42e3-b64a-98a2f04b8ecd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6360 | 2024.07.15 22:23:12.418680 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
6361 | 2024.07.15 22:23:12.418758 [ 3 ] {68d58ce0-b2dc-475e-96ae-eaa2e3e2df9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6362 | 2024.07.15 22:23:12.418806 [ 3 ] {68d58ce0-b2dc-475e-96ae-eaa2e3e2df9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6363 | 2024.07.15 22:23:12.418952 [ 3 ] {68d58ce0-b2dc-475e-96ae-eaa2e3e2df9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6364 | 2024.07.15 22:23:12.419408 [ 3 ] {68d58ce0-b2dc-475e-96ae-eaa2e3e2df9d} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6365 | 2024.07.15 22:23:12.419445 [ 3 ] {68d58ce0-b2dc-475e-96ae-eaa2e3e2df9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6366 | 2024.07.15 22:23:12.419765 [ 3 ] {68d58ce0-b2dc-475e-96ae-eaa2e3e2df9d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6367 | 2024.07.15 22:23:12.420073 [ 3 ] {68d58ce0-b2dc-475e-96ae-eaa2e3e2df9d} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6368 | 2024.07.15 22:23:12.420198 [ 3 ] {68d58ce0-b2dc-475e-96ae-eaa2e3e2df9d} <Debug> executeQuery: Read 147 rows, 12.62 KiB in 0.001525 sec., 96393.44262295081 rows/sec., 8.08 MiB/sec. | ||
6369 | 2024.07.15 22:23:12.420473 [ 3 ] {68d58ce0-b2dc-475e-96ae-eaa2e3e2df9d} <Debug> DynamicQueryHandler: Done processing query | ||
6370 | 2024.07.15 22:23:12.420512 [ 3 ] {68d58ce0-b2dc-475e-96ae-eaa2e3e2df9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6371 | 2024.07.15 22:23:12.420539 [ 3 ] {} <Debug> HTTP-Session: 8bcdb57a-27c9-42e3-b64a-98a2f04b8ecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6372 | 2024.07.15 22:23:12.420700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6373 | 2024.07.15 22:23:12.420747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6374 | 2024.07.15 22:23:12.420767 [ 3 ] {} <Debug> HTTP-Session: 9a014b3a-7450-4e3d-b6c5-a80ce893b388 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6375 | 2024.07.15 22:23:12.420783 [ 3 ] {} <Debug> HTTP-Session: 9a014b3a-7450-4e3d-b6c5-a80ce893b388 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6376 | 2024.07.15 22:23:12.420798 [ 3 ] {} <Debug> HTTP-Session: 9a014b3a-7450-4e3d-b6c5-a80ce893b388 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6377 | 2024.07.15 22:23:12.420828 [ 3 ] {} <Trace> HTTP-Session: 9a014b3a-7450-4e3d-b6c5-a80ce893b388 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6378 | 2024.07.15 22:23:12.420922 [ 3 ] {8e35cbc6-437b-475b-95d8-d2da280b8130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6379 | 2024.07.15 22:23:12.420964 [ 3 ] {8e35cbc6-437b-475b-95d8-d2da280b8130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6380 | 2024.07.15 22:23:12.421101 [ 3 ] {8e35cbc6-437b-475b-95d8-d2da280b8130} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6381 | 2024.07.15 22:23:12.421357 [ 3 ] {8e35cbc6-437b-475b-95d8-d2da280b8130} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6382 | 2024.07.15 22:23:12.421391 [ 3 ] {8e35cbc6-437b-475b-95d8-d2da280b8130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6383 | 2024.07.15 22:23:12.421690 [ 3 ] {8e35cbc6-437b-475b-95d8-d2da280b8130} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6384 | 2024.07.15 22:23:12.421988 [ 3 ] {8e35cbc6-437b-475b-95d8-d2da280b8130} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6385 | 2024.07.15 22:23:12.422109 [ 3 ] {8e35cbc6-437b-475b-95d8-d2da280b8130} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001212 sec., 1650.1650165016501 rows/sec., 115.22 KiB/sec. | ||
6386 | 2024.07.15 22:23:12.422268 [ 3 ] {8e35cbc6-437b-475b-95d8-d2da280b8130} <Debug> DynamicQueryHandler: Done processing query | ||
6387 | 2024.07.15 22:23:12.422293 [ 3 ] {8e35cbc6-437b-475b-95d8-d2da280b8130} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6388 | 2024.07.15 22:23:12.422308 [ 3 ] {} <Debug> HTTP-Session: 9a014b3a-7450-4e3d-b6c5-a80ce893b388 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6389 | 2024.07.15 22:23:12.422427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6390 | 2024.07.15 22:23:12.422474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6391 | 2024.07.15 22:23:12.422494 [ 3 ] {} <Debug> HTTP-Session: a742ed13-7e52-4161-9b73-55e05e8ce07b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6392 | 2024.07.15 22:23:12.422510 [ 3 ] {} <Debug> HTTP-Session: a742ed13-7e52-4161-9b73-55e05e8ce07b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6393 | 2024.07.15 22:23:12.422524 [ 3 ] {} <Debug> HTTP-Session: a742ed13-7e52-4161-9b73-55e05e8ce07b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6394 | 2024.07.15 22:23:12.422553 [ 3 ] {} <Trace> HTTP-Session: a742ed13-7e52-4161-9b73-55e05e8ce07b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6395 | 2024.07.15 22:23:12.422672 [ 3 ] {b327e3d9-6c7f-42f6-a4a0-03524a6c34b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6396 | 2024.07.15 22:23:12.422714 [ 3 ] {b327e3d9-6c7f-42f6-a4a0-03524a6c34b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6397 | 2024.07.15 22:23:12.422836 [ 3 ] {b327e3d9-6c7f-42f6-a4a0-03524a6c34b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6398 | 2024.07.15 22:23:12.423172 [ 3 ] {b327e3d9-6c7f-42f6-a4a0-03524a6c34b1} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6399 | 2024.07.15 22:23:12.423209 [ 3 ] {b327e3d9-6c7f-42f6-a4a0-03524a6c34b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6400 | 2024.07.15 22:23:12.423511 [ 3 ] {b327e3d9-6c7f-42f6-a4a0-03524a6c34b1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6401 | 2024.07.15 22:23:12.423809 [ 3 ] {b327e3d9-6c7f-42f6-a4a0-03524a6c34b1} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6402 | 2024.07.15 22:23:12.423932 [ 3 ] {b327e3d9-6c7f-42f6-a4a0-03524a6c34b1} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001305 sec., 73563.2183908046 rows/sec., 5.75 MiB/sec. | ||
6403 | 2024.07.15 22:23:12.424126 [ 3 ] {b327e3d9-6c7f-42f6-a4a0-03524a6c34b1} <Debug> DynamicQueryHandler: Done processing query | ||
6404 | 2024.07.15 22:23:12.424149 [ 3 ] {b327e3d9-6c7f-42f6-a4a0-03524a6c34b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6405 | 2024.07.15 22:23:12.424165 [ 3 ] {} <Debug> HTTP-Session: a742ed13-7e52-4161-9b73-55e05e8ce07b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6406 | 2024.07.15 22:23:12.424347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6407 | 2024.07.15 22:23:12.424393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6408 | 2024.07.15 22:23:12.424413 [ 3 ] {} <Debug> HTTP-Session: baf9e3db-5631-4a00-a28b-840ec3fdfec8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6409 | 2024.07.15 22:23:12.424429 [ 3 ] {} <Debug> HTTP-Session: baf9e3db-5631-4a00-a28b-840ec3fdfec8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6410 | 2024.07.15 22:23:12.424443 [ 3 ] {} <Debug> HTTP-Session: baf9e3db-5631-4a00-a28b-840ec3fdfec8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6411 | 2024.07.15 22:23:12.424473 [ 3 ] {} <Trace> HTTP-Session: baf9e3db-5631-4a00-a28b-840ec3fdfec8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6412 | 2024.07.15 22:23:12.424611 [ 3 ] {fe57a0ee-698d-4351-8cbe-987994703897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6413 | 2024.07.15 22:23:12.424657 [ 3 ] {fe57a0ee-698d-4351-8cbe-987994703897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6414 | 2024.07.15 22:23:12.424796 [ 3 ] {fe57a0ee-698d-4351-8cbe-987994703897} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6415 | 2024.07.15 22:23:12.425190 [ 3 ] {fe57a0ee-698d-4351-8cbe-987994703897} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6416 | 2024.07.15 22:23:12.425225 [ 3 ] {fe57a0ee-698d-4351-8cbe-987994703897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6417 | 2024.07.15 22:23:12.425601 [ 3 ] {fe57a0ee-698d-4351-8cbe-987994703897} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6418 | 2024.07.15 22:23:12.425941 [ 3 ] {fe57a0ee-698d-4351-8cbe-987994703897} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6419 | 2024.07.15 22:23:12.426066 [ 3 ] {fe57a0ee-698d-4351-8cbe-987994703897} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001518 sec., 106060.60606060606 rows/sec., 7.39 MiB/sec. | ||
6420 | 2024.07.15 22:23:12.426234 [ 3 ] {fe57a0ee-698d-4351-8cbe-987994703897} <Debug> DynamicQueryHandler: Done processing query | ||
6421 | 2024.07.15 22:23:12.426258 [ 3 ] {fe57a0ee-698d-4351-8cbe-987994703897} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6422 | 2024.07.15 22:23:12.426274 [ 3 ] {} <Debug> HTTP-Session: baf9e3db-5631-4a00-a28b-840ec3fdfec8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6423 | 2024.07.15 22:23:12.426429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6424 | 2024.07.15 22:23:12.426476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6425 | 2024.07.15 22:23:12.426495 [ 3 ] {} <Debug> HTTP-Session: d5fa93b5-5a8a-4cbd-8c4c-050835cb50fb Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6426 | 2024.07.15 22:23:12.426513 [ 3 ] {} <Debug> HTTP-Session: d5fa93b5-5a8a-4cbd-8c4c-050835cb50fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6427 | 2024.07.15 22:23:12.426527 [ 3 ] {} <Debug> HTTP-Session: d5fa93b5-5a8a-4cbd-8c4c-050835cb50fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6428 | 2024.07.15 22:23:12.426556 [ 3 ] {} <Trace> HTTP-Session: d5fa93b5-5a8a-4cbd-8c4c-050835cb50fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6429 | 2024.07.15 22:23:12.426866 [ 3 ] {7577d909-4b35-4a9d-a832-f09692cd0ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6430 | 2024.07.15 22:23:12.426928 [ 3 ] {7577d909-4b35-4a9d-a832-f09692cd0ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6431 | 2024.07.15 22:23:12.427323 [ 3 ] {7577d909-4b35-4a9d-a832-f09692cd0ac1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6432 | 2024.07.15 22:23:12.427986 [ 3 ] {7577d909-4b35-4a9d-a832-f09692cd0ac1} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6433 | 2024.07.15 22:23:12.428020 [ 3 ] {7577d909-4b35-4a9d-a832-f09692cd0ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6434 | 2024.07.15 22:23:12.428626 [ 3 ] {7577d909-4b35-4a9d-a832-f09692cd0ac1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6435 | 2024.07.15 22:23:12.429022 [ 3 ] {7577d909-4b35-4a9d-a832-f09692cd0ac1} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6436 | 2024.07.15 22:23:12.429164 [ 3 ] {7577d909-4b35-4a9d-a832-f09692cd0ac1} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002528 sec., 11867.088607594937 rows/sec., 21.27 MiB/sec. | ||
6437 | 2024.07.15 22:23:12.429357 [ 3 ] {7577d909-4b35-4a9d-a832-f09692cd0ac1} <Debug> DynamicQueryHandler: Done processing query | ||
6438 | 2024.07.15 22:23:12.429381 [ 3 ] {7577d909-4b35-4a9d-a832-f09692cd0ac1} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6439 | 2024.07.15 22:23:12.429396 [ 3 ] {} <Debug> HTTP-Session: d5fa93b5-5a8a-4cbd-8c4c-050835cb50fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6440 | 2024.07.15 22:23:12.429530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6441 | 2024.07.15 22:23:12.429576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6442 | 2024.07.15 22:23:12.429597 [ 3 ] {} <Debug> HTTP-Session: d4afdaff-b180-49bf-8afc-91a5efc50c33 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6443 | 2024.07.15 22:23:12.429613 [ 3 ] {} <Debug> HTTP-Session: d4afdaff-b180-49bf-8afc-91a5efc50c33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6444 | 2024.07.15 22:23:12.429627 [ 3 ] {} <Debug> HTTP-Session: d4afdaff-b180-49bf-8afc-91a5efc50c33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6445 | 2024.07.15 22:23:12.429658 [ 3 ] {} <Trace> HTTP-Session: d4afdaff-b180-49bf-8afc-91a5efc50c33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6446 | 2024.07.15 22:23:12.429767 [ 3 ] {8737ba6b-a1a9-427f-8b00-f924c85519a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6447 | 2024.07.15 22:23:12.429810 [ 3 ] {8737ba6b-a1a9-427f-8b00-f924c85519a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6448 | 2024.07.15 22:23:12.429934 [ 3 ] {8737ba6b-a1a9-427f-8b00-f924c85519a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6449 | 2024.07.15 22:23:12.430228 [ 3 ] {8737ba6b-a1a9-427f-8b00-f924c85519a6} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6450 | 2024.07.15 22:23:12.430262 [ 3 ] {8737ba6b-a1a9-427f-8b00-f924c85519a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6451 | 2024.07.15 22:23:12.430606 [ 3 ] {8737ba6b-a1a9-427f-8b00-f924c85519a6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6452 | 2024.07.15 22:23:12.430919 [ 3 ] {8737ba6b-a1a9-427f-8b00-f924c85519a6} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6453 | 2024.07.15 22:23:12.431043 [ 3 ] {8737ba6b-a1a9-427f-8b00-f924c85519a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001314 sec., 45662.100456621 rows/sec., 3.08 MiB/sec. | ||
6454 | 2024.07.15 22:23:12.431200 [ 3 ] {8737ba6b-a1a9-427f-8b00-f924c85519a6} <Debug> DynamicQueryHandler: Done processing query | ||
6455 | 2024.07.15 22:23:12.431225 [ 3 ] {8737ba6b-a1a9-427f-8b00-f924c85519a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6456 | 2024.07.15 22:23:12.431241 [ 3 ] {} <Debug> HTTP-Session: d4afdaff-b180-49bf-8afc-91a5efc50c33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6457 | 2024.07.15 22:23:17.413449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6458 | 2024.07.15 22:23:17.413584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6459 | 2024.07.15 22:23:17.413609 [ 3 ] {} <Debug> HTTP-Session: 5e9226bf-c455-403d-af5b-96f153fcf802 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6460 | 2024.07.15 22:23:17.413634 [ 3 ] {} <Debug> HTTP-Session: 5e9226bf-c455-403d-af5b-96f153fcf802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6461 | 2024.07.15 22:23:17.413649 [ 3 ] {} <Debug> HTTP-Session: 5e9226bf-c455-403d-af5b-96f153fcf802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6462 | 2024.07.15 22:23:17.413696 [ 3 ] {} <Trace> HTTP-Session: 5e9226bf-c455-403d-af5b-96f153fcf802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6463 | 2024.07.15 22:23:17.413873 [ 3 ] {33798803-304e-43ca-8b6e-ff9cb263da8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6464 | 2024.07.15 22:23:17.413938 [ 3 ] {33798803-304e-43ca-8b6e-ff9cb263da8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6465 | 2024.07.15 22:23:17.414126 [ 3 ] {33798803-304e-43ca-8b6e-ff9cb263da8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6466 | 2024.07.15 22:23:17.414563 [ 3 ] {33798803-304e-43ca-8b6e-ff9cb263da8f} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6467 | 2024.07.15 22:23:17.414605 [ 3 ] {33798803-304e-43ca-8b6e-ff9cb263da8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6468 | 2024.07.15 22:23:17.414957 [ 3 ] {33798803-304e-43ca-8b6e-ff9cb263da8f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6469 | 2024.07.15 22:23:17.415295 [ 3 ] {33798803-304e-43ca-8b6e-ff9cb263da8f} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6470 | 2024.07.15 22:23:17.415423 [ 3 ] {33798803-304e-43ca-8b6e-ff9cb263da8f} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001611 sec., 3724.3947858472998 rows/sec., 210.95 KiB/sec. | ||
6471 | 2024.07.15 22:23:17.415633 [ 3 ] {33798803-304e-43ca-8b6e-ff9cb263da8f} <Debug> DynamicQueryHandler: Done processing query | ||
6472 | 2024.07.15 22:23:17.415656 [ 3 ] {33798803-304e-43ca-8b6e-ff9cb263da8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6473 | 2024.07.15 22:23:17.415671 [ 3 ] {} <Debug> HTTP-Session: 5e9226bf-c455-403d-af5b-96f153fcf802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6474 | 2024.07.15 22:23:17.415823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6475 | 2024.07.15 22:23:17.415865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6476 | 2024.07.15 22:23:17.415883 [ 3 ] {} <Debug> HTTP-Session: e9d9d5dd-586d-4cb7-9a9c-f65930a0c375 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6477 | 2024.07.15 22:23:17.415898 [ 3 ] {} <Debug> HTTP-Session: e9d9d5dd-586d-4cb7-9a9c-f65930a0c375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6478 | 2024.07.15 22:23:17.415911 [ 3 ] {} <Debug> HTTP-Session: e9d9d5dd-586d-4cb7-9a9c-f65930a0c375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6479 | 2024.07.15 22:23:17.415940 [ 3 ] {} <Trace> HTTP-Session: e9d9d5dd-586d-4cb7-9a9c-f65930a0c375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6480 | 2024.07.15 22:23:17.416066 [ 3 ] {31fa9d4c-61f1-4353-b68d-ef1f594c0f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6481 | 2024.07.15 22:23:17.416106 [ 3 ] {31fa9d4c-61f1-4353-b68d-ef1f594c0f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6482 | 2024.07.15 22:23:17.416218 [ 3 ] {31fa9d4c-61f1-4353-b68d-ef1f594c0f3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6483 | 2024.07.15 22:23:17.416717 [ 3 ] {31fa9d4c-61f1-4353-b68d-ef1f594c0f3c} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6484 | 2024.07.15 22:23:17.416751 [ 3 ] {31fa9d4c-61f1-4353-b68d-ef1f594c0f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6485 | 2024.07.15 22:23:17.417069 [ 3 ] {31fa9d4c-61f1-4353-b68d-ef1f594c0f3c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6486 | 2024.07.15 22:23:17.417371 [ 3 ] {31fa9d4c-61f1-4353-b68d-ef1f594c0f3c} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6487 | 2024.07.15 22:23:17.417495 [ 3 ] {31fa9d4c-61f1-4353-b68d-ef1f594c0f3c} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001437 sec., 112038.97007654837 rows/sec., 9.89 MiB/sec. | ||
6488 | 2024.07.15 22:23:17.417651 [ 3 ] {31fa9d4c-61f1-4353-b68d-ef1f594c0f3c} <Debug> DynamicQueryHandler: Done processing query | ||
6489 | 2024.07.15 22:23:17.417675 [ 3 ] {31fa9d4c-61f1-4353-b68d-ef1f594c0f3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6490 | 2024.07.15 22:23:17.417691 [ 3 ] {} <Debug> HTTP-Session: e9d9d5dd-586d-4cb7-9a9c-f65930a0c375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6491 | 2024.07.15 22:23:17.417851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6492 | 2024.07.15 22:23:17.417899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6493 | 2024.07.15 22:23:17.417918 [ 3 ] {} <Debug> HTTP-Session: 2c470c90-2c10-49b4-8bb5-648ed26b4cb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6494 | 2024.07.15 22:23:17.417935 [ 3 ] {} <Debug> HTTP-Session: 2c470c90-2c10-49b4-8bb5-648ed26b4cb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6495 | 2024.07.15 22:23:17.417948 [ 3 ] {} <Debug> HTTP-Session: 2c470c90-2c10-49b4-8bb5-648ed26b4cb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6496 | 2024.07.15 22:23:17.417978 [ 3 ] {} <Trace> HTTP-Session: 2c470c90-2c10-49b4-8bb5-648ed26b4cb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6497 | 2024.07.15 22:23:17.418164 [ 3 ] {53685990-b659-4201-b76f-12551225302f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6498 | 2024.07.15 22:23:17.418205 [ 3 ] {53685990-b659-4201-b76f-12551225302f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6499 | 2024.07.15 22:23:17.418333 [ 3 ] {53685990-b659-4201-b76f-12551225302f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6500 | 2024.07.15 22:23:17.418934 [ 3 ] {53685990-b659-4201-b76f-12551225302f} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6501 | 2024.07.15 22:23:17.418969 [ 3 ] {53685990-b659-4201-b76f-12551225302f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6502 | 2024.07.15 22:23:17.419283 [ 3 ] {53685990-b659-4201-b76f-12551225302f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6503 | 2024.07.15 22:23:17.419584 [ 3 ] {53685990-b659-4201-b76f-12551225302f} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6504 | 2024.07.15 22:23:17.419707 [ 3 ] {53685990-b659-4201-b76f-12551225302f} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001638 sec., 233211.23321123322 rows/sec., 16.38 MiB/sec. | ||
6505 | 2024.07.15 22:23:17.419919 [ 3 ] {53685990-b659-4201-b76f-12551225302f} <Debug> DynamicQueryHandler: Done processing query | ||
6506 | 2024.07.15 22:23:17.419969 [ 3 ] {53685990-b659-4201-b76f-12551225302f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6507 | 2024.07.15 22:23:17.419984 [ 3 ] {} <Debug> HTTP-Session: 2c470c90-2c10-49b4-8bb5-648ed26b4cb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6508 | 2024.07.15 22:23:17.420101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6509 | 2024.07.15 22:23:17.420148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6510 | 2024.07.15 22:23:17.420167 [ 3 ] {} <Debug> HTTP-Session: ef50651c-18e6-4bcc-a79b-6b69c1e37fbd Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6511 | 2024.07.15 22:23:17.420184 [ 3 ] {} <Debug> HTTP-Session: ef50651c-18e6-4bcc-a79b-6b69c1e37fbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6512 | 2024.07.15 22:23:17.420197 [ 3 ] {} <Debug> HTTP-Session: ef50651c-18e6-4bcc-a79b-6b69c1e37fbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6513 | 2024.07.15 22:23:17.420228 [ 3 ] {} <Trace> HTTP-Session: ef50651c-18e6-4bcc-a79b-6b69c1e37fbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6514 | 2024.07.15 22:23:17.420361 [ 3 ] {a34d6305-4abb-4e3b-96a2-92edf9e82ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6515 | 2024.07.15 22:23:17.420427 [ 3 ] {a34d6305-4abb-4e3b-96a2-92edf9e82ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6516 | 2024.07.15 22:23:17.420640 [ 3 ] {a34d6305-4abb-4e3b-96a2-92edf9e82ce1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6517 | 2024.07.15 22:23:17.420966 [ 3 ] {a34d6305-4abb-4e3b-96a2-92edf9e82ce1} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6518 | 2024.07.15 22:23:17.421011 [ 3 ] {a34d6305-4abb-4e3b-96a2-92edf9e82ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6519 | 2024.07.15 22:23:17.421379 [ 3 ] {a34d6305-4abb-4e3b-96a2-92edf9e82ce1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6520 | 2024.07.15 22:23:17.421703 [ 3 ] {a34d6305-4abb-4e3b-96a2-92edf9e82ce1} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6521 | 2024.07.15 22:23:17.421855 [ 3 ] {a34d6305-4abb-4e3b-96a2-92edf9e82ce1} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 166.76 KiB/sec. | ||
6522 | 2024.07.15 22:23:17.422022 [ 3 ] {a34d6305-4abb-4e3b-96a2-92edf9e82ce1} <Debug> DynamicQueryHandler: Done processing query | ||
6523 | 2024.07.15 22:23:17.422046 [ 3 ] {a34d6305-4abb-4e3b-96a2-92edf9e82ce1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6524 | 2024.07.15 22:23:17.422062 [ 3 ] {} <Debug> HTTP-Session: ef50651c-18e6-4bcc-a79b-6b69c1e37fbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6525 | 2024.07.15 22:23:17.422178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6526 | 2024.07.15 22:23:17.422227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6527 | 2024.07.15 22:23:17.422247 [ 3 ] {} <Debug> HTTP-Session: 7a8566ef-fad8-4305-856b-5f07783fcf8d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6528 | 2024.07.15 22:23:17.422262 [ 3 ] {} <Debug> HTTP-Session: 7a8566ef-fad8-4305-856b-5f07783fcf8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6529 | 2024.07.15 22:23:17.422276 [ 3 ] {} <Debug> HTTP-Session: 7a8566ef-fad8-4305-856b-5f07783fcf8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6530 | 2024.07.15 22:23:17.422307 [ 3 ] {} <Trace> HTTP-Session: 7a8566ef-fad8-4305-856b-5f07783fcf8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6531 | 2024.07.15 22:23:17.422423 [ 3 ] {d3f5a735-4985-48f6-a80e-d68d5683c1fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6532 | 2024.07.15 22:23:17.422469 [ 3 ] {d3f5a735-4985-48f6-a80e-d68d5683c1fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6533 | 2024.07.15 22:23:17.422613 [ 3 ] {d3f5a735-4985-48f6-a80e-d68d5683c1fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6534 | 2024.07.15 22:23:17.422939 [ 3 ] {d3f5a735-4985-48f6-a80e-d68d5683c1fe} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6535 | 2024.07.15 22:23:17.422975 [ 3 ] {d3f5a735-4985-48f6-a80e-d68d5683c1fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6536 | 2024.07.15 22:23:17.423351 [ 3 ] {d3f5a735-4985-48f6-a80e-d68d5683c1fe} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6537 | 2024.07.15 22:23:17.423690 [ 3 ] {d3f5a735-4985-48f6-a80e-d68d5683c1fe} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6538 | 2024.07.15 22:23:17.423855 [ 3 ] {d3f5a735-4985-48f6-a80e-d68d5683c1fe} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001471 sec., 52345.34330387491 rows/sec., 3.22 MiB/sec. | ||
6539 | 2024.07.15 22:23:17.424024 [ 3 ] {d3f5a735-4985-48f6-a80e-d68d5683c1fe} <Debug> DynamicQueryHandler: Done processing query | ||
6540 | 2024.07.15 22:23:17.424049 [ 3 ] {d3f5a735-4985-48f6-a80e-d68d5683c1fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6541 | 2024.07.15 22:23:17.424065 [ 3 ] {} <Debug> HTTP-Session: 7a8566ef-fad8-4305-856b-5f07783fcf8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6542 | 2024.07.15 22:23:17.424214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6543 | 2024.07.15 22:23:17.424265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6544 | 2024.07.15 22:23:17.424285 [ 3 ] {} <Debug> HTTP-Session: 31c65846-08ba-4099-8289-8a077dfdfc5b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6545 | 2024.07.15 22:23:17.424302 [ 3 ] {} <Debug> HTTP-Session: 31c65846-08ba-4099-8289-8a077dfdfc5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6546 | 2024.07.15 22:23:17.424315 [ 3 ] {} <Debug> HTTP-Session: 31c65846-08ba-4099-8289-8a077dfdfc5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6547 | 2024.07.15 22:23:17.424346 [ 3 ] {} <Trace> HTTP-Session: 31c65846-08ba-4099-8289-8a077dfdfc5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6548 | 2024.07.15 22:23:17.424510 [ 3 ] {302bc380-c491-4153-921a-fa8ed2b2699e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6549 | 2024.07.15 22:23:17.424557 [ 3 ] {302bc380-c491-4153-921a-fa8ed2b2699e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6550 | 2024.07.15 22:23:17.424702 [ 3 ] {302bc380-c491-4153-921a-fa8ed2b2699e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6551 | 2024.07.15 22:23:17.425074 [ 3 ] {302bc380-c491-4153-921a-fa8ed2b2699e} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6552 | 2024.07.15 22:23:17.425110 [ 3 ] {302bc380-c491-4153-921a-fa8ed2b2699e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6553 | 2024.07.15 22:23:17.425474 [ 3 ] {302bc380-c491-4153-921a-fa8ed2b2699e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6554 | 2024.07.15 22:23:17.425812 [ 3 ] {302bc380-c491-4153-921a-fa8ed2b2699e} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6555 | 2024.07.15 22:23:17.425979 [ 3 ] {302bc380-c491-4153-921a-fa8ed2b2699e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001554 sec., 102960.10296010296 rows/sec., 7.17 MiB/sec. | ||
6556 | 2024.07.15 22:23:17.426282 [ 3 ] {302bc380-c491-4153-921a-fa8ed2b2699e} <Debug> DynamicQueryHandler: Done processing query | ||
6557 | 2024.07.15 22:23:17.426342 [ 3 ] {302bc380-c491-4153-921a-fa8ed2b2699e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6558 | 2024.07.15 22:23:17.426416 [ 3 ] {} <Debug> HTTP-Session: 31c65846-08ba-4099-8289-8a077dfdfc5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6559 | 2024.07.15 22:23:17.426584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6560 | 2024.07.15 22:23:17.426637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6561 | 2024.07.15 22:23:17.426655 [ 3 ] {} <Debug> HTTP-Session: fc17f41f-e9a8-4d39-9b6a-786c724c9ab3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6562 | 2024.07.15 22:23:17.426672 [ 3 ] {} <Debug> HTTP-Session: fc17f41f-e9a8-4d39-9b6a-786c724c9ab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6563 | 2024.07.15 22:23:17.426685 [ 3 ] {} <Debug> HTTP-Session: fc17f41f-e9a8-4d39-9b6a-786c724c9ab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6564 | 2024.07.15 22:23:17.426718 [ 3 ] {} <Trace> HTTP-Session: fc17f41f-e9a8-4d39-9b6a-786c724c9ab3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6565 | 2024.07.15 22:23:17.426825 [ 3 ] {464731cd-4679-461c-be9d-b147e1f99292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6566 | 2024.07.15 22:23:17.426872 [ 3 ] {464731cd-4679-461c-be9d-b147e1f99292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6567 | 2024.07.15 22:23:17.427025 [ 3 ] {464731cd-4679-461c-be9d-b147e1f99292} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6568 | 2024.07.15 22:23:17.427294 [ 3 ] {464731cd-4679-461c-be9d-b147e1f99292} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6569 | 2024.07.15 22:23:17.427330 [ 3 ] {464731cd-4679-461c-be9d-b147e1f99292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6570 | 2024.07.15 22:23:17.427681 [ 3 ] {464731cd-4679-461c-be9d-b147e1f99292} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6571 | 2024.07.15 22:23:17.427996 [ 3 ] {464731cd-4679-461c-be9d-b147e1f99292} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6572 | 2024.07.15 22:23:17.428160 [ 3 ] {464731cd-4679-461c-be9d-b147e1f99292} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001358 sec., 16936.671575846834 rows/sec., 916.16 KiB/sec. | ||
6573 | 2024.07.15 22:23:17.428322 [ 3 ] {464731cd-4679-461c-be9d-b147e1f99292} <Debug> DynamicQueryHandler: Done processing query | ||
6574 | 2024.07.15 22:23:17.428347 [ 3 ] {464731cd-4679-461c-be9d-b147e1f99292} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6575 | 2024.07.15 22:23:17.428362 [ 3 ] {} <Debug> HTTP-Session: fc17f41f-e9a8-4d39-9b6a-786c724c9ab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6576 | 2024.07.15 22:23:17.428473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6577 | 2024.07.15 22:23:17.428521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6578 | 2024.07.15 22:23:17.428540 [ 3 ] {} <Debug> HTTP-Session: b67a277e-6752-4264-b54b-027d8854073e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6579 | 2024.07.15 22:23:17.428555 [ 3 ] {} <Debug> HTTP-Session: b67a277e-6752-4264-b54b-027d8854073e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6580 | 2024.07.15 22:23:17.428569 [ 3 ] {} <Debug> HTTP-Session: b67a277e-6752-4264-b54b-027d8854073e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6581 | 2024.07.15 22:23:17.428599 [ 3 ] {} <Trace> HTTP-Session: b67a277e-6752-4264-b54b-027d8854073e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6582 | 2024.07.15 22:23:17.428729 [ 3 ] {19c8c9db-8db8-4572-8897-6f27acc3a924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6583 | 2024.07.15 22:23:17.428774 [ 3 ] {19c8c9db-8db8-4572-8897-6f27acc3a924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6584 | 2024.07.15 22:23:17.428904 [ 3 ] {19c8c9db-8db8-4572-8897-6f27acc3a924} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6585 | 2024.07.15 22:23:17.429191 [ 3 ] {19c8c9db-8db8-4572-8897-6f27acc3a924} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6586 | 2024.07.15 22:23:17.429227 [ 3 ] {19c8c9db-8db8-4572-8897-6f27acc3a924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6587 | 2024.07.15 22:23:17.429572 [ 3 ] {19c8c9db-8db8-4572-8897-6f27acc3a924} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6588 | 2024.07.15 22:23:17.429889 [ 3 ] {19c8c9db-8db8-4572-8897-6f27acc3a924} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6589 | 2024.07.15 22:23:17.430053 [ 3 ] {19c8c9db-8db8-4572-8897-6f27acc3a924} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
6590 | 2024.07.15 22:23:17.430216 [ 3 ] {19c8c9db-8db8-4572-8897-6f27acc3a924} <Debug> DynamicQueryHandler: Done processing query | ||
6591 | 2024.07.15 22:23:17.430239 [ 3 ] {19c8c9db-8db8-4572-8897-6f27acc3a924} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6592 | 2024.07.15 22:23:17.430255 [ 3 ] {} <Debug> HTTP-Session: b67a277e-6752-4264-b54b-027d8854073e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6593 | 2024.07.15 22:23:20.644214 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6594 | 2024.07.15 22:23:20.644317 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6595 | 2024.07.15 22:23:22.410583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6596 | 2024.07.15 22:23:22.410694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6597 | 2024.07.15 22:23:22.410721 [ 3 ] {} <Debug> HTTP-Session: bad3831c-321a-4bdc-867e-8f309d97f757 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6598 | 2024.07.15 22:23:22.410745 [ 3 ] {} <Debug> HTTP-Session: bad3831c-321a-4bdc-867e-8f309d97f757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6599 | 2024.07.15 22:23:22.410760 [ 3 ] {} <Debug> HTTP-Session: bad3831c-321a-4bdc-867e-8f309d97f757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6600 | 2024.07.15 22:23:22.410808 [ 3 ] {} <Trace> HTTP-Session: bad3831c-321a-4bdc-867e-8f309d97f757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6601 | 2024.07.15 22:23:22.410999 [ 3 ] {2406f28d-4058-4507-aa03-8a3f9fc2e67e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6602 | 2024.07.15 22:23:22.411066 [ 3 ] {2406f28d-4058-4507-aa03-8a3f9fc2e67e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6603 | 2024.07.15 22:23:22.411256 [ 3 ] {2406f28d-4058-4507-aa03-8a3f9fc2e67e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6604 | 2024.07.15 22:23:22.411716 [ 3 ] {2406f28d-4058-4507-aa03-8a3f9fc2e67e} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6605 | 2024.07.15 22:23:22.411761 [ 3 ] {2406f28d-4058-4507-aa03-8a3f9fc2e67e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6606 | 2024.07.15 22:23:22.412138 [ 3 ] {2406f28d-4058-4507-aa03-8a3f9fc2e67e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6607 | 2024.07.15 22:23:22.412489 [ 3 ] {2406f28d-4058-4507-aa03-8a3f9fc2e67e} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6608 | 2024.07.15 22:23:22.412636 [ 3 ] {2406f28d-4058-4507-aa03-8a3f9fc2e67e} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001696 sec., 17688.67924528302 rows/sec., 1.40 MiB/sec. | ||
6609 | 2024.07.15 22:23:22.412934 [ 3 ] {2406f28d-4058-4507-aa03-8a3f9fc2e67e} <Debug> DynamicQueryHandler: Done processing query | ||
6610 | 2024.07.15 22:23:22.412970 [ 3 ] {2406f28d-4058-4507-aa03-8a3f9fc2e67e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6611 | 2024.07.15 22:23:22.412988 [ 3 ] {} <Debug> HTTP-Session: bad3831c-321a-4bdc-867e-8f309d97f757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6612 | 2024.07.15 22:23:22.413135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6613 | 2024.07.15 22:23:22.413191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6614 | 2024.07.15 22:23:22.413212 [ 3 ] {} <Debug> HTTP-Session: b7b92e02-53c5-4e84-819c-10b6d04a5450 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6615 | 2024.07.15 22:23:22.413230 [ 3 ] {} <Debug> HTTP-Session: b7b92e02-53c5-4e84-819c-10b6d04a5450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6616 | 2024.07.15 22:23:22.413244 [ 3 ] {} <Debug> HTTP-Session: b7b92e02-53c5-4e84-819c-10b6d04a5450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6617 | 2024.07.15 22:23:22.413278 [ 3 ] {} <Trace> HTTP-Session: b7b92e02-53c5-4e84-819c-10b6d04a5450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6618 | 2024.07.15 22:23:22.413439 [ 3 ] {8b40b477-4ebc-496a-8331-24796b497bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6619 | 2024.07.15 22:23:22.413488 [ 3 ] {8b40b477-4ebc-496a-8331-24796b497bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6620 | 2024.07.15 22:23:22.413635 [ 3 ] {8b40b477-4ebc-496a-8331-24796b497bf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6621 | 2024.07.15 22:23:22.414047 [ 3 ] {8b40b477-4ebc-496a-8331-24796b497bf4} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6622 | 2024.07.15 22:23:22.414084 [ 3 ] {8b40b477-4ebc-496a-8331-24796b497bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6623 | 2024.07.15 22:23:22.414408 [ 3 ] {8b40b477-4ebc-496a-8331-24796b497bf4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6624 | 2024.07.15 22:23:22.414720 [ 3 ] {8b40b477-4ebc-496a-8331-24796b497bf4} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6625 | 2024.07.15 22:23:22.414850 [ 3 ] {8b40b477-4ebc-496a-8331-24796b497bf4} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001489 sec., 98052.38415043653 rows/sec., 8.23 MiB/sec. | ||
6626 | 2024.07.15 22:23:22.415120 [ 3 ] {8b40b477-4ebc-496a-8331-24796b497bf4} <Debug> DynamicQueryHandler: Done processing query | ||
6627 | 2024.07.15 22:23:22.415160 [ 3 ] {8b40b477-4ebc-496a-8331-24796b497bf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6628 | 2024.07.15 22:23:22.415188 [ 3 ] {} <Debug> HTTP-Session: b7b92e02-53c5-4e84-819c-10b6d04a5450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6629 | 2024.07.15 22:23:22.415318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6630 | 2024.07.15 22:23:22.415368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6631 | 2024.07.15 22:23:22.415387 [ 3 ] {} <Debug> HTTP-Session: c1709577-2332-48b3-a808-e46ee0ec2227 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6632 | 2024.07.15 22:23:22.415404 [ 3 ] {} <Debug> HTTP-Session: c1709577-2332-48b3-a808-e46ee0ec2227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6633 | 2024.07.15 22:23:22.415418 [ 3 ] {} <Debug> HTTP-Session: c1709577-2332-48b3-a808-e46ee0ec2227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6634 | 2024.07.15 22:23:22.415448 [ 3 ] {} <Trace> HTTP-Session: c1709577-2332-48b3-a808-e46ee0ec2227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6635 | 2024.07.15 22:23:22.415580 [ 3 ] {f4a4a0dc-4df2-4b3c-9be9-5eb3beb0db33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6636 | 2024.07.15 22:23:22.415625 [ 3 ] {f4a4a0dc-4df2-4b3c-9be9-5eb3beb0db33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6637 | 2024.07.15 22:23:22.415766 [ 3 ] {f4a4a0dc-4df2-4b3c-9be9-5eb3beb0db33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6638 | 2024.07.15 22:23:22.416187 [ 3 ] {f4a4a0dc-4df2-4b3c-9be9-5eb3beb0db33} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6639 | 2024.07.15 22:23:22.416223 [ 3 ] {f4a4a0dc-4df2-4b3c-9be9-5eb3beb0db33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6640 | 2024.07.15 22:23:22.416537 [ 3 ] {f4a4a0dc-4df2-4b3c-9be9-5eb3beb0db33} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6641 | 2024.07.15 22:23:22.416855 [ 3 ] {f4a4a0dc-4df2-4b3c-9be9-5eb3beb0db33} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6642 | 2024.07.15 22:23:22.416978 [ 3 ] {f4a4a0dc-4df2-4b3c-9be9-5eb3beb0db33} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001451 sec., 64782.9083390765 rows/sec., 5.06 MiB/sec. | ||
6643 | 2024.07.15 22:23:22.417140 [ 3 ] {f4a4a0dc-4df2-4b3c-9be9-5eb3beb0db33} <Debug> DynamicQueryHandler: Done processing query | ||
6644 | 2024.07.15 22:23:22.417164 [ 3 ] {f4a4a0dc-4df2-4b3c-9be9-5eb3beb0db33} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6645 | 2024.07.15 22:23:22.417181 [ 3 ] {} <Debug> HTTP-Session: c1709577-2332-48b3-a808-e46ee0ec2227 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6646 | 2024.07.15 22:23:22.417320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6647 | 2024.07.15 22:23:22.417370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6648 | 2024.07.15 22:23:22.417389 [ 3 ] {} <Debug> HTTP-Session: 784e2183-9185-4cc8-8016-6c6b1f9f2049 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6649 | 2024.07.15 22:23:22.417405 [ 3 ] {} <Debug> HTTP-Session: 784e2183-9185-4cc8-8016-6c6b1f9f2049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6650 | 2024.07.15 22:23:22.417419 [ 3 ] {} <Debug> HTTP-Session: 784e2183-9185-4cc8-8016-6c6b1f9f2049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6651 | 2024.07.15 22:23:22.417450 [ 3 ] {} <Trace> HTTP-Session: 784e2183-9185-4cc8-8016-6c6b1f9f2049 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6652 | 2024.07.15 22:23:22.417600 [ 3 ] {33987851-e164-487c-a0c4-863c635a0f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6653 | 2024.07.15 22:23:22.417646 [ 3 ] {33987851-e164-487c-a0c4-863c635a0f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6654 | 2024.07.15 22:23:22.417785 [ 3 ] {33987851-e164-487c-a0c4-863c635a0f94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6655 | 2024.07.15 22:23:22.418171 [ 3 ] {33987851-e164-487c-a0c4-863c635a0f94} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6656 | 2024.07.15 22:23:22.418206 [ 3 ] {33987851-e164-487c-a0c4-863c635a0f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6657 | 2024.07.15 22:23:22.418595 [ 3 ] {33987851-e164-487c-a0c4-863c635a0f94} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6658 | 2024.07.15 22:23:22.418934 [ 3 ] {33987851-e164-487c-a0c4-863c635a0f94} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6659 | 2024.07.15 22:23:22.419079 [ 3 ] {33987851-e164-487c-a0c4-863c635a0f94} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec. | ||
6660 | 2024.07.15 22:23:22.419353 [ 3 ] {33987851-e164-487c-a0c4-863c635a0f94} <Debug> DynamicQueryHandler: Done processing query | ||
6661 | 2024.07.15 22:23:22.419392 [ 3 ] {33987851-e164-487c-a0c4-863c635a0f94} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6662 | 2024.07.15 22:23:22.419425 [ 3 ] {} <Debug> HTTP-Session: 784e2183-9185-4cc8-8016-6c6b1f9f2049 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6663 | 2024.07.15 22:23:22.419583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6664 | 2024.07.15 22:23:22.419633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6665 | 2024.07.15 22:23:22.419653 [ 3 ] {} <Debug> HTTP-Session: 4ac59d1b-18ba-4af4-b75a-1f20110bc89c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6666 | 2024.07.15 22:23:22.419670 [ 3 ] {} <Debug> HTTP-Session: 4ac59d1b-18ba-4af4-b75a-1f20110bc89c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6667 | 2024.07.15 22:23:22.419684 [ 3 ] {} <Debug> HTTP-Session: 4ac59d1b-18ba-4af4-b75a-1f20110bc89c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6668 | 2024.07.15 22:23:22.419713 [ 3 ] {} <Trace> HTTP-Session: 4ac59d1b-18ba-4af4-b75a-1f20110bc89c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6669 | 2024.07.15 22:23:22.420057 [ 3 ] {c3b7ac9c-d90c-4a6c-bd4a-4a536e1c9135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6670 | 2024.07.15 22:23:22.420128 [ 3 ] {c3b7ac9c-d90c-4a6c-bd4a-4a536e1c9135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6671 | 2024.07.15 22:23:22.420558 [ 3 ] {c3b7ac9c-d90c-4a6c-bd4a-4a536e1c9135} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6672 | 2024.07.15 22:23:22.421266 [ 3 ] {c3b7ac9c-d90c-4a6c-bd4a-4a536e1c9135} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6673 | 2024.07.15 22:23:22.421303 [ 3 ] {c3b7ac9c-d90c-4a6c-bd4a-4a536e1c9135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6674 | 2024.07.15 22:23:22.421938 [ 3 ] {c3b7ac9c-d90c-4a6c-bd4a-4a536e1c9135} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6675 | 2024.07.15 22:23:22.422350 [ 3 ] {c3b7ac9c-d90c-4a6c-bd4a-4a536e1c9135} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6676 | 2024.07.15 22:23:22.422540 [ 3 ] {c3b7ac9c-d90c-4a6c-bd4a-4a536e1c9135} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002732 sec., 10980.966325036603 rows/sec., 19.68 MiB/sec. | ||
6677 | 2024.07.15 22:23:22.423051 [ 3 ] {c3b7ac9c-d90c-4a6c-bd4a-4a536e1c9135} <Debug> DynamicQueryHandler: Done processing query | ||
6678 | 2024.07.15 22:23:22.423076 [ 3 ] {c3b7ac9c-d90c-4a6c-bd4a-4a536e1c9135} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6679 | 2024.07.15 22:23:22.423094 [ 3 ] {} <Debug> HTTP-Session: 4ac59d1b-18ba-4af4-b75a-1f20110bc89c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6680 | 2024.07.15 22:23:22.423207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6681 | 2024.07.15 22:23:22.423258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6682 | 2024.07.15 22:23:22.423277 [ 3 ] {} <Debug> HTTP-Session: e80b3015-25ac-49df-ad21-10eca4601294 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6683 | 2024.07.15 22:23:22.423294 [ 3 ] {} <Debug> HTTP-Session: e80b3015-25ac-49df-ad21-10eca4601294 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6684 | 2024.07.15 22:23:22.423308 [ 3 ] {} <Debug> HTTP-Session: e80b3015-25ac-49df-ad21-10eca4601294 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6685 | 2024.07.15 22:23:22.423338 [ 3 ] {} <Trace> HTTP-Session: e80b3015-25ac-49df-ad21-10eca4601294 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6686 | 2024.07.15 22:23:22.423459 [ 3 ] {843d3be4-52ea-4952-a362-166951c30fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6687 | 2024.07.15 22:23:22.423503 [ 3 ] {843d3be4-52ea-4952-a362-166951c30fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6688 | 2024.07.15 22:23:22.423644 [ 3 ] {843d3be4-52ea-4952-a362-166951c30fbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6689 | 2024.07.15 22:23:22.423943 [ 3 ] {843d3be4-52ea-4952-a362-166951c30fbb} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6690 | 2024.07.15 22:23:22.423979 [ 3 ] {843d3be4-52ea-4952-a362-166951c30fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6691 | 2024.07.15 22:23:22.424349 [ 3 ] {843d3be4-52ea-4952-a362-166951c30fbb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6692 | 2024.07.15 22:23:22.424684 [ 3 ] {843d3be4-52ea-4952-a362-166951c30fbb} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6693 | 2024.07.15 22:23:22.424834 [ 3 ] {843d3be4-52ea-4952-a362-166951c30fbb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
6694 | 2024.07.15 22:23:22.425246 [ 3 ] {843d3be4-52ea-4952-a362-166951c30fbb} <Debug> DynamicQueryHandler: Done processing query | ||
6695 | 2024.07.15 22:23:22.425340 [ 3 ] {843d3be4-52ea-4952-a362-166951c30fbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6696 | 2024.07.15 22:23:22.425446 [ 3 ] {} <Debug> HTTP-Session: e80b3015-25ac-49df-ad21-10eca4601294 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6697 | 2024.07.15 22:23:27.413632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6698 | 2024.07.15 22:23:27.413765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6699 | 2024.07.15 22:23:27.413794 [ 3 ] {} <Debug> HTTP-Session: e1a89386-3899-40d0-8abb-1ef888e8297a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6700 | 2024.07.15 22:23:27.413822 [ 3 ] {} <Debug> HTTP-Session: e1a89386-3899-40d0-8abb-1ef888e8297a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6701 | 2024.07.15 22:23:27.413840 [ 3 ] {} <Debug> HTTP-Session: e1a89386-3899-40d0-8abb-1ef888e8297a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6702 | 2024.07.15 22:23:27.413895 [ 3 ] {} <Trace> HTTP-Session: e1a89386-3899-40d0-8abb-1ef888e8297a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6703 | 2024.07.15 22:23:27.414079 [ 3 ] {896ba10b-9b44-4b5c-a394-f6bc311d5fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6704 | 2024.07.15 22:23:27.414145 [ 3 ] {896ba10b-9b44-4b5c-a394-f6bc311d5fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6705 | 2024.07.15 22:23:27.414335 [ 3 ] {896ba10b-9b44-4b5c-a394-f6bc311d5fbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6706 | 2024.07.15 22:23:27.414769 [ 3 ] {896ba10b-9b44-4b5c-a394-f6bc311d5fbd} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6707 | 2024.07.15 22:23:27.414811 [ 3 ] {896ba10b-9b44-4b5c-a394-f6bc311d5fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6708 | 2024.07.15 22:23:27.415166 [ 3 ] {896ba10b-9b44-4b5c-a394-f6bc311d5fbd} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6709 | 2024.07.15 22:23:27.415486 [ 3 ] {896ba10b-9b44-4b5c-a394-f6bc311d5fbd} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6710 | 2024.07.15 22:23:27.415642 [ 3 ] {896ba10b-9b44-4b5c-a394-f6bc311d5fbd} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001612 sec., 3722.0843672456576 rows/sec., 210.82 KiB/sec. | ||
6711 | 2024.07.15 22:23:27.415938 [ 3 ] {896ba10b-9b44-4b5c-a394-f6bc311d5fbd} <Debug> DynamicQueryHandler: Done processing query | ||
6712 | 2024.07.15 22:23:27.415965 [ 3 ] {896ba10b-9b44-4b5c-a394-f6bc311d5fbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6713 | 2024.07.15 22:23:27.415982 [ 3 ] {} <Debug> HTTP-Session: e1a89386-3899-40d0-8abb-1ef888e8297a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6714 | 2024.07.15 22:23:27.416204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6715 | 2024.07.15 22:23:27.416254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6716 | 2024.07.15 22:23:27.416273 [ 3 ] {} <Debug> HTTP-Session: c0b9d443-f045-4cdf-b1ce-94805d5a2f03 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6717 | 2024.07.15 22:23:27.416290 [ 3 ] {} <Debug> HTTP-Session: c0b9d443-f045-4cdf-b1ce-94805d5a2f03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6718 | 2024.07.15 22:23:27.416304 [ 3 ] {} <Debug> HTTP-Session: c0b9d443-f045-4cdf-b1ce-94805d5a2f03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6719 | 2024.07.15 22:23:27.416334 [ 3 ] {} <Trace> HTTP-Session: c0b9d443-f045-4cdf-b1ce-94805d5a2f03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6720 | 2024.07.15 22:23:27.416474 [ 3 ] {71244b9f-1d76-4d87-bee1-e09eae6d932b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6721 | 2024.07.15 22:23:27.416517 [ 3 ] {71244b9f-1d76-4d87-bee1-e09eae6d932b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6722 | 2024.07.15 22:23:27.416662 [ 3 ] {71244b9f-1d76-4d87-bee1-e09eae6d932b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6723 | 2024.07.15 22:23:27.417102 [ 3 ] {71244b9f-1d76-4d87-bee1-e09eae6d932b} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6724 | 2024.07.15 22:23:27.417139 [ 3 ] {71244b9f-1d76-4d87-bee1-e09eae6d932b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6725 | 2024.07.15 22:23:27.417468 [ 3 ] {71244b9f-1d76-4d87-bee1-e09eae6d932b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6726 | 2024.07.15 22:23:27.417768 [ 3 ] {71244b9f-1d76-4d87-bee1-e09eae6d932b} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6727 | 2024.07.15 22:23:27.417923 [ 3 ] {71244b9f-1d76-4d87-bee1-e09eae6d932b} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001504 sec., 107047.87234042554 rows/sec., 9.45 MiB/sec. | ||
6728 | 2024.07.15 22:23:27.417930 [ 92 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6729 | 2024.07.15 22:23:27.418042 [ 92 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6730 | 2024.07.15 22:23:27.418094 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6731 | 2024.07.15 22:23:27.418193 [ 3 ] {71244b9f-1d76-4d87-bee1-e09eae6d932b} <Debug> DynamicQueryHandler: Done processing query | ||
6732 | 2024.07.15 22:23:27.418268 [ 3 ] {71244b9f-1d76-4d87-bee1-e09eae6d932b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6733 | 2024.07.15 22:23:27.418336 [ 3 ] {} <Debug> HTTP-Session: c0b9d443-f045-4cdf-b1ce-94805d5a2f03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6734 | 2024.07.15 22:23:27.418473 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
6735 | 2024.07.15 22:23:27.418642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6736 | 2024.07.15 22:23:27.418753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6737 | 2024.07.15 22:23:27.418765 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6738 | 2024.07.15 22:23:27.418783 [ 3 ] {} <Debug> HTTP-Session: 05dbcb41-276f-4009-8e8a-3c236d4ca0be Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6739 | 2024.07.15 22:23:27.418827 [ 3 ] {} <Debug> HTTP-Session: 05dbcb41-276f-4009-8e8a-3c236d4ca0be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6740 | 2024.07.15 22:23:27.418839 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 295 rows starting from the beginning of the part | ||
6741 | 2024.07.15 22:23:27.418854 [ 3 ] {} <Debug> HTTP-Session: 05dbcb41-276f-4009-8e8a-3c236d4ca0be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6742 | 2024.07.15 22:23:27.418923 [ 3 ] {} <Trace> HTTP-Session: 05dbcb41-276f-4009-8e8a-3c236d4ca0be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6743 | 2024.07.15 22:23:27.419152 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 197 rows starting from the beginning of the part | ||
6744 | 2024.07.15 22:23:27.419338 [ 3 ] {59ef87d9-778c-4c68-aa22-1defa58d8c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6745 | 2024.07.15 22:23:27.419385 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 147 rows starting from the beginning of the part | ||
6746 | 2024.07.15 22:23:27.419470 [ 3 ] {59ef87d9-778c-4c68-aa22-1defa58d8c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6747 | 2024.07.15 22:23:27.419610 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 161 rows starting from the beginning of the part | ||
6748 | 2024.07.15 22:23:27.419947 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 146 rows starting from the beginning of the part | ||
6749 | 2024.07.15 22:23:27.420256 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
6750 | 2024.07.15 22:23:27.420725 [ 3 ] {59ef87d9-778c-4c68-aa22-1defa58d8c51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6751 | 2024.07.15 22:23:27.421814 [ 3 ] {59ef87d9-778c-4c68-aa22-1defa58d8c51} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6752 | 2024.07.15 22:23:27.421876 [ 3 ] {59ef87d9-778c-4c68-aa22-1defa58d8c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6753 | 2024.07.15 22:23:27.422637 [ 3 ] {59ef87d9-778c-4c68-aa22-1defa58d8c51} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6754 | 2024.07.15 22:23:27.422839 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1107 rows, containing 4 columns (4 merged, 0 gathered) in 0.004632812 sec., 238947.74922876214 rows/sec., 20.61 MiB/sec. | ||
6755 | 2024.07.15 22:23:27.423091 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6756 | 2024.07.15 22:23:27.423343 [ 3 ] {59ef87d9-778c-4c68-aa22-1defa58d8c51} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6757 | 2024.07.15 22:23:27.423702 [ 90 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6758 | 2024.07.15 22:23:27.423754 [ 3 ] {59ef87d9-778c-4c68-aa22-1defa58d8c51} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.00464 sec., 82327.58620689655 rows/sec., 5.78 MiB/sec. | ||
6759 | 2024.07.15 22:23:27.423778 [ 90 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6760 | 2024.07.15 22:23:27.423851 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6761 | 2024.07.15 22:23:27.424215 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_36_7} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6762 | 2024.07.15 22:23:27.424383 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
6763 | 2024.07.15 22:23:27.424398 [ 3 ] {59ef87d9-778c-4c68-aa22-1defa58d8c51} <Debug> DynamicQueryHandler: Done processing query | ||
6764 | 2024.07.15 22:23:27.424513 [ 3 ] {59ef87d9-778c-4c68-aa22-1defa58d8c51} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6765 | 2024.07.15 22:23:27.424649 [ 3 ] {} <Debug> HTTP-Session: 05dbcb41-276f-4009-8e8a-3c236d4ca0be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6766 | 2024.07.15 22:23:27.424694 [ 189 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_36_7} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6767 | 2024.07.15 22:23:27.425061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6768 | 2024.07.15 22:23:27.425113 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
6769 | 2024.07.15 22:23:27.425320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6770 | 2024.07.15 22:23:27.425323 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6771 | 2024.07.15 22:23:27.425401 [ 3 ] {} <Debug> HTTP-Session: 44f51004-36b4-4944-854c-e8ff778275bf Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6772 | 2024.07.15 22:23:27.425429 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 470 rows starting from the beginning of the part | ||
6773 | 2024.07.15 22:23:27.425471 [ 3 ] {} <Debug> HTTP-Session: 44f51004-36b4-4944-854c-e8ff778275bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6774 | 2024.07.15 22:23:27.425510 [ 3 ] {} <Debug> HTTP-Session: 44f51004-36b4-4944-854c-e8ff778275bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6775 | 2024.07.15 22:23:27.425667 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 406 rows starting from the beginning of the part | ||
6776 | 2024.07.15 22:23:27.425678 [ 3 ] {} <Trace> HTTP-Session: 44f51004-36b4-4944-854c-e8ff778275bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6777 | 2024.07.15 22:23:27.425894 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 96 rows starting from the beginning of the part | ||
6778 | 2024.07.15 22:23:27.426052 [ 3 ] {44880782-e7fb-4cc9-bf88-0981b78558cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6779 | 2024.07.15 22:23:27.426119 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 382 rows starting from the beginning of the part | ||
6780 | 2024.07.15 22:23:27.426260 [ 3 ] {44880782-e7fb-4cc9-bf88-0981b78558cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6781 | 2024.07.15 22:23:27.426351 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 94 rows starting from the beginning of the part | ||
6782 | 2024.07.15 22:23:27.426650 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 382 rows starting from the beginning of the part | ||
6783 | 2024.07.15 22:23:27.427261 [ 3 ] {44880782-e7fb-4cc9-bf88-0981b78558cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6784 | 2024.07.15 22:23:27.427975 [ 3 ] {44880782-e7fb-4cc9-bf88-0981b78558cf} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6785 | 2024.07.15 22:23:27.428041 [ 3 ] {44880782-e7fb-4cc9-bf88-0981b78558cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6786 | 2024.07.15 22:23:27.428885 [ 3 ] {44880782-e7fb-4cc9-bf88-0981b78558cf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6787 | 2024.07.15 22:23:27.429498 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1830 rows, containing 4 columns (4 merged, 0 gathered) in 0.005489119 sec., 333386.8331147494 rows/sec., 23.85 MiB/sec. | ||
6788 | 2024.07.15 22:23:27.429685 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6789 | 2024.07.15 22:23:27.429694 [ 3 ] {44880782-e7fb-4cc9-bf88-0981b78558cf} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6790 | 2024.07.15 22:23:27.429958 [ 90 ] {} <Debug> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6791 | 2024.07.15 22:23:27.430063 [ 90 ] {} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6792 | 2024.07.15 22:23:27.430149 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6793 | 2024.07.15 22:23:27.430207 [ 3 ] {44880782-e7fb-4cc9-bf88-0981b78558cf} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004254 sec., 1410.4372355430182 rows/sec., 60.60 KiB/sec. | ||
6794 | 2024.07.15 22:23:27.430626 [ 193 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::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 | ||
6795 | 2024.07.15 22:23:27.430865 [ 3 ] {44880782-e7fb-4cc9-bf88-0981b78558cf} <Debug> DynamicQueryHandler: Done processing query | ||
6796 | 2024.07.15 22:23:27.430905 [ 193 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6797 | 2024.07.15 22:23:27.430921 [ 3 ] {44880782-e7fb-4cc9-bf88-0981b78558cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6798 | 2024.07.15 22:23:27.430998 [ 193 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
6799 | 2024.07.15 22:23:27.430997 [ 3 ] {} <Debug> HTTP-Session: 44f51004-36b4-4944-854c-e8ff778275bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6800 | 2024.07.15 22:23:27.431017 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_36_7} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6801 | 2024.07.15 22:23:27.431309 [ 193 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
6802 | 2024.07.15 22:23:27.431319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6803 | 2024.07.15 22:23:27.431364 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_36_7} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6804 | 2024.07.15 22:23:27.431585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6805 | 2024.07.15 22:23:27.431749 [ 3 ] {} <Debug> HTTP-Session: 30b3d375-fa40-4b6e-b7b2-478b42d953c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6806 | 2024.07.15 22:23:27.431823 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
6807 | 2024.07.15 22:23:27.431824 [ 193 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
6808 | 2024.07.15 22:23:27.431844 [ 3 ] {} <Debug> HTTP-Session: 30b3d375-fa40-4b6e-b7b2-478b42d953c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6809 | 2024.07.15 22:23:27.431928 [ 3 ] {} <Debug> HTTP-Session: 30b3d375-fa40-4b6e-b7b2-478b42d953c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6810 | 2024.07.15 22:23:27.432092 [ 3 ] {} <Trace> HTTP-Session: 30b3d375-fa40-4b6e-b7b2-478b42d953c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6811 | 2024.07.15 22:23:27.432098 [ 193 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
6812 | 2024.07.15 22:23:27.432240 [ 193 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
6813 | 2024.07.15 22:23:27.432462 [ 193 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
6814 | 2024.07.15 22:23:27.432556 [ 3 ] {9a316f01-d812-4496-9246-bddca037ae41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6815 | 2024.07.15 22:23:27.432895 [ 3 ] {9a316f01-d812-4496-9246-bddca037ae41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6816 | 2024.07.15 22:23:27.433542 [ 3 ] {9a316f01-d812-4496-9246-bddca037ae41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6817 | 2024.07.15 22:23:27.434591 [ 3 ] {9a316f01-d812-4496-9246-bddca037ae41} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6818 | 2024.07.15 22:23:27.434654 [ 3 ] {9a316f01-d812-4496-9246-bddca037ae41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6819 | 2024.07.15 22:23:27.435297 [ 193 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004970629 sec., 19313.451074300658 rows/sec., 829.87 KiB/sec. | ||
6820 | 2024.07.15 22:23:27.435473 [ 193 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6821 | 2024.07.15 22:23:27.435728 [ 3 ] {9a316f01-d812-4496-9246-bddca037ae41} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6822 | 2024.07.15 22:23:27.436212 [ 193 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_16_3} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6823 | 2024.07.15 22:23:27.436330 [ 193 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_16_3} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6824 | 2024.07.15 22:23:27.436463 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6825 | 2024.07.15 22:23:27.436518 [ 3 ] {9a316f01-d812-4496-9246-bddca037ae41} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6826 | 2024.07.15 22:23:27.436662 [ 90 ] {} <Debug> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6827 | 2024.07.15 22:23:27.436663 [ 3 ] {9a316f01-d812-4496-9246-bddca037ae41} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004361 sec., 17656.50080256822 rows/sec., 1.09 MiB/sec. | ||
6828 | 2024.07.15 22:23:27.436695 [ 90 ] {} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6829 | 2024.07.15 22:23:27.436735 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6830 | 2024.07.15 22:23:27.436972 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::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 | ||
6831 | 2024.07.15 22:23:27.437004 [ 3 ] {9a316f01-d812-4496-9246-bddca037ae41} <Debug> DynamicQueryHandler: Done processing query | ||
6832 | 2024.07.15 22:23:27.437053 [ 3 ] {9a316f01-d812-4496-9246-bddca037ae41} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6833 | 2024.07.15 22:23:27.437088 [ 3 ] {} <Debug> HTTP-Session: 30b3d375-fa40-4b6e-b7b2-478b42d953c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6834 | 2024.07.15 22:23:27.437210 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6835 | 2024.07.15 22:23:27.437252 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 847 rows starting from the beginning of the part | ||
6836 | 2024.07.15 22:23:27.437362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6837 | 2024.07.15 22:23:27.437493 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 77 rows starting from the beginning of the part | ||
6838 | 2024.07.15 22:23:27.437540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6839 | 2024.07.15 22:23:27.437641 [ 3 ] {} <Debug> HTTP-Session: 81ee3da8-7c70-402f-baf9-c0366487cf37 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6840 | 2024.07.15 22:23:27.437732 [ 3 ] {} <Debug> HTTP-Session: 81ee3da8-7c70-402f-baf9-c0366487cf37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6841 | 2024.07.15 22:23:27.437820 [ 3 ] {} <Debug> HTTP-Session: 81ee3da8-7c70-402f-baf9-c0366487cf37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6842 | 2024.07.15 22:23:27.437866 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 77 rows starting from the beginning of the part | ||
6843 | 2024.07.15 22:23:27.437938 [ 3 ] {} <Trace> HTTP-Session: 81ee3da8-7c70-402f-baf9-c0366487cf37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6844 | 2024.07.15 22:23:27.438179 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 77 rows starting from the beginning of the part | ||
6845 | 2024.07.15 22:23:27.438419 [ 3 ] {33e1336b-f149-401a-af68-a90b0861dded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6846 | 2024.07.15 22:23:27.438443 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 77 rows starting from the beginning of the part | ||
6847 | 2024.07.15 22:23:27.438591 [ 3 ] {33e1336b-f149-401a-af68-a90b0861dded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6848 | 2024.07.15 22:23:27.438729 [ 196 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 77 rows starting from the beginning of the part | ||
6849 | 2024.07.15 22:23:27.439566 [ 3 ] {33e1336b-f149-401a-af68-a90b0861dded} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6850 | 2024.07.15 22:23:27.440643 [ 3 ] {33e1336b-f149-401a-af68-a90b0861dded} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6851 | 2024.07.15 22:23:27.440728 [ 3 ] {33e1336b-f149-401a-af68-a90b0861dded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6852 | 2024.07.15 22:23:27.441675 [ 3 ] {33e1336b-f149-401a-af68-a90b0861dded} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6853 | 2024.07.15 22:23:27.441931 [ 193 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 5 columns (5 merged, 0 gathered) in 0.005081591 sec., 242443.75432812283 rows/sec., 14.93 MiB/sec. | ||
6854 | 2024.07.15 22:23:27.442212 [ 193 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6855 | 2024.07.15 22:23:27.442485 [ 3 ] {33e1336b-f149-401a-af68-a90b0861dded} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6856 | 2024.07.15 22:23:27.442854 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6857 | 2024.07.15 22:23:27.442912 [ 3 ] {33e1336b-f149-401a-af68-a90b0861dded} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004739 sec., 33762.397130196245 rows/sec., 2.35 MiB/sec. | ||
6858 | 2024.07.15 22:23:27.442919 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6859 | 2024.07.15 22:23:27.442995 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6860 | 2024.07.15 22:23:27.443411 [ 193 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6861 | 2024.07.15 22:23:27.443578 [ 3 ] {33e1336b-f149-401a-af68-a90b0861dded} <Debug> DynamicQueryHandler: Done processing query | ||
6862 | 2024.07.15 22:23:27.443685 [ 3 ] {33e1336b-f149-401a-af68-a90b0861dded} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6863 | 2024.07.15 22:23:27.443730 [ 193 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6864 | 2024.07.15 22:23:27.443781 [ 3 ] {} <Debug> HTTP-Session: 81ee3da8-7c70-402f-baf9-c0366487cf37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6865 | 2024.07.15 22:23:27.444125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6866 | 2024.07.15 22:23:27.444199 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
6867 | 2024.07.15 22:23:27.444267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6868 | 2024.07.15 22:23:27.444294 [ 196 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
6869 | 2024.07.15 22:23:27.444305 [ 3 ] {} <Debug> HTTP-Session: 73215451-9d75-48d8-8834-97d9b781bb51 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6870 | 2024.07.15 22:23:27.444367 [ 3 ] {} <Debug> HTTP-Session: 73215451-9d75-48d8-8834-97d9b781bb51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6871 | 2024.07.15 22:23:27.444399 [ 3 ] {} <Debug> HTTP-Session: 73215451-9d75-48d8-8834-97d9b781bb51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6872 | 2024.07.15 22:23:27.444498 [ 3 ] {} <Trace> HTTP-Session: 73215451-9d75-48d8-8834-97d9b781bb51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6873 | 2024.07.15 22:23:27.444598 [ 196 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6874 | 2024.07.15 22:23:27.444676 [ 196 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4939 rows starting from the beginning of the part | ||
6875 | 2024.07.15 22:23:27.444764 [ 3 ] {4973ecae-971b-4d0a-bb6e-99f22d704ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6876 | 2024.07.15 22:23:27.444960 [ 196 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 196 rows starting from the beginning of the part | ||
6877 | 2024.07.15 22:23:27.444973 [ 3 ] {4973ecae-971b-4d0a-bb6e-99f22d704ab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6878 | 2024.07.15 22:23:27.445292 [ 196 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 161 rows starting from the beginning of the part | ||
6879 | 2024.07.15 22:23:27.445691 [ 196 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
6880 | 2024.07.15 22:23:27.446072 [ 196 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
6881 | 2024.07.15 22:23:27.446335 [ 3 ] {4973ecae-971b-4d0a-bb6e-99f22d704ab1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6882 | 2024.07.15 22:23:27.446384 [ 196 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
6883 | 2024.07.15 22:23:27.447267 [ 3 ] {4973ecae-971b-4d0a-bb6e-99f22d704ab1} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6884 | 2024.07.15 22:23:27.447342 [ 3 ] {4973ecae-971b-4d0a-bb6e-99f22d704ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6885 | 2024.07.15 22:23:27.448079 [ 3 ] {4973ecae-971b-4d0a-bb6e-99f22d704ab1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6886 | 2024.07.15 22:23:27.448982 [ 3 ] {4973ecae-971b-4d0a-bb6e-99f22d704ab1} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6887 | 2024.07.15 22:23:27.449217 [ 3 ] {4973ecae-971b-4d0a-bb6e-99f22d704ab1} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004495 sec., 5116.796440489433 rows/sec., 276.78 KiB/sec. | ||
6888 | 2024.07.15 22:23:27.449648 [ 3 ] {4973ecae-971b-4d0a-bb6e-99f22d704ab1} <Debug> DynamicQueryHandler: Done processing query | ||
6889 | 2024.07.15 22:23:27.449674 [ 3 ] {4973ecae-971b-4d0a-bb6e-99f22d704ab1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6890 | 2024.07.15 22:23:27.449690 [ 3 ] {} <Debug> HTTP-Session: 73215451-9d75-48d8-8834-97d9b781bb51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6891 | 2024.07.15 22:23:27.449871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6892 | 2024.07.15 22:23:27.449924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6893 | 2024.07.15 22:23:27.449946 [ 3 ] {} <Debug> HTTP-Session: 23f31490-c4a5-4d4a-b6d0-88dc3eab344e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6894 | 2024.07.15 22:23:27.449965 [ 3 ] {} <Debug> HTTP-Session: 23f31490-c4a5-4d4a-b6d0-88dc3eab344e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6895 | 2024.07.15 22:23:27.449981 [ 3 ] {} <Debug> HTTP-Session: 23f31490-c4a5-4d4a-b6d0-88dc3eab344e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6896 | 2024.07.15 22:23:27.450014 [ 3 ] {} <Trace> HTTP-Session: 23f31490-c4a5-4d4a-b6d0-88dc3eab344e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6897 | 2024.07.15 22:23:27.450255 [ 3 ] {a7483b1b-4fa4-44a6-833f-39b514002db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6898 | 2024.07.15 22:23:27.450398 [ 3 ] {a7483b1b-4fa4-44a6-833f-39b514002db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6899 | 2024.07.15 22:23:27.450412 [ 196 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5776 rows, containing 5 columns (5 merged, 0 gathered) in 0.007198093 sec., 802434.7559832861 rows/sec., 55.90 MiB/sec. | ||
6900 | 2024.07.15 22:23:27.450604 [ 3 ] {a7483b1b-4fa4-44a6-833f-39b514002db4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6901 | 2024.07.15 22:23:27.450828 [ 196 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6902 | 2024.07.15 22:23:27.451209 [ 3 ] {a7483b1b-4fa4-44a6-833f-39b514002db4} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6903 | 2024.07.15 22:23:27.451285 [ 3 ] {a7483b1b-4fa4-44a6-833f-39b514002db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6904 | 2024.07.15 22:23:27.451920 [ 196 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6905 | 2024.07.15 22:23:27.452090 [ 196 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6906 | 2024.07.15 22:23:27.452230 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. | ||
6907 | 2024.07.15 22:23:27.452231 [ 3 ] {a7483b1b-4fa4-44a6-833f-39b514002db4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6908 | 2024.07.15 22:23:27.452603 [ 3 ] {a7483b1b-4fa4-44a6-833f-39b514002db4} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6909 | 2024.07.15 22:23:27.452730 [ 90 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6910 | 2024.07.15 22:23:27.452733 [ 3 ] {a7483b1b-4fa4-44a6-833f-39b514002db4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00264 sec., 22727.272727272728 rows/sec., 1.53 MiB/sec. | ||
6911 | 2024.07.15 22:23:27.452764 [ 90 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6912 | 2024.07.15 22:23:27.452801 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6913 | 2024.07.15 22:23:27.453168 [ 3 ] {a7483b1b-4fa4-44a6-833f-39b514002db4} <Debug> DynamicQueryHandler: Done processing query | ||
6914 | 2024.07.15 22:23:27.453186 [ 196 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
6915 | 2024.07.15 22:23:27.453249 [ 3 ] {a7483b1b-4fa4-44a6-833f-39b514002db4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6916 | 2024.07.15 22:23:27.453344 [ 3 ] {} <Debug> HTTP-Session: 23f31490-c4a5-4d4a-b6d0-88dc3eab344e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6917 | 2024.07.15 22:23:27.453762 [ 196 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6918 | 2024.07.15 22:23:27.453821 [ 196 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1718 rows starting from the beginning of the part | ||
6919 | 2024.07.15 22:23:27.453921 [ 196 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
6920 | 2024.07.15 22:23:27.454139 [ 196 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
6921 | 2024.07.15 22:23:27.454334 [ 196 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
6922 | 2024.07.15 22:23:27.454522 [ 196 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
6923 | 2024.07.15 22:23:27.454635 [ 196 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
6924 | 2024.07.15 22:23:27.455946 [ 197 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2018 rows, containing 4 columns (4 merged, 0 gathered) in 0.00304853 sec., 661958.386501035 rows/sec., 44.67 MiB/sec. | ||
6925 | 2024.07.15 22:23:27.456219 [ 194 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6926 | 2024.07.15 22:23:27.456685 [ 194 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_36_7} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6927 | 2024.07.15 22:23:27.456778 [ 194 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_36_7} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6928 | 2024.07.15 22:23:27.456875 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
6929 | 2024.07.15 22:23:32.409892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6930 | 2024.07.15 22:23:32.410037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6931 | 2024.07.15 22:23:32.410068 [ 3 ] {} <Debug> HTTP-Session: f2421a11-6db7-4c91-a3da-31b890f1e615 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6932 | 2024.07.15 22:23:32.410096 [ 3 ] {} <Debug> HTTP-Session: f2421a11-6db7-4c91-a3da-31b890f1e615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6933 | 2024.07.15 22:23:32.410113 [ 3 ] {} <Debug> HTTP-Session: f2421a11-6db7-4c91-a3da-31b890f1e615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6934 | 2024.07.15 22:23:32.410170 [ 3 ] {} <Trace> HTTP-Session: f2421a11-6db7-4c91-a3da-31b890f1e615 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6935 | 2024.07.15 22:23:32.410380 [ 3 ] {32fbc470-de92-4c23-b3aa-b0de678d28f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6936 | 2024.07.15 22:23:32.410455 [ 3 ] {32fbc470-de92-4c23-b3aa-b0de678d28f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6937 | 2024.07.15 22:23:32.410675 [ 3 ] {32fbc470-de92-4c23-b3aa-b0de678d28f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6938 | 2024.07.15 22:23:32.411135 [ 3 ] {32fbc470-de92-4c23-b3aa-b0de678d28f8} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6939 | 2024.07.15 22:23:32.411183 [ 3 ] {32fbc470-de92-4c23-b3aa-b0de678d28f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6940 | 2024.07.15 22:23:32.411550 [ 3 ] {32fbc470-de92-4c23-b3aa-b0de678d28f8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6941 | 2024.07.15 22:23:32.411884 [ 3 ] {32fbc470-de92-4c23-b3aa-b0de678d28f8} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6942 | 2024.07.15 22:23:32.412050 [ 3 ] {32fbc470-de92-4c23-b3aa-b0de678d28f8} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001731 sec., 17331.02253032929 rows/sec., 1.37 MiB/sec. | ||
6943 | 2024.07.15 22:23:32.412252 [ 3 ] {32fbc470-de92-4c23-b3aa-b0de678d28f8} <Debug> DynamicQueryHandler: Done processing query | ||
6944 | 2024.07.15 22:23:32.412279 [ 3 ] {32fbc470-de92-4c23-b3aa-b0de678d28f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6945 | 2024.07.15 22:23:32.412295 [ 3 ] {} <Debug> HTTP-Session: f2421a11-6db7-4c91-a3da-31b890f1e615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6946 | 2024.07.15 22:23:32.412423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6947 | 2024.07.15 22:23:32.412477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6948 | 2024.07.15 22:23:32.412498 [ 3 ] {} <Debug> HTTP-Session: a4f57f61-4486-4bb7-bbc1-c579ba437fa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6949 | 2024.07.15 22:23:32.412517 [ 3 ] {} <Debug> HTTP-Session: a4f57f61-4486-4bb7-bbc1-c579ba437fa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6950 | 2024.07.15 22:23:32.412531 [ 3 ] {} <Debug> HTTP-Session: a4f57f61-4486-4bb7-bbc1-c579ba437fa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6951 | 2024.07.15 22:23:32.412567 [ 3 ] {} <Trace> HTTP-Session: a4f57f61-4486-4bb7-bbc1-c579ba437fa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6952 | 2024.07.15 22:23:32.412670 [ 3 ] {76f935cc-9904-4cc2-84e3-b0dcae65864e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6953 | 2024.07.15 22:23:32.412716 [ 3 ] {76f935cc-9904-4cc2-84e3-b0dcae65864e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6954 | 2024.07.15 22:23:32.412842 [ 3 ] {76f935cc-9904-4cc2-84e3-b0dcae65864e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6955 | 2024.07.15 22:23:32.413130 [ 3 ] {76f935cc-9904-4cc2-84e3-b0dcae65864e} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6956 | 2024.07.15 22:23:32.413166 [ 3 ] {76f935cc-9904-4cc2-84e3-b0dcae65864e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6957 | 2024.07.15 22:23:32.413463 [ 3 ] {76f935cc-9904-4cc2-84e3-b0dcae65864e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6958 | 2024.07.15 22:23:32.413768 [ 3 ] {76f935cc-9904-4cc2-84e3-b0dcae65864e} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6959 | 2024.07.15 22:23:32.413930 [ 3 ] {76f935cc-9904-4cc2-84e3-b0dcae65864e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001281 sec., 4683.840749414519 rows/sec., 381.93 KiB/sec. | ||
6960 | 2024.07.15 22:23:32.414430 [ 3 ] {76f935cc-9904-4cc2-84e3-b0dcae65864e} <Debug> DynamicQueryHandler: Done processing query | ||
6961 | 2024.07.15 22:23:32.414487 [ 3 ] {76f935cc-9904-4cc2-84e3-b0dcae65864e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6962 | 2024.07.15 22:23:32.414524 [ 3 ] {} <Debug> HTTP-Session: a4f57f61-4486-4bb7-bbc1-c579ba437fa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6963 | 2024.07.15 22:23:32.414680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6964 | 2024.07.15 22:23:32.414731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6965 | 2024.07.15 22:23:32.414750 [ 3 ] {} <Debug> HTTP-Session: 91b264e5-ab05-421a-99af-1fca4cbb53b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6966 | 2024.07.15 22:23:32.414766 [ 3 ] {} <Debug> HTTP-Session: 91b264e5-ab05-421a-99af-1fca4cbb53b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6967 | 2024.07.15 22:23:32.414780 [ 3 ] {} <Debug> HTTP-Session: 91b264e5-ab05-421a-99af-1fca4cbb53b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6968 | 2024.07.15 22:23:32.414812 [ 3 ] {} <Trace> HTTP-Session: 91b264e5-ab05-421a-99af-1fca4cbb53b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6969 | 2024.07.15 22:23:32.414951 [ 3 ] {ed6f1264-4afd-484a-a594-8d879b81727c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6970 | 2024.07.15 22:23:32.414995 [ 3 ] {ed6f1264-4afd-484a-a594-8d879b81727c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6971 | 2024.07.15 22:23:32.415147 [ 3 ] {ed6f1264-4afd-484a-a594-8d879b81727c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6972 | 2024.07.15 22:23:32.415541 [ 3 ] {ed6f1264-4afd-484a-a594-8d879b81727c} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6973 | 2024.07.15 22:23:32.415576 [ 3 ] {ed6f1264-4afd-484a-a594-8d879b81727c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6974 | 2024.07.15 22:23:32.415904 [ 3 ] {ed6f1264-4afd-484a-a594-8d879b81727c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6975 | 2024.07.15 22:23:32.416218 [ 3 ] {ed6f1264-4afd-484a-a594-8d879b81727c} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6976 | 2024.07.15 22:23:32.416367 [ 3 ] {ed6f1264-4afd-484a-a594-8d879b81727c} <Debug> executeQuery: Read 149 rows, 12.77 KiB in 0.00147 sec., 101360.54421768707 rows/sec., 8.48 MiB/sec. | ||
6977 | 2024.07.15 22:23:32.416667 [ 3 ] {ed6f1264-4afd-484a-a594-8d879b81727c} <Debug> DynamicQueryHandler: Done processing query | ||
6978 | 2024.07.15 22:23:32.416712 [ 3 ] {ed6f1264-4afd-484a-a594-8d879b81727c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6979 | 2024.07.15 22:23:32.416729 [ 3 ] {} <Debug> HTTP-Session: 91b264e5-ab05-421a-99af-1fca4cbb53b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6980 | 2024.07.15 22:23:32.416849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6981 | 2024.07.15 22:23:32.416899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6982 | 2024.07.15 22:23:32.416919 [ 3 ] {} <Debug> HTTP-Session: 504ba30b-8d62-4ca6-8efb-ac185dac9610 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
6983 | 2024.07.15 22:23:32.416934 [ 3 ] {} <Debug> HTTP-Session: 504ba30b-8d62-4ca6-8efb-ac185dac9610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6984 | 2024.07.15 22:23:32.416948 [ 3 ] {} <Debug> HTTP-Session: 504ba30b-8d62-4ca6-8efb-ac185dac9610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6985 | 2024.07.15 22:23:32.416979 [ 3 ] {} <Trace> HTTP-Session: 504ba30b-8d62-4ca6-8efb-ac185dac9610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6986 | 2024.07.15 22:23:32.417077 [ 3 ] {13d31c23-5042-4faa-a14b-c61755814f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6987 | 2024.07.15 22:23:32.417120 [ 3 ] {13d31c23-5042-4faa-a14b-c61755814f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6988 | 2024.07.15 22:23:32.417266 [ 3 ] {13d31c23-5042-4faa-a14b-c61755814f0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6989 | 2024.07.15 22:23:32.417531 [ 3 ] {13d31c23-5042-4faa-a14b-c61755814f0c} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6990 | 2024.07.15 22:23:32.417568 [ 3 ] {13d31c23-5042-4faa-a14b-c61755814f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
6991 | 2024.07.15 22:23:32.417865 [ 3 ] {13d31c23-5042-4faa-a14b-c61755814f0c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6992 | 2024.07.15 22:23:32.418165 [ 3 ] {13d31c23-5042-4faa-a14b-c61755814f0c} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6993 | 2024.07.15 22:23:32.418327 [ 3 ] {13d31c23-5042-4faa-a14b-c61755814f0c} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001271 sec., 4720.692368214005 rows/sec., 329.62 KiB/sec. | ||
6994 | 2024.07.15 22:23:32.418602 [ 3 ] {13d31c23-5042-4faa-a14b-c61755814f0c} <Debug> DynamicQueryHandler: Done processing query | ||
6995 | 2024.07.15 22:23:32.418627 [ 3 ] {13d31c23-5042-4faa-a14b-c61755814f0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6996 | 2024.07.15 22:23:32.418642 [ 3 ] {} <Debug> HTTP-Session: 504ba30b-8d62-4ca6-8efb-ac185dac9610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6997 | 2024.07.15 22:23:32.418809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6998 | 2024.07.15 22:23:32.418857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6999 | 2024.07.15 22:23:32.418875 [ 3 ] {} <Debug> HTTP-Session: 6ed6f543-94f6-4f81-b635-bedd6747d5a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7000 | 2024.07.15 22:23:32.418892 [ 3 ] {} <Debug> HTTP-Session: 6ed6f543-94f6-4f81-b635-bedd6747d5a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7001 | 2024.07.15 22:23:32.418905 [ 3 ] {} <Debug> HTTP-Session: 6ed6f543-94f6-4f81-b635-bedd6747d5a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7002 | 2024.07.15 22:23:32.418936 [ 3 ] {} <Trace> HTTP-Session: 6ed6f543-94f6-4f81-b635-bedd6747d5a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7003 | 2024.07.15 22:23:32.419057 [ 3 ] {fe7883f0-1bb6-4ec4-b943-b56c9fb63627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7004 | 2024.07.15 22:23:32.419100 [ 3 ] {fe7883f0-1bb6-4ec4-b943-b56c9fb63627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7005 | 2024.07.15 22:23:32.419240 [ 3 ] {fe7883f0-1bb6-4ec4-b943-b56c9fb63627} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7006 | 2024.07.15 22:23:32.419662 [ 3 ] {fe7883f0-1bb6-4ec4-b943-b56c9fb63627} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7007 | 2024.07.15 22:23:32.419698 [ 3 ] {fe7883f0-1bb6-4ec4-b943-b56c9fb63627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
7008 | 2024.07.15 22:23:32.420002 [ 3 ] {fe7883f0-1bb6-4ec4-b943-b56c9fb63627} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7009 | 2024.07.15 22:23:32.420303 [ 3 ] {fe7883f0-1bb6-4ec4-b943-b56c9fb63627} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7010 | 2024.07.15 22:23:32.420449 [ 3 ] {fe7883f0-1bb6-4ec4-b943-b56c9fb63627} <Debug> executeQuery: Read 100 rows, 8.01 KiB in 0.001438 sec., 69541.02920723226 rows/sec., 5.44 MiB/sec. | ||
7011 | 2024.07.15 22:23:32.420610 [ 3 ] {fe7883f0-1bb6-4ec4-b943-b56c9fb63627} <Debug> DynamicQueryHandler: Done processing query | ||
7012 | 2024.07.15 22:23:32.420634 [ 3 ] {fe7883f0-1bb6-4ec4-b943-b56c9fb63627} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7013 | 2024.07.15 22:23:32.420650 [ 3 ] {} <Debug> HTTP-Session: 6ed6f543-94f6-4f81-b635-bedd6747d5a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7014 | 2024.07.15 22:23:32.420793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 31188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7015 | 2024.07.15 22:23:32.420842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7016 | 2024.07.15 22:23:32.420861 [ 3 ] {} <Debug> HTTP-Session: 05ad6b89-d7f3-40ad-bbe7-c49cbf480bd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7017 | 2024.07.15 22:23:32.420878 [ 3 ] {} <Debug> HTTP-Session: 05ad6b89-d7f3-40ad-bbe7-c49cbf480bd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7018 | 2024.07.15 22:23:32.420891 [ 3 ] {} <Debug> HTTP-Session: 05ad6b89-d7f3-40ad-bbe7-c49cbf480bd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7019 | 2024.07.15 22:23:32.420922 [ 3 ] {} <Trace> HTTP-Session: 05ad6b89-d7f3-40ad-bbe7-c49cbf480bd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7020 | 2024.07.15 22:23:32.421059 [ 3 ] {dad806f1-643e-430e-b803-e6cec06c4256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7021 | 2024.07.15 22:23:32.421106 [ 3 ] {dad806f1-643e-430e-b803-e6cec06c4256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7022 | 2024.07.15 22:23:32.421252 [ 3 ] {dad806f1-643e-430e-b803-e6cec06c4256} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7023 | 2024.07.15 22:23:32.421613 [ 3 ] {dad806f1-643e-430e-b803-e6cec06c4256} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7024 | 2024.07.15 22:23:32.421648 [ 3 ] {dad806f1-643e-430e-b803-e6cec06c4256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
7025 | 2024.07.15 22:23:32.422036 [ 3 ] {dad806f1-643e-430e-b803-e6cec06c4256} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7026 | 2024.07.15 22:23:32.422369 [ 3 ] {dad806f1-643e-430e-b803-e6cec06c4256} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7027 | 2024.07.15 22:23:32.422524 [ 3 ] {dad806f1-643e-430e-b803-e6cec06c4256} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001527 sec., 106745.25212835625 rows/sec., 7.43 MiB/sec. | ||
7028 | 2024.07.15 22:23:32.422679 [ 3 ] {dad806f1-643e-430e-b803-e6cec06c4256} <Debug> DynamicQueryHandler: Done processing query | ||
7029 | 2024.07.15 22:23:32.422703 [ 3 ] {dad806f1-643e-430e-b803-e6cec06c4256} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7030 | 2024.07.15 22:23:32.422719 [ 3 ] {} <Debug> HTTP-Session: 05ad6b89-d7f3-40ad-bbe7-c49cbf480bd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7031 | 2024.07.15 22:23:32.422977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7032 | 2024.07.15 22:23:32.423025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7033 | 2024.07.15 22:23:32.423043 [ 3 ] {} <Debug> HTTP-Session: fc16aaeb-b108-4b42-af25-7a5ba8186cda Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7034 | 2024.07.15 22:23:32.423059 [ 3 ] {} <Debug> HTTP-Session: fc16aaeb-b108-4b42-af25-7a5ba8186cda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7035 | 2024.07.15 22:23:32.423073 [ 3 ] {} <Debug> HTTP-Session: fc16aaeb-b108-4b42-af25-7a5ba8186cda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7036 | 2024.07.15 22:23:32.423104 [ 3 ] {} <Trace> HTTP-Session: fc16aaeb-b108-4b42-af25-7a5ba8186cda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7037 | 2024.07.15 22:23:32.423685 [ 3 ] {07779392-6432-418b-b5b8-28054b58909a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7038 | 2024.07.15 22:23:32.423747 [ 3 ] {07779392-6432-418b-b5b8-28054b58909a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7039 | 2024.07.15 22:23:32.424145 [ 3 ] {07779392-6432-418b-b5b8-28054b58909a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7040 | 2024.07.15 22:23:32.424823 [ 3 ] {07779392-6432-418b-b5b8-28054b58909a} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7041 | 2024.07.15 22:23:32.424858 [ 3 ] {07779392-6432-418b-b5b8-28054b58909a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
7042 | 2024.07.15 22:23:32.425441 [ 3 ] {07779392-6432-418b-b5b8-28054b58909a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7043 | 2024.07.15 22:23:32.425837 [ 3 ] {07779392-6432-418b-b5b8-28054b58909a} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7044 | 2024.07.15 22:23:32.426035 [ 3 ] {07779392-6432-418b-b5b8-28054b58909a} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00284 sec., 10563.38028169014 rows/sec., 18.93 MiB/sec. | ||
7045 | 2024.07.15 22:23:32.426232 [ 3 ] {07779392-6432-418b-b5b8-28054b58909a} <Debug> DynamicQueryHandler: Done processing query | ||
7046 | 2024.07.15 22:23:32.426257 [ 3 ] {07779392-6432-418b-b5b8-28054b58909a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7047 | 2024.07.15 22:23:32.426273 [ 3 ] {} <Debug> HTTP-Session: fc16aaeb-b108-4b42-af25-7a5ba8186cda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7048 | 2024.07.15 22:23:32.426386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7049 | 2024.07.15 22:23:32.426433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7050 | 2024.07.15 22:23:32.426453 [ 3 ] {} <Debug> HTTP-Session: 2fdae51e-8138-4098-93a2-948895c22de9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7051 | 2024.07.15 22:23:32.426470 [ 3 ] {} <Debug> HTTP-Session: 2fdae51e-8138-4098-93a2-948895c22de9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7052 | 2024.07.15 22:23:32.426484 [ 3 ] {} <Debug> HTTP-Session: 2fdae51e-8138-4098-93a2-948895c22de9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7053 | 2024.07.15 22:23:32.426514 [ 3 ] {} <Trace> HTTP-Session: 2fdae51e-8138-4098-93a2-948895c22de9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7054 | 2024.07.15 22:23:32.426630 [ 3 ] {a0ce8c73-9b96-4fcf-b213-79a80199fda6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7055 | 2024.07.15 22:23:32.426673 [ 3 ] {a0ce8c73-9b96-4fcf-b213-79a80199fda6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7056 | 2024.07.15 22:23:32.426799 [ 3 ] {a0ce8c73-9b96-4fcf-b213-79a80199fda6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7057 | 2024.07.15 22:23:32.427098 [ 3 ] {a0ce8c73-9b96-4fcf-b213-79a80199fda6} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7058 | 2024.07.15 22:23:32.427134 [ 3 ] {a0ce8c73-9b96-4fcf-b213-79a80199fda6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
7059 | 2024.07.15 22:23:32.427487 [ 3 ] {a0ce8c73-9b96-4fcf-b213-79a80199fda6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7060 | 2024.07.15 22:23:32.427807 [ 3 ] {a0ce8c73-9b96-4fcf-b213-79a80199fda6} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7061 | 2024.07.15 22:23:32.427959 [ 3 ] {a0ce8c73-9b96-4fcf-b213-79a80199fda6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
7062 | 2024.07.15 22:23:32.428119 [ 3 ] {a0ce8c73-9b96-4fcf-b213-79a80199fda6} <Debug> DynamicQueryHandler: Done processing query | ||
7063 | 2024.07.15 22:23:32.428144 [ 3 ] {a0ce8c73-9b96-4fcf-b213-79a80199fda6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7064 | 2024.07.15 22:23:32.428159 [ 3 ] {} <Debug> HTTP-Session: 2fdae51e-8138-4098-93a2-948895c22de9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7065 | 2024.07.15 22:23:35.644372 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7066 | 2024.07.15 22:23:35.644462 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7067 | 2024.07.15 22:23:37.413984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7068 | 2024.07.15 22:23:37.414107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7069 | 2024.07.15 22:23:37.414137 [ 3 ] {} <Debug> HTTP-Session: 39c49ade-ce68-4cb2-b8cf-8f55c68a6ea8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7070 | 2024.07.15 22:23:37.414164 [ 3 ] {} <Debug> HTTP-Session: 39c49ade-ce68-4cb2-b8cf-8f55c68a6ea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7071 | 2024.07.15 22:23:37.414181 [ 3 ] {} <Debug> HTTP-Session: 39c49ade-ce68-4cb2-b8cf-8f55c68a6ea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7072 | 2024.07.15 22:23:37.414237 [ 3 ] {} <Trace> HTTP-Session: 39c49ade-ce68-4cb2-b8cf-8f55c68a6ea8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7073 | 2024.07.15 22:23:37.414429 [ 3 ] {04a299b8-c658-44ce-af1b-ad48c1a22c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7074 | 2024.07.15 22:23:37.414499 [ 3 ] {04a299b8-c658-44ce-af1b-ad48c1a22c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7075 | 2024.07.15 22:23:37.414688 [ 3 ] {04a299b8-c658-44ce-af1b-ad48c1a22c0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7076 | 2024.07.15 22:23:37.415088 [ 3 ] {04a299b8-c658-44ce-af1b-ad48c1a22c0c} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7077 | 2024.07.15 22:23:37.415133 [ 3 ] {04a299b8-c658-44ce-af1b-ad48c1a22c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7078 | 2024.07.15 22:23:37.415485 [ 3 ] {04a299b8-c658-44ce-af1b-ad48c1a22c0c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7079 | 2024.07.15 22:23:37.415808 [ 3 ] {04a299b8-c658-44ce-af1b-ad48c1a22c0c} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7080 | 2024.07.15 22:23:37.415981 [ 3 ] {04a299b8-c658-44ce-af1b-ad48c1a22c0c} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001604 sec., 3740.6483790523694 rows/sec., 211.87 KiB/sec. | ||
7081 | 2024.07.15 22:23:37.415988 [ 79 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7082 | 2024.07.15 22:23:37.416103 [ 79 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7083 | 2024.07.15 22:23:37.416146 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7084 | 2024.07.15 22:23:37.416253 [ 3 ] {04a299b8-c658-44ce-af1b-ad48c1a22c0c} <Debug> DynamicQueryHandler: Done processing query | ||
7085 | 2024.07.15 22:23:37.416310 [ 3 ] {04a299b8-c658-44ce-af1b-ad48c1a22c0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7086 | 2024.07.15 22:23:37.416340 [ 3 ] {} <Debug> HTTP-Session: 39c49ade-ce68-4cb2-b8cf-8f55c68a6ea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7087 | 2024.07.15 22:23:37.416349 [ 200 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
7088 | 2024.07.15 22:23:37.416506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7089 | 2024.07.15 22:23:37.416636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7090 | 2024.07.15 22:23:37.416648 [ 200 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7091 | 2024.07.15 22:23:37.416670 [ 3 ] {} <Debug> HTTP-Session: b906522d-733e-48dc-b234-4449db056cd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7092 | 2024.07.15 22:23:37.416712 [ 3 ] {} <Debug> HTTP-Session: b906522d-733e-48dc-b234-4449db056cd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7093 | 2024.07.15 22:23:37.416718 [ 200 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 36 rows starting from the beginning of the part | ||
7094 | 2024.07.15 22:23:37.416734 [ 3 ] {} <Debug> HTTP-Session: b906522d-733e-48dc-b234-4449db056cd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7095 | 2024.07.15 22:23:37.416815 [ 3 ] {} <Trace> HTTP-Session: b906522d-733e-48dc-b234-4449db056cd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7096 | 2024.07.15 22:23:37.416938 [ 200 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
7097 | 2024.07.15 22:23:37.417164 [ 3 ] {5320aadf-0f92-459a-817d-63366d88250c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7098 | 2024.07.15 22:23:37.417320 [ 3 ] {5320aadf-0f92-459a-817d-63366d88250c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7099 | 2024.07.15 22:23:37.417347 [ 200 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part | ||
7100 | 2024.07.15 22:23:37.417703 [ 200 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
7101 | 2024.07.15 22:23:37.418132 [ 200 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
7102 | 2024.07.15 22:23:37.418349 [ 3 ] {5320aadf-0f92-459a-817d-63366d88250c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7103 | 2024.07.15 22:23:37.418440 [ 200 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
7104 | 2024.07.15 22:23:37.419214 [ 3 ] {5320aadf-0f92-459a-817d-63366d88250c} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7105 | 2024.07.15 22:23:37.419274 [ 3 ] {5320aadf-0f92-459a-817d-63366d88250c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7106 | 2024.07.15 22:23:37.420154 [ 3 ] {5320aadf-0f92-459a-817d-63366d88250c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7107 | 2024.07.15 22:23:37.421195 [ 197 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.004954268 sec., 23010.462897848884 rows/sec., 1.69 MiB/sec. | ||
7108 | 2024.07.15 22:23:37.421209 [ 3 ] {5320aadf-0f92-459a-817d-63366d88250c} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7109 | 2024.07.15 22:23:37.421458 [ 197 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7110 | 2024.07.15 22:23:37.421545 [ 3 ] {5320aadf-0f92-459a-817d-63366d88250c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004529 sec., 441.598586884522 rows/sec., 36.01 KiB/sec. | ||
7111 | 2024.07.15 22:23:37.422168 [ 3 ] {5320aadf-0f92-459a-817d-63366d88250c} <Debug> DynamicQueryHandler: Done processing query | ||
7112 | 2024.07.15 22:23:37.422201 [ 3 ] {5320aadf-0f92-459a-817d-63366d88250c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7113 | 2024.07.15 22:23:37.422233 [ 3 ] {} <Debug> HTTP-Session: b906522d-733e-48dc-b234-4449db056cd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7114 | 2024.07.15 22:23:37.422435 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_31_6} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7115 | 2024.07.15 22:23:37.422456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7116 | 2024.07.15 22:23:37.422568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7117 | 2024.07.15 22:23:37.422601 [ 3 ] {} <Debug> HTTP-Session: 5eb5f5f1-aed9-4109-bad2-beee20b6d1fe Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7118 | 2024.07.15 22:23:37.422624 [ 3 ] {} <Debug> HTTP-Session: 5eb5f5f1-aed9-4109-bad2-beee20b6d1fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7119 | 2024.07.15 22:23:37.422640 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_31_6} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7120 | 2024.07.15 22:23:37.422660 [ 3 ] {} <Debug> HTTP-Session: 5eb5f5f1-aed9-4109-bad2-beee20b6d1fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7121 | 2024.07.15 22:23:37.422727 [ 3 ] {} <Trace> HTTP-Session: 5eb5f5f1-aed9-4109-bad2-beee20b6d1fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7122 | 2024.07.15 22:23:37.422806 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7123 | 2024.07.15 22:23:37.422955 [ 3 ] {5da32424-b66c-4ebf-adad-4f797b839664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7124 | 2024.07.15 22:23:37.423003 [ 3 ] {5da32424-b66c-4ebf-adad-4f797b839664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7125 | 2024.07.15 22:23:37.423149 [ 3 ] {5da32424-b66c-4ebf-adad-4f797b839664} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7126 | 2024.07.15 22:23:37.423582 [ 3 ] {5da32424-b66c-4ebf-adad-4f797b839664} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7127 | 2024.07.15 22:23:37.423619 [ 3 ] {5da32424-b66c-4ebf-adad-4f797b839664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7128 | 2024.07.15 22:23:37.423940 [ 3 ] {5da32424-b66c-4ebf-adad-4f797b839664} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7129 | 2024.07.15 22:23:37.424262 [ 3 ] {5da32424-b66c-4ebf-adad-4f797b839664} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7130 | 2024.07.15 22:23:37.424428 [ 3 ] {5da32424-b66c-4ebf-adad-4f797b839664} <Debug> executeQuery: Read 198 rows, 17.44 KiB in 0.001542 sec., 128404.6692607004 rows/sec., 11.05 MiB/sec. | ||
7131 | 2024.07.15 22:23:37.424578 [ 3 ] {5da32424-b66c-4ebf-adad-4f797b839664} <Debug> DynamicQueryHandler: Done processing query | ||
7132 | 2024.07.15 22:23:37.424602 [ 3 ] {5da32424-b66c-4ebf-adad-4f797b839664} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7133 | 2024.07.15 22:23:37.424618 [ 3 ] {} <Debug> HTTP-Session: 5eb5f5f1-aed9-4109-bad2-beee20b6d1fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7134 | 2024.07.15 22:23:37.424724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7135 | 2024.07.15 22:23:37.424769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7136 | 2024.07.15 22:23:37.424788 [ 3 ] {} <Debug> HTTP-Session: 2df69e13-16fa-4edb-91bf-dea3b736e7e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7137 | 2024.07.15 22:23:37.424804 [ 3 ] {} <Debug> HTTP-Session: 2df69e13-16fa-4edb-91bf-dea3b736e7e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7138 | 2024.07.15 22:23:37.424817 [ 3 ] {} <Debug> HTTP-Session: 2df69e13-16fa-4edb-91bf-dea3b736e7e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7139 | 2024.07.15 22:23:37.424849 [ 3 ] {} <Trace> HTTP-Session: 2df69e13-16fa-4edb-91bf-dea3b736e7e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7140 | 2024.07.15 22:23:37.424940 [ 3 ] {d8387893-367c-466f-910f-5e1f6893f4d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7141 | 2024.07.15 22:23:37.424982 [ 3 ] {d8387893-367c-466f-910f-5e1f6893f4d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7142 | 2024.07.15 22:23:37.425107 [ 3 ] {d8387893-367c-466f-910f-5e1f6893f4d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7143 | 2024.07.15 22:23:37.425372 [ 3 ] {d8387893-367c-466f-910f-5e1f6893f4d2} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7144 | 2024.07.15 22:23:37.425408 [ 3 ] {d8387893-367c-466f-910f-5e1f6893f4d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7145 | 2024.07.15 22:23:37.425694 [ 3 ] {d8387893-367c-466f-910f-5e1f6893f4d2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7146 | 2024.07.15 22:23:37.425990 [ 3 ] {d8387893-367c-466f-910f-5e1f6893f4d2} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7147 | 2024.07.15 22:23:37.426141 [ 3 ] {d8387893-367c-466f-910f-5e1f6893f4d2} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001212 sec., 1650.1650165016501 rows/sec., 115.22 KiB/sec. | ||
7148 | 2024.07.15 22:23:37.426299 [ 3 ] {d8387893-367c-466f-910f-5e1f6893f4d2} <Debug> DynamicQueryHandler: Done processing query | ||
7149 | 2024.07.15 22:23:37.426324 [ 3 ] {d8387893-367c-466f-910f-5e1f6893f4d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7150 | 2024.07.15 22:23:37.426339 [ 3 ] {} <Debug> HTTP-Session: 2df69e13-16fa-4edb-91bf-dea3b736e7e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7151 | 2024.07.15 22:23:37.426498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7152 | 2024.07.15 22:23:37.426547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7153 | 2024.07.15 22:23:37.426566 [ 3 ] {} <Debug> HTTP-Session: d884f650-452f-4220-8237-80d6f01f35ea Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7154 | 2024.07.15 22:23:37.426582 [ 3 ] {} <Debug> HTTP-Session: d884f650-452f-4220-8237-80d6f01f35ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7155 | 2024.07.15 22:23:37.426597 [ 3 ] {} <Debug> HTTP-Session: d884f650-452f-4220-8237-80d6f01f35ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7156 | 2024.07.15 22:23:37.426628 [ 3 ] {} <Trace> HTTP-Session: d884f650-452f-4220-8237-80d6f01f35ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7157 | 2024.07.15 22:23:37.426829 [ 3 ] {d0b799b2-452a-4e6d-bc44-65247f22ff96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7158 | 2024.07.15 22:23:37.426872 [ 3 ] {d0b799b2-452a-4e6d-bc44-65247f22ff96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7159 | 2024.07.15 22:23:37.426996 [ 3 ] {d0b799b2-452a-4e6d-bc44-65247f22ff96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7160 | 2024.07.15 22:23:37.427485 [ 3 ] {d0b799b2-452a-4e6d-bc44-65247f22ff96} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7161 | 2024.07.15 22:23:37.427520 [ 3 ] {d0b799b2-452a-4e6d-bc44-65247f22ff96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7162 | 2024.07.15 22:23:37.427833 [ 3 ] {d0b799b2-452a-4e6d-bc44-65247f22ff96} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7163 | 2024.07.15 22:23:37.428134 [ 3 ] {d0b799b2-452a-4e6d-bc44-65247f22ff96} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7164 | 2024.07.15 22:23:37.428301 [ 3 ] {d0b799b2-452a-4e6d-bc44-65247f22ff96} <Debug> executeQuery: Read 408 rows, 29.54 KiB in 0.00157 sec., 259872.61146496815 rows/sec., 18.37 MiB/sec. | ||
7165 | 2024.07.15 22:23:37.428453 [ 3 ] {d0b799b2-452a-4e6d-bc44-65247f22ff96} <Debug> DynamicQueryHandler: Done processing query | ||
7166 | 2024.07.15 22:23:37.428478 [ 3 ] {d0b799b2-452a-4e6d-bc44-65247f22ff96} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7167 | 2024.07.15 22:23:37.428493 [ 3 ] {} <Debug> HTTP-Session: d884f650-452f-4220-8237-80d6f01f35ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7168 | 2024.07.15 22:23:37.428610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7169 | 2024.07.15 22:23:37.428656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7170 | 2024.07.15 22:23:37.428675 [ 3 ] {} <Debug> HTTP-Session: 5c1d4697-506f-4b1b-89f1-e2eb4f94a481 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7171 | 2024.07.15 22:23:37.428691 [ 3 ] {} <Debug> HTTP-Session: 5c1d4697-506f-4b1b-89f1-e2eb4f94a481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7172 | 2024.07.15 22:23:37.428705 [ 3 ] {} <Debug> HTTP-Session: 5c1d4697-506f-4b1b-89f1-e2eb4f94a481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7173 | 2024.07.15 22:23:37.428735 [ 3 ] {} <Trace> HTTP-Session: 5c1d4697-506f-4b1b-89f1-e2eb4f94a481 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7174 | 2024.07.15 22:23:37.428829 [ 3 ] {9d54d27c-2c37-43f5-a19d-bc67706ef289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7175 | 2024.07.15 22:23:37.428874 [ 3 ] {9d54d27c-2c37-43f5-a19d-bc67706ef289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7176 | 2024.07.15 22:23:37.429002 [ 3 ] {9d54d27c-2c37-43f5-a19d-bc67706ef289} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7177 | 2024.07.15 22:23:37.429258 [ 3 ] {9d54d27c-2c37-43f5-a19d-bc67706ef289} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7178 | 2024.07.15 22:23:37.429294 [ 3 ] {9d54d27c-2c37-43f5-a19d-bc67706ef289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7179 | 2024.07.15 22:23:37.429642 [ 3 ] {9d54d27c-2c37-43f5-a19d-bc67706ef289} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7180 | 2024.07.15 22:23:37.429961 [ 3 ] {9d54d27c-2c37-43f5-a19d-bc67706ef289} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7181 | 2024.07.15 22:23:37.430110 [ 3 ] {9d54d27c-2c37-43f5-a19d-bc67706ef289} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001299 sec., 4618.937644341801 rows/sec., 198.47 KiB/sec. | ||
7182 | 2024.07.15 22:23:37.430270 [ 3 ] {9d54d27c-2c37-43f5-a19d-bc67706ef289} <Debug> DynamicQueryHandler: Done processing query | ||
7183 | 2024.07.15 22:23:37.430295 [ 3 ] {9d54d27c-2c37-43f5-a19d-bc67706ef289} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7184 | 2024.07.15 22:23:37.430310 [ 3 ] {} <Debug> HTTP-Session: 5c1d4697-506f-4b1b-89f1-e2eb4f94a481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7185 | 2024.07.15 22:23:37.430418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7186 | 2024.07.15 22:23:37.430466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7187 | 2024.07.15 22:23:37.430485 [ 3 ] {} <Debug> HTTP-Session: 55bc9799-7e1e-4f31-ad0c-1b1efd5388bc Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7188 | 2024.07.15 22:23:37.430501 [ 3 ] {} <Debug> HTTP-Session: 55bc9799-7e1e-4f31-ad0c-1b1efd5388bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7189 | 2024.07.15 22:23:37.430514 [ 3 ] {} <Debug> HTTP-Session: 55bc9799-7e1e-4f31-ad0c-1b1efd5388bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7190 | 2024.07.15 22:23:37.430544 [ 3 ] {} <Trace> HTTP-Session: 55bc9799-7e1e-4f31-ad0c-1b1efd5388bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7191 | 2024.07.15 22:23:37.430658 [ 3 ] {bfbad1cc-61f9-4b94-83bc-04944217fb19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7192 | 2024.07.15 22:23:37.430703 [ 3 ] {bfbad1cc-61f9-4b94-83bc-04944217fb19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7193 | 2024.07.15 22:23:37.430845 [ 3 ] {bfbad1cc-61f9-4b94-83bc-04944217fb19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7194 | 2024.07.15 22:23:37.431205 [ 3 ] {bfbad1cc-61f9-4b94-83bc-04944217fb19} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7195 | 2024.07.15 22:23:37.431240 [ 3 ] {bfbad1cc-61f9-4b94-83bc-04944217fb19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7196 | 2024.07.15 22:23:37.431598 [ 3 ] {bfbad1cc-61f9-4b94-83bc-04944217fb19} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7197 | 2024.07.15 22:23:37.431922 [ 3 ] {bfbad1cc-61f9-4b94-83bc-04944217fb19} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7198 | 2024.07.15 22:23:37.432086 [ 3 ] {bfbad1cc-61f9-4b94-83bc-04944217fb19} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001468 sec., 52452.31607629428 rows/sec., 3.23 MiB/sec. | ||
7199 | 2024.07.15 22:23:37.432284 [ 3 ] {bfbad1cc-61f9-4b94-83bc-04944217fb19} <Debug> DynamicQueryHandler: Done processing query | ||
7200 | 2024.07.15 22:23:37.432310 [ 3 ] {bfbad1cc-61f9-4b94-83bc-04944217fb19} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7201 | 2024.07.15 22:23:37.432327 [ 3 ] {} <Debug> HTTP-Session: 55bc9799-7e1e-4f31-ad0c-1b1efd5388bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7202 | 2024.07.15 22:23:37.432474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 37766, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7203 | 2024.07.15 22:23:37.432523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7204 | 2024.07.15 22:23:37.432542 [ 3 ] {} <Debug> HTTP-Session: 0f0f4a42-c8d8-491c-820d-c27865f4605f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7205 | 2024.07.15 22:23:37.432558 [ 3 ] {} <Debug> HTTP-Session: 0f0f4a42-c8d8-491c-820d-c27865f4605f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7206 | 2024.07.15 22:23:37.432572 [ 3 ] {} <Debug> HTTP-Session: 0f0f4a42-c8d8-491c-820d-c27865f4605f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7207 | 2024.07.15 22:23:37.432601 [ 3 ] {} <Trace> HTTP-Session: 0f0f4a42-c8d8-491c-820d-c27865f4605f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7208 | 2024.07.15 22:23:37.432785 [ 3 ] {99dabcc1-b034-4751-83e2-a20de395a9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7209 | 2024.07.15 22:23:37.432830 [ 3 ] {99dabcc1-b034-4751-83e2-a20de395a9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7210 | 2024.07.15 22:23:37.432969 [ 3 ] {99dabcc1-b034-4751-83e2-a20de395a9ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7211 | 2024.07.15 22:23:37.433368 [ 3 ] {99dabcc1-b034-4751-83e2-a20de395a9ab} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7212 | 2024.07.15 22:23:37.433402 [ 3 ] {99dabcc1-b034-4751-83e2-a20de395a9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7213 | 2024.07.15 22:23:37.433762 [ 3 ] {99dabcc1-b034-4751-83e2-a20de395a9ab} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7214 | 2024.07.15 22:23:37.434088 [ 3 ] {99dabcc1-b034-4751-83e2-a20de395a9ab} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7215 | 2024.07.15 22:23:37.434250 [ 3 ] {99dabcc1-b034-4751-83e2-a20de395a9ab} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001559 sec., 126363.05323925593 rows/sec., 8.82 MiB/sec. | ||
7216 | 2024.07.15 22:23:37.434527 [ 3 ] {99dabcc1-b034-4751-83e2-a20de395a9ab} <Debug> DynamicQueryHandler: Done processing query | ||
7217 | 2024.07.15 22:23:37.434574 [ 3 ] {99dabcc1-b034-4751-83e2-a20de395a9ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7218 | 2024.07.15 22:23:37.434590 [ 3 ] {} <Debug> HTTP-Session: 0f0f4a42-c8d8-491c-820d-c27865f4605f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7219 | 2024.07.15 22:23:37.434695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7220 | 2024.07.15 22:23:37.434767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7221 | 2024.07.15 22:23:37.434787 [ 3 ] {} <Debug> HTTP-Session: ef7e773c-42f9-4d93-8dcc-e82588ed0793 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7222 | 2024.07.15 22:23:37.434803 [ 3 ] {} <Debug> HTTP-Session: ef7e773c-42f9-4d93-8dcc-e82588ed0793 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7223 | 2024.07.15 22:23:37.434817 [ 3 ] {} <Debug> HTTP-Session: ef7e773c-42f9-4d93-8dcc-e82588ed0793 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7224 | 2024.07.15 22:23:37.434848 [ 3 ] {} <Trace> HTTP-Session: ef7e773c-42f9-4d93-8dcc-e82588ed0793 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7225 | 2024.07.15 22:23:37.434952 [ 3 ] {339bcdc8-7836-499d-b41b-3ca92b2ce49b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7226 | 2024.07.15 22:23:37.434997 [ 3 ] {339bcdc8-7836-499d-b41b-3ca92b2ce49b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7227 | 2024.07.15 22:23:37.435141 [ 3 ] {339bcdc8-7836-499d-b41b-3ca92b2ce49b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7228 | 2024.07.15 22:23:37.435400 [ 3 ] {339bcdc8-7836-499d-b41b-3ca92b2ce49b} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7229 | 2024.07.15 22:23:37.435435 [ 3 ] {339bcdc8-7836-499d-b41b-3ca92b2ce49b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7230 | 2024.07.15 22:23:37.435810 [ 3 ] {339bcdc8-7836-499d-b41b-3ca92b2ce49b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7231 | 2024.07.15 22:23:37.436120 [ 3 ] {339bcdc8-7836-499d-b41b-3ca92b2ce49b} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7232 | 2024.07.15 22:23:37.436279 [ 3 ] {339bcdc8-7836-499d-b41b-3ca92b2ce49b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001357 sec., 16949.15254237288 rows/sec., 916.83 KiB/sec. | ||
7233 | 2024.07.15 22:23:37.436442 [ 3 ] {339bcdc8-7836-499d-b41b-3ca92b2ce49b} <Debug> DynamicQueryHandler: Done processing query | ||
7234 | 2024.07.15 22:23:37.436467 [ 3 ] {339bcdc8-7836-499d-b41b-3ca92b2ce49b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7235 | 2024.07.15 22:23:37.436483 [ 3 ] {} <Debug> HTTP-Session: ef7e773c-42f9-4d93-8dcc-e82588ed0793 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7236 | 2024.07.15 22:23:37.436591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7237 | 2024.07.15 22:23:37.436638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7238 | 2024.07.15 22:23:37.436656 [ 3 ] {} <Debug> HTTP-Session: 0eef8c17-0935-4b01-aed8-8e39cc4695d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7239 | 2024.07.15 22:23:37.436672 [ 3 ] {} <Debug> HTTP-Session: 0eef8c17-0935-4b01-aed8-8e39cc4695d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7240 | 2024.07.15 22:23:37.436685 [ 3 ] {} <Debug> HTTP-Session: 0eef8c17-0935-4b01-aed8-8e39cc4695d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7241 | 2024.07.15 22:23:37.436716 [ 3 ] {} <Trace> HTTP-Session: 0eef8c17-0935-4b01-aed8-8e39cc4695d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7242 | 2024.07.15 22:23:37.436831 [ 3 ] {c669a137-9e10-43d6-9868-13a6d832bb43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7243 | 2024.07.15 22:23:37.436874 [ 3 ] {c669a137-9e10-43d6-9868-13a6d832bb43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7244 | 2024.07.15 22:23:37.437001 [ 3 ] {c669a137-9e10-43d6-9868-13a6d832bb43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7245 | 2024.07.15 22:23:37.437277 [ 3 ] {c669a137-9e10-43d6-9868-13a6d832bb43} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7246 | 2024.07.15 22:23:37.437312 [ 3 ] {c669a137-9e10-43d6-9868-13a6d832bb43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7247 | 2024.07.15 22:23:37.437655 [ 3 ] {c669a137-9e10-43d6-9868-13a6d832bb43} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7248 | 2024.07.15 22:23:37.437977 [ 3 ] {c669a137-9e10-43d6-9868-13a6d832bb43} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7249 | 2024.07.15 22:23:37.438134 [ 3 ] {c669a137-9e10-43d6-9868-13a6d832bb43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. | ||
7250 | 2024.07.15 22:23:37.438288 [ 3 ] {c669a137-9e10-43d6-9868-13a6d832bb43} <Debug> DynamicQueryHandler: Done processing query | ||
7251 | 2024.07.15 22:23:37.438311 [ 3 ] {c669a137-9e10-43d6-9868-13a6d832bb43} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7252 | 2024.07.15 22:23:37.438327 [ 3 ] {} <Debug> HTTP-Session: 0eef8c17-0935-4b01-aed8-8e39cc4695d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7253 | 2024.07.15 22:23:42.409971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7254 | 2024.07.15 22:23:42.410111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7255 | 2024.07.15 22:23:42.410141 [ 3 ] {} <Debug> HTTP-Session: 43dac666-87be-427d-9416-37d96588277b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7256 | 2024.07.15 22:23:42.410169 [ 3 ] {} <Debug> HTTP-Session: 43dac666-87be-427d-9416-37d96588277b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7257 | 2024.07.15 22:23:42.410187 [ 3 ] {} <Debug> HTTP-Session: 43dac666-87be-427d-9416-37d96588277b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7258 | 2024.07.15 22:23:42.410242 [ 3 ] {} <Trace> HTTP-Session: 43dac666-87be-427d-9416-37d96588277b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7259 | 2024.07.15 22:23:42.410457 [ 3 ] {f77d78ec-ca07-450e-875e-0144c53134b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7260 | 2024.07.15 22:23:42.410532 [ 3 ] {f77d78ec-ca07-450e-875e-0144c53134b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7261 | 2024.07.15 22:23:42.410732 [ 3 ] {f77d78ec-ca07-450e-875e-0144c53134b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7262 | 2024.07.15 22:23:42.411151 [ 3 ] {f77d78ec-ca07-450e-875e-0144c53134b1} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7263 | 2024.07.15 22:23:42.411194 [ 3 ] {f77d78ec-ca07-450e-875e-0144c53134b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7264 | 2024.07.15 22:23:42.411548 [ 3 ] {f77d78ec-ca07-450e-875e-0144c53134b1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7265 | 2024.07.15 22:23:42.411891 [ 3 ] {f77d78ec-ca07-450e-875e-0144c53134b1} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7266 | 2024.07.15 22:23:42.412044 [ 3 ] {f77d78ec-ca07-450e-875e-0144c53134b1} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001653 sec., 18148.820326678768 rows/sec., 1.44 MiB/sec. | ||
7267 | 2024.07.15 22:23:42.412330 [ 3 ] {f77d78ec-ca07-450e-875e-0144c53134b1} <Debug> DynamicQueryHandler: Done processing query | ||
7268 | 2024.07.15 22:23:42.412378 [ 3 ] {f77d78ec-ca07-450e-875e-0144c53134b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7269 | 2024.07.15 22:23:42.412396 [ 3 ] {} <Debug> HTTP-Session: 43dac666-87be-427d-9416-37d96588277b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7270 | 2024.07.15 22:23:42.412558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7271 | 2024.07.15 22:23:42.412608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7272 | 2024.07.15 22:23:42.412629 [ 3 ] {} <Debug> HTTP-Session: 5fcb3eed-a6ab-4128-abf2-5f66bc3137df Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7273 | 2024.07.15 22:23:42.412646 [ 3 ] {} <Debug> HTTP-Session: 5fcb3eed-a6ab-4128-abf2-5f66bc3137df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7274 | 2024.07.15 22:23:42.412660 [ 3 ] {} <Debug> HTTP-Session: 5fcb3eed-a6ab-4128-abf2-5f66bc3137df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7275 | 2024.07.15 22:23:42.412692 [ 3 ] {} <Trace> HTTP-Session: 5fcb3eed-a6ab-4128-abf2-5f66bc3137df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7276 | 2024.07.15 22:23:42.412829 [ 3 ] {38f88ac4-b2a1-4baa-87d9-1070a337324e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7277 | 2024.07.15 22:23:42.412874 [ 3 ] {38f88ac4-b2a1-4baa-87d9-1070a337324e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7278 | 2024.07.15 22:23:42.413019 [ 3 ] {38f88ac4-b2a1-4baa-87d9-1070a337324e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7279 | 2024.07.15 22:23:42.413414 [ 3 ] {38f88ac4-b2a1-4baa-87d9-1070a337324e} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7280 | 2024.07.15 22:23:42.413450 [ 3 ] {38f88ac4-b2a1-4baa-87d9-1070a337324e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7281 | 2024.07.15 22:23:42.413766 [ 3 ] {38f88ac4-b2a1-4baa-87d9-1070a337324e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7282 | 2024.07.15 22:23:42.414068 [ 3 ] {38f88ac4-b2a1-4baa-87d9-1070a337324e} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7283 | 2024.07.15 22:23:42.414212 [ 3 ] {38f88ac4-b2a1-4baa-87d9-1070a337324e} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001439 sec., 101459.3467685893 rows/sec., 8.52 MiB/sec. | ||
7284 | 2024.07.15 22:23:42.414364 [ 3 ] {38f88ac4-b2a1-4baa-87d9-1070a337324e} <Debug> DynamicQueryHandler: Done processing query | ||
7285 | 2024.07.15 22:23:42.414389 [ 3 ] {38f88ac4-b2a1-4baa-87d9-1070a337324e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7286 | 2024.07.15 22:23:42.414405 [ 3 ] {} <Debug> HTTP-Session: 5fcb3eed-a6ab-4128-abf2-5f66bc3137df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7287 | 2024.07.15 22:23:42.414529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7288 | 2024.07.15 22:23:42.414576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7289 | 2024.07.15 22:23:42.414595 [ 3 ] {} <Debug> HTTP-Session: dfd398ed-0bb1-4da5-927c-331a1cac96d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7290 | 2024.07.15 22:23:42.414611 [ 3 ] {} <Debug> HTTP-Session: dfd398ed-0bb1-4da5-927c-331a1cac96d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7291 | 2024.07.15 22:23:42.414625 [ 3 ] {} <Debug> HTTP-Session: dfd398ed-0bb1-4da5-927c-331a1cac96d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7292 | 2024.07.15 22:23:42.414656 [ 3 ] {} <Trace> HTTP-Session: dfd398ed-0bb1-4da5-927c-331a1cac96d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7293 | 2024.07.15 22:23:42.414777 [ 3 ] {2af751b0-160f-4d66-98eb-39b4b5bd3b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7294 | 2024.07.15 22:23:42.414819 [ 3 ] {2af751b0-160f-4d66-98eb-39b4b5bd3b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7295 | 2024.07.15 22:23:42.414943 [ 3 ] {2af751b0-160f-4d66-98eb-39b4b5bd3b7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7296 | 2024.07.15 22:23:42.415346 [ 3 ] {2af751b0-160f-4d66-98eb-39b4b5bd3b7e} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7297 | 2024.07.15 22:23:42.415382 [ 3 ] {2af751b0-160f-4d66-98eb-39b4b5bd3b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7298 | 2024.07.15 22:23:42.415690 [ 3 ] {2af751b0-160f-4d66-98eb-39b4b5bd3b7e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7299 | 2024.07.15 22:23:42.415990 [ 3 ] {2af751b0-160f-4d66-98eb-39b4b5bd3b7e} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7300 | 2024.07.15 22:23:42.416142 [ 3 ] {2af751b0-160f-4d66-98eb-39b4b5bd3b7e} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001407 sec., 66808.8130774698 rows/sec., 5.22 MiB/sec. | ||
7301 | 2024.07.15 22:23:42.416410 [ 3 ] {2af751b0-160f-4d66-98eb-39b4b5bd3b7e} <Debug> DynamicQueryHandler: Done processing query | ||
7302 | 2024.07.15 22:23:42.416464 [ 3 ] {2af751b0-160f-4d66-98eb-39b4b5bd3b7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7303 | 2024.07.15 22:23:42.416504 [ 3 ] {} <Debug> HTTP-Session: dfd398ed-0bb1-4da5-927c-331a1cac96d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7304 | 2024.07.15 22:23:42.416647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7305 | 2024.07.15 22:23:42.416695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7306 | 2024.07.15 22:23:42.416714 [ 3 ] {} <Debug> HTTP-Session: bd68e65a-bfd3-4ae2-a761-e2f026a3a94f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7307 | 2024.07.15 22:23:42.416731 [ 3 ] {} <Debug> HTTP-Session: bd68e65a-bfd3-4ae2-a761-e2f026a3a94f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7308 | 2024.07.15 22:23:42.416745 [ 3 ] {} <Debug> HTTP-Session: bd68e65a-bfd3-4ae2-a761-e2f026a3a94f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7309 | 2024.07.15 22:23:42.416776 [ 3 ] {} <Trace> HTTP-Session: bd68e65a-bfd3-4ae2-a761-e2f026a3a94f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7310 | 2024.07.15 22:23:42.416921 [ 3 ] {593e4e84-a250-431f-9935-9b3b26036148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7311 | 2024.07.15 22:23:42.416968 [ 3 ] {593e4e84-a250-431f-9935-9b3b26036148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7312 | 2024.07.15 22:23:42.417131 [ 3 ] {593e4e84-a250-431f-9935-9b3b26036148} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7313 | 2024.07.15 22:23:42.417559 [ 3 ] {593e4e84-a250-431f-9935-9b3b26036148} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7314 | 2024.07.15 22:23:42.417595 [ 3 ] {593e4e84-a250-431f-9935-9b3b26036148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7315 | 2024.07.15 22:23:42.417969 [ 3 ] {593e4e84-a250-431f-9935-9b3b26036148} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7316 | 2024.07.15 22:23:42.418303 [ 3 ] {593e4e84-a250-431f-9935-9b3b26036148} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7317 | 2024.07.15 22:23:42.418438 [ 3 ] {593e4e84-a250-431f-9935-9b3b26036148} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec. | ||
7318 | 2024.07.15 22:23:42.418633 [ 3 ] {593e4e84-a250-431f-9935-9b3b26036148} <Debug> DynamicQueryHandler: Done processing query | ||
7319 | 2024.07.15 22:23:42.418658 [ 3 ] {593e4e84-a250-431f-9935-9b3b26036148} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7320 | 2024.07.15 22:23:42.418675 [ 3 ] {} <Debug> HTTP-Session: bd68e65a-bfd3-4ae2-a761-e2f026a3a94f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7321 | 2024.07.15 22:23:42.418825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7322 | 2024.07.15 22:23:42.418874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7323 | 2024.07.15 22:23:42.418892 [ 3 ] {} <Debug> HTTP-Session: ec47d9e6-586f-4629-ae87-b2ce61684b0b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7324 | 2024.07.15 22:23:42.418909 [ 3 ] {} <Debug> HTTP-Session: ec47d9e6-586f-4629-ae87-b2ce61684b0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7325 | 2024.07.15 22:23:42.418923 [ 3 ] {} <Debug> HTTP-Session: ec47d9e6-586f-4629-ae87-b2ce61684b0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7326 | 2024.07.15 22:23:42.418953 [ 3 ] {} <Trace> HTTP-Session: ec47d9e6-586f-4629-ae87-b2ce61684b0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7327 | 2024.07.15 22:23:42.419256 [ 3 ] {82126ac5-506d-4e1f-8caa-cc689efccdd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7328 | 2024.07.15 22:23:42.419320 [ 3 ] {82126ac5-506d-4e1f-8caa-cc689efccdd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7329 | 2024.07.15 22:23:42.419721 [ 3 ] {82126ac5-506d-4e1f-8caa-cc689efccdd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7330 | 2024.07.15 22:23:42.420319 [ 3 ] {82126ac5-506d-4e1f-8caa-cc689efccdd2} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7331 | 2024.07.15 22:23:42.420354 [ 3 ] {82126ac5-506d-4e1f-8caa-cc689efccdd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7332 | 2024.07.15 22:23:42.420924 [ 3 ] {82126ac5-506d-4e1f-8caa-cc689efccdd2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7333 | 2024.07.15 22:23:42.421323 [ 3 ] {82126ac5-506d-4e1f-8caa-cc689efccdd2} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7334 | 2024.07.15 22:23:42.421515 [ 3 ] {82126ac5-506d-4e1f-8caa-cc689efccdd2} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002471 sec., 12140.833670578713 rows/sec., 21.76 MiB/sec. | ||
7335 | 2024.07.15 22:23:42.421855 [ 3 ] {82126ac5-506d-4e1f-8caa-cc689efccdd2} <Debug> DynamicQueryHandler: Done processing query | ||
7336 | 2024.07.15 22:23:42.421880 [ 3 ] {82126ac5-506d-4e1f-8caa-cc689efccdd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7337 | 2024.07.15 22:23:42.421895 [ 3 ] {} <Debug> HTTP-Session: ec47d9e6-586f-4629-ae87-b2ce61684b0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7338 | 2024.07.15 22:23:42.422019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7339 | 2024.07.15 22:23:42.422065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7340 | 2024.07.15 22:23:42.422084 [ 3 ] {} <Debug> HTTP-Session: 90ba8b30-662b-433b-9c9a-6446cbf521c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7341 | 2024.07.15 22:23:42.422100 [ 3 ] {} <Debug> HTTP-Session: 90ba8b30-662b-433b-9c9a-6446cbf521c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7342 | 2024.07.15 22:23:42.422114 [ 3 ] {} <Debug> HTTP-Session: 90ba8b30-662b-433b-9c9a-6446cbf521c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7343 | 2024.07.15 22:23:42.422144 [ 3 ] {} <Trace> HTTP-Session: 90ba8b30-662b-433b-9c9a-6446cbf521c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7344 | 2024.07.15 22:23:42.422261 [ 3 ] {cb1f0436-e65f-4b47-bcc9-cb5114625ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7345 | 2024.07.15 22:23:42.422306 [ 3 ] {cb1f0436-e65f-4b47-bcc9-cb5114625ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7346 | 2024.07.15 22:23:42.422432 [ 3 ] {cb1f0436-e65f-4b47-bcc9-cb5114625ec3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7347 | 2024.07.15 22:23:42.422735 [ 3 ] {cb1f0436-e65f-4b47-bcc9-cb5114625ec3} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7348 | 2024.07.15 22:23:42.422771 [ 3 ] {cb1f0436-e65f-4b47-bcc9-cb5114625ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7349 | 2024.07.15 22:23:42.423119 [ 3 ] {cb1f0436-e65f-4b47-bcc9-cb5114625ec3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7350 | 2024.07.15 22:23:42.423431 [ 3 ] {cb1f0436-e65f-4b47-bcc9-cb5114625ec3} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7351 | 2024.07.15 22:23:42.423599 [ 3 ] {cb1f0436-e65f-4b47-bcc9-cb5114625ec3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
7352 | 2024.07.15 22:23:42.423789 [ 3 ] {cb1f0436-e65f-4b47-bcc9-cb5114625ec3} <Debug> DynamicQueryHandler: Done processing query | ||
7353 | 2024.07.15 22:23:42.423819 [ 3 ] {cb1f0436-e65f-4b47-bcc9-cb5114625ec3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7354 | 2024.07.15 22:23:42.423837 [ 3 ] {} <Debug> HTTP-Session: 90ba8b30-662b-433b-9c9a-6446cbf521c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7355 | 2024.07.15 22:23:47.412788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7356 | 2024.07.15 22:23:47.412929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7357 | 2024.07.15 22:23:47.412959 [ 3 ] {} <Debug> HTTP-Session: b318f2e5-0e61-473e-9f56-4e4a7c3b9ccd Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7358 | 2024.07.15 22:23:47.412987 [ 3 ] {} <Debug> HTTP-Session: b318f2e5-0e61-473e-9f56-4e4a7c3b9ccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7359 | 2024.07.15 22:23:47.413006 [ 3 ] {} <Debug> HTTP-Session: b318f2e5-0e61-473e-9f56-4e4a7c3b9ccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7360 | 2024.07.15 22:23:47.413061 [ 3 ] {} <Trace> HTTP-Session: b318f2e5-0e61-473e-9f56-4e4a7c3b9ccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7361 | 2024.07.15 22:23:47.413261 [ 3 ] {d498e706-0d48-4b3b-8eee-3e94f60318bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7362 | 2024.07.15 22:23:47.413336 [ 3 ] {d498e706-0d48-4b3b-8eee-3e94f60318bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7363 | 2024.07.15 22:23:47.413557 [ 3 ] {d498e706-0d48-4b3b-8eee-3e94f60318bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7364 | 2024.07.15 22:23:47.414005 [ 3 ] {d498e706-0d48-4b3b-8eee-3e94f60318bd} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7365 | 2024.07.15 22:23:47.414046 [ 3 ] {d498e706-0d48-4b3b-8eee-3e94f60318bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7366 | 2024.07.15 22:23:47.414399 [ 3 ] {d498e706-0d48-4b3b-8eee-3e94f60318bd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7367 | 2024.07.15 22:23:47.414741 [ 3 ] {d498e706-0d48-4b3b-8eee-3e94f60318bd} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7368 | 2024.07.15 22:23:47.414924 [ 3 ] {d498e706-0d48-4b3b-8eee-3e94f60318bd} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001716 sec., 3496.5034965034965 rows/sec., 198.04 KiB/sec. | ||
7369 | 2024.07.15 22:23:47.415106 [ 3 ] {d498e706-0d48-4b3b-8eee-3e94f60318bd} <Debug> DynamicQueryHandler: Done processing query | ||
7370 | 2024.07.15 22:23:47.415132 [ 3 ] {d498e706-0d48-4b3b-8eee-3e94f60318bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7371 | 2024.07.15 22:23:47.415149 [ 3 ] {} <Debug> HTTP-Session: b318f2e5-0e61-473e-9f56-4e4a7c3b9ccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7372 | 2024.07.15 22:23:47.415280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7373 | 2024.07.15 22:23:47.415329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7374 | 2024.07.15 22:23:47.415348 [ 3 ] {} <Debug> HTTP-Session: 296e880d-bfa5-443a-a478-9bf5b625dde2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7375 | 2024.07.15 22:23:47.415365 [ 3 ] {} <Debug> HTTP-Session: 296e880d-bfa5-443a-a478-9bf5b625dde2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7376 | 2024.07.15 22:23:47.415378 [ 3 ] {} <Debug> HTTP-Session: 296e880d-bfa5-443a-a478-9bf5b625dde2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7377 | 2024.07.15 22:23:47.415410 [ 3 ] {} <Trace> HTTP-Session: 296e880d-bfa5-443a-a478-9bf5b625dde2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7378 | 2024.07.15 22:23:47.415504 [ 3 ] {95be9e35-39b9-49b0-8703-db46e2f26ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7379 | 2024.07.15 22:23:47.415548 [ 3 ] {95be9e35-39b9-49b0-8703-db46e2f26ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7380 | 2024.07.15 22:23:47.415675 [ 3 ] {95be9e35-39b9-49b0-8703-db46e2f26ee6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7381 | 2024.07.15 22:23:47.415968 [ 3 ] {95be9e35-39b9-49b0-8703-db46e2f26ee6} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7382 | 2024.07.15 22:23:47.416005 [ 3 ] {95be9e35-39b9-49b0-8703-db46e2f26ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7383 | 2024.07.15 22:23:47.416300 [ 3 ] {95be9e35-39b9-49b0-8703-db46e2f26ee6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7384 | 2024.07.15 22:23:47.416600 [ 3 ] {95be9e35-39b9-49b0-8703-db46e2f26ee6} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7385 | 2024.07.15 22:23:47.416757 [ 3 ] {95be9e35-39b9-49b0-8703-db46e2f26ee6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00127 sec., 3149.606299212598 rows/sec., 256.83 KiB/sec. | ||
7386 | 2024.07.15 22:23:47.417060 [ 3 ] {95be9e35-39b9-49b0-8703-db46e2f26ee6} <Debug> DynamicQueryHandler: Done processing query | ||
7387 | 2024.07.15 22:23:47.417088 [ 3 ] {95be9e35-39b9-49b0-8703-db46e2f26ee6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7388 | 2024.07.15 22:23:47.417105 [ 3 ] {} <Debug> HTTP-Session: 296e880d-bfa5-443a-a478-9bf5b625dde2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7389 | 2024.07.15 22:23:47.417257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7390 | 2024.07.15 22:23:47.417308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7391 | 2024.07.15 22:23:47.417328 [ 3 ] {} <Debug> HTTP-Session: f0cf89e1-7e17-4295-add1-7a4571162716 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7392 | 2024.07.15 22:23:47.417344 [ 3 ] {} <Debug> HTTP-Session: f0cf89e1-7e17-4295-add1-7a4571162716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7393 | 2024.07.15 22:23:47.417358 [ 3 ] {} <Debug> HTTP-Session: f0cf89e1-7e17-4295-add1-7a4571162716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7394 | 2024.07.15 22:23:47.417391 [ 3 ] {} <Trace> HTTP-Session: f0cf89e1-7e17-4295-add1-7a4571162716 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7395 | 2024.07.15 22:23:47.417529 [ 3 ] {26cc1176-00e8-4957-b49d-44c409e3aeea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7396 | 2024.07.15 22:23:47.417574 [ 3 ] {26cc1176-00e8-4957-b49d-44c409e3aeea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7397 | 2024.07.15 22:23:47.417718 [ 3 ] {26cc1176-00e8-4957-b49d-44c409e3aeea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7398 | 2024.07.15 22:23:47.418097 [ 3 ] {26cc1176-00e8-4957-b49d-44c409e3aeea} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7399 | 2024.07.15 22:23:47.418134 [ 3 ] {26cc1176-00e8-4957-b49d-44c409e3aeea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7400 | 2024.07.15 22:23:47.418448 [ 3 ] {26cc1176-00e8-4957-b49d-44c409e3aeea} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7401 | 2024.07.15 22:23:47.418743 [ 3 ] {26cc1176-00e8-4957-b49d-44c409e3aeea} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7402 | 2024.07.15 22:23:47.418904 [ 3 ] {26cc1176-00e8-4957-b49d-44c409e3aeea} <Debug> executeQuery: Read 163 rows, 14.70 KiB in 0.001424 sec., 114466.29213483147 rows/sec., 10.08 MiB/sec. | ||
7403 | 2024.07.15 22:23:47.419087 [ 3 ] {26cc1176-00e8-4957-b49d-44c409e3aeea} <Debug> DynamicQueryHandler: Done processing query | ||
7404 | 2024.07.15 22:23:47.419117 [ 3 ] {26cc1176-00e8-4957-b49d-44c409e3aeea} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7405 | 2024.07.15 22:23:47.419136 [ 3 ] {} <Debug> HTTP-Session: f0cf89e1-7e17-4295-add1-7a4571162716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7406 | 2024.07.15 22:23:47.419274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7407 | 2024.07.15 22:23:47.419322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7408 | 2024.07.15 22:23:47.419341 [ 3 ] {} <Debug> HTTP-Session: c92ea2df-5de6-4213-8c42-3191223deb5c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7409 | 2024.07.15 22:23:47.419358 [ 3 ] {} <Debug> HTTP-Session: c92ea2df-5de6-4213-8c42-3191223deb5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7410 | 2024.07.15 22:23:47.419371 [ 3 ] {} <Debug> HTTP-Session: c92ea2df-5de6-4213-8c42-3191223deb5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7411 | 2024.07.15 22:23:47.419402 [ 3 ] {} <Trace> HTTP-Session: c92ea2df-5de6-4213-8c42-3191223deb5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7412 | 2024.07.15 22:23:47.419497 [ 3 ] {36fccbb0-513c-4e7b-adc2-7066b2503046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7413 | 2024.07.15 22:23:47.419539 [ 3 ] {36fccbb0-513c-4e7b-adc2-7066b2503046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7414 | 2024.07.15 22:23:47.419663 [ 3 ] {36fccbb0-513c-4e7b-adc2-7066b2503046} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7415 | 2024.07.15 22:23:47.419927 [ 3 ] {36fccbb0-513c-4e7b-adc2-7066b2503046} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7416 | 2024.07.15 22:23:47.419964 [ 3 ] {36fccbb0-513c-4e7b-adc2-7066b2503046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7417 | 2024.07.15 22:23:47.420258 [ 3 ] {36fccbb0-513c-4e7b-adc2-7066b2503046} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7418 | 2024.07.15 22:23:47.420555 [ 3 ] {36fccbb0-513c-4e7b-adc2-7066b2503046} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7419 | 2024.07.15 22:23:47.420717 [ 3 ] {36fccbb0-513c-4e7b-adc2-7066b2503046} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001236 sec., 3236.245954692557 rows/sec., 225.97 KiB/sec. | ||
7420 | 2024.07.15 22:23:47.420880 [ 3 ] {36fccbb0-513c-4e7b-adc2-7066b2503046} <Debug> DynamicQueryHandler: Done processing query | ||
7421 | 2024.07.15 22:23:47.420905 [ 3 ] {36fccbb0-513c-4e7b-adc2-7066b2503046} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7422 | 2024.07.15 22:23:47.420920 [ 3 ] {} <Debug> HTTP-Session: c92ea2df-5de6-4213-8c42-3191223deb5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7423 | 2024.07.15 22:23:47.421088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 62242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7424 | 2024.07.15 22:23:47.421136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7425 | 2024.07.15 22:23:47.421154 [ 3 ] {} <Debug> HTTP-Session: c2f27781-55da-47d0-a919-c5bae4113a40 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7426 | 2024.07.15 22:23:47.421172 [ 3 ] {} <Debug> HTTP-Session: c2f27781-55da-47d0-a919-c5bae4113a40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7427 | 2024.07.15 22:23:47.421186 [ 3 ] {} <Debug> HTTP-Session: c2f27781-55da-47d0-a919-c5bae4113a40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7428 | 2024.07.15 22:23:47.421217 [ 3 ] {} <Trace> HTTP-Session: c2f27781-55da-47d0-a919-c5bae4113a40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7429 | 2024.07.15 22:23:47.421404 [ 3 ] {e889060a-daf9-4584-ab9a-c2ae31917442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7430 | 2024.07.15 22:23:47.421447 [ 3 ] {e889060a-daf9-4584-ab9a-c2ae31917442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7431 | 2024.07.15 22:23:47.421572 [ 3 ] {e889060a-daf9-4584-ab9a-c2ae31917442} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7432 | 2024.07.15 22:23:47.422229 [ 3 ] {e889060a-daf9-4584-ab9a-c2ae31917442} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7433 | 2024.07.15 22:23:47.422266 [ 3 ] {e889060a-daf9-4584-ab9a-c2ae31917442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7434 | 2024.07.15 22:23:47.422576 [ 3 ] {e889060a-daf9-4584-ab9a-c2ae31917442} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7435 | 2024.07.15 22:23:47.422874 [ 3 ] {e889060a-daf9-4584-ab9a-c2ae31917442} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7436 | 2024.07.15 22:23:47.422997 [ 3 ] {e889060a-daf9-4584-ab9a-c2ae31917442} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.001697 sec., 227460.22392457278 rows/sec., 16.00 MiB/sec. | ||
7437 | 2024.07.15 22:23:47.423268 [ 3 ] {e889060a-daf9-4584-ab9a-c2ae31917442} <Debug> DynamicQueryHandler: Done processing query | ||
7438 | 2024.07.15 22:23:47.423318 [ 3 ] {e889060a-daf9-4584-ab9a-c2ae31917442} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7439 | 2024.07.15 22:23:47.423357 [ 3 ] {} <Debug> HTTP-Session: c2f27781-55da-47d0-a919-c5bae4113a40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7440 | 2024.07.15 22:23:47.423486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7441 | 2024.07.15 22:23:47.423535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7442 | 2024.07.15 22:23:47.423554 [ 3 ] {} <Debug> HTTP-Session: 990bcee3-f2fd-4bc4-9f8a-e1abaf473fe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7443 | 2024.07.15 22:23:47.423570 [ 3 ] {} <Debug> HTTP-Session: 990bcee3-f2fd-4bc4-9f8a-e1abaf473fe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7444 | 2024.07.15 22:23:47.423584 [ 3 ] {} <Debug> HTTP-Session: 990bcee3-f2fd-4bc4-9f8a-e1abaf473fe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7445 | 2024.07.15 22:23:47.423615 [ 3 ] {} <Trace> HTTP-Session: 990bcee3-f2fd-4bc4-9f8a-e1abaf473fe8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7446 | 2024.07.15 22:23:47.423714 [ 3 ] {edebfc01-5f48-4ae7-b67c-ae0052a08806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7447 | 2024.07.15 22:23:47.423761 [ 3 ] {edebfc01-5f48-4ae7-b67c-ae0052a08806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7448 | 2024.07.15 22:23:47.423911 [ 3 ] {edebfc01-5f48-4ae7-b67c-ae0052a08806} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7449 | 2024.07.15 22:23:47.424184 [ 3 ] {edebfc01-5f48-4ae7-b67c-ae0052a08806} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7450 | 2024.07.15 22:23:47.424220 [ 3 ] {edebfc01-5f48-4ae7-b67c-ae0052a08806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7451 | 2024.07.15 22:23:47.424567 [ 3 ] {edebfc01-5f48-4ae7-b67c-ae0052a08806} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7452 | 2024.07.15 22:23:47.424883 [ 3 ] {edebfc01-5f48-4ae7-b67c-ae0052a08806} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7453 | 2024.07.15 22:23:47.425013 [ 3 ] {edebfc01-5f48-4ae7-b67c-ae0052a08806} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001325 sec., 4528.301886792453 rows/sec., 194.58 KiB/sec. | ||
7454 | 2024.07.15 22:23:47.425169 [ 3 ] {edebfc01-5f48-4ae7-b67c-ae0052a08806} <Debug> DynamicQueryHandler: Done processing query | ||
7455 | 2024.07.15 22:23:47.425194 [ 3 ] {edebfc01-5f48-4ae7-b67c-ae0052a08806} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7456 | 2024.07.15 22:23:47.425210 [ 3 ] {} <Debug> HTTP-Session: 990bcee3-f2fd-4bc4-9f8a-e1abaf473fe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7457 | 2024.07.15 22:23:47.425324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7458 | 2024.07.15 22:23:47.425372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7459 | 2024.07.15 22:23:47.425391 [ 3 ] {} <Debug> HTTP-Session: 46393ccd-d8b2-4dfc-89ce-39729f4b4117 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7460 | 2024.07.15 22:23:47.425407 [ 3 ] {} <Debug> HTTP-Session: 46393ccd-d8b2-4dfc-89ce-39729f4b4117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7461 | 2024.07.15 22:23:47.425421 [ 3 ] {} <Debug> HTTP-Session: 46393ccd-d8b2-4dfc-89ce-39729f4b4117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7462 | 2024.07.15 22:23:47.425451 [ 3 ] {} <Trace> HTTP-Session: 46393ccd-d8b2-4dfc-89ce-39729f4b4117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7463 | 2024.07.15 22:23:47.425607 [ 3 ] {b0c7c9c0-b44b-48a9-b8b2-32f3c05637ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7464 | 2024.07.15 22:23:47.425654 [ 3 ] {b0c7c9c0-b44b-48a9-b8b2-32f3c05637ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7465 | 2024.07.15 22:23:47.425793 [ 3 ] {b0c7c9c0-b44b-48a9-b8b2-32f3c05637ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7466 | 2024.07.15 22:23:47.426133 [ 3 ] {b0c7c9c0-b44b-48a9-b8b2-32f3c05637ea} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7467 | 2024.07.15 22:23:47.426168 [ 3 ] {b0c7c9c0-b44b-48a9-b8b2-32f3c05637ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7468 | 2024.07.15 22:23:47.426532 [ 3 ] {b0c7c9c0-b44b-48a9-b8b2-32f3c05637ea} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7469 | 2024.07.15 22:23:47.426861 [ 3 ] {b0c7c9c0-b44b-48a9-b8b2-32f3c05637ea} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7470 | 2024.07.15 22:23:47.427000 [ 3 ] {b0c7c9c0-b44b-48a9-b8b2-32f3c05637ea} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001475 sec., 52203.38983050847 rows/sec., 3.21 MiB/sec. | ||
7471 | 2024.07.15 22:23:47.427216 [ 3 ] {b0c7c9c0-b44b-48a9-b8b2-32f3c05637ea} <Debug> DynamicQueryHandler: Done processing query | ||
7472 | 2024.07.15 22:23:47.427241 [ 3 ] {b0c7c9c0-b44b-48a9-b8b2-32f3c05637ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7473 | 2024.07.15 22:23:47.427257 [ 3 ] {} <Debug> HTTP-Session: 46393ccd-d8b2-4dfc-89ce-39729f4b4117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7474 | 2024.07.15 22:23:47.427401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30999, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7475 | 2024.07.15 22:23:47.427451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7476 | 2024.07.15 22:23:47.427470 [ 3 ] {} <Debug> HTTP-Session: 9162e441-bb24-4b4d-ba7c-13b2c62afe7c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7477 | 2024.07.15 22:23:47.427486 [ 3 ] {} <Debug> HTTP-Session: 9162e441-bb24-4b4d-ba7c-13b2c62afe7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7478 | 2024.07.15 22:23:47.427500 [ 3 ] {} <Debug> HTTP-Session: 9162e441-bb24-4b4d-ba7c-13b2c62afe7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7479 | 2024.07.15 22:23:47.427531 [ 3 ] {} <Trace> HTTP-Session: 9162e441-bb24-4b4d-ba7c-13b2c62afe7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7480 | 2024.07.15 22:23:47.427671 [ 3 ] {cea16d73-5657-4fac-99aa-20ac9d48b639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7481 | 2024.07.15 22:23:47.427717 [ 3 ] {cea16d73-5657-4fac-99aa-20ac9d48b639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7482 | 2024.07.15 22:23:47.427857 [ 3 ] {cea16d73-5657-4fac-99aa-20ac9d48b639} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7483 | 2024.07.15 22:23:47.428236 [ 3 ] {cea16d73-5657-4fac-99aa-20ac9d48b639} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7484 | 2024.07.15 22:23:47.428271 [ 3 ] {cea16d73-5657-4fac-99aa-20ac9d48b639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7485 | 2024.07.15 22:23:47.428635 [ 3 ] {cea16d73-5657-4fac-99aa-20ac9d48b639} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7486 | 2024.07.15 22:23:47.428961 [ 3 ] {cea16d73-5657-4fac-99aa-20ac9d48b639} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7487 | 2024.07.15 22:23:47.429089 [ 3 ] {cea16d73-5657-4fac-99aa-20ac9d48b639} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001478 sec., 109607.57780784844 rows/sec., 7.63 MiB/sec. | ||
7488 | 2024.07.15 22:23:47.429380 [ 3 ] {cea16d73-5657-4fac-99aa-20ac9d48b639} <Debug> DynamicQueryHandler: Done processing query | ||
7489 | 2024.07.15 22:23:47.429437 [ 3 ] {cea16d73-5657-4fac-99aa-20ac9d48b639} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7490 | 2024.07.15 22:23:47.429497 [ 3 ] {} <Debug> HTTP-Session: 9162e441-bb24-4b4d-ba7c-13b2c62afe7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7491 | 2024.07.15 22:23:47.429681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7492 | 2024.07.15 22:23:47.429748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7493 | 2024.07.15 22:23:47.429768 [ 3 ] {} <Debug> HTTP-Session: e6d93c45-ea23-4baa-9855-530d3aa24b27 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7494 | 2024.07.15 22:23:47.429785 [ 3 ] {} <Debug> HTTP-Session: e6d93c45-ea23-4baa-9855-530d3aa24b27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7495 | 2024.07.15 22:23:47.429798 [ 3 ] {} <Debug> HTTP-Session: e6d93c45-ea23-4baa-9855-530d3aa24b27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7496 | 2024.07.15 22:23:47.429831 [ 3 ] {} <Trace> HTTP-Session: e6d93c45-ea23-4baa-9855-530d3aa24b27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7497 | 2024.07.15 22:23:47.429939 [ 3 ] {f5db430c-693d-486b-9004-2ab4e254446e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7498 | 2024.07.15 22:23:47.429986 [ 3 ] {f5db430c-693d-486b-9004-2ab4e254446e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7499 | 2024.07.15 22:23:47.430127 [ 3 ] {f5db430c-693d-486b-9004-2ab4e254446e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7500 | 2024.07.15 22:23:47.430397 [ 3 ] {f5db430c-693d-486b-9004-2ab4e254446e} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7501 | 2024.07.15 22:23:47.430431 [ 3 ] {f5db430c-693d-486b-9004-2ab4e254446e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7502 | 2024.07.15 22:23:47.430765 [ 3 ] {f5db430c-693d-486b-9004-2ab4e254446e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7503 | 2024.07.15 22:23:47.431090 [ 3 ] {f5db430c-693d-486b-9004-2ab4e254446e} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7504 | 2024.07.15 22:23:47.431220 [ 3 ] {f5db430c-693d-486b-9004-2ab4e254446e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001316 sec., 17477.203647416416 rows/sec., 945.40 KiB/sec. | ||
7505 | 2024.07.15 22:23:47.431374 [ 3 ] {f5db430c-693d-486b-9004-2ab4e254446e} <Debug> DynamicQueryHandler: Done processing query | ||
7506 | 2024.07.15 22:23:47.431399 [ 3 ] {f5db430c-693d-486b-9004-2ab4e254446e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7507 | 2024.07.15 22:23:47.431415 [ 3 ] {} <Debug> HTTP-Session: e6d93c45-ea23-4baa-9855-530d3aa24b27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7508 | 2024.07.15 22:23:47.431516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7509 | 2024.07.15 22:23:47.431566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7510 | 2024.07.15 22:23:47.431584 [ 3 ] {} <Debug> HTTP-Session: 3677ca15-3541-43f0-8b7d-4f043063b5f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7511 | 2024.07.15 22:23:47.431601 [ 3 ] {} <Debug> HTTP-Session: 3677ca15-3541-43f0-8b7d-4f043063b5f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7512 | 2024.07.15 22:23:47.431614 [ 3 ] {} <Debug> HTTP-Session: 3677ca15-3541-43f0-8b7d-4f043063b5f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7513 | 2024.07.15 22:23:47.431646 [ 3 ] {} <Trace> HTTP-Session: 3677ca15-3541-43f0-8b7d-4f043063b5f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7514 | 2024.07.15 22:23:47.431765 [ 3 ] {857d9cfa-ee57-43c4-92f8-c95a76f18bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7515 | 2024.07.15 22:23:47.431810 [ 3 ] {857d9cfa-ee57-43c4-92f8-c95a76f18bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7516 | 2024.07.15 22:23:47.431933 [ 3 ] {857d9cfa-ee57-43c4-92f8-c95a76f18bfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7517 | 2024.07.15 22:23:47.432274 [ 3 ] {857d9cfa-ee57-43c4-92f8-c95a76f18bfa} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7518 | 2024.07.15 22:23:47.432309 [ 3 ] {857d9cfa-ee57-43c4-92f8-c95a76f18bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7519 | 2024.07.15 22:23:47.432654 [ 3 ] {857d9cfa-ee57-43c4-92f8-c95a76f18bfa} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7520 | 2024.07.15 22:23:47.432968 [ 3 ] {857d9cfa-ee57-43c4-92f8-c95a76f18bfa} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7521 | 2024.07.15 22:23:47.433095 [ 3 ] {857d9cfa-ee57-43c4-92f8-c95a76f18bfa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
7522 | 2024.07.15 22:23:47.433253 [ 3 ] {857d9cfa-ee57-43c4-92f8-c95a76f18bfa} <Debug> DynamicQueryHandler: Done processing query | ||
7523 | 2024.07.15 22:23:47.433277 [ 3 ] {857d9cfa-ee57-43c4-92f8-c95a76f18bfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7524 | 2024.07.15 22:23:47.433292 [ 3 ] {} <Debug> HTTP-Session: 3677ca15-3541-43f0-8b7d-4f043063b5f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7525 | 2024.07.15 22:23:50.644512 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7526 | 2024.07.15 22:23:50.644587 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7527 | 2024.07.15 22:23:52.410322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7528 | 2024.07.15 22:23:52.410442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7529 | 2024.07.15 22:23:52.410471 [ 3 ] {} <Debug> HTTP-Session: d03016b8-80c9-4d75-8ec1-1ae92f915be0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7530 | 2024.07.15 22:23:52.410500 [ 3 ] {} <Debug> HTTP-Session: d03016b8-80c9-4d75-8ec1-1ae92f915be0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7531 | 2024.07.15 22:23:52.410518 [ 3 ] {} <Debug> HTTP-Session: d03016b8-80c9-4d75-8ec1-1ae92f915be0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7532 | 2024.07.15 22:23:52.410574 [ 3 ] {} <Trace> HTTP-Session: d03016b8-80c9-4d75-8ec1-1ae92f915be0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7533 | 2024.07.15 22:23:52.410778 [ 3 ] {dfc3a645-ed7e-4c20-8a24-4c159e49cb27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7534 | 2024.07.15 22:23:52.410851 [ 3 ] {dfc3a645-ed7e-4c20-8a24-4c159e49cb27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7535 | 2024.07.15 22:23:52.411061 [ 3 ] {dfc3a645-ed7e-4c20-8a24-4c159e49cb27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7536 | 2024.07.15 22:23:52.411560 [ 3 ] {dfc3a645-ed7e-4c20-8a24-4c159e49cb27} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7537 | 2024.07.15 22:23:52.411604 [ 3 ] {dfc3a645-ed7e-4c20-8a24-4c159e49cb27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7538 | 2024.07.15 22:23:52.412010 [ 3 ] {dfc3a645-ed7e-4c20-8a24-4c159e49cb27} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7539 | 2024.07.15 22:23:52.412336 [ 3 ] {dfc3a645-ed7e-4c20-8a24-4c159e49cb27} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7540 | 2024.07.15 22:23:52.412484 [ 3 ] {dfc3a645-ed7e-4c20-8a24-4c159e49cb27} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001771 sec., 16939.58215697346 rows/sec., 1.34 MiB/sec. | ||
7541 | 2024.07.15 22:23:52.412678 [ 3 ] {dfc3a645-ed7e-4c20-8a24-4c159e49cb27} <Debug> DynamicQueryHandler: Done processing query | ||
7542 | 2024.07.15 22:23:52.412704 [ 3 ] {dfc3a645-ed7e-4c20-8a24-4c159e49cb27} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7543 | 2024.07.15 22:23:52.412720 [ 3 ] {} <Debug> HTTP-Session: d03016b8-80c9-4d75-8ec1-1ae92f915be0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7544 | 2024.07.15 22:23:52.412879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7545 | 2024.07.15 22:23:52.412929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7546 | 2024.07.15 22:23:52.412949 [ 3 ] {} <Debug> HTTP-Session: 7801c041-9bdb-4756-9607-4186bcbae27f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7547 | 2024.07.15 22:23:52.412965 [ 3 ] {} <Debug> HTTP-Session: 7801c041-9bdb-4756-9607-4186bcbae27f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7548 | 2024.07.15 22:23:52.412979 [ 3 ] {} <Debug> HTTP-Session: 7801c041-9bdb-4756-9607-4186bcbae27f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7549 | 2024.07.15 22:23:52.413010 [ 3 ] {} <Trace> HTTP-Session: 7801c041-9bdb-4756-9607-4186bcbae27f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7550 | 2024.07.15 22:23:52.413105 [ 3 ] {c0c66182-c2f4-4126-9a2e-6ee322f19808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7551 | 2024.07.15 22:23:52.413149 [ 3 ] {c0c66182-c2f4-4126-9a2e-6ee322f19808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7552 | 2024.07.15 22:23:52.413272 [ 3 ] {c0c66182-c2f4-4126-9a2e-6ee322f19808} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7553 | 2024.07.15 22:23:52.413588 [ 3 ] {c0c66182-c2f4-4126-9a2e-6ee322f19808} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7554 | 2024.07.15 22:23:52.413624 [ 3 ] {c0c66182-c2f4-4126-9a2e-6ee322f19808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7555 | 2024.07.15 22:23:52.413914 [ 3 ] {c0c66182-c2f4-4126-9a2e-6ee322f19808} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7556 | 2024.07.15 22:23:52.414222 [ 3 ] {c0c66182-c2f4-4126-9a2e-6ee322f19808} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7557 | 2024.07.15 22:23:52.414348 [ 3 ] {c0c66182-c2f4-4126-9a2e-6ee322f19808} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001265 sec., 1581.0276679841897 rows/sec., 128.92 KiB/sec. | ||
7558 | 2024.07.15 22:23:52.414349 [ 66 ] {} <Debug> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
7559 | 2024.07.15 22:23:52.414410 [ 66 ] {} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7560 | 2024.07.15 22:23:52.414440 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7561 | 2024.07.15 22:23:52.414544 [ 3 ] {c0c66182-c2f4-4126-9a2e-6ee322f19808} <Debug> DynamicQueryHandler: Done processing query | ||
7562 | 2024.07.15 22:23:52.414602 [ 3 ] {c0c66182-c2f4-4126-9a2e-6ee322f19808} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7563 | 2024.07.15 22:23:52.414638 [ 3 ] {} <Debug> HTTP-Session: 7801c041-9bdb-4756-9607-4186bcbae27f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7564 | 2024.07.15 22:23:52.414673 [ 197 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
7565 | 2024.07.15 22:23:52.414837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21550, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7566 | 2024.07.15 22:23:52.414955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7567 | 2024.07.15 22:23:52.414972 [ 197 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7568 | 2024.07.15 22:23:52.414992 [ 3 ] {} <Debug> HTTP-Session: 714ab9ba-4ce1-4f8e-946e-44f7b8399b32 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7569 | 2024.07.15 22:23:52.415036 [ 3 ] {} <Debug> HTTP-Session: 714ab9ba-4ce1-4f8e-946e-44f7b8399b32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7570 | 2024.07.15 22:23:52.415044 [ 197 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 16 rows starting from the beginning of the part | ||
7571 | 2024.07.15 22:23:52.415060 [ 3 ] {} <Debug> HTTP-Session: 714ab9ba-4ce1-4f8e-946e-44f7b8399b32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7572 | 2024.07.15 22:23:52.415143 [ 3 ] {} <Trace> HTTP-Session: 714ab9ba-4ce1-4f8e-946e-44f7b8399b32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7573 | 2024.07.15 22:23:52.415247 [ 197 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
7574 | 2024.07.15 22:23:52.415509 [ 197 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
7575 | 2024.07.15 22:23:52.415589 [ 3 ] {98d86b5f-e97c-495f-89bc-929345142e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7576 | 2024.07.15 22:23:52.415830 [ 197 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
7577 | 2024.07.15 22:23:52.415836 [ 3 ] {98d86b5f-e97c-495f-89bc-929345142e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7578 | 2024.07.15 22:23:52.416202 [ 197 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
7579 | 2024.07.15 22:23:52.416502 [ 197 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
7580 | 2024.07.15 22:23:52.417046 [ 3 ] {98d86b5f-e97c-495f-89bc-929345142e9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7581 | 2024.07.15 22:23:52.417927 [ 3 ] {98d86b5f-e97c-495f-89bc-929345142e9c} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7582 | 2024.07.15 22:23:52.417993 [ 3 ] {98d86b5f-e97c-495f-89bc-929345142e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7583 | 2024.07.15 22:23:52.418875 [ 3 ] {98d86b5f-e97c-495f-89bc-929345142e9c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7584 | 2024.07.15 22:23:52.418953 [ 191 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004428868 sec., 7225.322588074425 rows/sec., 589.17 KiB/sec. | ||
7585 | 2024.07.15 22:23:52.419228 [ 191 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
7586 | 2024.07.15 22:23:52.419433 [ 3 ] {98d86b5f-e97c-495f-89bc-929345142e9c} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7587 | 2024.07.15 22:23:52.419755 [ 66 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7588 | 2024.07.15 22:23:52.419881 [ 66 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7589 | 2024.07.15 22:23:52.419890 [ 3 ] {98d86b5f-e97c-495f-89bc-929345142e9c} <Debug> executeQuery: Read 147 rows, 12.62 KiB in 0.004506 sec., 32623.169107856196 rows/sec., 2.74 MiB/sec. | ||
7590 | 2024.07.15 22:23:52.419952 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7591 | 2024.07.15 22:23:52.420489 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
7592 | 2024.07.15 22:23:52.420529 [ 3 ] {98d86b5f-e97c-495f-89bc-929345142e9c} <Debug> DynamicQueryHandler: Done processing query | ||
7593 | 2024.07.15 22:23:52.420610 [ 3 ] {98d86b5f-e97c-495f-89bc-929345142e9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7594 | 2024.07.15 22:23:52.420714 [ 3 ] {} <Debug> HTTP-Session: 714ab9ba-4ce1-4f8e-946e-44f7b8399b32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7595 | 2024.07.15 22:23:52.420729 [ 186 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_14_3} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7596 | 2024.07.15 22:23:52.420992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7597 | 2024.07.15 22:23:52.421068 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7598 | 2024.07.15 22:23:52.421081 [ 186 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_14_3} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
7599 | 2024.07.15 22:23:52.421108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7600 | 2024.07.15 22:23:52.421149 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 295 rows starting from the beginning of the part | ||
7601 | 2024.07.15 22:23:52.421163 [ 3 ] {} <Debug> HTTP-Session: 03956be4-ce53-4593-93ef-c004fd63261e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7602 | 2024.07.15 22:23:52.421222 [ 3 ] {} <Debug> HTTP-Session: 03956be4-ce53-4593-93ef-c004fd63261e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7603 | 2024.07.15 22:23:52.421302 [ 3 ] {} <Debug> HTTP-Session: 03956be4-ce53-4593-93ef-c004fd63261e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7604 | 2024.07.15 22:23:52.421425 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7605 | 2024.07.15 22:23:52.421459 [ 3 ] {} <Trace> HTTP-Session: 03956be4-ce53-4593-93ef-c004fd63261e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7606 | 2024.07.15 22:23:52.421641 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 149 rows starting from the beginning of the part | ||
7607 | 2024.07.15 22:23:52.421852 [ 3 ] {2ae846b7-9bdc-41d4-b443-6175888a1ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7608 | 2024.07.15 22:23:52.421968 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 198 rows starting from the beginning of the part | ||
7609 | 2024.07.15 22:23:52.422015 [ 3 ] {2ae846b7-9bdc-41d4-b443-6175888a1ee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7610 | 2024.07.15 22:23:52.422353 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 146 rows starting from the beginning of the part | ||
7611 | 2024.07.15 22:23:52.422639 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 163 rows starting from the beginning of the part | ||
7612 | 2024.07.15 22:23:52.423045 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 147 rows starting from the beginning of the part | ||
7613 | 2024.07.15 22:23:52.423136 [ 3 ] {2ae846b7-9bdc-41d4-b443-6175888a1ee9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7614 | 2024.07.15 22:23:52.423966 [ 3 ] {2ae846b7-9bdc-41d4-b443-6175888a1ee9} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7615 | 2024.07.15 22:23:52.424033 [ 3 ] {2ae846b7-9bdc-41d4-b443-6175888a1ee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7616 | 2024.07.15 22:23:52.424863 [ 3 ] {2ae846b7-9bdc-41d4-b443-6175888a1ee9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7617 | 2024.07.15 22:23:52.425833 [ 3 ] {2ae846b7-9bdc-41d4-b443-6175888a1ee9} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7618 | 2024.07.15 22:23:52.426232 [ 66 ] {} <Debug> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
7619 | 2024.07.15 22:23:52.426303 [ 3 ] {2ae846b7-9bdc-41d4-b443-6175888a1ee9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004597 sec., 435.0663476180117 rows/sec., 30.38 KiB/sec. | ||
7620 | 2024.07.15 22:23:52.426316 [ 66 ] {} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7621 | 2024.07.15 22:23:52.426313 [ 192 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1098 rows, containing 4 columns (4 merged, 0 gathered) in 0.006113262 sec., 179609.5112560201 rows/sec., 15.37 MiB/sec. | ||
7622 | 2024.07.15 22:23:52.426398 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7623 | 2024.07.15 22:23:52.426770 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7624 | 2024.07.15 22:23:52.426965 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
7625 | 2024.07.15 22:23:52.426992 [ 3 ] {2ae846b7-9bdc-41d4-b443-6175888a1ee9} <Debug> DynamicQueryHandler: Done processing query | ||
7626 | 2024.07.15 22:23:52.427155 [ 3 ] {2ae846b7-9bdc-41d4-b443-6175888a1ee9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7627 | 2024.07.15 22:23:52.427279 [ 3 ] {} <Debug> HTTP-Session: 03956be4-ce53-4593-93ef-c004fd63261e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7628 | 2024.07.15 22:23:52.427632 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7629 | 2024.07.15 22:23:52.427685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7630 | 2024.07.15 22:23:52.427730 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 16 rows starting from the beginning of the part | ||
7631 | 2024.07.15 22:23:52.427884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7632 | 2024.07.15 22:23:52.428022 [ 3 ] {} <Debug> HTTP-Session: 62465ee8-3810-4219-94b5-16e1f16929cd Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7633 | 2024.07.15 22:23:52.428128 [ 3 ] {} <Debug> HTTP-Session: 62465ee8-3810-4219-94b5-16e1f16929cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7634 | 2024.07.15 22:23:52.428185 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
7635 | 2024.07.15 22:23:52.428206 [ 3 ] {} <Debug> HTTP-Session: 62465ee8-3810-4219-94b5-16e1f16929cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7636 | 2024.07.15 22:23:52.428396 [ 3 ] {} <Trace> HTTP-Session: 62465ee8-3810-4219-94b5-16e1f16929cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7637 | 2024.07.15 22:23:52.428614 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
7638 | 2024.07.15 22:23:52.428776 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_41_8} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7639 | 2024.07.15 22:23:52.428992 [ 3 ] {6cd9cac3-c383-4ee3-9915-f9d00b40dbb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7640 | 2024.07.15 22:23:52.429023 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
7641 | 2024.07.15 22:23:52.429238 [ 3 ] {6cd9cac3-c383-4ee3-9915-f9d00b40dbb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7642 | 2024.07.15 22:23:52.429223 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_41_8} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7643 | 2024.07.15 22:23:52.429431 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
7644 | 2024.07.15 22:23:52.429638 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
7645 | 2024.07.15 22:23:52.429868 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
7646 | 2024.07.15 22:23:52.430614 [ 3 ] {6cd9cac3-c383-4ee3-9915-f9d00b40dbb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7647 | 2024.07.15 22:23:52.431583 [ 3 ] {6cd9cac3-c383-4ee3-9915-f9d00b40dbb8} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7648 | 2024.07.15 22:23:52.431650 [ 3 ] {6cd9cac3-c383-4ee3-9915-f9d00b40dbb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7649 | 2024.07.15 22:23:52.432559 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.00599226 sec., 5340.222219997129 rows/sec., 372.88 KiB/sec. | ||
7650 | 2024.07.15 22:23:52.432650 [ 3 ] {6cd9cac3-c383-4ee3-9915-f9d00b40dbb8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7651 | 2024.07.15 22:23:52.432729 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
7652 | 2024.07.15 22:23:52.433512 [ 3 ] {6cd9cac3-c383-4ee3-9915-f9d00b40dbb8} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7653 | 2024.07.15 22:23:52.433590 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_14_3} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7654 | 2024.07.15 22:23:52.433756 [ 66 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7655 | 2024.07.15 22:23:52.433799 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_14_3} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
7656 | 2024.07.15 22:23:52.433848 [ 3 ] {6cd9cac3-c383-4ee3-9915-f9d00b40dbb8} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.005129 sec., 18717.0988496783 rows/sec., 1.46 MiB/sec. | ||
7657 | 2024.07.15 22:23:52.433849 [ 66 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7658 | 2024.07.15 22:23:52.433963 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7659 | 2024.07.15 22:23:52.434115 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7660 | 2024.07.15 22:23:52.434393 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
7661 | 2024.07.15 22:23:52.434477 [ 3 ] {6cd9cac3-c383-4ee3-9915-f9d00b40dbb8} <Debug> DynamicQueryHandler: Done processing query | ||
7662 | 2024.07.15 22:23:52.434580 [ 3 ] {6cd9cac3-c383-4ee3-9915-f9d00b40dbb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7663 | 2024.07.15 22:23:52.434676 [ 3 ] {} <Debug> HTTP-Session: 62465ee8-3810-4219-94b5-16e1f16929cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7664 | 2024.07.15 22:23:52.435020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7665 | 2024.07.15 22:23:52.435150 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7666 | 2024.07.15 22:23:52.435186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7667 | 2024.07.15 22:23:52.435247 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 470 rows starting from the beginning of the part | ||
7668 | 2024.07.15 22:23:52.435268 [ 3 ] {} <Debug> HTTP-Session: 749b67d6-be4b-4628-90b4-ccf41c66afda Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7669 | 2024.07.15 22:23:52.435301 [ 3 ] {} <Debug> HTTP-Session: 749b67d6-be4b-4628-90b4-ccf41c66afda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7670 | 2024.07.15 22:23:52.435326 [ 3 ] {} <Debug> HTTP-Session: 749b67d6-be4b-4628-90b4-ccf41c66afda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7671 | 2024.07.15 22:23:52.435372 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 100 rows starting from the beginning of the part | ||
7672 | 2024.07.15 22:23:52.435399 [ 3 ] {} <Trace> HTTP-Session: 749b67d6-be4b-4628-90b4-ccf41c66afda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7673 | 2024.07.15 22:23:52.435694 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 408 rows starting from the beginning of the part | ||
7674 | 2024.07.15 22:23:52.435838 [ 3 ] {bc534401-64ec-4d1b-af08-c90dd521f4c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7675 | 2024.07.15 22:23:52.435856 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 94 rows starting from the beginning of the part | ||
7676 | 2024.07.15 22:23:52.435951 [ 3 ] {bc534401-64ec-4d1b-af08-c90dd521f4c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7677 | 2024.07.15 22:23:52.436146 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 386 rows starting from the beginning of the part | ||
7678 | 2024.07.15 22:23:52.436514 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 96 rows starting from the beginning of the part | ||
7679 | 2024.07.15 22:23:52.437108 [ 3 ] {bc534401-64ec-4d1b-af08-c90dd521f4c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7680 | 2024.07.15 22:23:52.437681 [ 3 ] {bc534401-64ec-4d1b-af08-c90dd521f4c3} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7681 | 2024.07.15 22:23:52.437721 [ 3 ] {bc534401-64ec-4d1b-af08-c90dd521f4c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7682 | 2024.07.15 22:23:52.438357 [ 3 ] {bc534401-64ec-4d1b-af08-c90dd521f4c3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7683 | 2024.07.15 22:23:52.438489 [ 192 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1554 rows, containing 4 columns (4 merged, 0 gathered) in 0.004301645 sec., 361257.14697516884 rows/sec., 26.12 MiB/sec. | ||
7684 | 2024.07.15 22:23:52.438780 [ 192 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7685 | 2024.07.15 22:23:52.439041 [ 3 ] {bc534401-64ec-4d1b-af08-c90dd521f4c3} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7686 | 2024.07.15 22:23:52.439486 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7687 | 2024.07.15 22:23:52.439536 [ 3 ] {bc534401-64ec-4d1b-af08-c90dd521f4c3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003842 sec., 41905.25767829255 rows/sec., 2.92 MiB/sec. | ||
7688 | 2024.07.15 22:23:52.439572 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7689 | 2024.07.15 22:23:52.439668 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7690 | 2024.07.15 22:23:52.439848 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_41_8} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7691 | 2024.07.15 22:23:52.440269 [ 3 ] {bc534401-64ec-4d1b-af08-c90dd521f4c3} <Debug> DynamicQueryHandler: Done processing query | ||
7692 | 2024.07.15 22:23:52.440403 [ 3 ] {bc534401-64ec-4d1b-af08-c90dd521f4c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7693 | 2024.07.15 22:23:52.440459 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
7694 | 2024.07.15 22:23:52.440478 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_41_8} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7695 | 2024.07.15 22:23:52.440510 [ 3 ] {} <Debug> HTTP-Session: 749b67d6-be4b-4628-90b4-ccf41c66afda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7696 | 2024.07.15 22:23:52.440876 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
7697 | 2024.07.15 22:23:52.441012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7698 | 2024.07.15 22:23:52.441211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7699 | 2024.07.15 22:23:52.441313 [ 3 ] {} <Debug> HTTP-Session: eb0c0a64-71d7-4fcc-a81c-9aa5c06628de Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7700 | 2024.07.15 22:23:52.441395 [ 3 ] {} <Debug> HTTP-Session: eb0c0a64-71d7-4fcc-a81c-9aa5c06628de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7701 | 2024.07.15 22:23:52.441481 [ 3 ] {} <Debug> HTTP-Session: eb0c0a64-71d7-4fcc-a81c-9aa5c06628de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7702 | 2024.07.15 22:23:52.441485 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7703 | 2024.07.15 22:23:52.441569 [ 3 ] {} <Trace> HTTP-Session: eb0c0a64-71d7-4fcc-a81c-9aa5c06628de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7704 | 2024.07.15 22:23:52.441579 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5776 rows starting from the beginning of the part | ||
7705 | 2024.07.15 22:23:52.441859 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 163 rows starting from the beginning of the part | ||
7706 | 2024.07.15 22:23:52.441965 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 197 rows starting from the beginning of the part | ||
7707 | 2024.07.15 22:23:52.442114 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
7708 | 2024.07.15 22:23:52.442395 [ 3 ] {2e913e4e-d6cc-4ca2-b791-be4e60734551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7709 | 2024.07.15 22:23:52.442420 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 162 rows starting from the beginning of the part | ||
7710 | 2024.07.15 22:23:52.442742 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 161 rows starting from the beginning of the part | ||
7711 | 2024.07.15 22:23:52.442797 [ 3 ] {2e913e4e-d6cc-4ca2-b791-be4e60734551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7712 | 2024.07.15 22:23:52.444477 [ 3 ] {2e913e4e-d6cc-4ca2-b791-be4e60734551} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7713 | 2024.07.15 22:23:52.445919 [ 3 ] {2e913e4e-d6cc-4ca2-b791-be4e60734551} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7714 | 2024.07.15 22:23:52.446047 [ 3 ] {2e913e4e-d6cc-4ca2-b791-be4e60734551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7715 | 2024.07.15 22:23:52.447153 [ 3 ] {2e913e4e-d6cc-4ca2-b791-be4e60734551} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7716 | 2024.07.15 22:23:52.447721 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6619 rows, containing 5 columns (5 merged, 0 gathered) in 0.007804575 sec., 848092.3048340236 rows/sec., 59.09 MiB/sec. | ||
7717 | 2024.07.15 22:23:52.447822 [ 3 ] {2e913e4e-d6cc-4ca2-b791-be4e60734551} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7718 | 2024.07.15 22:23:52.447979 [ 66 ] {} <Debug> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7719 | 2024.07.15 22:23:52.448021 [ 3 ] {2e913e4e-d6cc-4ca2-b791-be4e60734551} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.006218 sec., 4824.702476680605 rows/sec., 8.65 MiB/sec. | ||
7720 | 2024.07.15 22:23:52.448033 [ 66 ] {} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7721 | 2024.07.15 22:23:52.448076 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7722 | 2024.07.15 22:23:52.448471 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7723 | 2024.07.15 22:23:52.448759 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::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 | ||
7724 | 2024.07.15 22:23:52.449214 [ 3 ] {2e913e4e-d6cc-4ca2-b791-be4e60734551} <Debug> DynamicQueryHandler: Done processing query | ||
7725 | 2024.07.15 22:23:52.449293 [ 3 ] {2e913e4e-d6cc-4ca2-b791-be4e60734551} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7726 | 2024.07.15 22:23:52.449407 [ 3 ] {} <Debug> HTTP-Session: eb0c0a64-71d7-4fcc-a81c-9aa5c06628de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7727 | 2024.07.15 22:23:52.449738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7728 | 2024.07.15 22:23:52.449945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7729 | 2024.07.15 22:23:52.450051 [ 3 ] {} <Debug> HTTP-Session: 843efc58-6e91-4d87-b0db-a309f1a58a86 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7730 | 2024.07.15 22:23:52.450128 [ 3 ] {} <Debug> HTTP-Session: 843efc58-6e91-4d87-b0db-a309f1a58a86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7731 | 2024.07.15 22:23:52.450207 [ 3 ] {} <Debug> HTTP-Session: 843efc58-6e91-4d87-b0db-a309f1a58a86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7732 | 2024.07.15 22:23:52.450375 [ 3 ] {} <Trace> HTTP-Session: 843efc58-6e91-4d87-b0db-a309f1a58a86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7733 | 2024.07.15 22:23:52.450521 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7734 | 2024.07.15 22:23:52.450600 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7735 | 2024.07.15 22:23:52.450808 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7736 | 2024.07.15 22:23:52.450887 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 320 rows starting from the beginning of the part | ||
7737 | 2024.07.15 22:23:52.450887 [ 3 ] {f70b6d7b-8579-46a0-8478-c22a803b2020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7738 | 2024.07.15 22:23:52.451020 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. | ||
7739 | 2024.07.15 22:23:52.451093 [ 3 ] {f70b6d7b-8579-46a0-8478-c22a803b2020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7740 | 2024.07.15 22:23:52.451817 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::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 | ||
7741 | 2024.07.15 22:23:52.452023 [ 3 ] {f70b6d7b-8579-46a0-8478-c22a803b2020} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7742 | 2024.07.15 22:23:52.452487 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::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 | ||
7743 | 2024.07.15 22:23:52.453095 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::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 | ||
7744 | 2024.07.15 22:23:52.453368 [ 3 ] {f70b6d7b-8579-46a0-8478-c22a803b2020} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7745 | 2024.07.15 22:23:52.453496 [ 3 ] {f70b6d7b-8579-46a0-8478-c22a803b2020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7746 | 2024.07.15 22:23:52.453734 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
7747 | 2024.07.15 22:23:52.454291 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
7748 | 2024.07.15 22:23:52.454991 [ 3 ] {f70b6d7b-8579-46a0-8478-c22a803b2020} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7749 | 2024.07.15 22:23:52.455780 [ 3 ] {f70b6d7b-8579-46a0-8478-c22a803b2020} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7750 | 2024.07.15 22:23:52.456144 [ 66 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7751 | 2024.07.15 22:23:52.456222 [ 3 ] {f70b6d7b-8579-46a0-8478-c22a803b2020} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005535 sec., 10840.108401084011 rows/sec., 748.08 KiB/sec. | ||
7752 | 2024.07.15 22:23:52.456234 [ 66 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7753 | 2024.07.15 22:23:52.456310 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7754 | 2024.07.15 22:23:52.456760 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
7755 | 2024.07.15 22:23:52.456767 [ 3 ] {f70b6d7b-8579-46a0-8478-c22a803b2020} <Debug> DynamicQueryHandler: Done processing query | ||
7756 | 2024.07.15 22:23:52.456892 [ 3 ] {f70b6d7b-8579-46a0-8478-c22a803b2020} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7757 | 2024.07.15 22:23:52.456994 [ 3 ] {} <Debug> HTTP-Session: 843efc58-6e91-4d87-b0db-a309f1a58a86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7758 | 2024.07.15 22:23:52.457697 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7759 | 2024.07.15 22:23:52.457816 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2018 rows starting from the beginning of the part | ||
7760 | 2024.07.15 22:23:52.458149 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
7761 | 2024.07.15 22:23:52.458471 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
7762 | 2024.07.15 22:23:52.458750 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
7763 | 2024.07.15 22:23:52.459027 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
7764 | 2024.07.15 22:23:52.459320 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
7765 | 2024.07.15 22:23:52.462944 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2318 rows, containing 4 columns (4 merged, 0 gathered) in 0.006462019 sec., 358711.4182115528 rows/sec., 24.20 MiB/sec. | ||
7766 | 2024.07.15 22:23:52.463302 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7767 | 2024.07.15 22:23:52.464020 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_41_8} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7768 | 2024.07.15 22:23:52.464110 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_41_8} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7769 | 2024.07.15 22:23:52.464366 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
7770 | 2024.07.15 22:23:52.464647 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 470 rows, containing 19 columns (19 merged, 0 gathered) in 0.016423567 sec., 28617.41301387208 rows/sec., 51.28 MiB/sec. | ||
7771 | 2024.07.15 22:23:52.465125 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7772 | 2024.07.15 22:23:52.465656 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7773 | 2024.07.15 22:23:52.465729 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7774 | 2024.07.15 22:23:52.465834 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. | ||
7775 | 2024.07.15 22:23:53.000165 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.33 MiB, peak 197.99 MiB, free memory in arenas 0.00 B, will set to 190.76 MiB (RSS), difference: 2.43 MiB | ||
7776 | 2024.07.15 22:23:57.412294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7777 | 2024.07.15 22:23:57.412440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7778 | 2024.07.15 22:23:57.412470 [ 3 ] {} <Debug> HTTP-Session: dd1a70a8-21a2-4707-8075-788760e3ebf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7779 | 2024.07.15 22:23:57.412497 [ 3 ] {} <Debug> HTTP-Session: dd1a70a8-21a2-4707-8075-788760e3ebf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7780 | 2024.07.15 22:23:57.412515 [ 3 ] {} <Debug> HTTP-Session: dd1a70a8-21a2-4707-8075-788760e3ebf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7781 | 2024.07.15 22:23:57.412571 [ 3 ] {} <Trace> HTTP-Session: dd1a70a8-21a2-4707-8075-788760e3ebf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7782 | 2024.07.15 22:23:57.412772 [ 3 ] {0d85d754-8b6b-4b14-9f7c-d4285e09f479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7783 | 2024.07.15 22:23:57.412848 [ 3 ] {0d85d754-8b6b-4b14-9f7c-d4285e09f479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7784 | 2024.07.15 22:23:57.413068 [ 3 ] {0d85d754-8b6b-4b14-9f7c-d4285e09f479} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7785 | 2024.07.15 22:23:57.413572 [ 3 ] {0d85d754-8b6b-4b14-9f7c-d4285e09f479} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7786 | 2024.07.15 22:23:57.413619 [ 3 ] {0d85d754-8b6b-4b14-9f7c-d4285e09f479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7787 | 2024.07.15 22:23:57.413996 [ 3 ] {0d85d754-8b6b-4b14-9f7c-d4285e09f479} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7788 | 2024.07.15 22:23:57.414340 [ 3 ] {0d85d754-8b6b-4b14-9f7c-d4285e09f479} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7789 | 2024.07.15 22:23:57.414500 [ 3 ] {0d85d754-8b6b-4b14-9f7c-d4285e09f479} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001785 sec., 3361.3445378151264 rows/sec., 190.39 KiB/sec. | ||
7790 | 2024.07.15 22:23:57.414843 [ 3 ] {0d85d754-8b6b-4b14-9f7c-d4285e09f479} <Debug> DynamicQueryHandler: Done processing query | ||
7791 | 2024.07.15 22:23:57.414888 [ 3 ] {0d85d754-8b6b-4b14-9f7c-d4285e09f479} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7792 | 2024.07.15 22:23:57.414906 [ 3 ] {} <Debug> HTTP-Session: dd1a70a8-21a2-4707-8075-788760e3ebf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7793 | 2024.07.15 22:23:57.415100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7794 | 2024.07.15 22:23:57.415159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7795 | 2024.07.15 22:23:57.415178 [ 3 ] {} <Debug> HTTP-Session: cadf16b7-9f1c-4fec-b121-5cb405a2fff7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7796 | 2024.07.15 22:23:57.415197 [ 3 ] {} <Debug> HTTP-Session: cadf16b7-9f1c-4fec-b121-5cb405a2fff7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7797 | 2024.07.15 22:23:57.415211 [ 3 ] {} <Debug> HTTP-Session: cadf16b7-9f1c-4fec-b121-5cb405a2fff7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7798 | 2024.07.15 22:23:57.415247 [ 3 ] {} <Trace> HTTP-Session: cadf16b7-9f1c-4fec-b121-5cb405a2fff7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7799 | 2024.07.15 22:23:57.415402 [ 3 ] {57461406-187c-4246-b6eb-8c551e3cb922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7800 | 2024.07.15 22:23:57.415449 [ 3 ] {57461406-187c-4246-b6eb-8c551e3cb922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7801 | 2024.07.15 22:23:57.415603 [ 3 ] {57461406-187c-4246-b6eb-8c551e3cb922} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7802 | 2024.07.15 22:23:57.416006 [ 3 ] {57461406-187c-4246-b6eb-8c551e3cb922} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7803 | 2024.07.15 22:23:57.416044 [ 3 ] {57461406-187c-4246-b6eb-8c551e3cb922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7804 | 2024.07.15 22:23:57.416366 [ 3 ] {57461406-187c-4246-b6eb-8c551e3cb922} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7805 | 2024.07.15 22:23:57.416675 [ 3 ] {57461406-187c-4246-b6eb-8c551e3cb922} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7806 | 2024.07.15 22:23:57.416831 [ 3 ] {57461406-187c-4246-b6eb-8c551e3cb922} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001493 sec., 107836.57066309445 rows/sec., 9.52 MiB/sec. | ||
7807 | 2024.07.15 22:23:57.416985 [ 3 ] {57461406-187c-4246-b6eb-8c551e3cb922} <Debug> DynamicQueryHandler: Done processing query | ||
7808 | 2024.07.15 22:23:57.417009 [ 3 ] {57461406-187c-4246-b6eb-8c551e3cb922} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7809 | 2024.07.15 22:23:57.417025 [ 3 ] {} <Debug> HTTP-Session: cadf16b7-9f1c-4fec-b121-5cb405a2fff7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7810 | 2024.07.15 22:23:57.417250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7811 | 2024.07.15 22:23:57.417299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7812 | 2024.07.15 22:23:57.417318 [ 3 ] {} <Debug> HTTP-Session: 93b726a7-b0cf-40e4-a0c6-2fb0f8e312de Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7813 | 2024.07.15 22:23:57.417334 [ 3 ] {} <Debug> HTTP-Session: 93b726a7-b0cf-40e4-a0c6-2fb0f8e312de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7814 | 2024.07.15 22:23:57.417348 [ 3 ] {} <Debug> HTTP-Session: 93b726a7-b0cf-40e4-a0c6-2fb0f8e312de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7815 | 2024.07.15 22:23:57.417379 [ 3 ] {} <Trace> HTTP-Session: 93b726a7-b0cf-40e4-a0c6-2fb0f8e312de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7816 | 2024.07.15 22:23:57.417570 [ 3 ] {69cf3d97-3f5b-42f7-b309-9e0704014d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7817 | 2024.07.15 22:23:57.417612 [ 3 ] {69cf3d97-3f5b-42f7-b309-9e0704014d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7818 | 2024.07.15 22:23:57.417738 [ 3 ] {69cf3d97-3f5b-42f7-b309-9e0704014d25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7819 | 2024.07.15 22:23:57.418332 [ 3 ] {69cf3d97-3f5b-42f7-b309-9e0704014d25} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7820 | 2024.07.15 22:23:57.418369 [ 3 ] {69cf3d97-3f5b-42f7-b309-9e0704014d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7821 | 2024.07.15 22:23:57.418705 [ 3 ] {69cf3d97-3f5b-42f7-b309-9e0704014d25} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7822 | 2024.07.15 22:23:57.419007 [ 3 ] {69cf3d97-3f5b-42f7-b309-9e0704014d25} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7823 | 2024.07.15 22:23:57.419164 [ 3 ] {69cf3d97-3f5b-42f7-b309-9e0704014d25} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001691 sec., 225901.83323477232 rows/sec., 15.87 MiB/sec. | ||
7824 | 2024.07.15 22:23:57.419338 [ 3 ] {69cf3d97-3f5b-42f7-b309-9e0704014d25} <Debug> DynamicQueryHandler: Done processing query | ||
7825 | 2024.07.15 22:23:57.419366 [ 3 ] {69cf3d97-3f5b-42f7-b309-9e0704014d25} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7826 | 2024.07.15 22:23:57.419381 [ 3 ] {} <Debug> HTTP-Session: 93b726a7-b0cf-40e4-a0c6-2fb0f8e312de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7827 | 2024.07.15 22:23:57.419526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7828 | 2024.07.15 22:23:57.419575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7829 | 2024.07.15 22:23:57.419594 [ 3 ] {} <Debug> HTTP-Session: 8c9a9864-f6ac-4c00-89f8-3a1b09f50a93 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7830 | 2024.07.15 22:23:57.419610 [ 3 ] {} <Debug> HTTP-Session: 8c9a9864-f6ac-4c00-89f8-3a1b09f50a93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7831 | 2024.07.15 22:23:57.419623 [ 3 ] {} <Debug> HTTP-Session: 8c9a9864-f6ac-4c00-89f8-3a1b09f50a93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7832 | 2024.07.15 22:23:57.419654 [ 3 ] {} <Trace> HTTP-Session: 8c9a9864-f6ac-4c00-89f8-3a1b09f50a93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7833 | 2024.07.15 22:23:57.419748 [ 3 ] {65ff34bb-63f2-4944-9cb3-eb1d334c7be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7834 | 2024.07.15 22:23:57.419793 [ 3 ] {65ff34bb-63f2-4944-9cb3-eb1d334c7be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7835 | 2024.07.15 22:23:57.419926 [ 3 ] {65ff34bb-63f2-4944-9cb3-eb1d334c7be3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7836 | 2024.07.15 22:23:57.420195 [ 3 ] {65ff34bb-63f2-4944-9cb3-eb1d334c7be3} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7837 | 2024.07.15 22:23:57.420232 [ 3 ] {65ff34bb-63f2-4944-9cb3-eb1d334c7be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7838 | 2024.07.15 22:23:57.420586 [ 3 ] {65ff34bb-63f2-4944-9cb3-eb1d334c7be3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7839 | 2024.07.15 22:23:57.420909 [ 3 ] {65ff34bb-63f2-4944-9cb3-eb1d334c7be3} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7840 | 2024.07.15 22:23:57.421063 [ 3 ] {65ff34bb-63f2-4944-9cb3-eb1d334c7be3} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 193.55 KiB/sec. | ||
7841 | 2024.07.15 22:23:57.421351 [ 3 ] {65ff34bb-63f2-4944-9cb3-eb1d334c7be3} <Debug> DynamicQueryHandler: Done processing query | ||
7842 | 2024.07.15 22:23:57.421376 [ 3 ] {65ff34bb-63f2-4944-9cb3-eb1d334c7be3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7843 | 2024.07.15 22:23:57.421392 [ 3 ] {} <Debug> HTTP-Session: 8c9a9864-f6ac-4c00-89f8-3a1b09f50a93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7844 | 2024.07.15 22:23:57.421523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7845 | 2024.07.15 22:23:57.421571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7846 | 2024.07.15 22:23:57.421590 [ 3 ] {} <Debug> HTTP-Session: 43a44ce6-f616-4906-8d60-307d0723808c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7847 | 2024.07.15 22:23:57.421606 [ 3 ] {} <Debug> HTTP-Session: 43a44ce6-f616-4906-8d60-307d0723808c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7848 | 2024.07.15 22:23:57.421620 [ 3 ] {} <Debug> HTTP-Session: 43a44ce6-f616-4906-8d60-307d0723808c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7849 | 2024.07.15 22:23:57.421649 [ 3 ] {} <Trace> HTTP-Session: 43a44ce6-f616-4906-8d60-307d0723808c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7850 | 2024.07.15 22:23:57.421767 [ 3 ] {bad6fb62-1c39-4f18-ab85-b4091034bb7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7851 | 2024.07.15 22:23:57.421816 [ 3 ] {bad6fb62-1c39-4f18-ab85-b4091034bb7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7852 | 2024.07.15 22:23:57.421977 [ 3 ] {bad6fb62-1c39-4f18-ab85-b4091034bb7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7853 | 2024.07.15 22:23:57.422307 [ 3 ] {bad6fb62-1c39-4f18-ab85-b4091034bb7c} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7854 | 2024.07.15 22:23:57.422342 [ 3 ] {bad6fb62-1c39-4f18-ab85-b4091034bb7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7855 | 2024.07.15 22:23:57.422701 [ 3 ] {bad6fb62-1c39-4f18-ab85-b4091034bb7c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7856 | 2024.07.15 22:23:57.423043 [ 3 ] {bad6fb62-1c39-4f18-ab85-b4091034bb7c} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7857 | 2024.07.15 22:23:57.423212 [ 3 ] {bad6fb62-1c39-4f18-ab85-b4091034bb7c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001476 sec., 52168.0216802168 rows/sec., 3.21 MiB/sec. | ||
7858 | 2024.07.15 22:23:57.423552 [ 3 ] {bad6fb62-1c39-4f18-ab85-b4091034bb7c} <Debug> DynamicQueryHandler: Done processing query | ||
7859 | 2024.07.15 22:23:57.423577 [ 3 ] {bad6fb62-1c39-4f18-ab85-b4091034bb7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7860 | 2024.07.15 22:23:57.423593 [ 3 ] {} <Debug> HTTP-Session: 43a44ce6-f616-4906-8d60-307d0723808c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7861 | 2024.07.15 22:23:57.423746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7862 | 2024.07.15 22:23:57.423795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7863 | 2024.07.15 22:23:57.423814 [ 3 ] {} <Debug> HTTP-Session: 47d49273-9b69-421a-bb7d-1d16e5a98e7a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7864 | 2024.07.15 22:23:57.423830 [ 3 ] {} <Debug> HTTP-Session: 47d49273-9b69-421a-bb7d-1d16e5a98e7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7865 | 2024.07.15 22:23:57.423843 [ 3 ] {} <Debug> HTTP-Session: 47d49273-9b69-421a-bb7d-1d16e5a98e7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7866 | 2024.07.15 22:23:57.423874 [ 3 ] {} <Trace> HTTP-Session: 47d49273-9b69-421a-bb7d-1d16e5a98e7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7867 | 2024.07.15 22:23:57.424013 [ 3 ] {a4cce92a-2e3c-4382-b201-cd4ae7bd7a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7868 | 2024.07.15 22:23:57.424059 [ 3 ] {a4cce92a-2e3c-4382-b201-cd4ae7bd7a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7869 | 2024.07.15 22:23:57.424223 [ 3 ] {a4cce92a-2e3c-4382-b201-cd4ae7bd7a4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7870 | 2024.07.15 22:23:57.424618 [ 3 ] {a4cce92a-2e3c-4382-b201-cd4ae7bd7a4a} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7871 | 2024.07.15 22:23:57.424654 [ 3 ] {a4cce92a-2e3c-4382-b201-cd4ae7bd7a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7872 | 2024.07.15 22:23:57.425024 [ 3 ] {a4cce92a-2e3c-4382-b201-cd4ae7bd7a4a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7873 | 2024.07.15 22:23:57.425363 [ 3 ] {a4cce92a-2e3c-4382-b201-cd4ae7bd7a4a} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7874 | 2024.07.15 22:23:57.425518 [ 3 ] {a4cce92a-2e3c-4382-b201-cd4ae7bd7a4a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
7875 | 2024.07.15 22:23:57.425702 [ 3 ] {a4cce92a-2e3c-4382-b201-cd4ae7bd7a4a} <Debug> DynamicQueryHandler: Done processing query | ||
7876 | 2024.07.15 22:23:57.425729 [ 3 ] {a4cce92a-2e3c-4382-b201-cd4ae7bd7a4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7877 | 2024.07.15 22:23:57.425746 [ 3 ] {} <Debug> HTTP-Session: 47d49273-9b69-421a-bb7d-1d16e5a98e7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7878 | 2024.07.15 22:23:57.425902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7879 | 2024.07.15 22:23:57.425952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7880 | 2024.07.15 22:23:57.425972 [ 3 ] {} <Debug> HTTP-Session: f2727fa3-e708-43e7-885a-9f473b7d9062 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7881 | 2024.07.15 22:23:57.425989 [ 3 ] {} <Debug> HTTP-Session: f2727fa3-e708-43e7-885a-9f473b7d9062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7882 | 2024.07.15 22:23:57.426003 [ 3 ] {} <Debug> HTTP-Session: f2727fa3-e708-43e7-885a-9f473b7d9062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7883 | 2024.07.15 22:23:57.426034 [ 3 ] {} <Trace> HTTP-Session: f2727fa3-e708-43e7-885a-9f473b7d9062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7884 | 2024.07.15 22:23:57.426139 [ 3 ] {41f83209-55d0-4f6e-b3de-dc69fc88af19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7885 | 2024.07.15 22:23:57.426184 [ 3 ] {41f83209-55d0-4f6e-b3de-dc69fc88af19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7886 | 2024.07.15 22:23:57.426315 [ 3 ] {41f83209-55d0-4f6e-b3de-dc69fc88af19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7887 | 2024.07.15 22:23:57.426594 [ 3 ] {41f83209-55d0-4f6e-b3de-dc69fc88af19} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7888 | 2024.07.15 22:23:57.426632 [ 3 ] {41f83209-55d0-4f6e-b3de-dc69fc88af19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7889 | 2024.07.15 22:23:57.427000 [ 3 ] {41f83209-55d0-4f6e-b3de-dc69fc88af19} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7890 | 2024.07.15 22:23:57.427330 [ 3 ] {41f83209-55d0-4f6e-b3de-dc69fc88af19} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7891 | 2024.07.15 22:23:57.427497 [ 56 ] {} <Debug> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7892 | 2024.07.15 22:23:57.427508 [ 3 ] {41f83209-55d0-4f6e-b3de-dc69fc88af19} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001385 sec., 16606.49819494585 rows/sec., 898.30 KiB/sec. | ||
7893 | 2024.07.15 22:23:57.427590 [ 56 ] {} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7894 | 2024.07.15 22:23:57.427659 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7895 | 2024.07.15 22:23:57.427841 [ 3 ] {41f83209-55d0-4f6e-b3de-dc69fc88af19} <Debug> DynamicQueryHandler: Done processing query | ||
7896 | 2024.07.15 22:23:57.427866 [ 199 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::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 | ||
7897 | 2024.07.15 22:23:57.427880 [ 3 ] {41f83209-55d0-4f6e-b3de-dc69fc88af19} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7898 | 2024.07.15 22:23:57.427943 [ 3 ] {} <Debug> HTTP-Session: f2727fa3-e708-43e7-885a-9f473b7d9062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7899 | 2024.07.15 22:23:57.428079 [ 199 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7900 | 2024.07.15 22:23:57.428113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7901 | 2024.07.15 22:23:57.428140 [ 199 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 349 rows starting from the beginning of the part | ||
7902 | 2024.07.15 22:23:57.428207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7903 | 2024.07.15 22:23:57.428311 [ 3 ] {} <Debug> HTTP-Session: 13249bd6-6aa8-4d01-8f83-f2357f07edb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7904 | 2024.07.15 22:23:57.428366 [ 199 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part | ||
7905 | 2024.07.15 22:23:57.428381 [ 3 ] {} <Debug> HTTP-Session: 13249bd6-6aa8-4d01-8f83-f2357f07edb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7906 | 2024.07.15 22:23:57.428435 [ 3 ] {} <Debug> HTTP-Session: 13249bd6-6aa8-4d01-8f83-f2357f07edb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7907 | 2024.07.15 22:23:57.428635 [ 3 ] {} <Trace> HTTP-Session: 13249bd6-6aa8-4d01-8f83-f2357f07edb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7908 | 2024.07.15 22:23:57.428662 [ 199 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part | ||
7909 | 2024.07.15 22:23:57.428790 [ 199 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part | ||
7910 | 2024.07.15 22:23:57.429051 [ 3 ] {a7d5dc81-2594-4069-bcf2-bf2fa19c6f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7911 | 2024.07.15 22:23:57.429196 [ 199 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part | ||
7912 | 2024.07.15 22:23:57.429322 [ 3 ] {a7d5dc81-2594-4069-bcf2-bf2fa19c6f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7913 | 2024.07.15 22:23:57.429564 [ 199 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 23 rows starting from the beginning of the part | ||
7914 | 2024.07.15 22:23:57.430237 [ 3 ] {a7d5dc81-2594-4069-bcf2-bf2fa19c6f16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7915 | 2024.07.15 22:23:57.431004 [ 3 ] {a7d5dc81-2594-4069-bcf2-bf2fa19c6f16} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7916 | 2024.07.15 22:23:57.431075 [ 3 ] {a7d5dc81-2594-4069-bcf2-bf2fa19c6f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7917 | 2024.07.15 22:23:57.432221 [ 3 ] {a7d5dc81-2594-4069-bcf2-bf2fa19c6f16} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7918 | 2024.07.15 22:23:57.432304 [ 199 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 4 columns (4 merged, 0 gathered) in 0.00452971 sec., 102434.8137077208 rows/sec., 5.53 MiB/sec. | ||
7919 | 2024.07.15 22:23:57.432682 [ 196 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7920 | 2024.07.15 22:23:57.432853 [ 3 ] {a7d5dc81-2594-4069-bcf2-bf2fa19c6f16} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7921 | 2024.07.15 22:23:57.433188 [ 3 ] {a7d5dc81-2594-4069-bcf2-bf2fa19c6f16} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004355 sec., 13777.26750861079 rows/sec., 950.77 KiB/sec. | ||
7922 | 2024.07.15 22:23:57.433607 [ 3 ] {a7d5dc81-2594-4069-bcf2-bf2fa19c6f16} <Debug> DynamicQueryHandler: Done processing query | ||
7923 | 2024.07.15 22:23:57.433642 [ 3 ] {a7d5dc81-2594-4069-bcf2-bf2fa19c6f16} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7924 | 2024.07.15 22:23:57.433683 [ 3 ] {} <Debug> HTTP-Session: 13249bd6-6aa8-4d01-8f83-f2357f07edb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7925 | 2024.07.15 22:23:57.433798 [ 196 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_21_4} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7926 | 2024.07.15 22:23:57.433890 [ 196 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_21_4} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7927 | 2024.07.15 22:23:57.433992 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
7928 | 2024.07.15 22:24:02.409791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7929 | 2024.07.15 22:24:02.409924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7930 | 2024.07.15 22:24:02.409954 [ 3 ] {} <Debug> HTTP-Session: 2821c809-9504-4be9-8a71-5afb8e43825a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7931 | 2024.07.15 22:24:02.409981 [ 3 ] {} <Debug> HTTP-Session: 2821c809-9504-4be9-8a71-5afb8e43825a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7932 | 2024.07.15 22:24:02.409998 [ 3 ] {} <Debug> HTTP-Session: 2821c809-9504-4be9-8a71-5afb8e43825a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7933 | 2024.07.15 22:24:02.410094 [ 3 ] {} <Trace> HTTP-Session: 2821c809-9504-4be9-8a71-5afb8e43825a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7934 | 2024.07.15 22:24:02.410302 [ 3 ] {e93698ed-e48a-4f9b-89e4-5538fe12dcf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7935 | 2024.07.15 22:24:02.410376 [ 3 ] {e93698ed-e48a-4f9b-89e4-5538fe12dcf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7936 | 2024.07.15 22:24:02.410588 [ 3 ] {e93698ed-e48a-4f9b-89e4-5538fe12dcf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7937 | 2024.07.15 22:24:02.411024 [ 3 ] {e93698ed-e48a-4f9b-89e4-5538fe12dcf2} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7938 | 2024.07.15 22:24:02.411069 [ 3 ] {e93698ed-e48a-4f9b-89e4-5538fe12dcf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7939 | 2024.07.15 22:24:02.411444 [ 3 ] {e93698ed-e48a-4f9b-89e4-5538fe12dcf2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7940 | 2024.07.15 22:24:02.411775 [ 3 ] {e93698ed-e48a-4f9b-89e4-5538fe12dcf2} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7941 | 2024.07.15 22:24:02.411923 [ 3 ] {e93698ed-e48a-4f9b-89e4-5538fe12dcf2} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00169 sec., 17751.479289940828 rows/sec., 1.41 MiB/sec. | ||
7942 | 2024.07.15 22:24:02.411927 [ 50 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7943 | 2024.07.15 22:24:02.412071 [ 50 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7944 | 2024.07.15 22:24:02.412102 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7945 | 2024.07.15 22:24:02.412282 [ 3 ] {e93698ed-e48a-4f9b-89e4-5538fe12dcf2} <Debug> DynamicQueryHandler: Done processing query | ||
7946 | 2024.07.15 22:24:02.412325 [ 3 ] {e93698ed-e48a-4f9b-89e4-5538fe12dcf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7947 | 2024.07.15 22:24:02.412328 [ 201 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
7948 | 2024.07.15 22:24:02.412349 [ 3 ] {} <Debug> HTTP-Session: 2821c809-9504-4be9-8a71-5afb8e43825a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7949 | 2024.07.15 22:24:02.412560 [ 201 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7950 | 2024.07.15 22:24:02.412595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7951 | 2024.07.15 22:24:02.412621 [ 201 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 36 rows starting from the beginning of the part | ||
7952 | 2024.07.15 22:24:02.412683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7953 | 2024.07.15 22:24:02.412748 [ 3 ] {} <Debug> HTTP-Session: 27436a91-fd79-4849-947e-946c5f288043 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7954 | 2024.07.15 22:24:02.412841 [ 3 ] {} <Debug> HTTP-Session: 27436a91-fd79-4849-947e-946c5f288043 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7955 | 2024.07.15 22:24:02.412882 [ 201 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part | ||
7956 | 2024.07.15 22:24:02.412902 [ 3 ] {} <Debug> HTTP-Session: 27436a91-fd79-4849-947e-946c5f288043 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7957 | 2024.07.15 22:24:02.413046 [ 3 ] {} <Trace> HTTP-Session: 27436a91-fd79-4849-947e-946c5f288043 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7958 | 2024.07.15 22:24:02.413188 [ 201 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
7959 | 2024.07.15 22:24:02.413464 [ 201 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part | ||
7960 | 2024.07.15 22:24:02.413491 [ 3 ] {aab637a6-3e87-4eac-b5b6-e2f1b540a009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7961 | 2024.07.15 22:24:02.413697 [ 3 ] {aab637a6-3e87-4eac-b5b6-e2f1b540a009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7962 | 2024.07.15 22:24:02.413788 [ 201 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
7963 | 2024.07.15 22:24:02.414100 [ 201 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part | ||
7964 | 2024.07.15 22:24:02.414763 [ 3 ] {aab637a6-3e87-4eac-b5b6-e2f1b540a009} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7965 | 2024.07.15 22:24:02.415603 [ 3 ] {aab637a6-3e87-4eac-b5b6-e2f1b540a009} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7966 | 2024.07.15 22:24:02.415659 [ 3 ] {aab637a6-3e87-4eac-b5b6-e2f1b540a009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7967 | 2024.07.15 22:24:02.416521 [ 3 ] {aab637a6-3e87-4eac-b5b6-e2f1b540a009} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7968 | 2024.07.15 22:24:02.416605 [ 196 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 4 columns (4 merged, 0 gathered) in 0.004392918 sec., 31414.19894475608 rows/sec., 2.38 MiB/sec. | ||
7969 | 2024.07.15 22:24:02.416927 [ 196 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7970 | 2024.07.15 22:24:02.417188 [ 3 ] {aab637a6-3e87-4eac-b5b6-e2f1b540a009} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7971 | 2024.07.15 22:24:02.417665 [ 3 ] {aab637a6-3e87-4eac-b5b6-e2f1b540a009} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.004354 sec., 33532.38401469913 rows/sec., 2.82 MiB/sec. | ||
7972 | 2024.07.15 22:24:02.417931 [ 196 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_36_7} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7973 | 2024.07.15 22:24:02.418004 [ 3 ] {aab637a6-3e87-4eac-b5b6-e2f1b540a009} <Debug> DynamicQueryHandler: Done processing query | ||
7974 | 2024.07.15 22:24:02.418061 [ 3 ] {aab637a6-3e87-4eac-b5b6-e2f1b540a009} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7975 | 2024.07.15 22:24:02.418085 [ 3 ] {} <Debug> HTTP-Session: 27436a91-fd79-4849-947e-946c5f288043 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7976 | 2024.07.15 22:24:02.418105 [ 196 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_36_7} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7977 | 2024.07.15 22:24:02.418233 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7978 | 2024.07.15 22:24:02.418302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7979 | 2024.07.15 22:24:02.418359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7980 | 2024.07.15 22:24:02.418380 [ 3 ] {} <Debug> HTTP-Session: 2d72127e-763e-4fd3-afb4-f2ee47b43faf Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7981 | 2024.07.15 22:24:02.418397 [ 3 ] {} <Debug> HTTP-Session: 2d72127e-763e-4fd3-afb4-f2ee47b43faf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7982 | 2024.07.15 22:24:02.418411 [ 3 ] {} <Debug> HTTP-Session: 2d72127e-763e-4fd3-afb4-f2ee47b43faf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7983 | 2024.07.15 22:24:02.418444 [ 3 ] {} <Trace> HTTP-Session: 2d72127e-763e-4fd3-afb4-f2ee47b43faf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7984 | 2024.07.15 22:24:02.418591 [ 3 ] {1f9df803-091e-450f-80b7-e3be9f2ab5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7985 | 2024.07.15 22:24:02.418638 [ 3 ] {1f9df803-091e-450f-80b7-e3be9f2ab5a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7986 | 2024.07.15 22:24:02.418785 [ 3 ] {1f9df803-091e-450f-80b7-e3be9f2ab5a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7987 | 2024.07.15 22:24:02.419362 [ 3 ] {1f9df803-091e-450f-80b7-e3be9f2ab5a3} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7988 | 2024.07.15 22:24:02.419398 [ 3 ] {1f9df803-091e-450f-80b7-e3be9f2ab5a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
7989 | 2024.07.15 22:24:02.419721 [ 3 ] {1f9df803-091e-450f-80b7-e3be9f2ab5a3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7990 | 2024.07.15 22:24:02.420039 [ 3 ] {1f9df803-091e-450f-80b7-e3be9f2ab5a3} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7991 | 2024.07.15 22:24:02.420162 [ 3 ] {1f9df803-091e-450f-80b7-e3be9f2ab5a3} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001637 sec., 57422.113622480145 rows/sec., 4.48 MiB/sec. | ||
7992 | 2024.07.15 22:24:02.420324 [ 3 ] {1f9df803-091e-450f-80b7-e3be9f2ab5a3} <Debug> DynamicQueryHandler: Done processing query | ||
7993 | 2024.07.15 22:24:02.420349 [ 3 ] {1f9df803-091e-450f-80b7-e3be9f2ab5a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7994 | 2024.07.15 22:24:02.420365 [ 3 ] {} <Debug> HTTP-Session: 2d72127e-763e-4fd3-afb4-f2ee47b43faf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7995 | 2024.07.15 22:24:02.420529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7996 | 2024.07.15 22:24:02.420579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7997 | 2024.07.15 22:24:02.420600 [ 3 ] {} <Debug> HTTP-Session: 7606d563-a809-4ff7-8281-38e94238d6b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
7998 | 2024.07.15 22:24:02.420617 [ 3 ] {} <Debug> HTTP-Session: 7606d563-a809-4ff7-8281-38e94238d6b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7999 | 2024.07.15 22:24:02.420631 [ 3 ] {} <Debug> HTTP-Session: 7606d563-a809-4ff7-8281-38e94238d6b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8000 | 2024.07.15 22:24:02.420662 [ 3 ] {} <Trace> HTTP-Session: 7606d563-a809-4ff7-8281-38e94238d6b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8001 | 2024.07.15 22:24:02.420808 [ 3 ] {808337f9-df3d-482b-9a69-ee3c3e6eb5d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8002 | 2024.07.15 22:24:02.420855 [ 3 ] {808337f9-df3d-482b-9a69-ee3c3e6eb5d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8003 | 2024.07.15 22:24:02.421000 [ 3 ] {808337f9-df3d-482b-9a69-ee3c3e6eb5d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8004 | 2024.07.15 22:24:02.421373 [ 3 ] {808337f9-df3d-482b-9a69-ee3c3e6eb5d1} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8005 | 2024.07.15 22:24:02.421413 [ 3 ] {808337f9-df3d-482b-9a69-ee3c3e6eb5d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
8006 | 2024.07.15 22:24:02.421808 [ 3 ] {808337f9-df3d-482b-9a69-ee3c3e6eb5d1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8007 | 2024.07.15 22:24:02.422145 [ 3 ] {808337f9-df3d-482b-9a69-ee3c3e6eb5d1} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8008 | 2024.07.15 22:24:02.422281 [ 3 ] {808337f9-df3d-482b-9a69-ee3c3e6eb5d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
8009 | 2024.07.15 22:24:02.422437 [ 3 ] {808337f9-df3d-482b-9a69-ee3c3e6eb5d1} <Debug> DynamicQueryHandler: Done processing query | ||
8010 | 2024.07.15 22:24:02.422463 [ 3 ] {808337f9-df3d-482b-9a69-ee3c3e6eb5d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8011 | 2024.07.15 22:24:02.422479 [ 3 ] {} <Debug> HTTP-Session: 7606d563-a809-4ff7-8281-38e94238d6b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8012 | 2024.07.15 22:24:02.422698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8013 | 2024.07.15 22:24:02.422747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8014 | 2024.07.15 22:24:02.422767 [ 3 ] {} <Debug> HTTP-Session: 98ff2cec-f929-43f2-9582-9f85fc81ea4d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8015 | 2024.07.15 22:24:02.422784 [ 3 ] {} <Debug> HTTP-Session: 98ff2cec-f929-43f2-9582-9f85fc81ea4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8016 | 2024.07.15 22:24:02.422799 [ 3 ] {} <Debug> HTTP-Session: 98ff2cec-f929-43f2-9582-9f85fc81ea4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8017 | 2024.07.15 22:24:02.422829 [ 3 ] {} <Trace> HTTP-Session: 98ff2cec-f929-43f2-9582-9f85fc81ea4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8018 | 2024.07.15 22:24:02.423133 [ 3 ] {ce8724f5-12af-4b35-85a2-c1050ff4a021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8019 | 2024.07.15 22:24:02.423196 [ 3 ] {ce8724f5-12af-4b35-85a2-c1050ff4a021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8020 | 2024.07.15 22:24:02.423594 [ 3 ] {ce8724f5-12af-4b35-85a2-c1050ff4a021} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8021 | 2024.07.15 22:24:02.424296 [ 3 ] {ce8724f5-12af-4b35-85a2-c1050ff4a021} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8022 | 2024.07.15 22:24:02.424331 [ 3 ] {ce8724f5-12af-4b35-85a2-c1050ff4a021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
8023 | 2024.07.15 22:24:02.424976 [ 3 ] {ce8724f5-12af-4b35-85a2-c1050ff4a021} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8024 | 2024.07.15 22:24:02.425380 [ 3 ] {ce8724f5-12af-4b35-85a2-c1050ff4a021} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8025 | 2024.07.15 22:24:02.425523 [ 3 ] {ce8724f5-12af-4b35-85a2-c1050ff4a021} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002609 sec., 11498.65848984285 rows/sec., 20.61 MiB/sec. | ||
8026 | 2024.07.15 22:24:02.425729 [ 3 ] {ce8724f5-12af-4b35-85a2-c1050ff4a021} <Debug> DynamicQueryHandler: Done processing query | ||
8027 | 2024.07.15 22:24:02.425753 [ 3 ] {ce8724f5-12af-4b35-85a2-c1050ff4a021} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8028 | 2024.07.15 22:24:02.425768 [ 3 ] {} <Debug> HTTP-Session: 98ff2cec-f929-43f2-9582-9f85fc81ea4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8029 | 2024.07.15 22:24:02.425890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8030 | 2024.07.15 22:24:02.425938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8031 | 2024.07.15 22:24:02.425957 [ 3 ] {} <Debug> HTTP-Session: 91cba058-59dd-4d8b-83b6-bcb92b1da521 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8032 | 2024.07.15 22:24:02.425973 [ 3 ] {} <Debug> HTTP-Session: 91cba058-59dd-4d8b-83b6-bcb92b1da521 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8033 | 2024.07.15 22:24:02.425987 [ 3 ] {} <Debug> HTTP-Session: 91cba058-59dd-4d8b-83b6-bcb92b1da521 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8034 | 2024.07.15 22:24:02.426018 [ 3 ] {} <Trace> HTTP-Session: 91cba058-59dd-4d8b-83b6-bcb92b1da521 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8035 | 2024.07.15 22:24:02.426127 [ 3 ] {5d9433c7-5ab4-45e7-808b-81513b6df185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8036 | 2024.07.15 22:24:02.426170 [ 3 ] {5d9433c7-5ab4-45e7-808b-81513b6df185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8037 | 2024.07.15 22:24:02.426294 [ 3 ] {5d9433c7-5ab4-45e7-808b-81513b6df185} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8038 | 2024.07.15 22:24:02.426575 [ 3 ] {5d9433c7-5ab4-45e7-808b-81513b6df185} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8039 | 2024.07.15 22:24:02.426610 [ 3 ] {5d9433c7-5ab4-45e7-808b-81513b6df185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
8040 | 2024.07.15 22:24:02.426957 [ 3 ] {5d9433c7-5ab4-45e7-808b-81513b6df185} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8041 | 2024.07.15 22:24:02.427269 [ 3 ] {5d9433c7-5ab4-45e7-808b-81513b6df185} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8042 | 2024.07.15 22:24:02.427397 [ 3 ] {5d9433c7-5ab4-45e7-808b-81513b6df185} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001308 sec., 45871.55963302753 rows/sec., 3.09 MiB/sec. | ||
8043 | 2024.07.15 22:24:02.427543 [ 3 ] {5d9433c7-5ab4-45e7-808b-81513b6df185} <Debug> DynamicQueryHandler: Done processing query | ||
8044 | 2024.07.15 22:24:02.427568 [ 3 ] {5d9433c7-5ab4-45e7-808b-81513b6df185} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8045 | 2024.07.15 22:24:02.427584 [ 3 ] {} <Debug> HTTP-Session: 91cba058-59dd-4d8b-83b6-bcb92b1da521 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8046 | 2024.07.15 22:24:05.644656 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8047 | 2024.07.15 22:24:05.644759 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8048 | 2024.07.15 22:24:07.414117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8049 | 2024.07.15 22:24:07.414242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8050 | 2024.07.15 22:24:07.414272 [ 3 ] {} <Debug> HTTP-Session: aa9d3103-d70a-48aa-96ac-6344c2d93936 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8051 | 2024.07.15 22:24:07.414300 [ 3 ] {} <Debug> HTTP-Session: aa9d3103-d70a-48aa-96ac-6344c2d93936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8052 | 2024.07.15 22:24:07.414319 [ 3 ] {} <Debug> HTTP-Session: aa9d3103-d70a-48aa-96ac-6344c2d93936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8053 | 2024.07.15 22:24:07.414373 [ 3 ] {} <Trace> HTTP-Session: aa9d3103-d70a-48aa-96ac-6344c2d93936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8054 | 2024.07.15 22:24:07.414579 [ 3 ] {46823499-ba0f-4dd8-a6ef-e87007a65355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8055 | 2024.07.15 22:24:07.414653 [ 3 ] {46823499-ba0f-4dd8-a6ef-e87007a65355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8056 | 2024.07.15 22:24:07.414845 [ 3 ] {46823499-ba0f-4dd8-a6ef-e87007a65355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8057 | 2024.07.15 22:24:07.415301 [ 3 ] {46823499-ba0f-4dd8-a6ef-e87007a65355} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8058 | 2024.07.15 22:24:07.415343 [ 3 ] {46823499-ba0f-4dd8-a6ef-e87007a65355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
8059 | 2024.07.15 22:24:07.415703 [ 3 ] {46823499-ba0f-4dd8-a6ef-e87007a65355} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8060 | 2024.07.15 22:24:07.416031 [ 3 ] {46823499-ba0f-4dd8-a6ef-e87007a65355} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8061 | 2024.07.15 22:24:07.416197 [ 3 ] {46823499-ba0f-4dd8-a6ef-e87007a65355} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001677 sec., 3577.8175313059032 rows/sec., 202.65 KiB/sec. | ||
8062 | 2024.07.15 22:24:07.416500 [ 3 ] {46823499-ba0f-4dd8-a6ef-e87007a65355} <Debug> DynamicQueryHandler: Done processing query | ||
8063 | 2024.07.15 22:24:07.416573 [ 3 ] {46823499-ba0f-4dd8-a6ef-e87007a65355} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8064 | 2024.07.15 22:24:07.416632 [ 3 ] {} <Debug> HTTP-Session: aa9d3103-d70a-48aa-96ac-6344c2d93936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8065 | 2024.07.15 22:24:07.416861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8066 | 2024.07.15 22:24:07.416914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8067 | 2024.07.15 22:24:07.416932 [ 3 ] {} <Debug> HTTP-Session: 7e61c501-e09d-4a5e-b3f2-857e3f84f86e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8068 | 2024.07.15 22:24:07.416949 [ 3 ] {} <Debug> HTTP-Session: 7e61c501-e09d-4a5e-b3f2-857e3f84f86e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8069 | 2024.07.15 22:24:07.416962 [ 3 ] {} <Debug> HTTP-Session: 7e61c501-e09d-4a5e-b3f2-857e3f84f86e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8070 | 2024.07.15 22:24:07.416994 [ 3 ] {} <Trace> HTTP-Session: 7e61c501-e09d-4a5e-b3f2-857e3f84f86e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8071 | 2024.07.15 22:24:07.417142 [ 3 ] {129c6de6-97a4-49d6-8e37-832576a1549a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8072 | 2024.07.15 22:24:07.417188 [ 3 ] {129c6de6-97a4-49d6-8e37-832576a1549a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8073 | 2024.07.15 22:24:07.417334 [ 3 ] {129c6de6-97a4-49d6-8e37-832576a1549a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8074 | 2024.07.15 22:24:07.417748 [ 3 ] {129c6de6-97a4-49d6-8e37-832576a1549a} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8075 | 2024.07.15 22:24:07.417784 [ 3 ] {129c6de6-97a4-49d6-8e37-832576a1549a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
8076 | 2024.07.15 22:24:07.418137 [ 3 ] {129c6de6-97a4-49d6-8e37-832576a1549a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8077 | 2024.07.15 22:24:07.418437 [ 3 ] {129c6de6-97a4-49d6-8e37-832576a1549a} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8078 | 2024.07.15 22:24:07.418592 [ 3 ] {129c6de6-97a4-49d6-8e37-832576a1549a} <Debug> executeQuery: Read 197 rows, 17.37 KiB in 0.001511 sec., 130377.23362011914 rows/sec., 11.23 MiB/sec. | ||
8079 | 2024.07.15 22:24:07.418748 [ 3 ] {129c6de6-97a4-49d6-8e37-832576a1549a} <Debug> DynamicQueryHandler: Done processing query | ||
8080 | 2024.07.15 22:24:07.418772 [ 3 ] {129c6de6-97a4-49d6-8e37-832576a1549a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8081 | 2024.07.15 22:24:07.418787 [ 3 ] {} <Debug> HTTP-Session: 7e61c501-e09d-4a5e-b3f2-857e3f84f86e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8082 | 2024.07.15 22:24:07.418963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8083 | 2024.07.15 22:24:07.419010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8084 | 2024.07.15 22:24:07.419030 [ 3 ] {} <Debug> HTTP-Session: 95508062-91f1-41b4-b6d3-a4d059c1c6c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8085 | 2024.07.15 22:24:07.419046 [ 3 ] {} <Debug> HTTP-Session: 95508062-91f1-41b4-b6d3-a4d059c1c6c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8086 | 2024.07.15 22:24:07.419060 [ 3 ] {} <Debug> HTTP-Session: 95508062-91f1-41b4-b6d3-a4d059c1c6c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8087 | 2024.07.15 22:24:07.419090 [ 3 ] {} <Trace> HTTP-Session: 95508062-91f1-41b4-b6d3-a4d059c1c6c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8088 | 2024.07.15 22:24:07.419293 [ 3 ] {13794a7d-23b8-44c4-ae79-058c2c78df31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8089 | 2024.07.15 22:24:07.419336 [ 3 ] {13794a7d-23b8-44c4-ae79-058c2c78df31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8090 | 2024.07.15 22:24:07.419461 [ 3 ] {13794a7d-23b8-44c4-ae79-058c2c78df31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8091 | 2024.07.15 22:24:07.419983 [ 3 ] {13794a7d-23b8-44c4-ae79-058c2c78df31} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8092 | 2024.07.15 22:24:07.420018 [ 3 ] {13794a7d-23b8-44c4-ae79-058c2c78df31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
8093 | 2024.07.15 22:24:07.420342 [ 3 ] {13794a7d-23b8-44c4-ae79-058c2c78df31} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8094 | 2024.07.15 22:24:07.420650 [ 3 ] {13794a7d-23b8-44c4-ae79-058c2c78df31} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8095 | 2024.07.15 22:24:07.420802 [ 3 ] {13794a7d-23b8-44c4-ae79-058c2c78df31} <Debug> executeQuery: Read 406 rows, 29.37 KiB in 0.001609 sec., 252330.640149161 rows/sec., 17.83 MiB/sec. | ||
8096 | 2024.07.15 22:24:07.420959 [ 3 ] {13794a7d-23b8-44c4-ae79-058c2c78df31} <Debug> DynamicQueryHandler: Done processing query | ||
8097 | 2024.07.15 22:24:07.420983 [ 3 ] {13794a7d-23b8-44c4-ae79-058c2c78df31} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
8098 | 2024.07.15 22:24:07.420998 [ 3 ] {} <Debug> HTTP-Session: 95508062-91f1-41b4-b6d3-a4d059c1c6c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8099 | 2024.07.15 22:24:07.421113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8100 | 2024.07.15 22:24:07.421162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8101 | 2024.07.15 22:24:07.421180 [ 3 ] {} <Debug> HTTP-Session: a8cba713-4842-4728-8fd7-19e7ad9536a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8102 | 2024.07.15 22:24:07.421197 [ 3 ] {} <Debug> HTTP-Session: a8cba713-4842-4728-8fd7-19e7ad9536a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8103 | 2024.07.15 22:24:07.421211 [ 3 ] {} <Debug> HTTP-Session: a8cba713-4842-4728-8fd7-19e7ad9536a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8104 | 2024.07.15 22:24:07.421241 [ 3 ] {} <Trace> HTTP-Session: a8cba713-4842-4728-8fd7-19e7ad9536a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8105 | 2024.07.15 22:24:07.421335 [ 3 ] {68c4b518-f93e-471d-93c1-dbc4d7499e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8106 | 2024.07.15 22:24:07.421379 [ 3 ] {68c4b518-f93e-471d-93c1-dbc4d7499e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8107 | 2024.07.15 22:24:07.421510 [ 3 ] {68c4b518-f93e-471d-93c1-dbc4d7499e99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8108 | 2024.07.15 22:24:07.421750 [ 3 ] {68c4b518-f93e-471d-93c1-dbc4d7499e99} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8109 | 2024.07.15 22:24:07.421785 [ 3 ] {68c4b518-f93e-471d-93c1-dbc4d7499e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
8110 | 2024.07.15 22:24:07.422134 [ 3 ] {68c4b518-f93e-471d-93c1-dbc4d7499e99} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8111 | 2024.07.15 22:24:07.422472 [ 3 ] {68c4b518-f93e-471d-93c1-dbc4d7499e99} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8112 | 2024.07.15 22:24:07.422627 [ 3 ] {68c4b518-f93e-471d-93c1-dbc4d7499e99} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 196.95 KiB/sec. | ||
8113 | 2024.07.15 22:24:07.422913 [ 3 ] {68c4b518-f93e-471d-93c1-dbc4d7499e99} <Debug> DynamicQueryHandler: Done processing query | ||
8114 | 2024.07.15 22:24:07.422980 [ 3 ] {68c4b518-f93e-471d-93c1-dbc4d7499e99} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8115 | 2024.07.15 22:24:07.423049 [ 3 ] {} <Debug> HTTP-Session: a8cba713-4842-4728-8fd7-19e7ad9536a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8116 | 2024.07.15 22:24:07.423213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8117 | 2024.07.15 22:24:07.423264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8118 | 2024.07.15 22:24:07.423283 [ 3 ] {} <Debug> HTTP-Session: 72cd4e5f-8027-4713-bc8e-d7c344793c6f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8119 | 2024.07.15 22:24:07.423300 [ 3 ] {} <Debug> HTTP-Session: 72cd4e5f-8027-4713-bc8e-d7c344793c6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8120 | 2024.07.15 22:24:07.423313 [ 3 ] {} <Debug> HTTP-Session: 72cd4e5f-8027-4713-bc8e-d7c344793c6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8121 | 2024.07.15 22:24:07.423345 [ 3 ] {} <Trace> HTTP-Session: 72cd4e5f-8027-4713-bc8e-d7c344793c6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8122 | 2024.07.15 22:24:07.423487 [ 3 ] {7a4cf4fa-bf9f-4763-a67e-0e4a856fe1ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8123 | 2024.07.15 22:24:07.423536 [ 3 ] {7a4cf4fa-bf9f-4763-a67e-0e4a856fe1ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8124 | 2024.07.15 22:24:07.423700 [ 3 ] {7a4cf4fa-bf9f-4763-a67e-0e4a856fe1ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8125 | 2024.07.15 22:24:07.423995 [ 3 ] {7a4cf4fa-bf9f-4763-a67e-0e4a856fe1ca} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8126 | 2024.07.15 22:24:07.424030 [ 3 ] {7a4cf4fa-bf9f-4763-a67e-0e4a856fe1ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
8127 | 2024.07.15 22:24:07.424391 [ 3 ] {7a4cf4fa-bf9f-4763-a67e-0e4a856fe1ca} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8128 | 2024.07.15 22:24:07.424725 [ 3 ] {7a4cf4fa-bf9f-4763-a67e-0e4a856fe1ca} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8129 | 2024.07.15 22:24:07.424888 [ 3 ] {7a4cf4fa-bf9f-4763-a67e-0e4a856fe1ca} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00145 sec., 53103.44827586207 rows/sec., 3.27 MiB/sec. | ||
8130 | 2024.07.15 22:24:07.425192 [ 3 ] {7a4cf4fa-bf9f-4763-a67e-0e4a856fe1ca} <Debug> DynamicQueryHandler: Done processing query | ||
8131 | 2024.07.15 22:24:07.425249 [ 3 ] {7a4cf4fa-bf9f-4763-a67e-0e4a856fe1ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8132 | 2024.07.15 22:24:07.425278 [ 3 ] {} <Debug> HTTP-Session: 72cd4e5f-8027-4713-bc8e-d7c344793c6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8133 | 2024.07.15 22:24:07.425414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 37577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8134 | 2024.07.15 22:24:07.425462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8135 | 2024.07.15 22:24:07.425482 [ 3 ] {} <Debug> HTTP-Session: a4bb9dac-7acc-4740-b1c4-e07655db33e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8136 | 2024.07.15 22:24:07.425498 [ 3 ] {} <Debug> HTTP-Session: a4bb9dac-7acc-4740-b1c4-e07655db33e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8137 | 2024.07.15 22:24:07.425512 [ 3 ] {} <Debug> HTTP-Session: a4bb9dac-7acc-4740-b1c4-e07655db33e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8138 | 2024.07.15 22:24:07.425541 [ 3 ] {} <Trace> HTTP-Session: a4bb9dac-7acc-4740-b1c4-e07655db33e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8139 | 2024.07.15 22:24:07.425696 [ 3 ] {c59e0e6f-66e6-4ff6-8d09-412a637231d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8140 | 2024.07.15 22:24:07.425743 [ 3 ] {c59e0e6f-66e6-4ff6-8d09-412a637231d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8141 | 2024.07.15 22:24:07.425900 [ 3 ] {c59e0e6f-66e6-4ff6-8d09-412a637231d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8142 | 2024.07.15 22:24:07.426266 [ 3 ] {c59e0e6f-66e6-4ff6-8d09-412a637231d3} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8143 | 2024.07.15 22:24:07.426301 [ 3 ] {c59e0e6f-66e6-4ff6-8d09-412a637231d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
8144 | 2024.07.15 22:24:07.426676 [ 3 ] {c59e0e6f-66e6-4ff6-8d09-412a637231d3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8145 | 2024.07.15 22:24:07.427000 [ 3 ] {c59e0e6f-66e6-4ff6-8d09-412a637231d3} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8146 | 2024.07.15 22:24:07.427171 [ 3 ] {c59e0e6f-66e6-4ff6-8d09-412a637231d3} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.00154 sec., 127272.72727272728 rows/sec., 8.89 MiB/sec. | ||
8147 | 2024.07.15 22:24:07.427468 [ 3 ] {c59e0e6f-66e6-4ff6-8d09-412a637231d3} <Debug> DynamicQueryHandler: Done processing query | ||
8148 | 2024.07.15 22:24:07.427547 [ 3 ] {c59e0e6f-66e6-4ff6-8d09-412a637231d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8149 | 2024.07.15 22:24:07.427613 [ 3 ] {} <Debug> HTTP-Session: a4bb9dac-7acc-4740-b1c4-e07655db33e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8150 | 2024.07.15 22:24:07.427782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8151 | 2024.07.15 22:24:07.427832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8152 | 2024.07.15 22:24:07.427851 [ 3 ] {} <Debug> HTTP-Session: 7455dbe3-48b6-43c4-b285-6a4e90f4076d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8153 | 2024.07.15 22:24:07.427867 [ 3 ] {} <Debug> HTTP-Session: 7455dbe3-48b6-43c4-b285-6a4e90f4076d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8154 | 2024.07.15 22:24:07.427881 [ 3 ] {} <Debug> HTTP-Session: 7455dbe3-48b6-43c4-b285-6a4e90f4076d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8155 | 2024.07.15 22:24:07.427912 [ 3 ] {} <Trace> HTTP-Session: 7455dbe3-48b6-43c4-b285-6a4e90f4076d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8156 | 2024.07.15 22:24:07.428017 [ 3 ] {392868fa-6713-4199-ac21-dca02eb05996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8157 | 2024.07.15 22:24:07.428063 [ 3 ] {392868fa-6713-4199-ac21-dca02eb05996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8158 | 2024.07.15 22:24:07.428207 [ 3 ] {392868fa-6713-4199-ac21-dca02eb05996} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8159 | 2024.07.15 22:24:07.428445 [ 3 ] {392868fa-6713-4199-ac21-dca02eb05996} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8160 | 2024.07.15 22:24:07.428482 [ 3 ] {392868fa-6713-4199-ac21-dca02eb05996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
8161 | 2024.07.15 22:24:07.428823 [ 3 ] {392868fa-6713-4199-ac21-dca02eb05996} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8162 | 2024.07.15 22:24:07.429160 [ 3 ] {392868fa-6713-4199-ac21-dca02eb05996} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8163 | 2024.07.15 22:24:07.429322 [ 3 ] {392868fa-6713-4199-ac21-dca02eb05996} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001327 sec., 17332.32856066315 rows/sec., 937.56 KiB/sec. | ||
8164 | 2024.07.15 22:24:07.429626 [ 3 ] {392868fa-6713-4199-ac21-dca02eb05996} <Debug> DynamicQueryHandler: Done processing query | ||
8165 | 2024.07.15 22:24:07.429651 [ 3 ] {392868fa-6713-4199-ac21-dca02eb05996} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8166 | 2024.07.15 22:24:07.429667 [ 3 ] {} <Debug> HTTP-Session: 7455dbe3-48b6-43c4-b285-6a4e90f4076d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8167 | 2024.07.15 22:24:07.429777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8168 | 2024.07.15 22:24:07.429825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8169 | 2024.07.15 22:24:07.429844 [ 3 ] {} <Debug> HTTP-Session: f22342fc-e86c-4b54-8bb8-e136e0671ad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8170 | 2024.07.15 22:24:07.429860 [ 3 ] {} <Debug> HTTP-Session: f22342fc-e86c-4b54-8bb8-e136e0671ad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8171 | 2024.07.15 22:24:07.429874 [ 3 ] {} <Debug> HTTP-Session: f22342fc-e86c-4b54-8bb8-e136e0671ad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8172 | 2024.07.15 22:24:07.429904 [ 3 ] {} <Trace> HTTP-Session: f22342fc-e86c-4b54-8bb8-e136e0671ad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8173 | 2024.07.15 22:24:07.430028 [ 3 ] {d8935e56-6829-4913-a300-740ab927ed6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8174 | 2024.07.15 22:24:07.430073 [ 3 ] {d8935e56-6829-4913-a300-740ab927ed6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8175 | 2024.07.15 22:24:07.430212 [ 3 ] {d8935e56-6829-4913-a300-740ab927ed6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8176 | 2024.07.15 22:24:07.430463 [ 3 ] {d8935e56-6829-4913-a300-740ab927ed6b} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8177 | 2024.07.15 22:24:07.430498 [ 3 ] {d8935e56-6829-4913-a300-740ab927ed6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
8178 | 2024.07.15 22:24:07.430846 [ 3 ] {d8935e56-6829-4913-a300-740ab927ed6b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8179 | 2024.07.15 22:24:07.431159 [ 3 ] {d8935e56-6829-4913-a300-740ab927ed6b} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8180 | 2024.07.15 22:24:07.431304 [ 3 ] {d8935e56-6829-4913-a300-740ab927ed6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec. | ||
8181 | 2024.07.15 22:24:07.431449 [ 3 ] {d8935e56-6829-4913-a300-740ab927ed6b} <Debug> DynamicQueryHandler: Done processing query | ||
8182 | 2024.07.15 22:24:07.431473 [ 3 ] {d8935e56-6829-4913-a300-740ab927ed6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8183 | 2024.07.15 22:24:07.431488 [ 3 ] {} <Debug> HTTP-Session: f22342fc-e86c-4b54-8bb8-e136e0671ad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8184 | 2024.07.15 22:24:12.410168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8185 | 2024.07.15 22:24:12.410288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8186 | 2024.07.15 22:24:12.410312 [ 3 ] {} <Debug> HTTP-Session: 36d754c5-5c11-4e7a-8720-f1f8dec2d6ec Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8187 | 2024.07.15 22:24:12.410336 [ 3 ] {} <Debug> HTTP-Session: 36d754c5-5c11-4e7a-8720-f1f8dec2d6ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8188 | 2024.07.15 22:24:12.410350 [ 3 ] {} <Debug> HTTP-Session: 36d754c5-5c11-4e7a-8720-f1f8dec2d6ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8189 | 2024.07.15 22:24:12.410398 [ 3 ] {} <Trace> HTTP-Session: 36d754c5-5c11-4e7a-8720-f1f8dec2d6ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8190 | 2024.07.15 22:24:12.410576 [ 3 ] {91f5437d-5aae-4d69-b839-87ffad81c0da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8191 | 2024.07.15 22:24:12.410640 [ 3 ] {91f5437d-5aae-4d69-b839-87ffad81c0da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8192 | 2024.07.15 22:24:12.410826 [ 3 ] {91f5437d-5aae-4d69-b839-87ffad81c0da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8193 | 2024.07.15 22:24:12.411187 [ 3 ] {91f5437d-5aae-4d69-b839-87ffad81c0da} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8194 | 2024.07.15 22:24:12.411224 [ 3 ] {91f5437d-5aae-4d69-b839-87ffad81c0da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8195 | 2024.07.15 22:24:12.411574 [ 3 ] {91f5437d-5aae-4d69-b839-87ffad81c0da} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8196 | 2024.07.15 22:24:12.411898 [ 3 ] {91f5437d-5aae-4d69-b839-87ffad81c0da} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8197 | 2024.07.15 22:24:12.412050 [ 3 ] {91f5437d-5aae-4d69-b839-87ffad81c0da} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001534 sec., 19556.71447196871 rows/sec., 1.55 MiB/sec. | ||
8198 | 2024.07.15 22:24:12.412225 [ 3 ] {91f5437d-5aae-4d69-b839-87ffad81c0da} <Debug> DynamicQueryHandler: Done processing query | ||
8199 | 2024.07.15 22:24:12.412251 [ 3 ] {91f5437d-5aae-4d69-b839-87ffad81c0da} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8200 | 2024.07.15 22:24:12.412267 [ 3 ] {} <Debug> HTTP-Session: 36d754c5-5c11-4e7a-8720-f1f8dec2d6ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8201 | 2024.07.15 22:24:12.412392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8202 | 2024.07.15 22:24:12.412439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8203 | 2024.07.15 22:24:12.412459 [ 3 ] {} <Debug> HTTP-Session: 1ba8adfb-ddeb-41d1-86ab-a47f2ee650bf Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8204 | 2024.07.15 22:24:12.412476 [ 3 ] {} <Debug> HTTP-Session: 1ba8adfb-ddeb-41d1-86ab-a47f2ee650bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8205 | 2024.07.15 22:24:12.412489 [ 3 ] {} <Debug> HTTP-Session: 1ba8adfb-ddeb-41d1-86ab-a47f2ee650bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8206 | 2024.07.15 22:24:12.412520 [ 3 ] {} <Trace> HTTP-Session: 1ba8adfb-ddeb-41d1-86ab-a47f2ee650bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8207 | 2024.07.15 22:24:12.412613 [ 3 ] {54961d47-8d19-4013-a5a7-53648b3725ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8208 | 2024.07.15 22:24:12.412656 [ 3 ] {54961d47-8d19-4013-a5a7-53648b3725ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8209 | 2024.07.15 22:24:12.412777 [ 3 ] {54961d47-8d19-4013-a5a7-53648b3725ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8210 | 2024.07.15 22:24:12.413023 [ 3 ] {54961d47-8d19-4013-a5a7-53648b3725ed} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8211 | 2024.07.15 22:24:12.413059 [ 3 ] {54961d47-8d19-4013-a5a7-53648b3725ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8212 | 2024.07.15 22:24:12.413371 [ 3 ] {54961d47-8d19-4013-a5a7-53648b3725ed} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8213 | 2024.07.15 22:24:12.413670 [ 3 ] {54961d47-8d19-4013-a5a7-53648b3725ed} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8214 | 2024.07.15 22:24:12.413793 [ 3 ] {54961d47-8d19-4013-a5a7-53648b3725ed} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001204 sec., 1661.1295681063123 rows/sec., 135.45 KiB/sec. | ||
8215 | 2024.07.15 22:24:12.414044 [ 3 ] {54961d47-8d19-4013-a5a7-53648b3725ed} <Debug> DynamicQueryHandler: Done processing query | ||
8216 | 2024.07.15 22:24:12.414071 [ 3 ] {54961d47-8d19-4013-a5a7-53648b3725ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8217 | 2024.07.15 22:24:12.414087 [ 3 ] {} <Debug> HTTP-Session: 1ba8adfb-ddeb-41d1-86ab-a47f2ee650bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8218 | 2024.07.15 22:24:12.414237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8219 | 2024.07.15 22:24:12.414284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8220 | 2024.07.15 22:24:12.414304 [ 3 ] {} <Debug> HTTP-Session: d3a5edc4-4919-4b18-9154-c97c7940ec22 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8221 | 2024.07.15 22:24:12.414319 [ 3 ] {} <Debug> HTTP-Session: d3a5edc4-4919-4b18-9154-c97c7940ec22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8222 | 2024.07.15 22:24:12.414333 [ 3 ] {} <Debug> HTTP-Session: d3a5edc4-4919-4b18-9154-c97c7940ec22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8223 | 2024.07.15 22:24:12.414362 [ 3 ] {} <Trace> HTTP-Session: d3a5edc4-4919-4b18-9154-c97c7940ec22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8224 | 2024.07.15 22:24:12.414498 [ 3 ] {d4d12d11-4458-4ca8-93bf-2a466c2b579f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8225 | 2024.07.15 22:24:12.414541 [ 3 ] {d4d12d11-4458-4ca8-93bf-2a466c2b579f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8226 | 2024.07.15 22:24:12.414677 [ 3 ] {d4d12d11-4458-4ca8-93bf-2a466c2b579f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8227 | 2024.07.15 22:24:12.415005 [ 3 ] {d4d12d11-4458-4ca8-93bf-2a466c2b579f} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8228 | 2024.07.15 22:24:12.415039 [ 3 ] {d4d12d11-4458-4ca8-93bf-2a466c2b579f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8229 | 2024.07.15 22:24:12.415356 [ 3 ] {d4d12d11-4458-4ca8-93bf-2a466c2b579f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8230 | 2024.07.15 22:24:12.415653 [ 3 ] {d4d12d11-4458-4ca8-93bf-2a466c2b579f} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8231 | 2024.07.15 22:24:12.415784 [ 3 ] {d4d12d11-4458-4ca8-93bf-2a466c2b579f} <Debug> executeQuery: Read 147 rows, 12.62 KiB in 0.001345 sec., 109293.68029739776 rows/sec., 9.17 MiB/sec. | ||
8232 | 2024.07.15 22:24:12.416045 [ 3 ] {d4d12d11-4458-4ca8-93bf-2a466c2b579f} <Debug> DynamicQueryHandler: Done processing query | ||
8233 | 2024.07.15 22:24:12.416104 [ 3 ] {d4d12d11-4458-4ca8-93bf-2a466c2b579f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8234 | 2024.07.15 22:24:12.416158 [ 3 ] {} <Debug> HTTP-Session: d3a5edc4-4919-4b18-9154-c97c7940ec22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8235 | 2024.07.15 22:24:12.416297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8236 | 2024.07.15 22:24:12.416346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8237 | 2024.07.15 22:24:12.416365 [ 3 ] {} <Debug> HTTP-Session: 3cb38690-6840-41eb-9d44-53e6458a99fc Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8238 | 2024.07.15 22:24:12.416382 [ 3 ] {} <Debug> HTTP-Session: 3cb38690-6840-41eb-9d44-53e6458a99fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8239 | 2024.07.15 22:24:12.416396 [ 3 ] {} <Debug> HTTP-Session: 3cb38690-6840-41eb-9d44-53e6458a99fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8240 | 2024.07.15 22:24:12.416427 [ 3 ] {} <Trace> HTTP-Session: 3cb38690-6840-41eb-9d44-53e6458a99fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8241 | 2024.07.15 22:24:12.416523 [ 3 ] {7b39732a-243c-4043-aaf7-cdf83ffc8e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8242 | 2024.07.15 22:24:12.416566 [ 3 ] {7b39732a-243c-4043-aaf7-cdf83ffc8e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8243 | 2024.07.15 22:24:12.416703 [ 3 ] {7b39732a-243c-4043-aaf7-cdf83ffc8e20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8244 | 2024.07.15 22:24:12.416932 [ 3 ] {7b39732a-243c-4043-aaf7-cdf83ffc8e20} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8245 | 2024.07.15 22:24:12.416967 [ 3 ] {7b39732a-243c-4043-aaf7-cdf83ffc8e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8246 | 2024.07.15 22:24:12.417256 [ 3 ] {7b39732a-243c-4043-aaf7-cdf83ffc8e20} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8247 | 2024.07.15 22:24:12.417545 [ 3 ] {7b39732a-243c-4043-aaf7-cdf83ffc8e20} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8248 | 2024.07.15 22:24:12.417666 [ 3 ] {7b39732a-243c-4043-aaf7-cdf83ffc8e20} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001167 sec., 1713.796058269066 rows/sec., 119.66 KiB/sec. | ||
8249 | 2024.07.15 22:24:12.417809 [ 3 ] {7b39732a-243c-4043-aaf7-cdf83ffc8e20} <Debug> DynamicQueryHandler: Done processing query | ||
8250 | 2024.07.15 22:24:12.417833 [ 3 ] {7b39732a-243c-4043-aaf7-cdf83ffc8e20} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8251 | 2024.07.15 22:24:12.417848 [ 3 ] {} <Debug> HTTP-Session: 3cb38690-6840-41eb-9d44-53e6458a99fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8252 | 2024.07.15 22:24:12.418018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8253 | 2024.07.15 22:24:12.418065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8254 | 2024.07.15 22:24:12.418084 [ 3 ] {} <Debug> HTTP-Session: 48e64a2a-b610-431b-89bf-53bc42597fdd Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8255 | 2024.07.15 22:24:12.418100 [ 3 ] {} <Debug> HTTP-Session: 48e64a2a-b610-431b-89bf-53bc42597fdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8256 | 2024.07.15 22:24:12.418113 [ 3 ] {} <Debug> HTTP-Session: 48e64a2a-b610-431b-89bf-53bc42597fdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8257 | 2024.07.15 22:24:12.418143 [ 3 ] {} <Trace> HTTP-Session: 48e64a2a-b610-431b-89bf-53bc42597fdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8258 | 2024.07.15 22:24:12.418256 [ 3 ] {866c9f16-1cc2-4ed3-8cda-d06054a54db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8259 | 2024.07.15 22:24:12.418297 [ 3 ] {866c9f16-1cc2-4ed3-8cda-d06054a54db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8260 | 2024.07.15 22:24:12.418418 [ 3 ] {866c9f16-1cc2-4ed3-8cda-d06054a54db1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8261 | 2024.07.15 22:24:12.418711 [ 3 ] {866c9f16-1cc2-4ed3-8cda-d06054a54db1} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8262 | 2024.07.15 22:24:12.418746 [ 3 ] {866c9f16-1cc2-4ed3-8cda-d06054a54db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8263 | 2024.07.15 22:24:12.419071 [ 3 ] {866c9f16-1cc2-4ed3-8cda-d06054a54db1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8264 | 2024.07.15 22:24:12.419360 [ 3 ] {866c9f16-1cc2-4ed3-8cda-d06054a54db1} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8265 | 2024.07.15 22:24:12.419493 [ 3 ] {866c9f16-1cc2-4ed3-8cda-d06054a54db1} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.00128 sec., 75000 rows/sec., 5.86 MiB/sec. | ||
8266 | 2024.07.15 22:24:12.419804 [ 3 ] {866c9f16-1cc2-4ed3-8cda-d06054a54db1} <Debug> DynamicQueryHandler: Done processing query | ||
8267 | 2024.07.15 22:24:12.419847 [ 3 ] {866c9f16-1cc2-4ed3-8cda-d06054a54db1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8268 | 2024.07.15 22:24:12.419868 [ 3 ] {} <Debug> HTTP-Session: 48e64a2a-b610-431b-89bf-53bc42597fdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8269 | 2024.07.15 22:24:12.420032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8270 | 2024.07.15 22:24:12.420091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8271 | 2024.07.15 22:24:12.420113 [ 3 ] {} <Debug> HTTP-Session: afe0980f-4bcd-43bb-8f4c-e2050a74c6a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8272 | 2024.07.15 22:24:12.420134 [ 3 ] {} <Debug> HTTP-Session: afe0980f-4bcd-43bb-8f4c-e2050a74c6a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8273 | 2024.07.15 22:24:12.420151 [ 3 ] {} <Debug> HTTP-Session: afe0980f-4bcd-43bb-8f4c-e2050a74c6a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8274 | 2024.07.15 22:24:12.420188 [ 3 ] {} <Trace> HTTP-Session: afe0980f-4bcd-43bb-8f4c-e2050a74c6a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8275 | 2024.07.15 22:24:12.420365 [ 3 ] {92d406ca-094f-4cf8-97c9-59f7c9b3a535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8276 | 2024.07.15 22:24:12.420423 [ 3 ] {92d406ca-094f-4cf8-97c9-59f7c9b3a535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8277 | 2024.07.15 22:24:12.420621 [ 3 ] {92d406ca-094f-4cf8-97c9-59f7c9b3a535} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8278 | 2024.07.15 22:24:12.421100 [ 3 ] {92d406ca-094f-4cf8-97c9-59f7c9b3a535} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8279 | 2024.07.15 22:24:12.421136 [ 3 ] {92d406ca-094f-4cf8-97c9-59f7c9b3a535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8280 | 2024.07.15 22:24:12.421535 [ 3 ] {92d406ca-094f-4cf8-97c9-59f7c9b3a535} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8281 | 2024.07.15 22:24:12.421874 [ 3 ] {92d406ca-094f-4cf8-97c9-59f7c9b3a535} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8282 | 2024.07.15 22:24:12.422017 [ 3 ] {92d406ca-094f-4cf8-97c9-59f7c9b3a535} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001733 sec., 92902.48124639354 rows/sec., 6.47 MiB/sec. | ||
8283 | 2024.07.15 22:24:12.422184 [ 3 ] {92d406ca-094f-4cf8-97c9-59f7c9b3a535} <Debug> DynamicQueryHandler: Done processing query | ||
8284 | 2024.07.15 22:24:12.422209 [ 3 ] {92d406ca-094f-4cf8-97c9-59f7c9b3a535} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8285 | 2024.07.15 22:24:12.422224 [ 3 ] {} <Debug> HTTP-Session: afe0980f-4bcd-43bb-8f4c-e2050a74c6a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8286 | 2024.07.15 22:24:12.422432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8287 | 2024.07.15 22:24:12.422480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8288 | 2024.07.15 22:24:12.422500 [ 3 ] {} <Debug> HTTP-Session: 483d9cdd-09d1-4945-960b-442d740353c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8289 | 2024.07.15 22:24:12.422516 [ 3 ] {} <Debug> HTTP-Session: 483d9cdd-09d1-4945-960b-442d740353c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8290 | 2024.07.15 22:24:12.422530 [ 3 ] {} <Debug> HTTP-Session: 483d9cdd-09d1-4945-960b-442d740353c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8291 | 2024.07.15 22:24:12.422561 [ 3 ] {} <Trace> HTTP-Session: 483d9cdd-09d1-4945-960b-442d740353c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8292 | 2024.07.15 22:24:12.422913 [ 3 ] {e883982e-76ff-4081-b13f-29b6f91ed89b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8293 | 2024.07.15 22:24:12.422977 [ 3 ] {e883982e-76ff-4081-b13f-29b6f91ed89b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8294 | 2024.07.15 22:24:12.423380 [ 3 ] {e883982e-76ff-4081-b13f-29b6f91ed89b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8295 | 2024.07.15 22:24:12.424003 [ 3 ] {e883982e-76ff-4081-b13f-29b6f91ed89b} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8296 | 2024.07.15 22:24:12.424038 [ 3 ] {e883982e-76ff-4081-b13f-29b6f91ed89b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8297 | 2024.07.15 22:24:12.424652 [ 3 ] {e883982e-76ff-4081-b13f-29b6f91ed89b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8298 | 2024.07.15 22:24:12.425047 [ 3 ] {e883982e-76ff-4081-b13f-29b6f91ed89b} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8299 | 2024.07.15 22:24:12.425207 [ 3 ] {e883982e-76ff-4081-b13f-29b6f91ed89b} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002557 sec., 11732.49902229175 rows/sec., 21.02 MiB/sec. | ||
8300 | 2024.07.15 22:24:12.425725 [ 3 ] {e883982e-76ff-4081-b13f-29b6f91ed89b} <Debug> DynamicQueryHandler: Done processing query | ||
8301 | 2024.07.15 22:24:12.425757 [ 3 ] {e883982e-76ff-4081-b13f-29b6f91ed89b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8302 | 2024.07.15 22:24:12.425779 [ 3 ] {} <Debug> HTTP-Session: 483d9cdd-09d1-4945-960b-442d740353c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8303 | 2024.07.15 22:24:12.425912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8304 | 2024.07.15 22:24:12.425973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8305 | 2024.07.15 22:24:12.425998 [ 3 ] {} <Debug> HTTP-Session: 3222c87f-d497-43af-af78-5f0a814d695a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8306 | 2024.07.15 22:24:12.426020 [ 3 ] {} <Debug> HTTP-Session: 3222c87f-d497-43af-af78-5f0a814d695a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8307 | 2024.07.15 22:24:12.426036 [ 3 ] {} <Debug> HTTP-Session: 3222c87f-d497-43af-af78-5f0a814d695a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8308 | 2024.07.15 22:24:12.426075 [ 3 ] {} <Trace> HTTP-Session: 3222c87f-d497-43af-af78-5f0a814d695a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8309 | 2024.07.15 22:24:12.426230 [ 3 ] {d5cf8e2e-5856-4f7a-801d-d951496100ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8310 | 2024.07.15 22:24:12.426285 [ 3 ] {d5cf8e2e-5856-4f7a-801d-d951496100ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8311 | 2024.07.15 22:24:12.426467 [ 3 ] {d5cf8e2e-5856-4f7a-801d-d951496100ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8312 | 2024.07.15 22:24:12.426811 [ 3 ] {d5cf8e2e-5856-4f7a-801d-d951496100ed} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8313 | 2024.07.15 22:24:12.426854 [ 3 ] {d5cf8e2e-5856-4f7a-801d-d951496100ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8314 | 2024.07.15 22:24:12.427227 [ 3 ] {d5cf8e2e-5856-4f7a-801d-d951496100ed} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8315 | 2024.07.15 22:24:12.427581 [ 3 ] {d5cf8e2e-5856-4f7a-801d-d951496100ed} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8316 | 2024.07.15 22:24:12.427724 [ 3 ] {d5cf8e2e-5856-4f7a-801d-d951496100ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001554 sec., 38610.03861003861 rows/sec., 2.60 MiB/sec. | ||
8317 | 2024.07.15 22:24:12.427893 [ 3 ] {d5cf8e2e-5856-4f7a-801d-d951496100ed} <Debug> DynamicQueryHandler: Done processing query | ||
8318 | 2024.07.15 22:24:12.427917 [ 3 ] {d5cf8e2e-5856-4f7a-801d-d951496100ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8319 | 2024.07.15 22:24:12.427934 [ 3 ] {} <Debug> HTTP-Session: 3222c87f-d497-43af-af78-5f0a814d695a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8320 | 2024.07.15 22:24:17.413137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8321 | 2024.07.15 22:24:17.413297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8322 | 2024.07.15 22:24:17.413329 [ 3 ] {} <Debug> HTTP-Session: 114a9e71-f40e-466a-b20d-4717f790b943 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8323 | 2024.07.15 22:24:17.413357 [ 3 ] {} <Debug> HTTP-Session: 114a9e71-f40e-466a-b20d-4717f790b943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8324 | 2024.07.15 22:24:17.413375 [ 3 ] {} <Debug> HTTP-Session: 114a9e71-f40e-466a-b20d-4717f790b943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8325 | 2024.07.15 22:24:17.413432 [ 3 ] {} <Trace> HTTP-Session: 114a9e71-f40e-466a-b20d-4717f790b943 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8326 | 2024.07.15 22:24:17.413634 [ 3 ] {08e0aeb4-8976-4054-b5ca-55312b3e715d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8327 | 2024.07.15 22:24:17.413712 [ 3 ] {08e0aeb4-8976-4054-b5ca-55312b3e715d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8328 | 2024.07.15 22:24:17.413936 [ 3 ] {08e0aeb4-8976-4054-b5ca-55312b3e715d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8329 | 2024.07.15 22:24:17.414388 [ 3 ] {08e0aeb4-8976-4054-b5ca-55312b3e715d} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8330 | 2024.07.15 22:24:17.414436 [ 3 ] {08e0aeb4-8976-4054-b5ca-55312b3e715d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8331 | 2024.07.15 22:24:17.414808 [ 3 ] {08e0aeb4-8976-4054-b5ca-55312b3e715d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8332 | 2024.07.15 22:24:17.415139 [ 3 ] {08e0aeb4-8976-4054-b5ca-55312b3e715d} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8333 | 2024.07.15 22:24:17.415304 [ 3 ] {08e0aeb4-8976-4054-b5ca-55312b3e715d} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001723 sec., 3482.298316889147 rows/sec., 197.24 KiB/sec. | ||
8334 | 2024.07.15 22:24:17.415555 [ 3 ] {08e0aeb4-8976-4054-b5ca-55312b3e715d} <Debug> DynamicQueryHandler: Done processing query | ||
8335 | 2024.07.15 22:24:17.415583 [ 3 ] {08e0aeb4-8976-4054-b5ca-55312b3e715d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8336 | 2024.07.15 22:24:17.415600 [ 3 ] {} <Debug> HTTP-Session: 114a9e71-f40e-466a-b20d-4717f790b943 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8337 | 2024.07.15 22:24:17.415792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8338 | 2024.07.15 22:24:17.415850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8339 | 2024.07.15 22:24:17.415870 [ 3 ] {} <Debug> HTTP-Session: 3c5fd530-abe2-48b1-842b-a771a47e5e49 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8340 | 2024.07.15 22:24:17.415888 [ 3 ] {} <Debug> HTTP-Session: 3c5fd530-abe2-48b1-842b-a771a47e5e49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8341 | 2024.07.15 22:24:17.415903 [ 3 ] {} <Debug> HTTP-Session: 3c5fd530-abe2-48b1-842b-a771a47e5e49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8342 | 2024.07.15 22:24:17.415938 [ 3 ] {} <Trace> HTTP-Session: 3c5fd530-abe2-48b1-842b-a771a47e5e49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8343 | 2024.07.15 22:24:17.416090 [ 3 ] {2b153616-f427-47af-81c4-bed1f1f3e8ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8344 | 2024.07.15 22:24:17.416138 [ 3 ] {2b153616-f427-47af-81c4-bed1f1f3e8ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8345 | 2024.07.15 22:24:17.416282 [ 3 ] {2b153616-f427-47af-81c4-bed1f1f3e8ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8346 | 2024.07.15 22:24:17.416704 [ 3 ] {2b153616-f427-47af-81c4-bed1f1f3e8ae} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8347 | 2024.07.15 22:24:17.416742 [ 3 ] {2b153616-f427-47af-81c4-bed1f1f3e8ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8348 | 2024.07.15 22:24:17.417067 [ 3 ] {2b153616-f427-47af-81c4-bed1f1f3e8ae} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8349 | 2024.07.15 22:24:17.417377 [ 3 ] {2b153616-f427-47af-81c4-bed1f1f3e8ae} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8350 | 2024.07.15 22:24:17.417536 [ 3 ] {2b153616-f427-47af-81c4-bed1f1f3e8ae} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001505 sec., 106976.7441860465 rows/sec., 9.45 MiB/sec. | ||
8351 | 2024.07.15 22:24:17.417560 [ 36 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8352 | 2024.07.15 22:24:17.417696 [ 36 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8353 | 2024.07.15 22:24:17.417756 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8354 | 2024.07.15 22:24:17.417770 [ 3 ] {2b153616-f427-47af-81c4-bed1f1f3e8ae} <Debug> DynamicQueryHandler: Done processing query | ||
8355 | 2024.07.15 22:24:17.417825 [ 3 ] {2b153616-f427-47af-81c4-bed1f1f3e8ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8356 | 2024.07.15 22:24:17.417869 [ 3 ] {} <Debug> HTTP-Session: 3c5fd530-abe2-48b1-842b-a771a47e5e49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8357 | 2024.07.15 22:24:17.418085 [ 201 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
8358 | 2024.07.15 22:24:17.418148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8359 | 2024.07.15 22:24:17.418346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8360 | 2024.07.15 22:24:17.418489 [ 3 ] {} <Debug> HTTP-Session: 30f5d0a8-2d8c-4c41-bb32-da2b5e8f6c27 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8361 | 2024.07.15 22:24:17.418579 [ 3 ] {} <Debug> HTTP-Session: 30f5d0a8-2d8c-4c41-bb32-da2b5e8f6c27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8362 | 2024.07.15 22:24:17.418665 [ 3 ] {} <Debug> HTTP-Session: 30f5d0a8-2d8c-4c41-bb32-da2b5e8f6c27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8363 | 2024.07.15 22:24:17.418854 [ 3 ] {} <Trace> HTTP-Session: 30f5d0a8-2d8c-4c41-bb32-da2b5e8f6c27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8364 | 2024.07.15 22:24:17.419171 [ 201 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8365 | 2024.07.15 22:24:17.419269 [ 201 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 295 rows starting from the beginning of the part | ||
8366 | 2024.07.15 22:24:17.419464 [ 3 ] {da8719f8-8f62-43f1-8529-5a3649f44b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8367 | 2024.07.15 22:24:17.419486 [ 201 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 161 rows starting from the beginning of the part | ||
8368 | 2024.07.15 22:24:17.419597 [ 3 ] {da8719f8-8f62-43f1-8529-5a3649f44b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8369 | 2024.07.15 22:24:17.419785 [ 201 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 146 rows starting from the beginning of the part | ||
8370 | 2024.07.15 22:24:17.420081 [ 201 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 197 rows starting from the beginning of the part | ||
8371 | 2024.07.15 22:24:17.420406 [ 201 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 147 rows starting from the beginning of the part | ||
8372 | 2024.07.15 22:24:17.420690 [ 201 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 161 rows starting from the beginning of the part | ||
8373 | 2024.07.15 22:24:17.421031 [ 3 ] {da8719f8-8f62-43f1-8529-5a3649f44b3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8374 | 2024.07.15 22:24:17.422240 [ 3 ] {da8719f8-8f62-43f1-8529-5a3649f44b3b} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8375 | 2024.07.15 22:24:17.422301 [ 3 ] {da8719f8-8f62-43f1-8529-5a3649f44b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8376 | 2024.07.15 22:24:17.423134 [ 3 ] {da8719f8-8f62-43f1-8529-5a3649f44b3b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8377 | 2024.07.15 22:24:17.423424 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1107 rows, containing 4 columns (4 merged, 0 gathered) in 0.005502699 sec., 201174.00570156574 rows/sec., 17.35 MiB/sec. | ||
8378 | 2024.07.15 22:24:17.423771 [ 3 ] {da8719f8-8f62-43f1-8529-5a3649f44b3b} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8379 | 2024.07.15 22:24:17.423847 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8380 | 2024.07.15 22:24:17.424069 [ 36 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8381 | 2024.07.15 22:24:17.424159 [ 3 ] {da8719f8-8f62-43f1-8529-5a3649f44b3b} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.004931 sec., 77469.07321030217 rows/sec., 5.44 MiB/sec. | ||
8382 | 2024.07.15 22:24:17.424185 [ 36 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8383 | 2024.07.15 22:24:17.424268 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8384 | 2024.07.15 22:24:17.424789 [ 194 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
8385 | 2024.07.15 22:24:17.424852 [ 3 ] {da8719f8-8f62-43f1-8529-5a3649f44b3b} <Debug> DynamicQueryHandler: Done processing query | ||
8386 | 2024.07.15 22:24:17.424993 [ 3 ] {da8719f8-8f62-43f1-8529-5a3649f44b3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8387 | 2024.07.15 22:24:17.425076 [ 3 ] {} <Debug> HTTP-Session: 30f5d0a8-2d8c-4c41-bb32-da2b5e8f6c27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8388 | 2024.07.15 22:24:17.425458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8389 | 2024.07.15 22:24:17.425627 [ 194 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8390 | 2024.07.15 22:24:17.425647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8391 | 2024.07.15 22:24:17.425755 [ 3 ] {} <Debug> HTTP-Session: 106d1200-338e-43fc-9295-69b9ffaeb5ab Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8392 | 2024.07.15 22:24:17.425771 [ 194 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 470 rows starting from the beginning of the part | ||
8393 | 2024.07.15 22:24:17.425828 [ 3 ] {} <Debug> HTTP-Session: 106d1200-338e-43fc-9295-69b9ffaeb5ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8394 | 2024.07.15 22:24:17.425931 [ 3 ] {} <Debug> HTTP-Session: 106d1200-338e-43fc-9295-69b9ffaeb5ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8395 | 2024.07.15 22:24:17.426136 [ 3 ] {} <Trace> HTTP-Session: 106d1200-338e-43fc-9295-69b9ffaeb5ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8396 | 2024.07.15 22:24:17.426188 [ 194 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 382 rows starting from the beginning of the part | ||
8397 | 2024.07.15 22:24:17.426651 [ 3 ] {409e70c4-969e-4795-969a-de58ef5fc705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8398 | 2024.07.15 22:24:17.426694 [ 194 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 94 rows starting from the beginning of the part | ||
8399 | 2024.07.15 22:24:17.426894 [ 3 ] {409e70c4-969e-4795-969a-de58ef5fc705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8400 | 2024.07.15 22:24:17.427323 [ 194 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 406 rows starting from the beginning of the part | ||
8401 | 2024.07.15 22:24:17.427706 [ 194 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 96 rows starting from the beginning of the part | ||
8402 | 2024.07.15 22:24:17.427969 [ 194 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 382 rows starting from the beginning of the part | ||
8403 | 2024.07.15 22:24:17.428269 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_46_9} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8404 | 2024.07.15 22:24:17.428705 [ 3 ] {409e70c4-969e-4795-969a-de58ef5fc705} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8405 | 2024.07.15 22:24:17.428723 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_46_9} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8406 | 2024.07.15 22:24:17.429025 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
8407 | 2024.07.15 22:24:17.429450 [ 3 ] {409e70c4-969e-4795-969a-de58ef5fc705} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8408 | 2024.07.15 22:24:17.429498 [ 3 ] {409e70c4-969e-4795-969a-de58ef5fc705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8409 | 2024.07.15 22:24:17.430109 [ 3 ] {409e70c4-969e-4795-969a-de58ef5fc705} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8410 | 2024.07.15 22:24:17.430479 [ 186 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1830 rows, containing 4 columns (4 merged, 0 gathered) in 0.00604205 sec., 302877.3346794548 rows/sec., 21.67 MiB/sec. | ||
8411 | 2024.07.15 22:24:17.430529 [ 3 ] {409e70c4-969e-4795-969a-de58ef5fc705} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8412 | 2024.07.15 22:24:17.430663 [ 186 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8413 | 2024.07.15 22:24:17.430743 [ 36 ] {} <Debug> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
8414 | 2024.07.15 22:24:17.430778 [ 3 ] {409e70c4-969e-4795-969a-de58ef5fc705} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00431 sec., 1392.111368909513 rows/sec., 59.82 KiB/sec. | ||
8415 | 2024.07.15 22:24:17.430850 [ 36 ] {} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8416 | 2024.07.15 22:24:17.430986 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8417 | 2024.07.15 22:24:17.431322 [ 3 ] {409e70c4-969e-4795-969a-de58ef5fc705} <Debug> DynamicQueryHandler: Done processing query | ||
8418 | 2024.07.15 22:24:17.431339 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::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 | ||
8419 | 2024.07.15 22:24:17.431381 [ 3 ] {409e70c4-969e-4795-969a-de58ef5fc705} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8420 | 2024.07.15 22:24:17.431420 [ 3 ] {} <Debug> HTTP-Session: 106d1200-338e-43fc-9295-69b9ffaeb5ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8421 | 2024.07.15 22:24:17.431572 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8422 | 2024.07.15 22:24:17.431616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8423 | 2024.07.15 22:24:17.431627 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
8424 | 2024.07.15 22:24:17.431706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8425 | 2024.07.15 22:24:17.431887 [ 186 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_46_9} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8426 | 2024.07.15 22:24:17.431888 [ 3 ] {} <Debug> HTTP-Session: 3a155e94-94bb-421f-bace-00ae4f7e1958 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8427 | 2024.07.15 22:24:17.431921 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
8428 | 2024.07.15 22:24:17.432040 [ 3 ] {} <Debug> HTTP-Session: 3a155e94-94bb-421f-bace-00ae4f7e1958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8429 | 2024.07.15 22:24:17.432168 [ 3 ] {} <Debug> HTTP-Session: 3a155e94-94bb-421f-bace-00ae4f7e1958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8430 | 2024.07.15 22:24:17.432520 [ 186 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_46_9} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8431 | 2024.07.15 22:24:17.432561 [ 3 ] {} <Trace> HTTP-Session: 3a155e94-94bb-421f-bace-00ae4f7e1958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8432 | 2024.07.15 22:24:17.432620 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
8433 | 2024.07.15 22:24:17.432819 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
8434 | 2024.07.15 22:24:17.433068 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
8435 | 2024.07.15 22:24:17.433125 [ 3 ] {7ff37684-58bf-4552-b0e8-0b8a02815af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8436 | 2024.07.15 22:24:17.433247 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
8437 | 2024.07.15 22:24:17.433279 [ 3 ] {7ff37684-58bf-4552-b0e8-0b8a02815af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8438 | 2024.07.15 22:24:17.433674 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
8439 | 2024.07.15 22:24:17.434422 [ 3 ] {7ff37684-58bf-4552-b0e8-0b8a02815af7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8440 | 2024.07.15 22:24:17.435064 [ 3 ] {7ff37684-58bf-4552-b0e8-0b8a02815af7} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8441 | 2024.07.15 22:24:17.435108 [ 3 ] {7ff37684-58bf-4552-b0e8-0b8a02815af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8442 | 2024.07.15 22:24:17.435584 [ 186 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004448309 sec., 28325.370382318313 rows/sec., 1.19 MiB/sec. | ||
8443 | 2024.07.15 22:24:17.435700 [ 186 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
8444 | 2024.07.15 22:24:17.435751 [ 3 ] {7ff37684-58bf-4552-b0e8-0b8a02815af7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8445 | 2024.07.15 22:24:17.436944 [ 186 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_21_4} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8446 | 2024.07.15 22:24:17.437032 [ 186 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_21_4} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
8447 | 2024.07.15 22:24:17.437128 [ 3 ] {7ff37684-58bf-4552-b0e8-0b8a02815af7} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8448 | 2024.07.15 22:24:17.437132 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8449 | 2024.07.15 22:24:17.437308 [ 36 ] {} <Debug> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
8450 | 2024.07.15 22:24:17.437325 [ 3 ] {7ff37684-58bf-4552-b0e8-0b8a02815af7} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004393 sec., 17527.885272023672 rows/sec., 1.08 MiB/sec. | ||
8451 | 2024.07.15 22:24:17.437357 [ 36 ] {} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8452 | 2024.07.15 22:24:17.437425 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8453 | 2024.07.15 22:24:17.437617 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::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 | ||
8454 | 2024.07.15 22:24:17.437666 [ 3 ] {7ff37684-58bf-4552-b0e8-0b8a02815af7} <Debug> DynamicQueryHandler: Done processing query | ||
8455 | 2024.07.15 22:24:17.437699 [ 3 ] {7ff37684-58bf-4552-b0e8-0b8a02815af7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8456 | 2024.07.15 22:24:17.437728 [ 3 ] {} <Debug> HTTP-Session: 3a155e94-94bb-421f-bace-00ae4f7e1958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8457 | 2024.07.15 22:24:17.437809 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8458 | 2024.07.15 22:24:17.437846 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1232 rows starting from the beginning of the part | ||
8459 | 2024.07.15 22:24:17.438012 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 77 rows starting from the beginning of the part | ||
8460 | 2024.07.15 22:24:17.438014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8461 | 2024.07.15 22:24:17.438237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8462 | 2024.07.15 22:24:17.438334 [ 3 ] {} <Debug> HTTP-Session: edd3e923-98d1-442e-81d1-ca6290e5f04a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8463 | 2024.07.15 22:24:17.438362 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 77 rows starting from the beginning of the part | ||
8464 | 2024.07.15 22:24:17.438407 [ 3 ] {} <Debug> HTTP-Session: edd3e923-98d1-442e-81d1-ca6290e5f04a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8465 | 2024.07.15 22:24:17.438460 [ 3 ] {} <Debug> HTTP-Session: edd3e923-98d1-442e-81d1-ca6290e5f04a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8466 | 2024.07.15 22:24:17.438585 [ 3 ] {} <Trace> HTTP-Session: edd3e923-98d1-442e-81d1-ca6290e5f04a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8467 | 2024.07.15 22:24:17.438677 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 77 rows starting from the beginning of the part | ||
8468 | 2024.07.15 22:24:17.438911 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 77 rows starting from the beginning of the part | ||
8469 | 2024.07.15 22:24:17.438997 [ 3 ] {778f9cfb-c467-4733-b347-2c693f797dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8470 | 2024.07.15 22:24:17.439179 [ 3 ] {778f9cfb-c467-4733-b347-2c693f797dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8471 | 2024.07.15 22:24:17.439188 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 77 rows starting from the beginning of the part | ||
8472 | 2024.07.15 22:24:17.439872 [ 3 ] {778f9cfb-c467-4733-b347-2c693f797dd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8473 | 2024.07.15 22:24:17.440480 [ 3 ] {778f9cfb-c467-4733-b347-2c693f797dd4} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8474 | 2024.07.15 22:24:17.440526 [ 3 ] {778f9cfb-c467-4733-b347-2c693f797dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8475 | 2024.07.15 22:24:17.441103 [ 3 ] {778f9cfb-c467-4733-b347-2c693f797dd4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8476 | 2024.07.15 22:24:17.441236 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1617 rows, containing 5 columns (5 merged, 0 gathered) in 0.003688803 sec., 438353.579738468 rows/sec., 26.99 MiB/sec. | ||
8477 | 2024.07.15 22:24:17.441426 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
8478 | 2024.07.15 22:24:17.441559 [ 3 ] {778f9cfb-c467-4733-b347-2c693f797dd4} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8479 | 2024.07.15 22:24:17.441784 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8480 | 2024.07.15 22:24:17.441869 [ 3 ] {778f9cfb-c467-4733-b347-2c693f797dd4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003065 sec., 52202.283849918436 rows/sec., 3.64 MiB/sec. | ||
8481 | 2024.07.15 22:24:17.441892 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8482 | 2024.07.15 22:24:17.441995 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8483 | 2024.07.15 22:24:17.442692 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8484 | 2024.07.15 22:24:17.442716 [ 188 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
8485 | 2024.07.15 22:24:17.442726 [ 3 ] {778f9cfb-c467-4733-b347-2c693f797dd4} <Debug> DynamicQueryHandler: Done processing query | ||
8486 | 2024.07.15 22:24:17.442884 [ 3 ] {778f9cfb-c467-4733-b347-2c693f797dd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8487 | 2024.07.15 22:24:17.443020 [ 3 ] {} <Debug> HTTP-Session: edd3e923-98d1-442e-81d1-ca6290e5f04a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8488 | 2024.07.15 22:24:17.443277 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
8489 | 2024.07.15 22:24:17.443483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8490 | 2024.07.15 22:24:17.443810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8491 | 2024.07.15 22:24:17.443905 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
8492 | 2024.07.15 22:24:17.443961 [ 188 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8493 | 2024.07.15 22:24:17.443994 [ 3 ] {} <Debug> HTTP-Session: e178e4ce-5ef3-4784-9dec-e14e0de3b74a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8494 | 2024.07.15 22:24:17.444108 [ 3 ] {} <Debug> HTTP-Session: e178e4ce-5ef3-4784-9dec-e14e0de3b74a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8495 | 2024.07.15 22:24:17.444144 [ 188 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6619 rows starting from the beginning of the part | ||
8496 | 2024.07.15 22:24:17.444167 [ 3 ] {} <Debug> HTTP-Session: e178e4ce-5ef3-4784-9dec-e14e0de3b74a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8497 | 2024.07.15 22:24:17.444263 [ 3 ] {} <Trace> HTTP-Session: e178e4ce-5ef3-4784-9dec-e14e0de3b74a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8498 | 2024.07.15 22:24:17.444536 [ 188 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
8499 | 2024.07.15 22:24:17.444592 [ 3 ] {d44fd906-71a5-40e8-9d45-63e263ab8043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8500 | 2024.07.15 22:24:17.444767 [ 3 ] {d44fd906-71a5-40e8-9d45-63e263ab8043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8501 | 2024.07.15 22:24:17.444853 [ 188 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
8502 | 2024.07.15 22:24:17.445274 [ 188 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 196 rows starting from the beginning of the part | ||
8503 | 2024.07.15 22:24:17.445666 [ 188 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 161 rows starting from the beginning of the part | ||
8504 | 2024.07.15 22:24:17.445698 [ 3 ] {d44fd906-71a5-40e8-9d45-63e263ab8043} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8505 | 2024.07.15 22:24:17.445973 [ 188 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
8506 | 2024.07.15 22:24:17.446714 [ 3 ] {d44fd906-71a5-40e8-9d45-63e263ab8043} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8507 | 2024.07.15 22:24:17.446775 [ 3 ] {d44fd906-71a5-40e8-9d45-63e263ab8043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8508 | 2024.07.15 22:24:17.447406 [ 3 ] {d44fd906-71a5-40e8-9d45-63e263ab8043} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8509 | 2024.07.15 22:24:17.447969 [ 3 ] {d44fd906-71a5-40e8-9d45-63e263ab8043} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8510 | 2024.07.15 22:24:17.448408 [ 3 ] {d44fd906-71a5-40e8-9d45-63e263ab8043} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003933 sec., 5847.953216374269 rows/sec., 316.33 KiB/sec. | ||
8511 | 2024.07.15 22:24:17.449037 [ 3 ] {d44fd906-71a5-40e8-9d45-63e263ab8043} <Debug> DynamicQueryHandler: Done processing query | ||
8512 | 2024.07.15 22:24:17.449114 [ 3 ] {d44fd906-71a5-40e8-9d45-63e263ab8043} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8513 | 2024.07.15 22:24:17.449168 [ 3 ] {} <Debug> HTTP-Session: e178e4ce-5ef3-4784-9dec-e14e0de3b74a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8514 | 2024.07.15 22:24:17.449338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8515 | 2024.07.15 22:24:17.449398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8516 | 2024.07.15 22:24:17.449419 [ 3 ] {} <Debug> HTTP-Session: 074ffcea-b285-4606-954e-5f90c8576020 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8517 | 2024.07.15 22:24:17.449436 [ 3 ] {} <Debug> HTTP-Session: 074ffcea-b285-4606-954e-5f90c8576020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8518 | 2024.07.15 22:24:17.449450 [ 3 ] {} <Debug> HTTP-Session: 074ffcea-b285-4606-954e-5f90c8576020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8519 | 2024.07.15 22:24:17.449487 [ 3 ] {} <Trace> HTTP-Session: 074ffcea-b285-4606-954e-5f90c8576020 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8520 | 2024.07.15 22:24:17.449630 [ 3 ] {d70d7d7a-9501-4ee8-9c67-7df9b828bfa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8521 | 2024.07.15 22:24:17.449833 [ 3 ] {d70d7d7a-9501-4ee8-9c67-7df9b828bfa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8522 | 2024.07.15 22:24:17.450004 [ 3 ] {d70d7d7a-9501-4ee8-9c67-7df9b828bfa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8523 | 2024.07.15 22:24:17.450398 [ 3 ] {d70d7d7a-9501-4ee8-9c67-7df9b828bfa4} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8524 | 2024.07.15 22:24:17.450434 [ 3 ] {d70d7d7a-9501-4ee8-9c67-7df9b828bfa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8525 | 2024.07.15 22:24:17.450864 [ 3 ] {d70d7d7a-9501-4ee8-9c67-7df9b828bfa4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8526 | 2024.07.15 22:24:17.451356 [ 192 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7456 rows, containing 5 columns (5 merged, 0 gathered) in 0.009168792 sec., 813193.2756245316 rows/sec., 56.66 MiB/sec. | ||
8527 | 2024.07.15 22:24:17.451605 [ 3 ] {d70d7d7a-9501-4ee8-9c67-7df9b828bfa4} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8528 | 2024.07.15 22:24:17.451789 [ 36 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8529 | 2024.07.15 22:24:17.451853 [ 3 ] {d70d7d7a-9501-4ee8-9c67-7df9b828bfa4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002265 sec., 26490.066225165563 rows/sec., 1.79 MiB/sec. | ||
8530 | 2024.07.15 22:24:17.451863 [ 36 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8531 | 2024.07.15 22:24:17.451899 [ 192 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8532 | 2024.07.15 22:24:17.451937 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8533 | 2024.07.15 22:24:17.452383 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
8534 | 2024.07.15 22:24:17.452419 [ 3 ] {d70d7d7a-9501-4ee8-9c67-7df9b828bfa4} <Debug> DynamicQueryHandler: Done processing query | ||
8535 | 2024.07.15 22:24:17.452525 [ 3 ] {d70d7d7a-9501-4ee8-9c67-7df9b828bfa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8536 | 2024.07.15 22:24:17.452624 [ 3 ] {} <Debug> HTTP-Session: 074ffcea-b285-4606-954e-5f90c8576020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8537 | 2024.07.15 22:24:17.453029 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8538 | 2024.07.15 22:24:17.453096 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2318 rows starting from the beginning of the part | ||
8539 | 2024.07.15 22:24:17.453309 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
8540 | 2024.07.15 22:24:17.453411 [ 192 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8541 | 2024.07.15 22:24:17.453516 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
8542 | 2024.07.15 22:24:17.453779 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
8543 | 2024.07.15 22:24:17.453817 [ 192 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8544 | 2024.07.15 22:24:17.454042 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
8545 | 2024.07.15 22:24:17.454202 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
8546 | 2024.07.15 22:24:17.454290 [ 195 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
8547 | 2024.07.15 22:24:17.455777 [ 198 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2618 rows, containing 4 columns (4 merged, 0 gathered) in 0.003655252 sec., 716229.6881309415 rows/sec., 48.31 MiB/sec. | ||
8548 | 2024.07.15 22:24:17.456045 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8549 | 2024.07.15 22:24:17.456443 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_46_9} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8550 | 2024.07.15 22:24:17.456521 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_46_9} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8551 | 2024.07.15 22:24:17.456600 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
8552 | 2024.07.15 22:24:20.644804 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8553 | 2024.07.15 22:24:20.644876 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8554 | 2024.07.15 22:24:22.001353 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000971759 sec. | ||
8555 | 2024.07.15 22:24:22.410321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8556 | 2024.07.15 22:24:22.410439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8557 | 2024.07.15 22:24:22.410464 [ 3 ] {} <Debug> HTTP-Session: 44cff572-af73-42fa-8775-b3f872dbf1b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8558 | 2024.07.15 22:24:22.410489 [ 3 ] {} <Debug> HTTP-Session: 44cff572-af73-42fa-8775-b3f872dbf1b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8559 | 2024.07.15 22:24:22.410503 [ 3 ] {} <Debug> HTTP-Session: 44cff572-af73-42fa-8775-b3f872dbf1b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8560 | 2024.07.15 22:24:22.410552 [ 3 ] {} <Trace> HTTP-Session: 44cff572-af73-42fa-8775-b3f872dbf1b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8561 | 2024.07.15 22:24:22.410745 [ 3 ] {ea2407fc-142d-4fdf-be07-59672080a073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8562 | 2024.07.15 22:24:22.410813 [ 3 ] {ea2407fc-142d-4fdf-be07-59672080a073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8563 | 2024.07.15 22:24:22.411009 [ 3 ] {ea2407fc-142d-4fdf-be07-59672080a073} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8564 | 2024.07.15 22:24:22.411496 [ 3 ] {ea2407fc-142d-4fdf-be07-59672080a073} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8565 | 2024.07.15 22:24:22.411542 [ 3 ] {ea2407fc-142d-4fdf-be07-59672080a073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8566 | 2024.07.15 22:24:22.411933 [ 3 ] {ea2407fc-142d-4fdf-be07-59672080a073} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8567 | 2024.07.15 22:24:22.412270 [ 3 ] {ea2407fc-142d-4fdf-be07-59672080a073} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8568 | 2024.07.15 22:24:22.412446 [ 3 ] {ea2407fc-142d-4fdf-be07-59672080a073} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001758 sec., 17064.846416382254 rows/sec., 1.35 MiB/sec. | ||
8569 | 2024.07.15 22:24:22.412671 [ 3 ] {ea2407fc-142d-4fdf-be07-59672080a073} <Debug> DynamicQueryHandler: Done processing query | ||
8570 | 2024.07.15 22:24:22.412698 [ 3 ] {ea2407fc-142d-4fdf-be07-59672080a073} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8571 | 2024.07.15 22:24:22.412716 [ 3 ] {} <Debug> HTTP-Session: 44cff572-af73-42fa-8775-b3f872dbf1b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8572 | 2024.07.15 22:24:22.412867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8573 | 2024.07.15 22:24:22.412925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8574 | 2024.07.15 22:24:22.412945 [ 3 ] {} <Debug> HTTP-Session: cceba356-ffd5-4362-94b4-c0a08c291c9e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8575 | 2024.07.15 22:24:22.412964 [ 3 ] {} <Debug> HTTP-Session: cceba356-ffd5-4362-94b4-c0a08c291c9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8576 | 2024.07.15 22:24:22.412977 [ 3 ] {} <Debug> HTTP-Session: cceba356-ffd5-4362-94b4-c0a08c291c9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8577 | 2024.07.15 22:24:22.413012 [ 3 ] {} <Trace> HTTP-Session: cceba356-ffd5-4362-94b4-c0a08c291c9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8578 | 2024.07.15 22:24:22.413163 [ 3 ] {4e374f51-4fa8-4aa6-8765-5752b9ac0fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8579 | 2024.07.15 22:24:22.413210 [ 3 ] {4e374f51-4fa8-4aa6-8765-5752b9ac0fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8580 | 2024.07.15 22:24:22.413343 [ 3 ] {4e374f51-4fa8-4aa6-8765-5752b9ac0fb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8581 | 2024.07.15 22:24:22.413742 [ 3 ] {4e374f51-4fa8-4aa6-8765-5752b9ac0fb5} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8582 | 2024.07.15 22:24:22.413781 [ 3 ] {4e374f51-4fa8-4aa6-8765-5752b9ac0fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8583 | 2024.07.15 22:24:22.414121 [ 3 ] {4e374f51-4fa8-4aa6-8765-5752b9ac0fb5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8584 | 2024.07.15 22:24:22.414436 [ 3 ] {4e374f51-4fa8-4aa6-8765-5752b9ac0fb5} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8585 | 2024.07.15 22:24:22.414603 [ 3 ] {4e374f51-4fa8-4aa6-8765-5752b9ac0fb5} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001502 sec., 97203.72836218376 rows/sec., 8.16 MiB/sec. | ||
8586 | 2024.07.15 22:24:22.414772 [ 3 ] {4e374f51-4fa8-4aa6-8765-5752b9ac0fb5} <Debug> DynamicQueryHandler: Done processing query | ||
8587 | 2024.07.15 22:24:22.414797 [ 3 ] {4e374f51-4fa8-4aa6-8765-5752b9ac0fb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8588 | 2024.07.15 22:24:22.414813 [ 3 ] {} <Debug> HTTP-Session: cceba356-ffd5-4362-94b4-c0a08c291c9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8589 | 2024.07.15 22:24:22.414947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8590 | 2024.07.15 22:24:22.414996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8591 | 2024.07.15 22:24:22.415015 [ 3 ] {} <Debug> HTTP-Session: e25d41e8-0698-4055-8ec3-6ff974fa9696 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8592 | 2024.07.15 22:24:22.415031 [ 3 ] {} <Debug> HTTP-Session: e25d41e8-0698-4055-8ec3-6ff974fa9696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8593 | 2024.07.15 22:24:22.415046 [ 3 ] {} <Debug> HTTP-Session: e25d41e8-0698-4055-8ec3-6ff974fa9696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8594 | 2024.07.15 22:24:22.415078 [ 3 ] {} <Trace> HTTP-Session: e25d41e8-0698-4055-8ec3-6ff974fa9696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8595 | 2024.07.15 22:24:22.415210 [ 3 ] {93ca8801-5045-4a44-8da1-dec82b0016b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8596 | 2024.07.15 22:24:22.415255 [ 3 ] {93ca8801-5045-4a44-8da1-dec82b0016b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8597 | 2024.07.15 22:24:22.415384 [ 3 ] {93ca8801-5045-4a44-8da1-dec82b0016b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8598 | 2024.07.15 22:24:22.415798 [ 3 ] {93ca8801-5045-4a44-8da1-dec82b0016b0} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8599 | 2024.07.15 22:24:22.415835 [ 3 ] {93ca8801-5045-4a44-8da1-dec82b0016b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8600 | 2024.07.15 22:24:22.416156 [ 3 ] {93ca8801-5045-4a44-8da1-dec82b0016b0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8601 | 2024.07.15 22:24:22.416466 [ 3 ] {93ca8801-5045-4a44-8da1-dec82b0016b0} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8602 | 2024.07.15 22:24:22.416636 [ 3 ] {93ca8801-5045-4a44-8da1-dec82b0016b0} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001477 sec., 63642.51861882194 rows/sec., 4.97 MiB/sec. | ||
8603 | 2024.07.15 22:24:22.416812 [ 3 ] {93ca8801-5045-4a44-8da1-dec82b0016b0} <Debug> DynamicQueryHandler: Done processing query | ||
8604 | 2024.07.15 22:24:22.416837 [ 3 ] {93ca8801-5045-4a44-8da1-dec82b0016b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8605 | 2024.07.15 22:24:22.416855 [ 3 ] {} <Debug> HTTP-Session: e25d41e8-0698-4055-8ec3-6ff974fa9696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8606 | 2024.07.15 22:24:22.416987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8607 | 2024.07.15 22:24:22.417037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8608 | 2024.07.15 22:24:22.417056 [ 3 ] {} <Debug> HTTP-Session: b5298ace-23a9-483d-b2f8-f4a002326df1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8609 | 2024.07.15 22:24:22.417074 [ 3 ] {} <Debug> HTTP-Session: b5298ace-23a9-483d-b2f8-f4a002326df1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8610 | 2024.07.15 22:24:22.417087 [ 3 ] {} <Debug> HTTP-Session: b5298ace-23a9-483d-b2f8-f4a002326df1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8611 | 2024.07.15 22:24:22.417118 [ 3 ] {} <Trace> HTTP-Session: b5298ace-23a9-483d-b2f8-f4a002326df1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8612 | 2024.07.15 22:24:22.417277 [ 3 ] {f7867b2d-7b1e-48c4-afdf-2c8bf25d02cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8613 | 2024.07.15 22:24:22.417323 [ 3 ] {f7867b2d-7b1e-48c4-afdf-2c8bf25d02cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8614 | 2024.07.15 22:24:22.417470 [ 3 ] {f7867b2d-7b1e-48c4-afdf-2c8bf25d02cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8615 | 2024.07.15 22:24:22.417907 [ 3 ] {f7867b2d-7b1e-48c4-afdf-2c8bf25d02cd} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8616 | 2024.07.15 22:24:22.417943 [ 3 ] {f7867b2d-7b1e-48c4-afdf-2c8bf25d02cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8617 | 2024.07.15 22:24:22.418330 [ 3 ] {f7867b2d-7b1e-48c4-afdf-2c8bf25d02cd} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8618 | 2024.07.15 22:24:22.418669 [ 3 ] {f7867b2d-7b1e-48c4-afdf-2c8bf25d02cd} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8619 | 2024.07.15 22:24:22.418821 [ 3 ] {f7867b2d-7b1e-48c4-afdf-2c8bf25d02cd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001613 sec., 99194.04835709857 rows/sec., 6.91 MiB/sec. | ||
8620 | 2024.07.15 22:24:22.418988 [ 3 ] {f7867b2d-7b1e-48c4-afdf-2c8bf25d02cd} <Debug> DynamicQueryHandler: Done processing query | ||
8621 | 2024.07.15 22:24:22.419012 [ 3 ] {f7867b2d-7b1e-48c4-afdf-2c8bf25d02cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8622 | 2024.07.15 22:24:22.419028 [ 3 ] {} <Debug> HTTP-Session: b5298ace-23a9-483d-b2f8-f4a002326df1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8623 | 2024.07.15 22:24:22.419178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8624 | 2024.07.15 22:24:22.419227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8625 | 2024.07.15 22:24:22.419246 [ 3 ] {} <Debug> HTTP-Session: f635a975-dcf0-4015-9848-bc030f78c076 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8626 | 2024.07.15 22:24:22.419262 [ 3 ] {} <Debug> HTTP-Session: f635a975-dcf0-4015-9848-bc030f78c076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8627 | 2024.07.15 22:24:22.419277 [ 3 ] {} <Debug> HTTP-Session: f635a975-dcf0-4015-9848-bc030f78c076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8628 | 2024.07.15 22:24:22.419307 [ 3 ] {} <Trace> HTTP-Session: f635a975-dcf0-4015-9848-bc030f78c076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8629 | 2024.07.15 22:24:22.419598 [ 3 ] {33fad86d-0f6c-46b9-a5fd-63d0e6b5754f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8630 | 2024.07.15 22:24:22.419663 [ 3 ] {33fad86d-0f6c-46b9-a5fd-63d0e6b5754f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8631 | 2024.07.15 22:24:22.420064 [ 3 ] {33fad86d-0f6c-46b9-a5fd-63d0e6b5754f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8632 | 2024.07.15 22:24:22.420873 [ 3 ] {33fad86d-0f6c-46b9-a5fd-63d0e6b5754f} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8633 | 2024.07.15 22:24:22.420908 [ 3 ] {33fad86d-0f6c-46b9-a5fd-63d0e6b5754f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8634 | 2024.07.15 22:24:22.421530 [ 3 ] {33fad86d-0f6c-46b9-a5fd-63d0e6b5754f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8635 | 2024.07.15 22:24:22.421934 [ 3 ] {33fad86d-0f6c-46b9-a5fd-63d0e6b5754f} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8636 | 2024.07.15 22:24:22.422119 [ 3 ] {33fad86d-0f6c-46b9-a5fd-63d0e6b5754f} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002731 sec., 10984.987184181618 rows/sec., 19.68 MiB/sec. | ||
8637 | 2024.07.15 22:24:22.422449 [ 3 ] {33fad86d-0f6c-46b9-a5fd-63d0e6b5754f} <Debug> DynamicQueryHandler: Done processing query | ||
8638 | 2024.07.15 22:24:22.422474 [ 3 ] {33fad86d-0f6c-46b9-a5fd-63d0e6b5754f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8639 | 2024.07.15 22:24:22.422490 [ 3 ] {} <Debug> HTTP-Session: f635a975-dcf0-4015-9848-bc030f78c076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8640 | 2024.07.15 22:24:22.422613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8641 | 2024.07.15 22:24:22.422663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8642 | 2024.07.15 22:24:22.422681 [ 3 ] {} <Debug> HTTP-Session: 581b89dd-5740-4f72-abf6-d0f5576e7ae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8643 | 2024.07.15 22:24:22.422697 [ 3 ] {} <Debug> HTTP-Session: 581b89dd-5740-4f72-abf6-d0f5576e7ae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8644 | 2024.07.15 22:24:22.422712 [ 3 ] {} <Debug> HTTP-Session: 581b89dd-5740-4f72-abf6-d0f5576e7ae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8645 | 2024.07.15 22:24:22.422768 [ 3 ] {} <Trace> HTTP-Session: 581b89dd-5740-4f72-abf6-d0f5576e7ae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8646 | 2024.07.15 22:24:22.422895 [ 3 ] {cf1b0a9c-fb5b-4fd9-a4d2-67aaa9b714d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8647 | 2024.07.15 22:24:22.422940 [ 3 ] {cf1b0a9c-fb5b-4fd9-a4d2-67aaa9b714d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8648 | 2024.07.15 22:24:22.423067 [ 3 ] {cf1b0a9c-fb5b-4fd9-a4d2-67aaa9b714d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8649 | 2024.07.15 22:24:22.423382 [ 3 ] {cf1b0a9c-fb5b-4fd9-a4d2-67aaa9b714d0} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8650 | 2024.07.15 22:24:22.423418 [ 3 ] {cf1b0a9c-fb5b-4fd9-a4d2-67aaa9b714d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8651 | 2024.07.15 22:24:22.423779 [ 3 ] {cf1b0a9c-fb5b-4fd9-a4d2-67aaa9b714d0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8652 | 2024.07.15 22:24:22.424111 [ 3 ] {cf1b0a9c-fb5b-4fd9-a4d2-67aaa9b714d0} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8653 | 2024.07.15 22:24:22.424262 [ 3 ] {cf1b0a9c-fb5b-4fd9-a4d2-67aaa9b714d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
8654 | 2024.07.15 22:24:22.424564 [ 3 ] {cf1b0a9c-fb5b-4fd9-a4d2-67aaa9b714d0} <Debug> DynamicQueryHandler: Done processing query | ||
8655 | 2024.07.15 22:24:22.424636 [ 3 ] {cf1b0a9c-fb5b-4fd9-a4d2-67aaa9b714d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8656 | 2024.07.15 22:24:22.424655 [ 3 ] {} <Debug> HTTP-Session: 581b89dd-5740-4f72-abf6-d0f5576e7ae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8657 | 2024.07.15 22:24:27.413065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8658 | 2024.07.15 22:24:27.413201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8659 | 2024.07.15 22:24:27.413231 [ 3 ] {} <Debug> HTTP-Session: a4e6ed8c-5a90-45a7-b42a-ad5b8f502f18 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8660 | 2024.07.15 22:24:27.413259 [ 3 ] {} <Debug> HTTP-Session: a4e6ed8c-5a90-45a7-b42a-ad5b8f502f18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8661 | 2024.07.15 22:24:27.413277 [ 3 ] {} <Debug> HTTP-Session: a4e6ed8c-5a90-45a7-b42a-ad5b8f502f18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8662 | 2024.07.15 22:24:27.413332 [ 3 ] {} <Trace> HTTP-Session: a4e6ed8c-5a90-45a7-b42a-ad5b8f502f18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8663 | 2024.07.15 22:24:27.413523 [ 3 ] {2320357e-2297-4bb9-8089-328d21580f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8664 | 2024.07.15 22:24:27.413588 [ 3 ] {2320357e-2297-4bb9-8089-328d21580f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8665 | 2024.07.15 22:24:27.413782 [ 3 ] {2320357e-2297-4bb9-8089-328d21580f20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8666 | 2024.07.15 22:24:27.414313 [ 3 ] {2320357e-2297-4bb9-8089-328d21580f20} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8667 | 2024.07.15 22:24:27.414353 [ 3 ] {2320357e-2297-4bb9-8089-328d21580f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8668 | 2024.07.15 22:24:27.414714 [ 3 ] {2320357e-2297-4bb9-8089-328d21580f20} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8669 | 2024.07.15 22:24:27.415047 [ 3 ] {2320357e-2297-4bb9-8089-328d21580f20} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8670 | 2024.07.15 22:24:27.415211 [ 3 ] {2320357e-2297-4bb9-8089-328d21580f20} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001741 sec., 3446.2952326249283 rows/sec., 195.20 KiB/sec. | ||
8671 | 2024.07.15 22:24:27.415232 [ 28 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8672 | 2024.07.15 22:24:27.415336 [ 28 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8673 | 2024.07.15 22:24:27.415377 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8674 | 2024.07.15 22:24:27.415518 [ 3 ] {2320357e-2297-4bb9-8089-328d21580f20} <Debug> DynamicQueryHandler: Done processing query | ||
8675 | 2024.07.15 22:24:27.415575 [ 3 ] {2320357e-2297-4bb9-8089-328d21580f20} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8676 | 2024.07.15 22:24:27.415588 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
8677 | 2024.07.15 22:24:27.415602 [ 3 ] {} <Debug> HTTP-Session: a4e6ed8c-5a90-45a7-b42a-ad5b8f502f18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8678 | 2024.07.15 22:24:27.415797 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8679 | 2024.07.15 22:24:27.415847 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 36 rows starting from the beginning of the part | ||
8680 | 2024.07.15 22:24:27.415887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8681 | 2024.07.15 22:24:27.416000 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
8682 | 2024.07.15 22:24:27.416032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8683 | 2024.07.15 22:24:27.416147 [ 3 ] {} <Debug> HTTP-Session: 65967b97-5e39-4b1a-91ba-a12a6f1ddd68 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8684 | 2024.07.15 22:24:27.416245 [ 3 ] {} <Debug> HTTP-Session: 65967b97-5e39-4b1a-91ba-a12a6f1ddd68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8685 | 2024.07.15 22:24:27.416253 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 30 rows starting from the beginning of the part | ||
8686 | 2024.07.15 22:24:27.416317 [ 3 ] {} <Debug> HTTP-Session: 65967b97-5e39-4b1a-91ba-a12a6f1ddd68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8687 | 2024.07.15 22:24:27.416530 [ 3 ] {} <Trace> HTTP-Session: 65967b97-5e39-4b1a-91ba-a12a6f1ddd68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8688 | 2024.07.15 22:24:27.416612 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
8689 | 2024.07.15 22:24:27.416950 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part | ||
8690 | 2024.07.15 22:24:27.417003 [ 3 ] {26db645a-de5c-4008-8153-51bedcd910f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8691 | 2024.07.15 22:24:27.417189 [ 3 ] {26db645a-de5c-4008-8153-51bedcd910f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8692 | 2024.07.15 22:24:27.417229 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
8693 | 2024.07.15 22:24:27.417993 [ 3 ] {26db645a-de5c-4008-8153-51bedcd910f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8694 | 2024.07.15 22:24:27.419130 [ 3 ] {26db645a-de5c-4008-8153-51bedcd910f2} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8695 | 2024.07.15 22:24:27.419204 [ 3 ] {26db645a-de5c-4008-8153-51bedcd910f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8696 | 2024.07.15 22:24:27.419943 [ 198 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.004466809 sec., 25521.574797579207 rows/sec., 1.87 MiB/sec. | ||
8697 | 2024.07.15 22:24:27.420079 [ 3 ] {26db645a-de5c-4008-8153-51bedcd910f2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8698 | 2024.07.15 22:24:27.420168 [ 191 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8699 | 2024.07.15 22:24:27.420887 [ 3 ] {26db645a-de5c-4008-8153-51bedcd910f2} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8700 | 2024.07.15 22:24:27.421157 [ 197 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_41_8} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8701 | 2024.07.15 22:24:27.421160 [ 3 ] {26db645a-de5c-4008-8153-51bedcd910f2} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.004345 sec., 37054.08515535098 rows/sec., 3.27 MiB/sec. | ||
8702 | 2024.07.15 22:24:27.421446 [ 197 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_41_8} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8703 | 2024.07.15 22:24:27.421552 [ 3 ] {26db645a-de5c-4008-8153-51bedcd910f2} <Debug> DynamicQueryHandler: Done processing query | ||
8704 | 2024.07.15 22:24:27.421607 [ 3 ] {26db645a-de5c-4008-8153-51bedcd910f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8705 | 2024.07.15 22:24:27.421622 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8706 | 2024.07.15 22:24:27.421638 [ 3 ] {} <Debug> HTTP-Session: 65967b97-5e39-4b1a-91ba-a12a6f1ddd68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8707 | 2024.07.15 22:24:27.421885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8708 | 2024.07.15 22:24:27.421936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8709 | 2024.07.15 22:24:27.421955 [ 3 ] {} <Debug> HTTP-Session: 6b9904e0-60e4-4e76-b64e-8aef7e26a031 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8710 | 2024.07.15 22:24:27.421971 [ 3 ] {} <Debug> HTTP-Session: 6b9904e0-60e4-4e76-b64e-8aef7e26a031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8711 | 2024.07.15 22:24:27.421984 [ 3 ] {} <Debug> HTTP-Session: 6b9904e0-60e4-4e76-b64e-8aef7e26a031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8712 | 2024.07.15 22:24:27.422016 [ 3 ] {} <Trace> HTTP-Session: 6b9904e0-60e4-4e76-b64e-8aef7e26a031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8713 | 2024.07.15 22:24:27.422232 [ 3 ] {9bc274c2-01c9-4c9c-8c0c-3f882d179be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8714 | 2024.07.15 22:24:27.422276 [ 3 ] {9bc274c2-01c9-4c9c-8c0c-3f882d179be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8715 | 2024.07.15 22:24:27.422419 [ 3 ] {9bc274c2-01c9-4c9c-8c0c-3f882d179be0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8716 | 2024.07.15 22:24:27.422958 [ 3 ] {9bc274c2-01c9-4c9c-8c0c-3f882d179be0} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8717 | 2024.07.15 22:24:27.422995 [ 3 ] {9bc274c2-01c9-4c9c-8c0c-3f882d179be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8718 | 2024.07.15 22:24:27.423325 [ 3 ] {9bc274c2-01c9-4c9c-8c0c-3f882d179be0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8719 | 2024.07.15 22:24:27.423651 [ 3 ] {9bc274c2-01c9-4c9c-8c0c-3f882d179be0} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8720 | 2024.07.15 22:24:27.423809 [ 3 ] {9bc274c2-01c9-4c9c-8c0c-3f882d179be0} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001694 sec., 225501.7709563164 rows/sec., 15.84 MiB/sec. | ||
8721 | 2024.07.15 22:24:27.423977 [ 3 ] {9bc274c2-01c9-4c9c-8c0c-3f882d179be0} <Debug> DynamicQueryHandler: Done processing query | ||
8722 | 2024.07.15 22:24:27.424001 [ 3 ] {9bc274c2-01c9-4c9c-8c0c-3f882d179be0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8723 | 2024.07.15 22:24:27.424017 [ 3 ] {} <Debug> HTTP-Session: 6b9904e0-60e4-4e76-b64e-8aef7e26a031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8724 | 2024.07.15 22:24:27.424151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8725 | 2024.07.15 22:24:27.424203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8726 | 2024.07.15 22:24:27.424223 [ 3 ] {} <Debug> HTTP-Session: 9874159a-4668-4cec-9beb-6a69c3b35ba9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8727 | 2024.07.15 22:24:27.424239 [ 3 ] {} <Debug> HTTP-Session: 9874159a-4668-4cec-9beb-6a69c3b35ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8728 | 2024.07.15 22:24:27.424254 [ 3 ] {} <Debug> HTTP-Session: 9874159a-4668-4cec-9beb-6a69c3b35ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8729 | 2024.07.15 22:24:27.424284 [ 3 ] {} <Trace> HTTP-Session: 9874159a-4668-4cec-9beb-6a69c3b35ba9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8730 | 2024.07.15 22:24:27.424380 [ 3 ] {5665b7fb-7b86-4eee-8a2d-766d2d2041d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8731 | 2024.07.15 22:24:27.424426 [ 3 ] {5665b7fb-7b86-4eee-8a2d-766d2d2041d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8732 | 2024.07.15 22:24:27.424556 [ 3 ] {5665b7fb-7b86-4eee-8a2d-766d2d2041d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8733 | 2024.07.15 22:24:27.424836 [ 3 ] {5665b7fb-7b86-4eee-8a2d-766d2d2041d6} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8734 | 2024.07.15 22:24:27.424872 [ 3 ] {5665b7fb-7b86-4eee-8a2d-766d2d2041d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8735 | 2024.07.15 22:24:27.425231 [ 3 ] {5665b7fb-7b86-4eee-8a2d-766d2d2041d6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8736 | 2024.07.15 22:24:27.425554 [ 3 ] {5665b7fb-7b86-4eee-8a2d-766d2d2041d6} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8737 | 2024.07.15 22:24:27.425708 [ 3 ] {5665b7fb-7b86-4eee-8a2d-766d2d2041d6} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001349 sec., 4447.739065974796 rows/sec., 191.11 KiB/sec. | ||
8738 | 2024.07.15 22:24:27.425874 [ 3 ] {5665b7fb-7b86-4eee-8a2d-766d2d2041d6} <Debug> DynamicQueryHandler: Done processing query | ||
8739 | 2024.07.15 22:24:27.425898 [ 3 ] {5665b7fb-7b86-4eee-8a2d-766d2d2041d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8740 | 2024.07.15 22:24:27.425914 [ 3 ] {} <Debug> HTTP-Session: 9874159a-4668-4cec-9beb-6a69c3b35ba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8741 | 2024.07.15 22:24:27.426053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8742 | 2024.07.15 22:24:27.426105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8743 | 2024.07.15 22:24:27.426125 [ 3 ] {} <Debug> HTTP-Session: 7ee92fd9-a7a2-4905-a848-0e9975cc9a7e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8744 | 2024.07.15 22:24:27.426142 [ 3 ] {} <Debug> HTTP-Session: 7ee92fd9-a7a2-4905-a848-0e9975cc9a7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8745 | 2024.07.15 22:24:27.426158 [ 3 ] {} <Debug> HTTP-Session: 7ee92fd9-a7a2-4905-a848-0e9975cc9a7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8746 | 2024.07.15 22:24:27.426188 [ 3 ] {} <Trace> HTTP-Session: 7ee92fd9-a7a2-4905-a848-0e9975cc9a7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8747 | 2024.07.15 22:24:27.426306 [ 3 ] {9ebc3652-376d-452e-a561-8e8106d16bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8748 | 2024.07.15 22:24:27.426352 [ 3 ] {9ebc3652-376d-452e-a561-8e8106d16bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8749 | 2024.07.15 22:24:27.426503 [ 3 ] {9ebc3652-376d-452e-a561-8e8106d16bb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8750 | 2024.07.15 22:24:27.426853 [ 3 ] {9ebc3652-376d-452e-a561-8e8106d16bb5} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8751 | 2024.07.15 22:24:27.426888 [ 3 ] {9ebc3652-376d-452e-a561-8e8106d16bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8752 | 2024.07.15 22:24:27.427255 [ 3 ] {9ebc3652-376d-452e-a561-8e8106d16bb5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8753 | 2024.07.15 22:24:27.427595 [ 3 ] {9ebc3652-376d-452e-a561-8e8106d16bb5} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8754 | 2024.07.15 22:24:27.427752 [ 3 ] {9ebc3652-376d-452e-a561-8e8106d16bb5} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001487 sec., 51782.11163416274 rows/sec., 3.19 MiB/sec. | ||
8755 | 2024.07.15 22:24:27.427925 [ 3 ] {9ebc3652-376d-452e-a561-8e8106d16bb5} <Debug> DynamicQueryHandler: Done processing query | ||
8756 | 2024.07.15 22:24:27.427949 [ 3 ] {9ebc3652-376d-452e-a561-8e8106d16bb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8757 | 2024.07.15 22:24:27.427966 [ 3 ] {} <Debug> HTTP-Session: 7ee92fd9-a7a2-4905-a848-0e9975cc9a7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8758 | 2024.07.15 22:24:27.428111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8759 | 2024.07.15 22:24:27.428162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8760 | 2024.07.15 22:24:27.428181 [ 3 ] {} <Debug> HTTP-Session: a20413a5-8311-4f47-8c7b-4718a44d5bd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8761 | 2024.07.15 22:24:27.428197 [ 3 ] {} <Debug> HTTP-Session: a20413a5-8311-4f47-8c7b-4718a44d5bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8762 | 2024.07.15 22:24:27.428211 [ 3 ] {} <Debug> HTTP-Session: a20413a5-8311-4f47-8c7b-4718a44d5bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8763 | 2024.07.15 22:24:27.428241 [ 3 ] {} <Trace> HTTP-Session: a20413a5-8311-4f47-8c7b-4718a44d5bd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8764 | 2024.07.15 22:24:27.428389 [ 3 ] {ffad9823-3ef9-4d48-b927-5a5ecb2ad863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8765 | 2024.07.15 22:24:27.428435 [ 3 ] {ffad9823-3ef9-4d48-b927-5a5ecb2ad863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8766 | 2024.07.15 22:24:27.428582 [ 3 ] {ffad9823-3ef9-4d48-b927-5a5ecb2ad863} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8767 | 2024.07.15 22:24:27.429011 [ 3 ] {ffad9823-3ef9-4d48-b927-5a5ecb2ad863} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8768 | 2024.07.15 22:24:27.429047 [ 3 ] {ffad9823-3ef9-4d48-b927-5a5ecb2ad863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8769 | 2024.07.15 22:24:27.429432 [ 3 ] {ffad9823-3ef9-4d48-b927-5a5ecb2ad863} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8770 | 2024.07.15 22:24:27.429818 [ 3 ] {ffad9823-3ef9-4d48-b927-5a5ecb2ad863} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8771 | 2024.07.15 22:24:27.429976 [ 3 ] {ffad9823-3ef9-4d48-b927-5a5ecb2ad863} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001652 sec., 96852.30024213075 rows/sec., 6.75 MiB/sec. | ||
8772 | 2024.07.15 22:24:27.430145 [ 3 ] {ffad9823-3ef9-4d48-b927-5a5ecb2ad863} <Debug> DynamicQueryHandler: Done processing query | ||
8773 | 2024.07.15 22:24:27.430170 [ 3 ] {ffad9823-3ef9-4d48-b927-5a5ecb2ad863} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8774 | 2024.07.15 22:24:27.430186 [ 3 ] {} <Debug> HTTP-Session: a20413a5-8311-4f47-8c7b-4718a44d5bd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8775 | 2024.07.15 22:24:27.430317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8776 | 2024.07.15 22:24:27.430367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8777 | 2024.07.15 22:24:27.430386 [ 3 ] {} <Debug> HTTP-Session: 154178ab-03f8-47cb-9e42-09775fb3f883 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8778 | 2024.07.15 22:24:27.430403 [ 3 ] {} <Debug> HTTP-Session: 154178ab-03f8-47cb-9e42-09775fb3f883 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8779 | 2024.07.15 22:24:27.430416 [ 3 ] {} <Debug> HTTP-Session: 154178ab-03f8-47cb-9e42-09775fb3f883 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8780 | 2024.07.15 22:24:27.430446 [ 3 ] {} <Trace> HTTP-Session: 154178ab-03f8-47cb-9e42-09775fb3f883 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8781 | 2024.07.15 22:24:27.430547 [ 3 ] {aa8a5a2a-96d9-430c-8a1c-21acc2b0a2c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8782 | 2024.07.15 22:24:27.430591 [ 3 ] {aa8a5a2a-96d9-430c-8a1c-21acc2b0a2c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8783 | 2024.07.15 22:24:27.430722 [ 3 ] {aa8a5a2a-96d9-430c-8a1c-21acc2b0a2c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8784 | 2024.07.15 22:24:27.431007 [ 3 ] {aa8a5a2a-96d9-430c-8a1c-21acc2b0a2c6} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8785 | 2024.07.15 22:24:27.431042 [ 3 ] {aa8a5a2a-96d9-430c-8a1c-21acc2b0a2c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8786 | 2024.07.15 22:24:27.431393 [ 3 ] {aa8a5a2a-96d9-430c-8a1c-21acc2b0a2c6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8787 | 2024.07.15 22:24:27.431713 [ 3 ] {aa8a5a2a-96d9-430c-8a1c-21acc2b0a2c6} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8788 | 2024.07.15 22:24:27.431875 [ 3 ] {aa8a5a2a-96d9-430c-8a1c-21acc2b0a2c6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00135 sec., 17037.037037037036 rows/sec., 921.59 KiB/sec. | ||
8789 | 2024.07.15 22:24:27.432036 [ 3 ] {aa8a5a2a-96d9-430c-8a1c-21acc2b0a2c6} <Debug> DynamicQueryHandler: Done processing query | ||
8790 | 2024.07.15 22:24:27.432060 [ 3 ] {aa8a5a2a-96d9-430c-8a1c-21acc2b0a2c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8791 | 2024.07.15 22:24:27.432075 [ 3 ] {} <Debug> HTTP-Session: 154178ab-03f8-47cb-9e42-09775fb3f883 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8792 | 2024.07.15 22:24:27.432202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8793 | 2024.07.15 22:24:27.432249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8794 | 2024.07.15 22:24:27.432267 [ 3 ] {} <Debug> HTTP-Session: 77800f0a-c705-4d55-9025-084a1a5c8a17 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8795 | 2024.07.15 22:24:27.432284 [ 3 ] {} <Debug> HTTP-Session: 77800f0a-c705-4d55-9025-084a1a5c8a17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8796 | 2024.07.15 22:24:27.432298 [ 3 ] {} <Debug> HTTP-Session: 77800f0a-c705-4d55-9025-084a1a5c8a17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8797 | 2024.07.15 22:24:27.432327 [ 3 ] {} <Trace> HTTP-Session: 77800f0a-c705-4d55-9025-084a1a5c8a17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8798 | 2024.07.15 22:24:27.432447 [ 3 ] {8225a6ff-9371-4fad-aea8-0d00f5db8ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8799 | 2024.07.15 22:24:27.432492 [ 3 ] {8225a6ff-9371-4fad-aea8-0d00f5db8ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8800 | 2024.07.15 22:24:27.432619 [ 3 ] {8225a6ff-9371-4fad-aea8-0d00f5db8ccb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8801 | 2024.07.15 22:24:27.432903 [ 3 ] {8225a6ff-9371-4fad-aea8-0d00f5db8ccb} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8802 | 2024.07.15 22:24:27.432938 [ 3 ] {8225a6ff-9371-4fad-aea8-0d00f5db8ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8803 | 2024.07.15 22:24:27.433285 [ 3 ] {8225a6ff-9371-4fad-aea8-0d00f5db8ccb} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8804 | 2024.07.15 22:24:27.433604 [ 3 ] {8225a6ff-9371-4fad-aea8-0d00f5db8ccb} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8805 | 2024.07.15 22:24:27.433762 [ 3 ] {8225a6ff-9371-4fad-aea8-0d00f5db8ccb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. | ||
8806 | 2024.07.15 22:24:27.433923 [ 3 ] {8225a6ff-9371-4fad-aea8-0d00f5db8ccb} <Debug> DynamicQueryHandler: Done processing query | ||
8807 | 2024.07.15 22:24:27.433946 [ 3 ] {8225a6ff-9371-4fad-aea8-0d00f5db8ccb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8808 | 2024.07.15 22:24:27.433961 [ 3 ] {} <Debug> HTTP-Session: 77800f0a-c705-4d55-9025-084a1a5c8a17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8809 | 2024.07.15 22:24:32.410391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8810 | 2024.07.15 22:24:32.410519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8811 | 2024.07.15 22:24:32.410545 [ 3 ] {} <Debug> HTTP-Session: 6022b44c-308d-408f-879a-e43dd6b67d7a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8812 | 2024.07.15 22:24:32.410569 [ 3 ] {} <Debug> HTTP-Session: 6022b44c-308d-408f-879a-e43dd6b67d7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8813 | 2024.07.15 22:24:32.410584 [ 3 ] {} <Debug> HTTP-Session: 6022b44c-308d-408f-879a-e43dd6b67d7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8814 | 2024.07.15 22:24:32.410632 [ 3 ] {} <Trace> HTTP-Session: 6022b44c-308d-408f-879a-e43dd6b67d7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8815 | 2024.07.15 22:24:32.410822 [ 3 ] {bb21c830-87f6-4099-afd5-d04db8284a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8816 | 2024.07.15 22:24:32.410889 [ 3 ] {bb21c830-87f6-4099-afd5-d04db8284a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8817 | 2024.07.15 22:24:32.411077 [ 3 ] {bb21c830-87f6-4099-afd5-d04db8284a78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8818 | 2024.07.15 22:24:32.411475 [ 3 ] {bb21c830-87f6-4099-afd5-d04db8284a78} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8819 | 2024.07.15 22:24:32.411517 [ 3 ] {bb21c830-87f6-4099-afd5-d04db8284a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8820 | 2024.07.15 22:24:32.411871 [ 3 ] {bb21c830-87f6-4099-afd5-d04db8284a78} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8821 | 2024.07.15 22:24:32.412192 [ 3 ] {bb21c830-87f6-4099-afd5-d04db8284a78} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8822 | 2024.07.15 22:24:32.412331 [ 3 ] {bb21c830-87f6-4099-afd5-d04db8284a78} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001568 sec., 19132.65306122449 rows/sec., 1.51 MiB/sec. | ||
8823 | 2024.07.15 22:24:32.412534 [ 3 ] {bb21c830-87f6-4099-afd5-d04db8284a78} <Debug> DynamicQueryHandler: Done processing query | ||
8824 | 2024.07.15 22:24:32.412565 [ 3 ] {bb21c830-87f6-4099-afd5-d04db8284a78} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8825 | 2024.07.15 22:24:32.412585 [ 3 ] {} <Debug> HTTP-Session: 6022b44c-308d-408f-879a-e43dd6b67d7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8826 | 2024.07.15 22:24:32.412734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8827 | 2024.07.15 22:24:32.412782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8828 | 2024.07.15 22:24:32.412802 [ 3 ] {} <Debug> HTTP-Session: 8784b4e4-1487-4e86-ba21-a81b8f3e6473 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8829 | 2024.07.15 22:24:32.412819 [ 3 ] {} <Debug> HTTP-Session: 8784b4e4-1487-4e86-ba21-a81b8f3e6473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8830 | 2024.07.15 22:24:32.412833 [ 3 ] {} <Debug> HTTP-Session: 8784b4e4-1487-4e86-ba21-a81b8f3e6473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8831 | 2024.07.15 22:24:32.412864 [ 3 ] {} <Trace> HTTP-Session: 8784b4e4-1487-4e86-ba21-a81b8f3e6473 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8832 | 2024.07.15 22:24:32.412960 [ 3 ] {f4d12def-2a2a-4692-9d9e-2869e7c90437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8833 | 2024.07.15 22:24:32.413003 [ 3 ] {f4d12def-2a2a-4692-9d9e-2869e7c90437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8834 | 2024.07.15 22:24:32.413128 [ 3 ] {f4d12def-2a2a-4692-9d9e-2869e7c90437} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8835 | 2024.07.15 22:24:32.413457 [ 3 ] {f4d12def-2a2a-4692-9d9e-2869e7c90437} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8836 | 2024.07.15 22:24:32.413492 [ 3 ] {f4d12def-2a2a-4692-9d9e-2869e7c90437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8837 | 2024.07.15 22:24:32.413784 [ 3 ] {f4d12def-2a2a-4692-9d9e-2869e7c90437} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8838 | 2024.07.15 22:24:32.414078 [ 3 ] {f4d12def-2a2a-4692-9d9e-2869e7c90437} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8839 | 2024.07.15 22:24:32.414200 [ 3 ] {f4d12def-2a2a-4692-9d9e-2869e7c90437} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001264 sec., 4746.835443037975 rows/sec., 387.07 KiB/sec. | ||
8840 | 2024.07.15 22:24:32.414728 [ 3 ] {f4d12def-2a2a-4692-9d9e-2869e7c90437} <Debug> DynamicQueryHandler: Done processing query | ||
8841 | 2024.07.15 22:24:32.414800 [ 3 ] {f4d12def-2a2a-4692-9d9e-2869e7c90437} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8842 | 2024.07.15 22:24:32.414848 [ 3 ] {} <Debug> HTTP-Session: 8784b4e4-1487-4e86-ba21-a81b8f3e6473 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8843 | 2024.07.15 22:24:32.415060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8844 | 2024.07.15 22:24:32.415111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8845 | 2024.07.15 22:24:32.415130 [ 3 ] {} <Debug> HTTP-Session: 100e81c0-7c10-4a47-be7c-c66a2c1127f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8846 | 2024.07.15 22:24:32.415146 [ 3 ] {} <Debug> HTTP-Session: 100e81c0-7c10-4a47-be7c-c66a2c1127f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8847 | 2024.07.15 22:24:32.415160 [ 3 ] {} <Debug> HTTP-Session: 100e81c0-7c10-4a47-be7c-c66a2c1127f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8848 | 2024.07.15 22:24:32.415191 [ 3 ] {} <Trace> HTTP-Session: 100e81c0-7c10-4a47-be7c-c66a2c1127f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8849 | 2024.07.15 22:24:32.415324 [ 3 ] {a70c5cd3-71de-4313-b143-a2d543c48f35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8850 | 2024.07.15 22:24:32.415367 [ 3 ] {a70c5cd3-71de-4313-b143-a2d543c48f35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8851 | 2024.07.15 22:24:32.415502 [ 3 ] {a70c5cd3-71de-4313-b143-a2d543c48f35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8852 | 2024.07.15 22:24:32.415867 [ 3 ] {a70c5cd3-71de-4313-b143-a2d543c48f35} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8853 | 2024.07.15 22:24:32.415903 [ 3 ] {a70c5cd3-71de-4313-b143-a2d543c48f35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8854 | 2024.07.15 22:24:32.416225 [ 3 ] {a70c5cd3-71de-4313-b143-a2d543c48f35} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8855 | 2024.07.15 22:24:32.416524 [ 3 ] {a70c5cd3-71de-4313-b143-a2d543c48f35} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8856 | 2024.07.15 22:24:32.416649 [ 3 ] {a70c5cd3-71de-4313-b143-a2d543c48f35} <Debug> executeQuery: Read 149 rows, 12.77 KiB in 0.001384 sec., 107658.95953757226 rows/sec., 9.01 MiB/sec. | ||
8857 | 2024.07.15 22:24:32.416832 [ 3 ] {a70c5cd3-71de-4313-b143-a2d543c48f35} <Debug> DynamicQueryHandler: Done processing query | ||
8858 | 2024.07.15 22:24:32.416864 [ 3 ] {a70c5cd3-71de-4313-b143-a2d543c48f35} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8859 | 2024.07.15 22:24:32.416884 [ 3 ] {} <Debug> HTTP-Session: 100e81c0-7c10-4a47-be7c-c66a2c1127f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8860 | 2024.07.15 22:24:32.417008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8861 | 2024.07.15 22:24:32.417055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8862 | 2024.07.15 22:24:32.417074 [ 3 ] {} <Debug> HTTP-Session: e92f9d4e-1367-4425-8ee8-6b815e641727 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8863 | 2024.07.15 22:24:32.417090 [ 3 ] {} <Debug> HTTP-Session: e92f9d4e-1367-4425-8ee8-6b815e641727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8864 | 2024.07.15 22:24:32.417105 [ 3 ] {} <Debug> HTTP-Session: e92f9d4e-1367-4425-8ee8-6b815e641727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8865 | 2024.07.15 22:24:32.417135 [ 3 ] {} <Trace> HTTP-Session: e92f9d4e-1367-4425-8ee8-6b815e641727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8866 | 2024.07.15 22:24:32.417227 [ 3 ] {c687b979-e0f9-4264-a192-b6d7022408ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8867 | 2024.07.15 22:24:32.417269 [ 3 ] {c687b979-e0f9-4264-a192-b6d7022408ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8868 | 2024.07.15 22:24:32.417391 [ 3 ] {c687b979-e0f9-4264-a192-b6d7022408ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8869 | 2024.07.15 22:24:32.417645 [ 3 ] {c687b979-e0f9-4264-a192-b6d7022408ea} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8870 | 2024.07.15 22:24:32.417680 [ 3 ] {c687b979-e0f9-4264-a192-b6d7022408ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8871 | 2024.07.15 22:24:32.417968 [ 3 ] {c687b979-e0f9-4264-a192-b6d7022408ea} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8872 | 2024.07.15 22:24:32.418261 [ 3 ] {c687b979-e0f9-4264-a192-b6d7022408ea} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8873 | 2024.07.15 22:24:32.418386 [ 3 ] {c687b979-e0f9-4264-a192-b6d7022408ea} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001181 sec., 5080.4403048264185 rows/sec., 354.74 KiB/sec. | ||
8874 | 2024.07.15 22:24:32.418612 [ 3 ] {c687b979-e0f9-4264-a192-b6d7022408ea} <Debug> DynamicQueryHandler: Done processing query | ||
8875 | 2024.07.15 22:24:32.418636 [ 3 ] {c687b979-e0f9-4264-a192-b6d7022408ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8876 | 2024.07.15 22:24:32.418652 [ 3 ] {} <Debug> HTTP-Session: e92f9d4e-1367-4425-8ee8-6b815e641727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8877 | 2024.07.15 22:24:32.418786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8878 | 2024.07.15 22:24:32.418835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8879 | 2024.07.15 22:24:32.418856 [ 3 ] {} <Debug> HTTP-Session: 16b8d8ce-4c34-4ccd-a59d-c37c612febde Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8880 | 2024.07.15 22:24:32.418872 [ 3 ] {} <Debug> HTTP-Session: 16b8d8ce-4c34-4ccd-a59d-c37c612febde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8881 | 2024.07.15 22:24:32.418886 [ 3 ] {} <Debug> HTTP-Session: 16b8d8ce-4c34-4ccd-a59d-c37c612febde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8882 | 2024.07.15 22:24:32.418916 [ 3 ] {} <Trace> HTTP-Session: 16b8d8ce-4c34-4ccd-a59d-c37c612febde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8883 | 2024.07.15 22:24:32.419033 [ 3 ] {13a5abba-9572-4a49-b675-bed42ed4ccce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8884 | 2024.07.15 22:24:32.419074 [ 3 ] {13a5abba-9572-4a49-b675-bed42ed4ccce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8885 | 2024.07.15 22:24:32.419198 [ 3 ] {13a5abba-9572-4a49-b675-bed42ed4ccce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8886 | 2024.07.15 22:24:32.419510 [ 3 ] {13a5abba-9572-4a49-b675-bed42ed4ccce} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8887 | 2024.07.15 22:24:32.419545 [ 3 ] {13a5abba-9572-4a49-b675-bed42ed4ccce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8888 | 2024.07.15 22:24:32.419853 [ 3 ] {13a5abba-9572-4a49-b675-bed42ed4ccce} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8889 | 2024.07.15 22:24:32.420150 [ 3 ] {13a5abba-9572-4a49-b675-bed42ed4ccce} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8890 | 2024.07.15 22:24:32.420275 [ 3 ] {13a5abba-9572-4a49-b675-bed42ed4ccce} <Debug> executeQuery: Read 100 rows, 8.01 KiB in 0.001285 sec., 77821.01167315176 rows/sec., 6.08 MiB/sec. | ||
8891 | 2024.07.15 22:24:32.420469 [ 3 ] {13a5abba-9572-4a49-b675-bed42ed4ccce} <Debug> DynamicQueryHandler: Done processing query | ||
8892 | 2024.07.15 22:24:32.420495 [ 3 ] {13a5abba-9572-4a49-b675-bed42ed4ccce} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8893 | 2024.07.15 22:24:32.420511 [ 3 ] {} <Debug> HTTP-Session: 16b8d8ce-4c34-4ccd-a59d-c37c612febde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8894 | 2024.07.15 22:24:32.420646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 31188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8895 | 2024.07.15 22:24:32.420693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8896 | 2024.07.15 22:24:32.420716 [ 3 ] {} <Debug> HTTP-Session: 7f4b7d5d-cea9-4809-bd2c-7567dfae0d51 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8897 | 2024.07.15 22:24:32.420733 [ 3 ] {} <Debug> HTTP-Session: 7f4b7d5d-cea9-4809-bd2c-7567dfae0d51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8898 | 2024.07.15 22:24:32.420747 [ 3 ] {} <Debug> HTTP-Session: 7f4b7d5d-cea9-4809-bd2c-7567dfae0d51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8899 | 2024.07.15 22:24:32.420777 [ 3 ] {} <Trace> HTTP-Session: 7f4b7d5d-cea9-4809-bd2c-7567dfae0d51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8900 | 2024.07.15 22:24:32.420913 [ 3 ] {ad9132e5-fc5c-4c8b-836e-888d975ab6b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8901 | 2024.07.15 22:24:32.420959 [ 3 ] {ad9132e5-fc5c-4c8b-836e-888d975ab6b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8902 | 2024.07.15 22:24:32.421100 [ 3 ] {ad9132e5-fc5c-4c8b-836e-888d975ab6b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8903 | 2024.07.15 22:24:32.421461 [ 3 ] {ad9132e5-fc5c-4c8b-836e-888d975ab6b6} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8904 | 2024.07.15 22:24:32.421495 [ 3 ] {ad9132e5-fc5c-4c8b-836e-888d975ab6b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8905 | 2024.07.15 22:24:32.421887 [ 3 ] {ad9132e5-fc5c-4c8b-836e-888d975ab6b6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8906 | 2024.07.15 22:24:32.422208 [ 3 ] {ad9132e5-fc5c-4c8b-836e-888d975ab6b6} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8907 | 2024.07.15 22:24:32.422338 [ 3 ] {ad9132e5-fc5c-4c8b-836e-888d975ab6b6} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001488 sec., 109543.01075268818 rows/sec., 7.63 MiB/sec. | ||
8908 | 2024.07.15 22:24:32.422496 [ 3 ] {ad9132e5-fc5c-4c8b-836e-888d975ab6b6} <Debug> DynamicQueryHandler: Done processing query | ||
8909 | 2024.07.15 22:24:32.422521 [ 3 ] {ad9132e5-fc5c-4c8b-836e-888d975ab6b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8910 | 2024.07.15 22:24:32.422536 [ 3 ] {} <Debug> HTTP-Session: 7f4b7d5d-cea9-4809-bd2c-7567dfae0d51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8911 | 2024.07.15 22:24:32.422723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8912 | 2024.07.15 22:24:32.422772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8913 | 2024.07.15 22:24:32.422792 [ 3 ] {} <Debug> HTTP-Session: 8641c824-75eb-4e6f-abe1-73b14eeb1834 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8914 | 2024.07.15 22:24:32.422808 [ 3 ] {} <Debug> HTTP-Session: 8641c824-75eb-4e6f-abe1-73b14eeb1834 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8915 | 2024.07.15 22:24:32.422822 [ 3 ] {} <Debug> HTTP-Session: 8641c824-75eb-4e6f-abe1-73b14eeb1834 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8916 | 2024.07.15 22:24:32.422851 [ 3 ] {} <Trace> HTTP-Session: 8641c824-75eb-4e6f-abe1-73b14eeb1834 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8917 | 2024.07.15 22:24:32.423197 [ 3 ] {3b802bfd-ce36-4ad6-b67c-57cbf4add963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8918 | 2024.07.15 22:24:32.423260 [ 3 ] {3b802bfd-ce36-4ad6-b67c-57cbf4add963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8919 | 2024.07.15 22:24:32.423639 [ 3 ] {3b802bfd-ce36-4ad6-b67c-57cbf4add963} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8920 | 2024.07.15 22:24:32.424309 [ 3 ] {3b802bfd-ce36-4ad6-b67c-57cbf4add963} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8921 | 2024.07.15 22:24:32.424342 [ 3 ] {3b802bfd-ce36-4ad6-b67c-57cbf4add963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8922 | 2024.07.15 22:24:32.424910 [ 3 ] {3b802bfd-ce36-4ad6-b67c-57cbf4add963} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8923 | 2024.07.15 22:24:32.425303 [ 3 ] {3b802bfd-ce36-4ad6-b67c-57cbf4add963} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8924 | 2024.07.15 22:24:32.425452 [ 3 ] {3b802bfd-ce36-4ad6-b67c-57cbf4add963} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002519 sec., 11909.487892020643 rows/sec., 21.34 MiB/sec. | ||
8925 | 2024.07.15 22:24:32.425639 [ 3 ] {3b802bfd-ce36-4ad6-b67c-57cbf4add963} <Debug> DynamicQueryHandler: Done processing query | ||
8926 | 2024.07.15 22:24:32.425662 [ 3 ] {3b802bfd-ce36-4ad6-b67c-57cbf4add963} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8927 | 2024.07.15 22:24:32.425678 [ 3 ] {} <Debug> HTTP-Session: 8641c824-75eb-4e6f-abe1-73b14eeb1834 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8928 | 2024.07.15 22:24:32.425803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8929 | 2024.07.15 22:24:32.425851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8930 | 2024.07.15 22:24:32.425871 [ 3 ] {} <Debug> HTTP-Session: f959b68d-2275-49c3-96b0-faa108250d9e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8931 | 2024.07.15 22:24:32.425888 [ 3 ] {} <Debug> HTTP-Session: f959b68d-2275-49c3-96b0-faa108250d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8932 | 2024.07.15 22:24:32.425902 [ 3 ] {} <Debug> HTTP-Session: f959b68d-2275-49c3-96b0-faa108250d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8933 | 2024.07.15 22:24:32.425932 [ 3 ] {} <Trace> HTTP-Session: f959b68d-2275-49c3-96b0-faa108250d9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8934 | 2024.07.15 22:24:32.426043 [ 3 ] {90acbf1e-ac33-4e0f-b7d2-173435bf5972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8935 | 2024.07.15 22:24:32.426085 [ 3 ] {90acbf1e-ac33-4e0f-b7d2-173435bf5972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8936 | 2024.07.15 22:24:32.426209 [ 3 ] {90acbf1e-ac33-4e0f-b7d2-173435bf5972} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8937 | 2024.07.15 22:24:32.426529 [ 3 ] {90acbf1e-ac33-4e0f-b7d2-173435bf5972} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8938 | 2024.07.15 22:24:32.426564 [ 3 ] {90acbf1e-ac33-4e0f-b7d2-173435bf5972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8939 | 2024.07.15 22:24:32.426908 [ 3 ] {90acbf1e-ac33-4e0f-b7d2-173435bf5972} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8940 | 2024.07.15 22:24:32.427227 [ 3 ] {90acbf1e-ac33-4e0f-b7d2-173435bf5972} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8941 | 2024.07.15 22:24:32.427354 [ 3 ] {90acbf1e-ac33-4e0f-b7d2-173435bf5972} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. | ||
8942 | 2024.07.15 22:24:32.427570 [ 3 ] {90acbf1e-ac33-4e0f-b7d2-173435bf5972} <Debug> DynamicQueryHandler: Done processing query | ||
8943 | 2024.07.15 22:24:32.427597 [ 3 ] {90acbf1e-ac33-4e0f-b7d2-173435bf5972} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8944 | 2024.07.15 22:24:32.427612 [ 3 ] {} <Debug> HTTP-Session: f959b68d-2275-49c3-96b0-faa108250d9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8945 | 2024.07.15 22:24:35.644913 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8946 | 2024.07.15 22:24:35.644974 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8947 | 2024.07.15 22:24:37.414508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8948 | 2024.07.15 22:24:37.414616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8949 | 2024.07.15 22:24:37.414641 [ 3 ] {} <Debug> HTTP-Session: 9a048dd0-99a2-47d3-868c-ede9e37dfec5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8950 | 2024.07.15 22:24:37.414666 [ 3 ] {} <Debug> HTTP-Session: 9a048dd0-99a2-47d3-868c-ede9e37dfec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8951 | 2024.07.15 22:24:37.414681 [ 3 ] {} <Debug> HTTP-Session: 9a048dd0-99a2-47d3-868c-ede9e37dfec5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8952 | 2024.07.15 22:24:37.414730 [ 3 ] {} <Trace> HTTP-Session: 9a048dd0-99a2-47d3-868c-ede9e37dfec5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8953 | 2024.07.15 22:24:37.414905 [ 3 ] {4d59d1ef-932b-41af-862e-014f40250cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8954 | 2024.07.15 22:24:37.414971 [ 3 ] {4d59d1ef-932b-41af-862e-014f40250cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8955 | 2024.07.15 22:24:37.415166 [ 3 ] {4d59d1ef-932b-41af-862e-014f40250cd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8956 | 2024.07.15 22:24:37.415587 [ 3 ] {4d59d1ef-932b-41af-862e-014f40250cd7} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8957 | 2024.07.15 22:24:37.415629 [ 3 ] {4d59d1ef-932b-41af-862e-014f40250cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8958 | 2024.07.15 22:24:37.415996 [ 3 ] {4d59d1ef-932b-41af-862e-014f40250cd7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8959 | 2024.07.15 22:24:37.416328 [ 3 ] {4d59d1ef-932b-41af-862e-014f40250cd7} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8960 | 2024.07.15 22:24:37.416498 [ 3 ] {4d59d1ef-932b-41af-862e-014f40250cd7} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001636 sec., 3667.481662591687 rows/sec., 207.73 KiB/sec. | ||
8961 | 2024.07.15 22:24:37.416698 [ 3 ] {4d59d1ef-932b-41af-862e-014f40250cd7} <Debug> DynamicQueryHandler: Done processing query | ||
8962 | 2024.07.15 22:24:37.416725 [ 3 ] {4d59d1ef-932b-41af-862e-014f40250cd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8963 | 2024.07.15 22:24:37.416741 [ 3 ] {} <Debug> HTTP-Session: 9a048dd0-99a2-47d3-868c-ede9e37dfec5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8964 | 2024.07.15 22:24:37.416876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8965 | 2024.07.15 22:24:37.416930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8966 | 2024.07.15 22:24:37.416951 [ 3 ] {} <Debug> HTTP-Session: 6dec22f9-5fb3-439c-a5d8-acc74ab6e4ed Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8967 | 2024.07.15 22:24:37.416969 [ 3 ] {} <Debug> HTTP-Session: 6dec22f9-5fb3-439c-a5d8-acc74ab6e4ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8968 | 2024.07.15 22:24:37.416983 [ 3 ] {} <Debug> HTTP-Session: 6dec22f9-5fb3-439c-a5d8-acc74ab6e4ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8969 | 2024.07.15 22:24:37.417018 [ 3 ] {} <Trace> HTTP-Session: 6dec22f9-5fb3-439c-a5d8-acc74ab6e4ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8970 | 2024.07.15 22:24:37.417122 [ 3 ] {e9aa245c-bc8a-44f9-b11a-cb2bcf12e203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8971 | 2024.07.15 22:24:37.417169 [ 3 ] {e9aa245c-bc8a-44f9-b11a-cb2bcf12e203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8972 | 2024.07.15 22:24:37.417301 [ 3 ] {e9aa245c-bc8a-44f9-b11a-cb2bcf12e203} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8973 | 2024.07.15 22:24:37.417598 [ 3 ] {e9aa245c-bc8a-44f9-b11a-cb2bcf12e203} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8974 | 2024.07.15 22:24:37.417635 [ 3 ] {e9aa245c-bc8a-44f9-b11a-cb2bcf12e203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8975 | 2024.07.15 22:24:37.417939 [ 3 ] {e9aa245c-bc8a-44f9-b11a-cb2bcf12e203} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8976 | 2024.07.15 22:24:37.418245 [ 3 ] {e9aa245c-bc8a-44f9-b11a-cb2bcf12e203} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8977 | 2024.07.15 22:24:37.418404 [ 3 ] {e9aa245c-bc8a-44f9-b11a-cb2bcf12e203} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001307 sec., 1530.221882172915 rows/sec., 124.78 KiB/sec. | ||
8978 | 2024.07.15 22:24:37.418684 [ 3 ] {e9aa245c-bc8a-44f9-b11a-cb2bcf12e203} <Debug> DynamicQueryHandler: Done processing query | ||
8979 | 2024.07.15 22:24:37.418709 [ 3 ] {e9aa245c-bc8a-44f9-b11a-cb2bcf12e203} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8980 | 2024.07.15 22:24:37.418725 [ 3 ] {} <Debug> HTTP-Session: 6dec22f9-5fb3-439c-a5d8-acc74ab6e4ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8981 | 2024.07.15 22:24:37.418871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8982 | 2024.07.15 22:24:37.418923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8983 | 2024.07.15 22:24:37.418942 [ 3 ] {} <Debug> HTTP-Session: 66367a53-d482-4023-9170-7b2f5bdc5112 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
8984 | 2024.07.15 22:24:37.418960 [ 3 ] {} <Debug> HTTP-Session: 66367a53-d482-4023-9170-7b2f5bdc5112 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8985 | 2024.07.15 22:24:37.418974 [ 3 ] {} <Debug> HTTP-Session: 66367a53-d482-4023-9170-7b2f5bdc5112 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8986 | 2024.07.15 22:24:37.419006 [ 3 ] {} <Trace> HTTP-Session: 66367a53-d482-4023-9170-7b2f5bdc5112 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8987 | 2024.07.15 22:24:37.419154 [ 3 ] {9909bf80-3116-4ceb-8d4f-82e6e32ade05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8988 | 2024.07.15 22:24:37.419199 [ 3 ] {9909bf80-3116-4ceb-8d4f-82e6e32ade05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8989 | 2024.07.15 22:24:37.419339 [ 3 ] {9909bf80-3116-4ceb-8d4f-82e6e32ade05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8990 | 2024.07.15 22:24:37.419739 [ 3 ] {9909bf80-3116-4ceb-8d4f-82e6e32ade05} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8991 | 2024.07.15 22:24:37.419813 [ 3 ] {9909bf80-3116-4ceb-8d4f-82e6e32ade05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
8992 | 2024.07.15 22:24:37.420226 [ 3 ] {9909bf80-3116-4ceb-8d4f-82e6e32ade05} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8993 | 2024.07.15 22:24:37.420617 [ 3 ] {9909bf80-3116-4ceb-8d4f-82e6e32ade05} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8994 | 2024.07.15 22:24:37.420779 [ 3 ] {9909bf80-3116-4ceb-8d4f-82e6e32ade05} <Debug> executeQuery: Read 198 rows, 17.44 KiB in 0.001686 sec., 117437.72241992883 rows/sec., 10.10 MiB/sec. | ||
8995 | 2024.07.15 22:24:37.421047 [ 3 ] {9909bf80-3116-4ceb-8d4f-82e6e32ade05} <Debug> DynamicQueryHandler: Done processing query | ||
8996 | 2024.07.15 22:24:37.421112 [ 3 ] {9909bf80-3116-4ceb-8d4f-82e6e32ade05} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8997 | 2024.07.15 22:24:37.421168 [ 3 ] {} <Debug> HTTP-Session: 66367a53-d482-4023-9170-7b2f5bdc5112 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8998 | 2024.07.15 22:24:37.421287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8999 | 2024.07.15 22:24:37.421338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9000 | 2024.07.15 22:24:37.421359 [ 3 ] {} <Debug> HTTP-Session: 746ed688-0284-4b22-b59e-f4a92a1a85ad Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9001 | 2024.07.15 22:24:37.421377 [ 3 ] {} <Debug> HTTP-Session: 746ed688-0284-4b22-b59e-f4a92a1a85ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9002 | 2024.07.15 22:24:37.421391 [ 3 ] {} <Debug> HTTP-Session: 746ed688-0284-4b22-b59e-f4a92a1a85ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9003 | 2024.07.15 22:24:37.421425 [ 3 ] {} <Trace> HTTP-Session: 746ed688-0284-4b22-b59e-f4a92a1a85ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9004 | 2024.07.15 22:24:37.421532 [ 3 ] {936f7d19-45e1-43ce-b374-9524cd43ad90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9005 | 2024.07.15 22:24:37.421579 [ 3 ] {936f7d19-45e1-43ce-b374-9524cd43ad90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9006 | 2024.07.15 22:24:37.421725 [ 3 ] {936f7d19-45e1-43ce-b374-9524cd43ad90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9007 | 2024.07.15 22:24:37.421984 [ 3 ] {936f7d19-45e1-43ce-b374-9524cd43ad90} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9008 | 2024.07.15 22:24:37.422021 [ 3 ] {936f7d19-45e1-43ce-b374-9524cd43ad90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
9009 | 2024.07.15 22:24:37.422336 [ 3 ] {936f7d19-45e1-43ce-b374-9524cd43ad90} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9010 | 2024.07.15 22:24:37.422646 [ 3 ] {936f7d19-45e1-43ce-b374-9524cd43ad90} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9011 | 2024.07.15 22:24:37.422808 [ 3 ] {936f7d19-45e1-43ce-b374-9524cd43ad90} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001301 sec., 1537.2790161414296 rows/sec., 107.34 KiB/sec. | ||
9012 | 2024.07.15 22:24:37.422973 [ 3 ] {936f7d19-45e1-43ce-b374-9524cd43ad90} <Debug> DynamicQueryHandler: Done processing query | ||
9013 | 2024.07.15 22:24:37.422999 [ 3 ] {936f7d19-45e1-43ce-b374-9524cd43ad90} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9014 | 2024.07.15 22:24:37.423015 [ 3 ] {} <Debug> HTTP-Session: 746ed688-0284-4b22-b59e-f4a92a1a85ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9015 | 2024.07.15 22:24:37.423195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9016 | 2024.07.15 22:24:37.423245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9017 | 2024.07.15 22:24:37.423265 [ 3 ] {} <Debug> HTTP-Session: d04ade8a-cb91-4728-83f4-1e66b3ea287c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9018 | 2024.07.15 22:24:37.423282 [ 3 ] {} <Debug> HTTP-Session: d04ade8a-cb91-4728-83f4-1e66b3ea287c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9019 | 2024.07.15 22:24:37.423296 [ 3 ] {} <Debug> HTTP-Session: d04ade8a-cb91-4728-83f4-1e66b3ea287c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9020 | 2024.07.15 22:24:37.423328 [ 3 ] {} <Trace> HTTP-Session: d04ade8a-cb91-4728-83f4-1e66b3ea287c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9021 | 2024.07.15 22:24:37.423528 [ 3 ] {f2b0948a-ab46-4fa2-a9ae-7fdec4c6f5e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9022 | 2024.07.15 22:24:37.423573 [ 3 ] {f2b0948a-ab46-4fa2-a9ae-7fdec4c6f5e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9023 | 2024.07.15 22:24:37.423703 [ 3 ] {f2b0948a-ab46-4fa2-a9ae-7fdec4c6f5e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9024 | 2024.07.15 22:24:37.424227 [ 3 ] {f2b0948a-ab46-4fa2-a9ae-7fdec4c6f5e1} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9025 | 2024.07.15 22:24:37.424265 [ 3 ] {f2b0948a-ab46-4fa2-a9ae-7fdec4c6f5e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
9026 | 2024.07.15 22:24:37.424594 [ 3 ] {f2b0948a-ab46-4fa2-a9ae-7fdec4c6f5e1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9027 | 2024.07.15 22:24:37.424897 [ 3 ] {f2b0948a-ab46-4fa2-a9ae-7fdec4c6f5e1} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9028 | 2024.07.15 22:24:37.425055 [ 3 ] {f2b0948a-ab46-4fa2-a9ae-7fdec4c6f5e1} <Debug> executeQuery: Read 408 rows, 29.54 KiB in 0.001626 sec., 250922.50922509225 rows/sec., 17.74 MiB/sec. | ||
9029 | 2024.07.15 22:24:37.425209 [ 3 ] {f2b0948a-ab46-4fa2-a9ae-7fdec4c6f5e1} <Debug> DynamicQueryHandler: Done processing query | ||
9030 | 2024.07.15 22:24:37.425235 [ 3 ] {f2b0948a-ab46-4fa2-a9ae-7fdec4c6f5e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9031 | 2024.07.15 22:24:37.425251 [ 3 ] {} <Debug> HTTP-Session: d04ade8a-cb91-4728-83f4-1e66b3ea287c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9032 | 2024.07.15 22:24:37.425366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9033 | 2024.07.15 22:24:37.425416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9034 | 2024.07.15 22:24:37.425435 [ 3 ] {} <Debug> HTTP-Session: 0081b468-9dd7-46ff-a547-e52d457de352 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9035 | 2024.07.15 22:24:37.425453 [ 3 ] {} <Debug> HTTP-Session: 0081b468-9dd7-46ff-a547-e52d457de352 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9036 | 2024.07.15 22:24:37.425468 [ 3 ] {} <Debug> HTTP-Session: 0081b468-9dd7-46ff-a547-e52d457de352 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9037 | 2024.07.15 22:24:37.425499 [ 3 ] {} <Trace> HTTP-Session: 0081b468-9dd7-46ff-a547-e52d457de352 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9038 | 2024.07.15 22:24:37.425596 [ 3 ] {54e1ae5f-ef86-470c-8061-00d7644c9cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9039 | 2024.07.15 22:24:37.425642 [ 3 ] {54e1ae5f-ef86-470c-8061-00d7644c9cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9040 | 2024.07.15 22:24:37.425771 [ 3 ] {54e1ae5f-ef86-470c-8061-00d7644c9cd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9041 | 2024.07.15 22:24:37.426025 [ 3 ] {54e1ae5f-ef86-470c-8061-00d7644c9cd3} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9042 | 2024.07.15 22:24:37.426062 [ 3 ] {54e1ae5f-ef86-470c-8061-00d7644c9cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
9043 | 2024.07.15 22:24:37.426423 [ 3 ] {54e1ae5f-ef86-470c-8061-00d7644c9cd3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9044 | 2024.07.15 22:24:37.426737 [ 3 ] {54e1ae5f-ef86-470c-8061-00d7644c9cd3} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9045 | 2024.07.15 22:24:37.426895 [ 3 ] {54e1ae5f-ef86-470c-8061-00d7644c9cd3} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001321 sec., 4542.013626040878 rows/sec., 195.16 KiB/sec. | ||
9046 | 2024.07.15 22:24:37.427188 [ 3 ] {54e1ae5f-ef86-470c-8061-00d7644c9cd3} <Debug> DynamicQueryHandler: Done processing query | ||
9047 | 2024.07.15 22:24:37.427213 [ 3 ] {54e1ae5f-ef86-470c-8061-00d7644c9cd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9048 | 2024.07.15 22:24:37.427228 [ 3 ] {} <Debug> HTTP-Session: 0081b468-9dd7-46ff-a547-e52d457de352 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9049 | 2024.07.15 22:24:37.427344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9050 | 2024.07.15 22:24:37.427394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9051 | 2024.07.15 22:24:37.427412 [ 3 ] {} <Debug> HTTP-Session: c4dcb4c4-5456-4e9e-83e5-9d30bc6aae43 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9052 | 2024.07.15 22:24:37.427429 [ 3 ] {} <Debug> HTTP-Session: c4dcb4c4-5456-4e9e-83e5-9d30bc6aae43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9053 | 2024.07.15 22:24:37.427443 [ 3 ] {} <Debug> HTTP-Session: c4dcb4c4-5456-4e9e-83e5-9d30bc6aae43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9054 | 2024.07.15 22:24:37.427473 [ 3 ] {} <Trace> HTTP-Session: c4dcb4c4-5456-4e9e-83e5-9d30bc6aae43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9055 | 2024.07.15 22:24:37.427636 [ 3 ] {36e17abb-929a-421b-8a6d-ec11aed0ca85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9056 | 2024.07.15 22:24:37.427685 [ 3 ] {36e17abb-929a-421b-8a6d-ec11aed0ca85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9057 | 2024.07.15 22:24:37.427844 [ 3 ] {36e17abb-929a-421b-8a6d-ec11aed0ca85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9058 | 2024.07.15 22:24:37.428161 [ 3 ] {36e17abb-929a-421b-8a6d-ec11aed0ca85} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9059 | 2024.07.15 22:24:37.428196 [ 3 ] {36e17abb-929a-421b-8a6d-ec11aed0ca85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
9060 | 2024.07.15 22:24:37.428551 [ 3 ] {36e17abb-929a-421b-8a6d-ec11aed0ca85} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9061 | 2024.07.15 22:24:37.428875 [ 3 ] {36e17abb-929a-421b-8a6d-ec11aed0ca85} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9062 | 2024.07.15 22:24:37.429027 [ 3 ] {36e17abb-929a-421b-8a6d-ec11aed0ca85} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001466 sec., 52523.87448840382 rows/sec., 3.23 MiB/sec. | ||
9063 | 2024.07.15 22:24:37.429180 [ 3 ] {36e17abb-929a-421b-8a6d-ec11aed0ca85} <Debug> DynamicQueryHandler: Done processing query | ||
9064 | 2024.07.15 22:24:37.429205 [ 3 ] {36e17abb-929a-421b-8a6d-ec11aed0ca85} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9065 | 2024.07.15 22:24:37.429220 [ 3 ] {} <Debug> HTTP-Session: c4dcb4c4-5456-4e9e-83e5-9d30bc6aae43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9066 | 2024.07.15 22:24:37.429362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 37766, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9067 | 2024.07.15 22:24:37.429410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9068 | 2024.07.15 22:24:37.429429 [ 3 ] {} <Debug> HTTP-Session: 1f5fc864-635a-49a0-81bd-c2a5a73f3516 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9069 | 2024.07.15 22:24:37.429446 [ 3 ] {} <Debug> HTTP-Session: 1f5fc864-635a-49a0-81bd-c2a5a73f3516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9070 | 2024.07.15 22:24:37.429459 [ 3 ] {} <Debug> HTTP-Session: 1f5fc864-635a-49a0-81bd-c2a5a73f3516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9071 | 2024.07.15 22:24:37.429490 [ 3 ] {} <Trace> HTTP-Session: 1f5fc864-635a-49a0-81bd-c2a5a73f3516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9072 | 2024.07.15 22:24:37.429660 [ 3 ] {24563a79-51f5-4483-9385-2520a71b7555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9073 | 2024.07.15 22:24:37.429706 [ 3 ] {24563a79-51f5-4483-9385-2520a71b7555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9074 | 2024.07.15 22:24:37.429852 [ 3 ] {24563a79-51f5-4483-9385-2520a71b7555} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9075 | 2024.07.15 22:24:37.430266 [ 3 ] {24563a79-51f5-4483-9385-2520a71b7555} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9076 | 2024.07.15 22:24:37.430302 [ 3 ] {24563a79-51f5-4483-9385-2520a71b7555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
9077 | 2024.07.15 22:24:37.430667 [ 3 ] {24563a79-51f5-4483-9385-2520a71b7555} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9078 | 2024.07.15 22:24:37.430990 [ 3 ] {24563a79-51f5-4483-9385-2520a71b7555} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9079 | 2024.07.15 22:24:37.431146 [ 3 ] {24563a79-51f5-4483-9385-2520a71b7555} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001566 sec., 125798.21200510857 rows/sec., 8.78 MiB/sec. | ||
9080 | 2024.07.15 22:24:37.431308 [ 3 ] {24563a79-51f5-4483-9385-2520a71b7555} <Debug> DynamicQueryHandler: Done processing query | ||
9081 | 2024.07.15 22:24:37.431332 [ 3 ] {24563a79-51f5-4483-9385-2520a71b7555} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9082 | 2024.07.15 22:24:37.431347 [ 3 ] {} <Debug> HTTP-Session: 1f5fc864-635a-49a0-81bd-c2a5a73f3516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9083 | 2024.07.15 22:24:37.431460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9084 | 2024.07.15 22:24:37.431507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9085 | 2024.07.15 22:24:37.431526 [ 3 ] {} <Debug> HTTP-Session: 711852bf-c3a3-4dca-8b61-32cdf1430224 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9086 | 2024.07.15 22:24:37.431542 [ 3 ] {} <Debug> HTTP-Session: 711852bf-c3a3-4dca-8b61-32cdf1430224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9087 | 2024.07.15 22:24:37.431556 [ 3 ] {} <Debug> HTTP-Session: 711852bf-c3a3-4dca-8b61-32cdf1430224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9088 | 2024.07.15 22:24:37.431587 [ 3 ] {} <Trace> HTTP-Session: 711852bf-c3a3-4dca-8b61-32cdf1430224 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9089 | 2024.07.15 22:24:37.431686 [ 3 ] {50ecad05-2cfe-45a7-9fcf-9bc72cc0260b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9090 | 2024.07.15 22:24:37.431729 [ 3 ] {50ecad05-2cfe-45a7-9fcf-9bc72cc0260b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9091 | 2024.07.15 22:24:37.431855 [ 3 ] {50ecad05-2cfe-45a7-9fcf-9bc72cc0260b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9092 | 2024.07.15 22:24:37.432110 [ 3 ] {50ecad05-2cfe-45a7-9fcf-9bc72cc0260b} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9093 | 2024.07.15 22:24:37.432145 [ 3 ] {50ecad05-2cfe-45a7-9fcf-9bc72cc0260b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
9094 | 2024.07.15 22:24:37.432486 [ 3 ] {50ecad05-2cfe-45a7-9fcf-9bc72cc0260b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9095 | 2024.07.15 22:24:37.432804 [ 3 ] {50ecad05-2cfe-45a7-9fcf-9bc72cc0260b} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9096 | 2024.07.15 22:24:37.432963 [ 3 ] {50ecad05-2cfe-45a7-9fcf-9bc72cc0260b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001298 sec., 17719.568567026196 rows/sec., 958.51 KiB/sec. | ||
9097 | 2024.07.15 22:24:37.433112 [ 3 ] {50ecad05-2cfe-45a7-9fcf-9bc72cc0260b} <Debug> DynamicQueryHandler: Done processing query | ||
9098 | 2024.07.15 22:24:37.433136 [ 3 ] {50ecad05-2cfe-45a7-9fcf-9bc72cc0260b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9099 | 2024.07.15 22:24:37.433152 [ 3 ] {} <Debug> HTTP-Session: 711852bf-c3a3-4dca-8b61-32cdf1430224 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9100 | 2024.07.15 22:24:37.433260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9101 | 2024.07.15 22:24:37.433307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9102 | 2024.07.15 22:24:37.433326 [ 3 ] {} <Debug> HTTP-Session: 22d4eb67-927e-46c8-8568-bde87d2402c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9103 | 2024.07.15 22:24:37.433342 [ 3 ] {} <Debug> HTTP-Session: 22d4eb67-927e-46c8-8568-bde87d2402c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9104 | 2024.07.15 22:24:37.433356 [ 3 ] {} <Debug> HTTP-Session: 22d4eb67-927e-46c8-8568-bde87d2402c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9105 | 2024.07.15 22:24:37.433385 [ 3 ] {} <Trace> HTTP-Session: 22d4eb67-927e-46c8-8568-bde87d2402c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9106 | 2024.07.15 22:24:37.433496 [ 3 ] {dcccb1a7-607b-4089-9696-e1c76bfa1400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9107 | 2024.07.15 22:24:37.433539 [ 3 ] {dcccb1a7-607b-4089-9696-e1c76bfa1400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9108 | 2024.07.15 22:24:37.433664 [ 3 ] {dcccb1a7-607b-4089-9696-e1c76bfa1400} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9109 | 2024.07.15 22:24:37.433939 [ 3 ] {dcccb1a7-607b-4089-9696-e1c76bfa1400} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9110 | 2024.07.15 22:24:37.433974 [ 3 ] {dcccb1a7-607b-4089-9696-e1c76bfa1400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
9111 | 2024.07.15 22:24:37.434312 [ 3 ] {dcccb1a7-607b-4089-9696-e1c76bfa1400} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9112 | 2024.07.15 22:24:37.434627 [ 3 ] {dcccb1a7-607b-4089-9696-e1c76bfa1400} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9113 | 2024.07.15 22:24:37.434778 [ 3 ] {dcccb1a7-607b-4089-9696-e1c76bfa1400} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
9114 | 2024.07.15 22:24:37.434935 [ 3 ] {dcccb1a7-607b-4089-9696-e1c76bfa1400} <Debug> DynamicQueryHandler: Done processing query | ||
9115 | 2024.07.15 22:24:37.434959 [ 3 ] {dcccb1a7-607b-4089-9696-e1c76bfa1400} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9116 | 2024.07.15 22:24:37.434975 [ 3 ] {} <Debug> HTTP-Session: 22d4eb67-927e-46c8-8568-bde87d2402c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9117 | 2024.07.15 22:24:42.410943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9118 | 2024.07.15 22:24:42.411088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9119 | 2024.07.15 22:24:42.411117 [ 3 ] {} <Debug> HTTP-Session: 9f9e35ab-2292-42c3-a37d-578e593d6775 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9120 | 2024.07.15 22:24:42.411145 [ 3 ] {} <Debug> HTTP-Session: 9f9e35ab-2292-42c3-a37d-578e593d6775 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9121 | 2024.07.15 22:24:42.411164 [ 3 ] {} <Debug> HTTP-Session: 9f9e35ab-2292-42c3-a37d-578e593d6775 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9122 | 2024.07.15 22:24:42.411222 [ 3 ] {} <Trace> HTTP-Session: 9f9e35ab-2292-42c3-a37d-578e593d6775 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9123 | 2024.07.15 22:24:42.411440 [ 3 ] {b868a8d4-6cb9-4fe1-b02c-33d8a68c9d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9124 | 2024.07.15 22:24:42.411517 [ 3 ] {b868a8d4-6cb9-4fe1-b02c-33d8a68c9d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9125 | 2024.07.15 22:24:42.411740 [ 3 ] {b868a8d4-6cb9-4fe1-b02c-33d8a68c9d2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9126 | 2024.07.15 22:24:42.412164 [ 3 ] {b868a8d4-6cb9-4fe1-b02c-33d8a68c9d2b} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9127 | 2024.07.15 22:24:42.412213 [ 3 ] {b868a8d4-6cb9-4fe1-b02c-33d8a68c9d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9128 | 2024.07.15 22:24:42.412572 [ 3 ] {b868a8d4-6cb9-4fe1-b02c-33d8a68c9d2b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9129 | 2024.07.15 22:24:42.412904 [ 3 ] {b868a8d4-6cb9-4fe1-b02c-33d8a68c9d2b} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9130 | 2024.07.15 22:24:42.413067 [ 3 ] {b868a8d4-6cb9-4fe1-b02c-33d8a68c9d2b} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001694 sec., 17709.56316410862 rows/sec., 1.40 MiB/sec. | ||
9131 | 2024.07.15 22:24:42.413352 [ 3 ] {b868a8d4-6cb9-4fe1-b02c-33d8a68c9d2b} <Debug> DynamicQueryHandler: Done processing query | ||
9132 | 2024.07.15 22:24:42.413393 [ 3 ] {b868a8d4-6cb9-4fe1-b02c-33d8a68c9d2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9133 | 2024.07.15 22:24:42.413410 [ 3 ] {} <Debug> HTTP-Session: 9f9e35ab-2292-42c3-a37d-578e593d6775 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9134 | 2024.07.15 22:24:42.413579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9135 | 2024.07.15 22:24:42.413635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9136 | 2024.07.15 22:24:42.413655 [ 3 ] {} <Debug> HTTP-Session: 334de9f9-369c-4933-91bb-009a580548de Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9137 | 2024.07.15 22:24:42.413674 [ 3 ] {} <Debug> HTTP-Session: 334de9f9-369c-4933-91bb-009a580548de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9138 | 2024.07.15 22:24:42.413687 [ 3 ] {} <Debug> HTTP-Session: 334de9f9-369c-4933-91bb-009a580548de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9139 | 2024.07.15 22:24:42.413724 [ 3 ] {} <Trace> HTTP-Session: 334de9f9-369c-4933-91bb-009a580548de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9140 | 2024.07.15 22:24:42.413877 [ 3 ] {5157278e-915a-4255-b993-33487e008cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9141 | 2024.07.15 22:24:42.413927 [ 3 ] {5157278e-915a-4255-b993-33487e008cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9142 | 2024.07.15 22:24:42.414077 [ 3 ] {5157278e-915a-4255-b993-33487e008cc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9143 | 2024.07.15 22:24:42.414471 [ 3 ] {5157278e-915a-4255-b993-33487e008cc8} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9144 | 2024.07.15 22:24:42.414509 [ 3 ] {5157278e-915a-4255-b993-33487e008cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9145 | 2024.07.15 22:24:42.414827 [ 3 ] {5157278e-915a-4255-b993-33487e008cc8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9146 | 2024.07.15 22:24:42.415145 [ 3 ] {5157278e-915a-4255-b993-33487e008cc8} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9147 | 2024.07.15 22:24:42.415295 [ 149 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9148 | 2024.07.15 22:24:42.415303 [ 3 ] {5157278e-915a-4255-b993-33487e008cc8} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001483 sec., 98449.08968307485 rows/sec., 8.26 MiB/sec. | ||
9149 | 2024.07.15 22:24:42.415385 [ 149 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9150 | 2024.07.15 22:24:42.415446 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9151 | 2024.07.15 22:24:42.415666 [ 3 ] {5157278e-915a-4255-b993-33487e008cc8} <Debug> DynamicQueryHandler: Done processing query | ||
9152 | 2024.07.15 22:24:42.415717 [ 3 ] {5157278e-915a-4255-b993-33487e008cc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9153 | 2024.07.15 22:24:42.415743 [ 3 ] {} <Debug> HTTP-Session: 334de9f9-369c-4933-91bb-009a580548de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9154 | 2024.07.15 22:24:42.415743 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
9155 | 2024.07.15 22:24:42.415889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9156 | 2024.07.15 22:24:42.416020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9157 | 2024.07.15 22:24:42.416088 [ 3 ] {} <Debug> HTTP-Session: 10365ce6-2adc-43b7-a32b-edd068e8c530 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9158 | 2024.07.15 22:24:42.416143 [ 3 ] {} <Debug> HTTP-Session: 10365ce6-2adc-43b7-a32b-edd068e8c530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9159 | 2024.07.15 22:24:42.416159 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9160 | 2024.07.15 22:24:42.416173 [ 3 ] {} <Debug> HTTP-Session: 10365ce6-2adc-43b7-a32b-edd068e8c530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9161 | 2024.07.15 22:24:42.416218 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 295 rows starting from the beginning of the part | ||
9162 | 2024.07.15 22:24:42.416246 [ 3 ] {} <Trace> HTTP-Session: 10365ce6-2adc-43b7-a32b-edd068e8c530 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9163 | 2024.07.15 22:24:42.416449 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 146 rows starting from the beginning of the part | ||
9164 | 2024.07.15 22:24:42.416605 [ 3 ] {a03e272b-4b52-498a-8585-d048c99d29c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9165 | 2024.07.15 22:24:42.416755 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
9166 | 2024.07.15 22:24:42.416777 [ 3 ] {a03e272b-4b52-498a-8585-d048c99d29c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9167 | 2024.07.15 22:24:42.417096 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 149 rows starting from the beginning of the part | ||
9168 | 2024.07.15 22:24:42.417393 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 198 rows starting from the beginning of the part | ||
9169 | 2024.07.15 22:24:42.417766 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 146 rows starting from the beginning of the part | ||
9170 | 2024.07.15 22:24:42.418061 [ 3 ] {a03e272b-4b52-498a-8585-d048c99d29c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9171 | 2024.07.15 22:24:42.419054 [ 3 ] {a03e272b-4b52-498a-8585-d048c99d29c9} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9172 | 2024.07.15 22:24:42.419105 [ 3 ] {a03e272b-4b52-498a-8585-d048c99d29c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9173 | 2024.07.15 22:24:42.419934 [ 3 ] {a03e272b-4b52-498a-8585-d048c99d29c9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9174 | 2024.07.15 22:24:42.420585 [ 3 ] {a03e272b-4b52-498a-8585-d048c99d29c9} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9175 | 2024.07.15 22:24:42.420594 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1095 rows, containing 4 columns (4 merged, 0 gathered) in 0.005087131 sec., 215249.02739874402 rows/sec., 18.42 MiB/sec. | ||
9176 | 2024.07.15 22:24:42.420862 [ 149 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9177 | 2024.07.15 22:24:42.420924 [ 3 ] {a03e272b-4b52-498a-8585-d048c99d29c9} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.004466 sec., 21047.917599641736 rows/sec., 1.64 MiB/sec. | ||
9178 | 2024.07.15 22:24:42.420937 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9179 | 2024.07.15 22:24:42.420940 [ 149 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9180 | 2024.07.15 22:24:42.421073 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9181 | 2024.07.15 22:24:42.421413 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
9182 | 2024.07.15 22:24:42.421471 [ 3 ] {a03e272b-4b52-498a-8585-d048c99d29c9} <Debug> DynamicQueryHandler: Done processing query | ||
9183 | 2024.07.15 22:24:42.421571 [ 3 ] {a03e272b-4b52-498a-8585-d048c99d29c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9184 | 2024.07.15 22:24:42.421686 [ 3 ] {} <Debug> HTTP-Session: 10365ce6-2adc-43b7-a32b-edd068e8c530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9185 | 2024.07.15 22:24:42.421984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9186 | 2024.07.15 22:24:42.422097 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9187 | 2024.07.15 22:24:42.422118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9188 | 2024.07.15 22:24:42.422172 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 470 rows starting from the beginning of the part | ||
9189 | 2024.07.15 22:24:42.422174 [ 3 ] {} <Debug> HTTP-Session: e70063fd-c96e-4c12-b6a7-6c91a4f70f68 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9190 | 2024.07.15 22:24:42.422238 [ 3 ] {} <Debug> HTTP-Session: e70063fd-c96e-4c12-b6a7-6c91a4f70f68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9191 | 2024.07.15 22:24:42.422309 [ 3 ] {} <Debug> HTTP-Session: e70063fd-c96e-4c12-b6a7-6c91a4f70f68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9192 | 2024.07.15 22:24:42.422568 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 94 rows starting from the beginning of the part | ||
9193 | 2024.07.15 22:24:42.422568 [ 3 ] {} <Trace> HTTP-Session: e70063fd-c96e-4c12-b6a7-6c91a4f70f68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9194 | 2024.07.15 22:24:42.422667 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_51_10} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9195 | 2024.07.15 22:24:42.422921 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 382 rows starting from the beginning of the part | ||
9196 | 2024.07.15 22:24:42.423174 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_51_10} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9197 | 2024.07.15 22:24:42.423179 [ 3 ] {cfc3a664-e487-4ab2-b7bb-2ad25cafeef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9198 | 2024.07.15 22:24:42.423370 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 100 rows starting from the beginning of the part | ||
9199 | 2024.07.15 22:24:42.423446 [ 3 ] {cfc3a664-e487-4ab2-b7bb-2ad25cafeef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9200 | 2024.07.15 22:24:42.423585 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
9201 | 2024.07.15 22:24:42.423973 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 408 rows starting from the beginning of the part | ||
9202 | 2024.07.15 22:24:42.424274 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 94 rows starting from the beginning of the part | ||
9203 | 2024.07.15 22:24:42.424833 [ 3 ] {cfc3a664-e487-4ab2-b7bb-2ad25cafeef8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9204 | 2024.07.15 22:24:42.425431 [ 3 ] {cfc3a664-e487-4ab2-b7bb-2ad25cafeef8} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9205 | 2024.07.15 22:24:42.425473 [ 3 ] {cfc3a664-e487-4ab2-b7bb-2ad25cafeef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9206 | 2024.07.15 22:24:42.426012 [ 3 ] {cfc3a664-e487-4ab2-b7bb-2ad25cafeef8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9207 | 2024.07.15 22:24:42.426246 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1548 rows, containing 4 columns (4 merged, 0 gathered) in 0.00502293 sec., 308186.6559956042 rows/sec., 22.28 MiB/sec. | ||
9208 | 2024.07.15 22:24:42.426492 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9209 | 2024.07.15 22:24:42.426650 [ 3 ] {cfc3a664-e487-4ab2-b7bb-2ad25cafeef8} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9210 | 2024.07.15 22:24:42.426993 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9211 | 2024.07.15 22:24:42.427064 [ 3 ] {cfc3a664-e487-4ab2-b7bb-2ad25cafeef8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004174 sec., 38332.53473885961 rows/sec., 2.67 MiB/sec. | ||
9212 | 2024.07.15 22:24:42.427109 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9213 | 2024.07.15 22:24:42.427228 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9214 | 2024.07.15 22:24:42.427576 [ 193 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
9215 | 2024.07.15 22:24:42.427610 [ 3 ] {cfc3a664-e487-4ab2-b7bb-2ad25cafeef8} <Debug> DynamicQueryHandler: Done processing query | ||
9216 | 2024.07.15 22:24:42.427686 [ 3 ] {cfc3a664-e487-4ab2-b7bb-2ad25cafeef8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9217 | 2024.07.15 22:24:42.427746 [ 3 ] {} <Debug> HTTP-Session: e70063fd-c96e-4c12-b6a7-6c91a4f70f68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9218 | 2024.07.15 22:24:42.427762 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_51_10} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9219 | 2024.07.15 22:24:42.428026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9220 | 2024.07.15 22:24:42.428081 [ 193 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9221 | 2024.07.15 22:24:42.428104 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_51_10} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9222 | 2024.07.15 22:24:42.428152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9223 | 2024.07.15 22:24:42.428176 [ 193 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7456 rows starting from the beginning of the part | ||
9224 | 2024.07.15 22:24:42.428220 [ 3 ] {} <Debug> HTTP-Session: a445cdac-1480-4f9f-8518-184703cbfa5b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9225 | 2024.07.15 22:24:42.428301 [ 3 ] {} <Debug> HTTP-Session: a445cdac-1480-4f9f-8518-184703cbfa5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9226 | 2024.07.15 22:24:42.428422 [ 3 ] {} <Debug> HTTP-Session: a445cdac-1480-4f9f-8518-184703cbfa5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9227 | 2024.07.15 22:24:42.428549 [ 193 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
9228 | 2024.07.15 22:24:42.428582 [ 3 ] {} <Trace> HTTP-Session: a445cdac-1480-4f9f-8518-184703cbfa5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9229 | 2024.07.15 22:24:42.428921 [ 193 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
9230 | 2024.07.15 22:24:42.428964 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
9231 | 2024.07.15 22:24:42.429149 [ 193 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 163 rows starting from the beginning of the part | ||
9232 | 2024.07.15 22:24:42.429232 [ 193 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 197 rows starting from the beginning of the part | ||
9233 | 2024.07.15 22:24:42.429438 [ 3 ] {19a7f70b-e6df-432e-8264-fb1935f89074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9234 | 2024.07.15 22:24:42.429557 [ 193 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
9235 | 2024.07.15 22:24:42.429768 [ 3 ] {19a7f70b-e6df-432e-8264-fb1935f89074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9236 | 2024.07.15 22:24:42.431300 [ 3 ] {19a7f70b-e6df-432e-8264-fb1935f89074} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9237 | 2024.07.15 22:24:42.432748 [ 3 ] {19a7f70b-e6df-432e-8264-fb1935f89074} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9238 | 2024.07.15 22:24:42.432819 [ 3 ] {19a7f70b-e6df-432e-8264-fb1935f89074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9239 | 2024.07.15 22:24:42.434349 [ 3 ] {19a7f70b-e6df-432e-8264-fb1935f89074} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9240 | 2024.07.15 22:24:42.434824 [ 3 ] {19a7f70b-e6df-432e-8264-fb1935f89074} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9241 | 2024.07.15 22:24:42.435008 [ 149 ] {} <Debug> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9242 | 2024.07.15 22:24:42.435115 [ 149 ] {} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9243 | 2024.07.15 22:24:42.435115 [ 3 ] {19a7f70b-e6df-432e-8264-fb1935f89074} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.006142 sec., 4884.4024747639205 rows/sec., 8.75 MiB/sec. | ||
9244 | 2024.07.15 22:24:42.435194 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9245 | 2024.07.15 22:24:42.436041 [ 193 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8296 rows, containing 5 columns (5 merged, 0 gathered) in 0.008615391 sec., 962927.8578302482 rows/sec., 67.09 MiB/sec. | ||
9246 | 2024.07.15 22:24:42.436292 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::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 | ||
9247 | 2024.07.15 22:24:42.436343 [ 3 ] {19a7f70b-e6df-432e-8264-fb1935f89074} <Debug> DynamicQueryHandler: Done processing query | ||
9248 | 2024.07.15 22:24:42.436352 [ 193 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9249 | 2024.07.15 22:24:42.436413 [ 3 ] {19a7f70b-e6df-432e-8264-fb1935f89074} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
9250 | 2024.07.15 22:24:42.436494 [ 3 ] {} <Debug> HTTP-Session: a445cdac-1480-4f9f-8518-184703cbfa5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9251 | 2024.07.15 22:24:42.436743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9252 | 2024.07.15 22:24:42.436898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9253 | 2024.07.15 22:24:42.437002 [ 3 ] {} <Debug> HTTP-Session: f9979d40-7316-4cc6-b3f8-53c1807c6462 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9254 | 2024.07.15 22:24:42.437091 [ 3 ] {} <Debug> HTTP-Session: f9979d40-7316-4cc6-b3f8-53c1807c6462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9255 | 2024.07.15 22:24:42.437176 [ 3 ] {} <Debug> HTTP-Session: f9979d40-7316-4cc6-b3f8-53c1807c6462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9256 | 2024.07.15 22:24:42.437313 [ 3 ] {} <Trace> HTTP-Session: f9979d40-7316-4cc6-b3f8-53c1807c6462 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9257 | 2024.07.15 22:24:42.437770 [ 3 ] {aab5ecc4-6a2c-4d46-8140-2f3bdd16939e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9258 | 2024.07.15 22:24:42.437943 [ 3 ] {aab5ecc4-6a2c-4d46-8140-2f3bdd16939e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9259 | 2024.07.15 22:24:42.438142 [ 193 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9260 | 2024.07.15 22:24:42.438485 [ 193 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9261 | 2024.07.15 22:24:42.438737 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
9262 | 2024.07.15 22:24:42.438830 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9263 | 2024.07.15 22:24:42.438891 [ 3 ] {aab5ecc4-6a2c-4d46-8140-2f3bdd16939e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9264 | 2024.07.15 22:24:42.439038 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 470 rows starting from the beginning of the part | ||
9265 | 2024.07.15 22:24:42.439776 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
9266 | 2024.07.15 22:24:42.439977 [ 3 ] {aab5ecc4-6a2c-4d46-8140-2f3bdd16939e} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9267 | 2024.07.15 22:24:42.440089 [ 3 ] {aab5ecc4-6a2c-4d46-8140-2f3bdd16939e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9268 | 2024.07.15 22:24:42.440528 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
9269 | 2024.07.15 22:24:42.441233 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
9270 | 2024.07.15 22:24:42.441650 [ 3 ] {aab5ecc4-6a2c-4d46-8140-2f3bdd16939e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9271 | 2024.07.15 22:24:42.441911 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
9272 | 2024.07.15 22:24:42.442718 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
9273 | 2024.07.15 22:24:42.442914 [ 3 ] {aab5ecc4-6a2c-4d46-8140-2f3bdd16939e} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9274 | 2024.07.15 22:24:42.443353 [ 149 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9275 | 2024.07.15 22:24:42.443448 [ 3 ] {aab5ecc4-6a2c-4d46-8140-2f3bdd16939e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00584 sec., 10273.972602739726 rows/sec., 709.01 KiB/sec. | ||
9276 | 2024.07.15 22:24:42.443460 [ 149 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9277 | 2024.07.15 22:24:42.443565 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9278 | 2024.07.15 22:24:42.444077 [ 3 ] {aab5ecc4-6a2c-4d46-8140-2f3bdd16939e} <Debug> DynamicQueryHandler: Done processing query | ||
9279 | 2024.07.15 22:24:42.444123 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
9280 | 2024.07.15 22:24:42.444151 [ 3 ] {aab5ecc4-6a2c-4d46-8140-2f3bdd16939e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9281 | 2024.07.15 22:24:42.444234 [ 3 ] {} <Debug> HTTP-Session: f9979d40-7316-4cc6-b3f8-53c1807c6462 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9282 | 2024.07.15 22:24:42.444704 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9283 | 2024.07.15 22:24:42.444745 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2618 rows starting from the beginning of the part | ||
9284 | 2024.07.15 22:24:42.444956 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
9285 | 2024.07.15 22:24:42.445183 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
9286 | 2024.07.15 22:24:42.445465 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
9287 | 2024.07.15 22:24:42.445731 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
9288 | 2024.07.15 22:24:42.446022 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
9289 | 2024.07.15 22:24:42.448460 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2918 rows, containing 4 columns (4 merged, 0 gathered) in 0.004702684 sec., 620496.7205961532 rows/sec., 41.85 MiB/sec. | ||
9290 | 2024.07.15 22:24:42.448783 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9291 | 2024.07.15 22:24:42.449858 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_51_10} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9292 | 2024.07.15 22:24:42.450084 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_51_10} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9293 | 2024.07.15 22:24:42.450262 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
9294 | 2024.07.15 22:24:42.469105 [ 190 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 620 rows, containing 19 columns (19 merged, 0 gathered) in 0.033596109 sec., 18454.518051480307 rows/sec., 33.07 MiB/sec. | ||
9295 | 2024.07.15 22:24:42.469881 [ 190 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9296 | 2024.07.15 22:24:42.470476 [ 190 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9297 | 2024.07.15 22:24:42.470553 [ 190 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9298 | 2024.07.15 22:24:42.470701 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
9299 | 2024.07.15 22:24:43.000164 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.60 MiB, peak 202.32 MiB, free memory in arenas 0.00 B, will set to 194.09 MiB (RSS), difference: 1.49 MiB | ||
9300 | 2024.07.15 22:24:47.412563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9301 | 2024.07.15 22:24:47.412712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9302 | 2024.07.15 22:24:47.412744 [ 3 ] {} <Debug> HTTP-Session: e83e9879-10a2-4de9-b6b9-bce021bdf582 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9303 | 2024.07.15 22:24:47.412772 [ 3 ] {} <Debug> HTTP-Session: e83e9879-10a2-4de9-b6b9-bce021bdf582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9304 | 2024.07.15 22:24:47.412789 [ 3 ] {} <Debug> HTTP-Session: e83e9879-10a2-4de9-b6b9-bce021bdf582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9305 | 2024.07.15 22:24:47.412848 [ 3 ] {} <Trace> HTTP-Session: e83e9879-10a2-4de9-b6b9-bce021bdf582 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9306 | 2024.07.15 22:24:47.413059 [ 3 ] {005bb673-c822-4887-a4fb-fa50c4b2d9b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9307 | 2024.07.15 22:24:47.413135 [ 3 ] {005bb673-c822-4887-a4fb-fa50c4b2d9b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9308 | 2024.07.15 22:24:47.413344 [ 3 ] {005bb673-c822-4887-a4fb-fa50c4b2d9b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9309 | 2024.07.15 22:24:47.413779 [ 3 ] {005bb673-c822-4887-a4fb-fa50c4b2d9b4} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9310 | 2024.07.15 22:24:47.413827 [ 3 ] {005bb673-c822-4887-a4fb-fa50c4b2d9b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9311 | 2024.07.15 22:24:47.414202 [ 3 ] {005bb673-c822-4887-a4fb-fa50c4b2d9b4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9312 | 2024.07.15 22:24:47.414546 [ 3 ] {005bb673-c822-4887-a4fb-fa50c4b2d9b4} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9313 | 2024.07.15 22:24:47.414735 [ 3 ] {005bb673-c822-4887-a4fb-fa50c4b2d9b4} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001735 sec., 3458.21325648415 rows/sec., 195.88 KiB/sec. | ||
9314 | 2024.07.15 22:24:47.415040 [ 3 ] {005bb673-c822-4887-a4fb-fa50c4b2d9b4} <Debug> DynamicQueryHandler: Done processing query | ||
9315 | 2024.07.15 22:24:47.415084 [ 3 ] {005bb673-c822-4887-a4fb-fa50c4b2d9b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9316 | 2024.07.15 22:24:47.415102 [ 3 ] {} <Debug> HTTP-Session: e83e9879-10a2-4de9-b6b9-bce021bdf582 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9317 | 2024.07.15 22:24:47.415246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9318 | 2024.07.15 22:24:47.415304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9319 | 2024.07.15 22:24:47.415324 [ 3 ] {} <Debug> HTTP-Session: c27579ad-0a4a-4134-87b6-8254f063d368 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9320 | 2024.07.15 22:24:47.415343 [ 3 ] {} <Debug> HTTP-Session: c27579ad-0a4a-4134-87b6-8254f063d368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9321 | 2024.07.15 22:24:47.415356 [ 3 ] {} <Debug> HTTP-Session: c27579ad-0a4a-4134-87b6-8254f063d368 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9322 | 2024.07.15 22:24:47.415392 [ 3 ] {} <Trace> HTTP-Session: c27579ad-0a4a-4134-87b6-8254f063d368 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9323 | 2024.07.15 22:24:47.415503 [ 3 ] {3a6f425e-73a9-45a2-be72-794e61f34895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9324 | 2024.07.15 22:24:47.415551 [ 3 ] {3a6f425e-73a9-45a2-be72-794e61f34895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9325 | 2024.07.15 22:24:47.415704 [ 3 ] {3a6f425e-73a9-45a2-be72-794e61f34895} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9326 | 2024.07.15 22:24:47.416026 [ 3 ] {3a6f425e-73a9-45a2-be72-794e61f34895} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9327 | 2024.07.15 22:24:47.416063 [ 3 ] {3a6f425e-73a9-45a2-be72-794e61f34895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9328 | 2024.07.15 22:24:47.416372 [ 3 ] {3a6f425e-73a9-45a2-be72-794e61f34895} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9329 | 2024.07.15 22:24:47.416690 [ 3 ] {3a6f425e-73a9-45a2-be72-794e61f34895} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9330 | 2024.07.15 22:24:47.416847 [ 3 ] {3a6f425e-73a9-45a2-be72-794e61f34895} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001371 sec., 2917.5784099197667 rows/sec., 237.91 KiB/sec. | ||
9331 | 2024.07.15 22:24:47.417119 [ 3 ] {3a6f425e-73a9-45a2-be72-794e61f34895} <Debug> DynamicQueryHandler: Done processing query | ||
9332 | 2024.07.15 22:24:47.417147 [ 3 ] {3a6f425e-73a9-45a2-be72-794e61f34895} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9333 | 2024.07.15 22:24:47.417163 [ 3 ] {} <Debug> HTTP-Session: c27579ad-0a4a-4134-87b6-8254f063d368 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9334 | 2024.07.15 22:24:47.417346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9335 | 2024.07.15 22:24:47.417397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9336 | 2024.07.15 22:24:47.417416 [ 3 ] {} <Debug> HTTP-Session: 47a31766-ef91-460f-bef2-ead6e8ff41b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9337 | 2024.07.15 22:24:47.417433 [ 3 ] {} <Debug> HTTP-Session: 47a31766-ef91-460f-bef2-ead6e8ff41b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9338 | 2024.07.15 22:24:47.417448 [ 3 ] {} <Debug> HTTP-Session: 47a31766-ef91-460f-bef2-ead6e8ff41b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9339 | 2024.07.15 22:24:47.417479 [ 3 ] {} <Trace> HTTP-Session: 47a31766-ef91-460f-bef2-ead6e8ff41b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9340 | 2024.07.15 22:24:47.417624 [ 3 ] {4a32634e-f3bc-4ee7-9b04-9448705aa5f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9341 | 2024.07.15 22:24:47.417668 [ 3 ] {4a32634e-f3bc-4ee7-9b04-9448705aa5f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9342 | 2024.07.15 22:24:47.417815 [ 3 ] {4a32634e-f3bc-4ee7-9b04-9448705aa5f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9343 | 2024.07.15 22:24:47.418218 [ 3 ] {4a32634e-f3bc-4ee7-9b04-9448705aa5f5} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9344 | 2024.07.15 22:24:47.418256 [ 3 ] {4a32634e-f3bc-4ee7-9b04-9448705aa5f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9345 | 2024.07.15 22:24:47.418568 [ 3 ] {4a32634e-f3bc-4ee7-9b04-9448705aa5f5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9346 | 2024.07.15 22:24:47.418874 [ 3 ] {4a32634e-f3bc-4ee7-9b04-9448705aa5f5} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9347 | 2024.07.15 22:24:47.419020 [ 3 ] {4a32634e-f3bc-4ee7-9b04-9448705aa5f5} <Debug> executeQuery: Read 163 rows, 14.70 KiB in 0.001458 sec., 111796.98216735253 rows/sec., 9.85 MiB/sec. | ||
9348 | 2024.07.15 22:24:47.419192 [ 3 ] {4a32634e-f3bc-4ee7-9b04-9448705aa5f5} <Debug> DynamicQueryHandler: Done processing query | ||
9349 | 2024.07.15 22:24:47.419217 [ 3 ] {4a32634e-f3bc-4ee7-9b04-9448705aa5f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9350 | 2024.07.15 22:24:47.419233 [ 3 ] {} <Debug> HTTP-Session: 47a31766-ef91-460f-bef2-ead6e8ff41b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9351 | 2024.07.15 22:24:47.419363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9352 | 2024.07.15 22:24:47.419410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9353 | 2024.07.15 22:24:47.419429 [ 3 ] {} <Debug> HTTP-Session: 77afd2c3-e8ed-47a1-b2d0-410b4a775679 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9354 | 2024.07.15 22:24:47.419445 [ 3 ] {} <Debug> HTTP-Session: 77afd2c3-e8ed-47a1-b2d0-410b4a775679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9355 | 2024.07.15 22:24:47.419459 [ 3 ] {} <Debug> HTTP-Session: 77afd2c3-e8ed-47a1-b2d0-410b4a775679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9356 | 2024.07.15 22:24:47.419490 [ 3 ] {} <Trace> HTTP-Session: 77afd2c3-e8ed-47a1-b2d0-410b4a775679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9357 | 2024.07.15 22:24:47.419583 [ 3 ] {be330f3e-544d-4d2e-bc0f-0e5596972eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9358 | 2024.07.15 22:24:47.419626 [ 3 ] {be330f3e-544d-4d2e-bc0f-0e5596972eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9359 | 2024.07.15 22:24:47.419752 [ 3 ] {be330f3e-544d-4d2e-bc0f-0e5596972eb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9360 | 2024.07.15 22:24:47.420068 [ 3 ] {be330f3e-544d-4d2e-bc0f-0e5596972eb9} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9361 | 2024.07.15 22:24:47.420105 [ 3 ] {be330f3e-544d-4d2e-bc0f-0e5596972eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9362 | 2024.07.15 22:24:47.420398 [ 3 ] {be330f3e-544d-4d2e-bc0f-0e5596972eb9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9363 | 2024.07.15 22:24:47.420765 [ 3 ] {be330f3e-544d-4d2e-bc0f-0e5596972eb9} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9364 | 2024.07.15 22:24:47.420929 [ 3 ] {be330f3e-544d-4d2e-bc0f-0e5596972eb9} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001355 sec., 2952.029520295203 rows/sec., 206.12 KiB/sec. | ||
9365 | 2024.07.15 22:24:47.421247 [ 3 ] {be330f3e-544d-4d2e-bc0f-0e5596972eb9} <Debug> DynamicQueryHandler: Done processing query | ||
9366 | 2024.07.15 22:24:47.421273 [ 3 ] {be330f3e-544d-4d2e-bc0f-0e5596972eb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9367 | 2024.07.15 22:24:47.421290 [ 3 ] {} <Debug> HTTP-Session: 77afd2c3-e8ed-47a1-b2d0-410b4a775679 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9368 | 2024.07.15 22:24:47.421474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 62242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9369 | 2024.07.15 22:24:47.421523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9370 | 2024.07.15 22:24:47.421541 [ 3 ] {} <Debug> HTTP-Session: 5e63d462-298b-45a5-ae8a-3363306de00c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9371 | 2024.07.15 22:24:47.421581 [ 3 ] {} <Debug> HTTP-Session: 5e63d462-298b-45a5-ae8a-3363306de00c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9372 | 2024.07.15 22:24:47.421596 [ 3 ] {} <Debug> HTTP-Session: 5e63d462-298b-45a5-ae8a-3363306de00c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9373 | 2024.07.15 22:24:47.421627 [ 3 ] {} <Trace> HTTP-Session: 5e63d462-298b-45a5-ae8a-3363306de00c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9374 | 2024.07.15 22:24:47.421823 [ 3 ] {d452c715-5cbf-4529-830a-b80820214264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9375 | 2024.07.15 22:24:47.421867 [ 3 ] {d452c715-5cbf-4529-830a-b80820214264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9376 | 2024.07.15 22:24:47.422017 [ 3 ] {d452c715-5cbf-4529-830a-b80820214264} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9377 | 2024.07.15 22:24:47.422552 [ 3 ] {d452c715-5cbf-4529-830a-b80820214264} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9378 | 2024.07.15 22:24:47.422588 [ 3 ] {d452c715-5cbf-4529-830a-b80820214264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9379 | 2024.07.15 22:24:47.422908 [ 3 ] {d452c715-5cbf-4529-830a-b80820214264} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9380 | 2024.07.15 22:24:47.423215 [ 3 ] {d452c715-5cbf-4529-830a-b80820214264} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9381 | 2024.07.15 22:24:47.423364 [ 3 ] {d452c715-5cbf-4529-830a-b80820214264} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.001641 sec., 235222.42535039608 rows/sec., 16.54 MiB/sec. | ||
9382 | 2024.07.15 22:24:47.423517 [ 3 ] {d452c715-5cbf-4529-830a-b80820214264} <Debug> DynamicQueryHandler: Done processing query | ||
9383 | 2024.07.15 22:24:47.423541 [ 3 ] {d452c715-5cbf-4529-830a-b80820214264} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9384 | 2024.07.15 22:24:47.423556 [ 3 ] {} <Debug> HTTP-Session: 5e63d462-298b-45a5-ae8a-3363306de00c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9385 | 2024.07.15 22:24:47.423686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9386 | 2024.07.15 22:24:47.423733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9387 | 2024.07.15 22:24:47.423752 [ 3 ] {} <Debug> HTTP-Session: 251a14a5-d5d4-4dd7-9edd-d5f40dd195cb Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9388 | 2024.07.15 22:24:47.423768 [ 3 ] {} <Debug> HTTP-Session: 251a14a5-d5d4-4dd7-9edd-d5f40dd195cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9389 | 2024.07.15 22:24:47.423782 [ 3 ] {} <Debug> HTTP-Session: 251a14a5-d5d4-4dd7-9edd-d5f40dd195cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9390 | 2024.07.15 22:24:47.423814 [ 3 ] {} <Trace> HTTP-Session: 251a14a5-d5d4-4dd7-9edd-d5f40dd195cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9391 | 2024.07.15 22:24:47.423907 [ 3 ] {a0969de8-f310-4624-bdda-c61924604efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9392 | 2024.07.15 22:24:47.423951 [ 3 ] {a0969de8-f310-4624-bdda-c61924604efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9393 | 2024.07.15 22:24:47.424079 [ 3 ] {a0969de8-f310-4624-bdda-c61924604efa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9394 | 2024.07.15 22:24:47.424354 [ 3 ] {a0969de8-f310-4624-bdda-c61924604efa} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9395 | 2024.07.15 22:24:47.424390 [ 3 ] {a0969de8-f310-4624-bdda-c61924604efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9396 | 2024.07.15 22:24:47.424743 [ 3 ] {a0969de8-f310-4624-bdda-c61924604efa} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9397 | 2024.07.15 22:24:47.425055 [ 3 ] {a0969de8-f310-4624-bdda-c61924604efa} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9398 | 2024.07.15 22:24:47.425215 [ 3 ] {a0969de8-f310-4624-bdda-c61924604efa} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00132 sec., 4545.454545454545 rows/sec., 195.31 KiB/sec. | ||
9399 | 2024.07.15 22:24:47.425541 [ 3 ] {a0969de8-f310-4624-bdda-c61924604efa} <Debug> DynamicQueryHandler: Done processing query | ||
9400 | 2024.07.15 22:24:47.425566 [ 3 ] {a0969de8-f310-4624-bdda-c61924604efa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9401 | 2024.07.15 22:24:47.425582 [ 3 ] {} <Debug> HTTP-Session: 251a14a5-d5d4-4dd7-9edd-d5f40dd195cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9402 | 2024.07.15 22:24:47.425727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9403 | 2024.07.15 22:24:47.425775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9404 | 2024.07.15 22:24:47.425793 [ 3 ] {} <Debug> HTTP-Session: 7af2dd0e-6877-4743-a221-b5ed51014438 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9405 | 2024.07.15 22:24:47.425809 [ 3 ] {} <Debug> HTTP-Session: 7af2dd0e-6877-4743-a221-b5ed51014438 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9406 | 2024.07.15 22:24:47.425823 [ 3 ] {} <Debug> HTTP-Session: 7af2dd0e-6877-4743-a221-b5ed51014438 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9407 | 2024.07.15 22:24:47.425854 [ 3 ] {} <Trace> HTTP-Session: 7af2dd0e-6877-4743-a221-b5ed51014438 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9408 | 2024.07.15 22:24:47.425970 [ 3 ] {79e0fd49-4159-4a8f-97f4-ec0c2818a975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9409 | 2024.07.15 22:24:47.426017 [ 3 ] {79e0fd49-4159-4a8f-97f4-ec0c2818a975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9410 | 2024.07.15 22:24:47.426178 [ 3 ] {79e0fd49-4159-4a8f-97f4-ec0c2818a975} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9411 | 2024.07.15 22:24:47.426582 [ 3 ] {79e0fd49-4159-4a8f-97f4-ec0c2818a975} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9412 | 2024.07.15 22:24:47.426618 [ 3 ] {79e0fd49-4159-4a8f-97f4-ec0c2818a975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9413 | 2024.07.15 22:24:47.426985 [ 3 ] {79e0fd49-4159-4a8f-97f4-ec0c2818a975} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9414 | 2024.07.15 22:24:47.427333 [ 3 ] {79e0fd49-4159-4a8f-97f4-ec0c2818a975} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9415 | 2024.07.15 22:24:47.427495 [ 3 ] {79e0fd49-4159-4a8f-97f4-ec0c2818a975} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001564 sec., 49232.736572890026 rows/sec., 3.03 MiB/sec. | ||
9416 | 2024.07.15 22:24:47.427821 [ 3 ] {79e0fd49-4159-4a8f-97f4-ec0c2818a975} <Debug> DynamicQueryHandler: Done processing query | ||
9417 | 2024.07.15 22:24:47.427850 [ 3 ] {79e0fd49-4159-4a8f-97f4-ec0c2818a975} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9418 | 2024.07.15 22:24:47.427867 [ 3 ] {} <Debug> HTTP-Session: 7af2dd0e-6877-4743-a221-b5ed51014438 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9419 | 2024.07.15 22:24:47.428020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30999, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9420 | 2024.07.15 22:24:47.428070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9421 | 2024.07.15 22:24:47.428089 [ 3 ] {} <Debug> HTTP-Session: bdba6f7e-febe-46a7-81ae-1288904ed2ce Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9422 | 2024.07.15 22:24:47.428105 [ 3 ] {} <Debug> HTTP-Session: bdba6f7e-febe-46a7-81ae-1288904ed2ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9423 | 2024.07.15 22:24:47.428119 [ 3 ] {} <Debug> HTTP-Session: bdba6f7e-febe-46a7-81ae-1288904ed2ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9424 | 2024.07.15 22:24:47.428149 [ 3 ] {} <Trace> HTTP-Session: bdba6f7e-febe-46a7-81ae-1288904ed2ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9425 | 2024.07.15 22:24:47.428318 [ 3 ] {bce64ca0-0ce6-4d7a-9ee5-4eae1d296ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9426 | 2024.07.15 22:24:47.428365 [ 3 ] {bce64ca0-0ce6-4d7a-9ee5-4eae1d296ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9427 | 2024.07.15 22:24:47.428530 [ 3 ] {bce64ca0-0ce6-4d7a-9ee5-4eae1d296ad3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9428 | 2024.07.15 22:24:47.428932 [ 3 ] {bce64ca0-0ce6-4d7a-9ee5-4eae1d296ad3} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9429 | 2024.07.15 22:24:47.428968 [ 3 ] {bce64ca0-0ce6-4d7a-9ee5-4eae1d296ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9430 | 2024.07.15 22:24:47.429349 [ 3 ] {bce64ca0-0ce6-4d7a-9ee5-4eae1d296ad3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9431 | 2024.07.15 22:24:47.429684 [ 3 ] {bce64ca0-0ce6-4d7a-9ee5-4eae1d296ad3} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9432 | 2024.07.15 22:24:47.429838 [ 3 ] {bce64ca0-0ce6-4d7a-9ee5-4eae1d296ad3} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001608 sec., 100746.26865671642 rows/sec., 7.02 MiB/sec. | ||
9433 | 2024.07.15 22:24:47.430021 [ 3 ] {bce64ca0-0ce6-4d7a-9ee5-4eae1d296ad3} <Debug> DynamicQueryHandler: Done processing query | ||
9434 | 2024.07.15 22:24:47.430045 [ 3 ] {bce64ca0-0ce6-4d7a-9ee5-4eae1d296ad3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9435 | 2024.07.15 22:24:47.430061 [ 3 ] {} <Debug> HTTP-Session: bdba6f7e-febe-46a7-81ae-1288904ed2ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9436 | 2024.07.15 22:24:47.430229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9437 | 2024.07.15 22:24:47.430277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9438 | 2024.07.15 22:24:47.430296 [ 3 ] {} <Debug> HTTP-Session: 61545b38-a45f-4298-921b-3617ba78edcc Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9439 | 2024.07.15 22:24:47.430312 [ 3 ] {} <Debug> HTTP-Session: 61545b38-a45f-4298-921b-3617ba78edcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9440 | 2024.07.15 22:24:47.430326 [ 3 ] {} <Debug> HTTP-Session: 61545b38-a45f-4298-921b-3617ba78edcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9441 | 2024.07.15 22:24:47.430357 [ 3 ] {} <Trace> HTTP-Session: 61545b38-a45f-4298-921b-3617ba78edcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9442 | 2024.07.15 22:24:47.430457 [ 3 ] {b666469e-8dab-4211-bb30-7c4ad05787f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9443 | 2024.07.15 22:24:47.430500 [ 3 ] {b666469e-8dab-4211-bb30-7c4ad05787f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9444 | 2024.07.15 22:24:47.430625 [ 3 ] {b666469e-8dab-4211-bb30-7c4ad05787f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9445 | 2024.07.15 22:24:47.430910 [ 3 ] {b666469e-8dab-4211-bb30-7c4ad05787f9} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9446 | 2024.07.15 22:24:47.430946 [ 3 ] {b666469e-8dab-4211-bb30-7c4ad05787f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9447 | 2024.07.15 22:24:47.431304 [ 3 ] {b666469e-8dab-4211-bb30-7c4ad05787f9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9448 | 2024.07.15 22:24:47.431621 [ 3 ] {b666469e-8dab-4211-bb30-7c4ad05787f9} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9449 | 2024.07.15 22:24:47.431777 [ 115 ] {} <Debug> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9450 | 2024.07.15 22:24:47.431780 [ 3 ] {b666469e-8dab-4211-bb30-7c4ad05787f9} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001348 sec., 17062.314540059346 rows/sec., 922.95 KiB/sec. | ||
9451 | 2024.07.15 22:24:47.431880 [ 115 ] {} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9452 | 2024.07.15 22:24:47.431945 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9453 | 2024.07.15 22:24:47.432085 [ 3 ] {b666469e-8dab-4211-bb30-7c4ad05787f9} <Debug> DynamicQueryHandler: Done processing query | ||
9454 | 2024.07.15 22:24:47.432098 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::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 | ||
9455 | 2024.07.15 22:24:47.432116 [ 3 ] {b666469e-8dab-4211-bb30-7c4ad05787f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9456 | 2024.07.15 22:24:47.432145 [ 3 ] {} <Debug> HTTP-Session: 61545b38-a45f-4298-921b-3617ba78edcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9457 | 2024.07.15 22:24:47.432234 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9458 | 2024.07.15 22:24:47.432264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9459 | 2024.07.15 22:24:47.432274 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 464 rows starting from the beginning of the part | ||
9460 | 2024.07.15 22:24:47.432320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9461 | 2024.07.15 22:24:47.432358 [ 3 ] {} <Debug> HTTP-Session: 6f481bbc-a524-4a21-ad2f-e1edee79258a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9462 | 2024.07.15 22:24:47.432382 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 23 rows starting from the beginning of the part | ||
9463 | 2024.07.15 22:24:47.432396 [ 3 ] {} <Debug> HTTP-Session: 6f481bbc-a524-4a21-ad2f-e1edee79258a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9464 | 2024.07.15 22:24:47.432444 [ 3 ] {} <Debug> HTTP-Session: 6f481bbc-a524-4a21-ad2f-e1edee79258a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9465 | 2024.07.15 22:24:47.432559 [ 3 ] {} <Trace> HTTP-Session: 6f481bbc-a524-4a21-ad2f-e1edee79258a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9466 | 2024.07.15 22:24:47.432577 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 23 rows starting from the beginning of the part | ||
9467 | 2024.07.15 22:24:47.432914 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 23 rows starting from the beginning of the part | ||
9468 | 2024.07.15 22:24:47.432988 [ 3 ] {bd92cc53-ecec-4fe1-8ccd-eb8310e259a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9469 | 2024.07.15 22:24:47.433101 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 23 rows starting from the beginning of the part | ||
9470 | 2024.07.15 22:24:47.433113 [ 3 ] {bd92cc53-ecec-4fe1-8ccd-eb8310e259a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9471 | 2024.07.15 22:24:47.433512 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part | ||
9472 | 2024.07.15 22:24:47.433906 [ 3 ] {bd92cc53-ecec-4fe1-8ccd-eb8310e259a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9473 | 2024.07.15 22:24:47.434381 [ 3 ] {bd92cc53-ecec-4fe1-8ccd-eb8310e259a7} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9474 | 2024.07.15 22:24:47.434425 [ 3 ] {bd92cc53-ecec-4fe1-8ccd-eb8310e259a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9475 | 2024.07.15 22:24:47.434958 [ 3 ] {bd92cc53-ecec-4fe1-8ccd-eb8310e259a7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9476 | 2024.07.15 22:24:47.435127 [ 189 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 4 columns (4 merged, 0 gathered) in 0.003079531 sec., 188015.64264168797 rows/sec., 10.10 MiB/sec. | ||
9477 | 2024.07.15 22:24:47.435419 [ 189 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9478 | 2024.07.15 22:24:47.435567 [ 3 ] {bd92cc53-ecec-4fe1-8ccd-eb8310e259a7} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9479 | 2024.07.15 22:24:47.435850 [ 3 ] {bd92cc53-ecec-4fe1-8ccd-eb8310e259a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003083 sec., 19461.563412260784 rows/sec., 1.31 MiB/sec. | ||
9480 | 2024.07.15 22:24:47.436288 [ 3 ] {bd92cc53-ecec-4fe1-8ccd-eb8310e259a7} <Debug> DynamicQueryHandler: Done processing query | ||
9481 | 2024.07.15 22:24:47.436329 [ 3 ] {bd92cc53-ecec-4fe1-8ccd-eb8310e259a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9482 | 2024.07.15 22:24:47.436351 [ 3 ] {} <Debug> HTTP-Session: 6f481bbc-a524-4a21-ad2f-e1edee79258a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9483 | 2024.07.15 22:24:47.436439 [ 189 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_26_5} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9484 | 2024.07.15 22:24:47.436539 [ 189 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_26_5} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9485 | 2024.07.15 22:24:47.436642 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
9486 | 2024.07.15 22:24:50.645235 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9487 | 2024.07.15 22:24:50.645311 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9488 | 2024.07.15 22:24:52.410685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9489 | 2024.07.15 22:24:52.410807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9490 | 2024.07.15 22:24:52.410833 [ 3 ] {} <Debug> HTTP-Session: 6a7a55bb-91ab-4d3b-bd59-cab73465b6b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9491 | 2024.07.15 22:24:52.410858 [ 3 ] {} <Debug> HTTP-Session: 6a7a55bb-91ab-4d3b-bd59-cab73465b6b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9492 | 2024.07.15 22:24:52.410872 [ 3 ] {} <Debug> HTTP-Session: 6a7a55bb-91ab-4d3b-bd59-cab73465b6b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9493 | 2024.07.15 22:24:52.410941 [ 3 ] {} <Trace> HTTP-Session: 6a7a55bb-91ab-4d3b-bd59-cab73465b6b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9494 | 2024.07.15 22:24:52.411152 [ 3 ] {02cb54ab-2580-48d6-ac8d-28e1dd3ae8e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9495 | 2024.07.15 22:24:52.411221 [ 3 ] {02cb54ab-2580-48d6-ac8d-28e1dd3ae8e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9496 | 2024.07.15 22:24:52.411416 [ 3 ] {02cb54ab-2580-48d6-ac8d-28e1dd3ae8e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9497 | 2024.07.15 22:24:52.411878 [ 3 ] {02cb54ab-2580-48d6-ac8d-28e1dd3ae8e8} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9498 | 2024.07.15 22:24:52.411926 [ 3 ] {02cb54ab-2580-48d6-ac8d-28e1dd3ae8e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9499 | 2024.07.15 22:24:52.412300 [ 3 ] {02cb54ab-2580-48d6-ac8d-28e1dd3ae8e8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9500 | 2024.07.15 22:24:52.412889 [ 3 ] {02cb54ab-2580-48d6-ac8d-28e1dd3ae8e8} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9501 | 2024.07.15 22:24:52.413106 [ 96 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9502 | 2024.07.15 22:24:52.413117 [ 3 ] {02cb54ab-2580-48d6-ac8d-28e1dd3ae8e8} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.002014 sec., 14895.729890764645 rows/sec., 1.18 MiB/sec. | ||
9503 | 2024.07.15 22:24:52.413191 [ 96 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9504 | 2024.07.15 22:24:52.413256 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9505 | 2024.07.15 22:24:52.413535 [ 3 ] {02cb54ab-2580-48d6-ac8d-28e1dd3ae8e8} <Debug> DynamicQueryHandler: Done processing query | ||
9506 | 2024.07.15 22:24:52.413567 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
9507 | 2024.07.15 22:24:52.413611 [ 3 ] {02cb54ab-2580-48d6-ac8d-28e1dd3ae8e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9508 | 2024.07.15 22:24:52.413715 [ 3 ] {} <Debug> HTTP-Session: 6a7a55bb-91ab-4d3b-bd59-cab73465b6b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9509 | 2024.07.15 22:24:52.414080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9510 | 2024.07.15 22:24:52.414306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9511 | 2024.07.15 22:24:52.414398 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9512 | 2024.07.15 22:24:52.414410 [ 3 ] {} <Debug> HTTP-Session: 87be009d-1840-436b-9f64-185bdc0a35ce Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9513 | 2024.07.15 22:24:52.414480 [ 3 ] {} <Debug> HTTP-Session: 87be009d-1840-436b-9f64-185bdc0a35ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9514 | 2024.07.15 22:24:52.414488 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 36 rows starting from the beginning of the part | ||
9515 | 2024.07.15 22:24:52.414513 [ 3 ] {} <Debug> HTTP-Session: 87be009d-1840-436b-9f64-185bdc0a35ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9516 | 2024.07.15 22:24:52.414562 [ 3 ] {} <Trace> HTTP-Session: 87be009d-1840-436b-9f64-185bdc0a35ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9517 | 2024.07.15 22:24:52.414605 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part | ||
9518 | 2024.07.15 22:24:52.414826 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
9519 | 2024.07.15 22:24:52.414867 [ 3 ] {7e466632-023a-45f4-9de8-563866ed4bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9520 | 2024.07.15 22:24:52.415076 [ 3 ] {7e466632-023a-45f4-9de8-563866ed4bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9521 | 2024.07.15 22:24:52.415258 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part | ||
9522 | 2024.07.15 22:24:52.415522 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
9523 | 2024.07.15 22:24:52.415877 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part | ||
9524 | 2024.07.15 22:24:52.416403 [ 3 ] {7e466632-023a-45f4-9de8-563866ed4bf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9525 | 2024.07.15 22:24:52.416949 [ 3 ] {7e466632-023a-45f4-9de8-563866ed4bf4} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9526 | 2024.07.15 22:24:52.416995 [ 3 ] {7e466632-023a-45f4-9de8-563866ed4bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9527 | 2024.07.15 22:24:52.417455 [ 3 ] {7e466632-023a-45f4-9de8-563866ed4bf4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9528 | 2024.07.15 22:24:52.417630 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 4 columns (4 merged, 0 gathered) in 0.004265535 sec., 32352.33095027939 rows/sec., 2.45 MiB/sec. | ||
9529 | 2024.07.15 22:24:52.417755 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9530 | 2024.07.15 22:24:52.417908 [ 3 ] {7e466632-023a-45f4-9de8-563866ed4bf4} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9531 | 2024.07.15 22:24:52.418176 [ 96 ] {} <Debug> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
9532 | 2024.07.15 22:24:52.418206 [ 3 ] {7e466632-023a-45f4-9de8-563866ed4bf4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003479 sec., 574.8778384593274 rows/sec., 46.88 KiB/sec. | ||
9533 | 2024.07.15 22:24:52.418270 [ 96 ] {} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9534 | 2024.07.15 22:24:52.418387 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9535 | 2024.07.15 22:24:52.418443 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_46_9} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9536 | 2024.07.15 22:24:52.418755 [ 3 ] {7e466632-023a-45f4-9de8-563866ed4bf4} <Debug> DynamicQueryHandler: Done processing query | ||
9537 | 2024.07.15 22:24:52.418817 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_46_9} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9538 | 2024.07.15 22:24:52.418829 [ 3 ] {7e466632-023a-45f4-9de8-563866ed4bf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9539 | 2024.07.15 22:24:52.418910 [ 3 ] {} <Debug> HTTP-Session: 87be009d-1840-436b-9f64-185bdc0a35ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9540 | 2024.07.15 22:24:52.418967 [ 189 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
9541 | 2024.07.15 22:24:52.419112 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
9542 | 2024.07.15 22:24:52.419268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21550, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9543 | 2024.07.15 22:24:52.419453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9544 | 2024.07.15 22:24:52.419543 [ 3 ] {} <Debug> HTTP-Session: c83712d8-c439-4c8b-9f65-c9eaadc359a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9545 | 2024.07.15 22:24:52.419612 [ 3 ] {} <Debug> HTTP-Session: c83712d8-c439-4c8b-9f65-c9eaadc359a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9546 | 2024.07.15 22:24:52.419685 [ 189 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9547 | 2024.07.15 22:24:52.419689 [ 3 ] {} <Debug> HTTP-Session: c83712d8-c439-4c8b-9f65-c9eaadc359a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9548 | 2024.07.15 22:24:52.419765 [ 189 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 16 rows starting from the beginning of the part | ||
9549 | 2024.07.15 22:24:52.419797 [ 3 ] {} <Trace> HTTP-Session: c83712d8-c439-4c8b-9f65-c9eaadc359a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9550 | 2024.07.15 22:24:52.419937 [ 189 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
9551 | 2024.07.15 22:24:52.420226 [ 189 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
9552 | 2024.07.15 22:24:52.420234 [ 3 ] {a25d60fd-773b-4a6c-8c09-daaa30f1a02b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9553 | 2024.07.15 22:24:52.420446 [ 3 ] {a25d60fd-773b-4a6c-8c09-daaa30f1a02b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9554 | 2024.07.15 22:24:52.420552 [ 189 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
9555 | 2024.07.15 22:24:52.420901 [ 189 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
9556 | 2024.07.15 22:24:52.421208 [ 189 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
9557 | 2024.07.15 22:24:52.421699 [ 3 ] {a25d60fd-773b-4a6c-8c09-daaa30f1a02b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9558 | 2024.07.15 22:24:52.422615 [ 3 ] {a25d60fd-773b-4a6c-8c09-daaa30f1a02b} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9559 | 2024.07.15 22:24:52.422669 [ 3 ] {a25d60fd-773b-4a6c-8c09-daaa30f1a02b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9560 | 2024.07.15 22:24:52.423585 [ 3 ] {a25d60fd-773b-4a6c-8c09-daaa30f1a02b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9561 | 2024.07.15 22:24:52.423744 [ 190 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005177443 sec., 6180.657131329113 rows/sec., 503.99 KiB/sec. | ||
9562 | 2024.07.15 22:24:52.423890 [ 190 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
9563 | 2024.07.15 22:24:52.424109 [ 3 ] {a25d60fd-773b-4a6c-8c09-daaa30f1a02b} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9564 | 2024.07.15 22:24:52.424379 [ 3 ] {a25d60fd-773b-4a6c-8c09-daaa30f1a02b} <Debug> executeQuery: Read 147 rows, 12.62 KiB in 0.00436 sec., 33715.59633027523 rows/sec., 2.83 MiB/sec. | ||
9565 | 2024.07.15 22:24:52.424495 [ 190 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_19_4} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9566 | 2024.07.15 22:24:52.424591 [ 190 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_19_4} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
9567 | 2024.07.15 22:24:52.424608 [ 3 ] {a25d60fd-773b-4a6c-8c09-daaa30f1a02b} <Debug> DynamicQueryHandler: Done processing query | ||
9568 | 2024.07.15 22:24:52.424648 [ 3 ] {a25d60fd-773b-4a6c-8c09-daaa30f1a02b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9569 | 2024.07.15 22:24:52.424682 [ 3 ] {} <Debug> HTTP-Session: c83712d8-c439-4c8b-9f65-c9eaadc359a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9570 | 2024.07.15 22:24:52.424689 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
9571 | 2024.07.15 22:24:52.424844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9572 | 2024.07.15 22:24:52.424896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9573 | 2024.07.15 22:24:52.424916 [ 3 ] {} <Debug> HTTP-Session: 44b6f3c3-20a9-4ebe-8f30-cd4f1e6c2ae2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9574 | 2024.07.15 22:24:52.424933 [ 3 ] {} <Debug> HTTP-Session: 44b6f3c3-20a9-4ebe-8f30-cd4f1e6c2ae2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9575 | 2024.07.15 22:24:52.424947 [ 3 ] {} <Debug> HTTP-Session: 44b6f3c3-20a9-4ebe-8f30-cd4f1e6c2ae2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9576 | 2024.07.15 22:24:52.424980 [ 3 ] {} <Trace> HTTP-Session: 44b6f3c3-20a9-4ebe-8f30-cd4f1e6c2ae2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9577 | 2024.07.15 22:24:52.425078 [ 3 ] {3e5c288d-42fa-4d66-8461-a0d8b0bdc195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9578 | 2024.07.15 22:24:52.425122 [ 3 ] {3e5c288d-42fa-4d66-8461-a0d8b0bdc195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9579 | 2024.07.15 22:24:52.425255 [ 3 ] {3e5c288d-42fa-4d66-8461-a0d8b0bdc195} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9580 | 2024.07.15 22:24:52.425552 [ 3 ] {3e5c288d-42fa-4d66-8461-a0d8b0bdc195} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9581 | 2024.07.15 22:24:52.425588 [ 3 ] {3e5c288d-42fa-4d66-8461-a0d8b0bdc195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9582 | 2024.07.15 22:24:52.425888 [ 3 ] {3e5c288d-42fa-4d66-8461-a0d8b0bdc195} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9583 | 2024.07.15 22:24:52.426204 [ 3 ] {3e5c288d-42fa-4d66-8461-a0d8b0bdc195} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9584 | 2024.07.15 22:24:52.426365 [ 96 ] {} <Debug> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
9585 | 2024.07.15 22:24:52.426366 [ 3 ] {3e5c288d-42fa-4d66-8461-a0d8b0bdc195} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001304 sec., 1533.7423312883436 rows/sec., 107.09 KiB/sec. | ||
9586 | 2024.07.15 22:24:52.426415 [ 96 ] {} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9587 | 2024.07.15 22:24:52.426490 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9588 | 2024.07.15 22:24:52.426727 [ 3 ] {3e5c288d-42fa-4d66-8461-a0d8b0bdc195} <Debug> DynamicQueryHandler: Done processing query | ||
9589 | 2024.07.15 22:24:52.426801 [ 3 ] {3e5c288d-42fa-4d66-8461-a0d8b0bdc195} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9590 | 2024.07.15 22:24:52.426833 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
9591 | 2024.07.15 22:24:52.426868 [ 3 ] {} <Debug> HTTP-Session: 44b6f3c3-20a9-4ebe-8f30-cd4f1e6c2ae2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9592 | 2024.07.15 22:24:52.427149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9593 | 2024.07.15 22:24:52.427287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9594 | 2024.07.15 22:24:52.427305 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9595 | 2024.07.15 22:24:52.427326 [ 3 ] {} <Debug> HTTP-Session: 245e0c3f-394f-46b6-9954-693912193dc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9596 | 2024.07.15 22:24:52.427360 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 16 rows starting from the beginning of the part | ||
9597 | 2024.07.15 22:24:52.427371 [ 3 ] {} <Debug> HTTP-Session: 245e0c3f-394f-46b6-9954-693912193dc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9598 | 2024.07.15 22:24:52.427407 [ 3 ] {} <Debug> HTTP-Session: 245e0c3f-394f-46b6-9954-693912193dc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9599 | 2024.07.15 22:24:52.427510 [ 3 ] {} <Trace> HTTP-Session: 245e0c3f-394f-46b6-9954-693912193dc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9600 | 2024.07.15 22:24:52.427568 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
9601 | 2024.07.15 22:24:52.427850 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
9602 | 2024.07.15 22:24:52.427869 [ 3 ] {94de8cef-d76c-4173-b2af-5d099cc3f177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9603 | 2024.07.15 22:24:52.427996 [ 3 ] {94de8cef-d76c-4173-b2af-5d099cc3f177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9604 | 2024.07.15 22:24:52.428073 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
9605 | 2024.07.15 22:24:52.428442 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
9606 | 2024.07.15 22:24:52.428793 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
9607 | 2024.07.15 22:24:52.428957 [ 3 ] {94de8cef-d76c-4173-b2af-5d099cc3f177} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9608 | 2024.07.15 22:24:52.430043 [ 3 ] {94de8cef-d76c-4173-b2af-5d099cc3f177} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9609 | 2024.07.15 22:24:52.430109 [ 3 ] {94de8cef-d76c-4173-b2af-5d099cc3f177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9610 | 2024.07.15 22:24:52.431026 [ 3 ] {94de8cef-d76c-4173-b2af-5d099cc3f177} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9611 | 2024.07.15 22:24:52.431184 [ 196 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004583162 sec., 6982.079184632793 rows/sec., 487.52 KiB/sec. | ||
9612 | 2024.07.15 22:24:52.431485 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
9613 | 2024.07.15 22:24:52.431700 [ 3 ] {94de8cef-d76c-4173-b2af-5d099cc3f177} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9614 | 2024.07.15 22:24:52.432054 [ 3 ] {94de8cef-d76c-4173-b2af-5d099cc3f177} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.004328 sec., 22181.146025878003 rows/sec., 1.73 MiB/sec. | ||
9615 | 2024.07.15 22:24:52.432980 [ 3 ] {94de8cef-d76c-4173-b2af-5d099cc3f177} <Debug> DynamicQueryHandler: Done processing query | ||
9616 | 2024.07.15 22:24:52.433085 [ 3 ] {94de8cef-d76c-4173-b2af-5d099cc3f177} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9617 | 2024.07.15 22:24:52.433162 [ 3 ] {} <Debug> HTTP-Session: 245e0c3f-394f-46b6-9954-693912193dc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9618 | 2024.07.15 22:24:52.433403 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_19_4} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9619 | 2024.07.15 22:24:52.433438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9620 | 2024.07.15 22:24:52.433525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9621 | 2024.07.15 22:24:52.433538 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_19_4} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
9622 | 2024.07.15 22:24:52.433571 [ 3 ] {} <Debug> HTTP-Session: fb128d3f-5738-4b01-82b6-d5e2ee7a2821 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9623 | 2024.07.15 22:24:52.433597 [ 3 ] {} <Debug> HTTP-Session: fb128d3f-5738-4b01-82b6-d5e2ee7a2821 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9624 | 2024.07.15 22:24:52.433630 [ 3 ] {} <Debug> HTTP-Session: fb128d3f-5738-4b01-82b6-d5e2ee7a2821 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9625 | 2024.07.15 22:24:52.433706 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9626 | 2024.07.15 22:24:52.433717 [ 3 ] {} <Trace> HTTP-Session: fb128d3f-5738-4b01-82b6-d5e2ee7a2821 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9627 | 2024.07.15 22:24:52.433922 [ 3 ] {64a6bebb-91b5-4fbf-8035-c34e509d8986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9628 | 2024.07.15 22:24:52.433972 [ 3 ] {64a6bebb-91b5-4fbf-8035-c34e509d8986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9629 | 2024.07.15 22:24:52.434152 [ 3 ] {64a6bebb-91b5-4fbf-8035-c34e509d8986} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9630 | 2024.07.15 22:24:52.434582 [ 3 ] {64a6bebb-91b5-4fbf-8035-c34e509d8986} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9631 | 2024.07.15 22:24:52.434619 [ 3 ] {64a6bebb-91b5-4fbf-8035-c34e509d8986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9632 | 2024.07.15 22:24:52.435032 [ 3 ] {64a6bebb-91b5-4fbf-8035-c34e509d8986} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9633 | 2024.07.15 22:24:52.435388 [ 3 ] {64a6bebb-91b5-4fbf-8035-c34e509d8986} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9634 | 2024.07.15 22:24:52.435551 [ 3 ] {64a6bebb-91b5-4fbf-8035-c34e509d8986} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001706 sec., 94372.80187573271 rows/sec., 6.57 MiB/sec. | ||
9635 | 2024.07.15 22:24:52.435723 [ 3 ] {64a6bebb-91b5-4fbf-8035-c34e509d8986} <Debug> DynamicQueryHandler: Done processing query | ||
9636 | 2024.07.15 22:24:52.435748 [ 3 ] {64a6bebb-91b5-4fbf-8035-c34e509d8986} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9637 | 2024.07.15 22:24:52.435764 [ 3 ] {} <Debug> HTTP-Session: fb128d3f-5738-4b01-82b6-d5e2ee7a2821 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9638 | 2024.07.15 22:24:52.435955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9639 | 2024.07.15 22:24:52.436003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9640 | 2024.07.15 22:24:52.436023 [ 3 ] {} <Debug> HTTP-Session: 792a12a7-d74e-493e-ba7d-5782aaab2c9f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9641 | 2024.07.15 22:24:52.436040 [ 3 ] {} <Debug> HTTP-Session: 792a12a7-d74e-493e-ba7d-5782aaab2c9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9642 | 2024.07.15 22:24:52.436054 [ 3 ] {} <Debug> HTTP-Session: 792a12a7-d74e-493e-ba7d-5782aaab2c9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9643 | 2024.07.15 22:24:52.436085 [ 3 ] {} <Trace> HTTP-Session: 792a12a7-d74e-493e-ba7d-5782aaab2c9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9644 | 2024.07.15 22:24:52.436418 [ 3 ] {ab67d610-5d85-46f0-b14d-4eb5a2eccd2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9645 | 2024.07.15 22:24:52.436484 [ 3 ] {ab67d610-5d85-46f0-b14d-4eb5a2eccd2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9646 | 2024.07.15 22:24:52.436912 [ 3 ] {ab67d610-5d85-46f0-b14d-4eb5a2eccd2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9647 | 2024.07.15 22:24:52.437624 [ 3 ] {ab67d610-5d85-46f0-b14d-4eb5a2eccd2e} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9648 | 2024.07.15 22:24:52.437666 [ 3 ] {ab67d610-5d85-46f0-b14d-4eb5a2eccd2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9649 | 2024.07.15 22:24:52.438370 [ 3 ] {ab67d610-5d85-46f0-b14d-4eb5a2eccd2e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9650 | 2024.07.15 22:24:52.438779 [ 3 ] {ab67d610-5d85-46f0-b14d-4eb5a2eccd2e} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9651 | 2024.07.15 22:24:52.438965 [ 3 ] {ab67d610-5d85-46f0-b14d-4eb5a2eccd2e} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002795 sec., 10733.45259391771 rows/sec., 19.23 MiB/sec. | ||
9652 | 2024.07.15 22:24:52.439184 [ 3 ] {ab67d610-5d85-46f0-b14d-4eb5a2eccd2e} <Debug> DynamicQueryHandler: Done processing query | ||
9653 | 2024.07.15 22:24:52.439209 [ 3 ] {ab67d610-5d85-46f0-b14d-4eb5a2eccd2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
9654 | 2024.07.15 22:24:52.439225 [ 3 ] {} <Debug> HTTP-Session: 792a12a7-d74e-493e-ba7d-5782aaab2c9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9655 | 2024.07.15 22:24:52.439360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9656 | 2024.07.15 22:24:52.439409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9657 | 2024.07.15 22:24:52.439429 [ 3 ] {} <Debug> HTTP-Session: 5d0dd1c1-248b-42ff-adc5-0800408bf182 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9658 | 2024.07.15 22:24:52.439446 [ 3 ] {} <Debug> HTTP-Session: 5d0dd1c1-248b-42ff-adc5-0800408bf182 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9659 | 2024.07.15 22:24:52.439460 [ 3 ] {} <Debug> HTTP-Session: 5d0dd1c1-248b-42ff-adc5-0800408bf182 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9660 | 2024.07.15 22:24:52.439491 [ 3 ] {} <Trace> HTTP-Session: 5d0dd1c1-248b-42ff-adc5-0800408bf182 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9661 | 2024.07.15 22:24:52.439609 [ 3 ] {8409fd80-2f54-447a-9032-813be3770077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9662 | 2024.07.15 22:24:52.439654 [ 3 ] {8409fd80-2f54-447a-9032-813be3770077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9663 | 2024.07.15 22:24:52.439783 [ 3 ] {8409fd80-2f54-447a-9032-813be3770077} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9664 | 2024.07.15 22:24:52.440088 [ 3 ] {8409fd80-2f54-447a-9032-813be3770077} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9665 | 2024.07.15 22:24:52.440124 [ 3 ] {8409fd80-2f54-447a-9032-813be3770077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9666 | 2024.07.15 22:24:52.440494 [ 3 ] {8409fd80-2f54-447a-9032-813be3770077} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9667 | 2024.07.15 22:24:52.440813 [ 3 ] {8409fd80-2f54-447a-9032-813be3770077} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9668 | 2024.07.15 22:24:52.440980 [ 3 ] {8409fd80-2f54-447a-9032-813be3770077} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec. | ||
9669 | 2024.07.15 22:24:52.441148 [ 3 ] {8409fd80-2f54-447a-9032-813be3770077} <Debug> DynamicQueryHandler: Done processing query | ||
9670 | 2024.07.15 22:24:52.441173 [ 3 ] {8409fd80-2f54-447a-9032-813be3770077} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9671 | 2024.07.15 22:24:52.441188 [ 3 ] {} <Debug> HTTP-Session: 5d0dd1c1-248b-42ff-adc5-0800408bf182 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9672 | 2024.07.15 22:24:57.413982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9673 | 2024.07.15 22:24:57.414134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9674 | 2024.07.15 22:24:57.414171 [ 3 ] {} <Debug> HTTP-Session: d9ce36bc-f929-41ab-b5dd-0a9f2739aa53 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9675 | 2024.07.15 22:24:57.414204 [ 3 ] {} <Debug> HTTP-Session: d9ce36bc-f929-41ab-b5dd-0a9f2739aa53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9676 | 2024.07.15 22:24:57.414227 [ 3 ] {} <Debug> HTTP-Session: d9ce36bc-f929-41ab-b5dd-0a9f2739aa53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9677 | 2024.07.15 22:24:57.414291 [ 3 ] {} <Trace> HTTP-Session: d9ce36bc-f929-41ab-b5dd-0a9f2739aa53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9678 | 2024.07.15 22:24:57.414515 [ 3 ] {80ab0a82-a4de-4177-ae1f-5cb1bac26db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9679 | 2024.07.15 22:24:57.414603 [ 3 ] {80ab0a82-a4de-4177-ae1f-5cb1bac26db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9680 | 2024.07.15 22:24:57.414863 [ 3 ] {80ab0a82-a4de-4177-ae1f-5cb1bac26db4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9681 | 2024.07.15 22:24:57.415284 [ 3 ] {80ab0a82-a4de-4177-ae1f-5cb1bac26db4} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9682 | 2024.07.15 22:24:57.415325 [ 3 ] {80ab0a82-a4de-4177-ae1f-5cb1bac26db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9683 | 2024.07.15 22:24:57.415689 [ 3 ] {80ab0a82-a4de-4177-ae1f-5cb1bac26db4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9684 | 2024.07.15 22:24:57.416037 [ 3 ] {80ab0a82-a4de-4177-ae1f-5cb1bac26db4} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9685 | 2024.07.15 22:24:57.416178 [ 3 ] {80ab0a82-a4de-4177-ae1f-5cb1bac26db4} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001733 sec., 3462.2042700519332 rows/sec., 196.10 KiB/sec. | ||
9686 | 2024.07.15 22:24:57.416389 [ 3 ] {80ab0a82-a4de-4177-ae1f-5cb1bac26db4} <Debug> DynamicQueryHandler: Done processing query | ||
9687 | 2024.07.15 22:24:57.416416 [ 3 ] {80ab0a82-a4de-4177-ae1f-5cb1bac26db4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9688 | 2024.07.15 22:24:57.416432 [ 3 ] {} <Debug> HTTP-Session: d9ce36bc-f929-41ab-b5dd-0a9f2739aa53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9689 | 2024.07.15 22:24:57.416618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9690 | 2024.07.15 22:24:57.416677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9691 | 2024.07.15 22:24:57.416698 [ 3 ] {} <Debug> HTTP-Session: 6ecee20d-c6ec-4a0a-9355-9df9c87c75c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9692 | 2024.07.15 22:24:57.416716 [ 3 ] {} <Debug> HTTP-Session: 6ecee20d-c6ec-4a0a-9355-9df9c87c75c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9693 | 2024.07.15 22:24:57.416730 [ 3 ] {} <Debug> HTTP-Session: 6ecee20d-c6ec-4a0a-9355-9df9c87c75c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9694 | 2024.07.15 22:24:57.416766 [ 3 ] {} <Trace> HTTP-Session: 6ecee20d-c6ec-4a0a-9355-9df9c87c75c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9695 | 2024.07.15 22:24:57.416918 [ 3 ] {d3efb360-89a8-45f6-9131-fe718b988dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9696 | 2024.07.15 22:24:57.416974 [ 3 ] {d3efb360-89a8-45f6-9131-fe718b988dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9697 | 2024.07.15 22:24:57.417108 [ 3 ] {d3efb360-89a8-45f6-9131-fe718b988dfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9698 | 2024.07.15 22:24:57.417516 [ 3 ] {d3efb360-89a8-45f6-9131-fe718b988dfe} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9699 | 2024.07.15 22:24:57.417552 [ 3 ] {d3efb360-89a8-45f6-9131-fe718b988dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9700 | 2024.07.15 22:24:57.417878 [ 3 ] {d3efb360-89a8-45f6-9131-fe718b988dfe} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9701 | 2024.07.15 22:24:57.418201 [ 3 ] {d3efb360-89a8-45f6-9131-fe718b988dfe} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9702 | 2024.07.15 22:24:57.418330 [ 3 ] {d3efb360-89a8-45f6-9131-fe718b988dfe} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.00148 sec., 108783.78378378379 rows/sec., 9.61 MiB/sec. | ||
9703 | 2024.07.15 22:24:57.418499 [ 3 ] {d3efb360-89a8-45f6-9131-fe718b988dfe} <Debug> DynamicQueryHandler: Done processing query | ||
9704 | 2024.07.15 22:24:57.418524 [ 3 ] {d3efb360-89a8-45f6-9131-fe718b988dfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9705 | 2024.07.15 22:24:57.418541 [ 3 ] {} <Debug> HTTP-Session: 6ecee20d-c6ec-4a0a-9355-9df9c87c75c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9706 | 2024.07.15 22:24:57.418781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9707 | 2024.07.15 22:24:57.418833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9708 | 2024.07.15 22:24:57.418853 [ 3 ] {} <Debug> HTTP-Session: b6764180-b32e-435e-9155-92b3399e0cb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9709 | 2024.07.15 22:24:57.418870 [ 3 ] {} <Debug> HTTP-Session: b6764180-b32e-435e-9155-92b3399e0cb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9710 | 2024.07.15 22:24:57.418884 [ 3 ] {} <Debug> HTTP-Session: b6764180-b32e-435e-9155-92b3399e0cb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9711 | 2024.07.15 22:24:57.418917 [ 3 ] {} <Trace> HTTP-Session: b6764180-b32e-435e-9155-92b3399e0cb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9712 | 2024.07.15 22:24:57.419135 [ 3 ] {96cfc517-8950-4f47-9a5c-9a01dc6fe46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9713 | 2024.07.15 22:24:57.419180 [ 3 ] {96cfc517-8950-4f47-9a5c-9a01dc6fe46c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9714 | 2024.07.15 22:24:57.419308 [ 3 ] {96cfc517-8950-4f47-9a5c-9a01dc6fe46c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9715 | 2024.07.15 22:24:57.419819 [ 3 ] {96cfc517-8950-4f47-9a5c-9a01dc6fe46c} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9716 | 2024.07.15 22:24:57.419856 [ 3 ] {96cfc517-8950-4f47-9a5c-9a01dc6fe46c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9717 | 2024.07.15 22:24:57.420205 [ 3 ] {96cfc517-8950-4f47-9a5c-9a01dc6fe46c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9718 | 2024.07.15 22:24:57.420509 [ 3 ] {96cfc517-8950-4f47-9a5c-9a01dc6fe46c} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9719 | 2024.07.15 22:24:57.420637 [ 3 ] {96cfc517-8950-4f47-9a5c-9a01dc6fe46c} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001612 sec., 236972.70471464022 rows/sec., 16.64 MiB/sec. | ||
9720 | 2024.07.15 22:24:57.420915 [ 3 ] {96cfc517-8950-4f47-9a5c-9a01dc6fe46c} <Debug> DynamicQueryHandler: Done processing query | ||
9721 | 2024.07.15 22:24:57.420979 [ 3 ] {96cfc517-8950-4f47-9a5c-9a01dc6fe46c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9722 | 2024.07.15 22:24:57.421019 [ 3 ] {} <Debug> HTTP-Session: b6764180-b32e-435e-9155-92b3399e0cb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9723 | 2024.07.15 22:24:57.421167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9724 | 2024.07.15 22:24:57.421218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9725 | 2024.07.15 22:24:57.421237 [ 3 ] {} <Debug> HTTP-Session: 470ce119-2ee9-41e0-892f-0727716b6fba Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9726 | 2024.07.15 22:24:57.421255 [ 3 ] {} <Debug> HTTP-Session: 470ce119-2ee9-41e0-892f-0727716b6fba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9727 | 2024.07.15 22:24:57.421269 [ 3 ] {} <Debug> HTTP-Session: 470ce119-2ee9-41e0-892f-0727716b6fba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9728 | 2024.07.15 22:24:57.421300 [ 3 ] {} <Trace> HTTP-Session: 470ce119-2ee9-41e0-892f-0727716b6fba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9729 | 2024.07.15 22:24:57.421400 [ 3 ] {9a84cb54-3b4e-4e18-aa44-37418f940dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9730 | 2024.07.15 22:24:57.421447 [ 3 ] {9a84cb54-3b4e-4e18-aa44-37418f940dee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9731 | 2024.07.15 22:24:57.421593 [ 3 ] {9a84cb54-3b4e-4e18-aa44-37418f940dee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9732 | 2024.07.15 22:24:57.421854 [ 3 ] {9a84cb54-3b4e-4e18-aa44-37418f940dee} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9733 | 2024.07.15 22:24:57.421889 [ 3 ] {9a84cb54-3b4e-4e18-aa44-37418f940dee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9734 | 2024.07.15 22:24:57.422253 [ 3 ] {9a84cb54-3b4e-4e18-aa44-37418f940dee} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9735 | 2024.07.15 22:24:57.422573 [ 3 ] {9a84cb54-3b4e-4e18-aa44-37418f940dee} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9736 | 2024.07.15 22:24:57.422709 [ 3 ] {9a84cb54-3b4e-4e18-aa44-37418f940dee} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001335 sec., 4494.38202247191 rows/sec., 193.12 KiB/sec. | ||
9737 | 2024.07.15 22:24:57.422869 [ 3 ] {9a84cb54-3b4e-4e18-aa44-37418f940dee} <Debug> DynamicQueryHandler: Done processing query | ||
9738 | 2024.07.15 22:24:57.422893 [ 3 ] {9a84cb54-3b4e-4e18-aa44-37418f940dee} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9739 | 2024.07.15 22:24:57.422909 [ 3 ] {} <Debug> HTTP-Session: 470ce119-2ee9-41e0-892f-0727716b6fba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9740 | 2024.07.15 22:24:57.423085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9741 | 2024.07.15 22:24:57.423134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9742 | 2024.07.15 22:24:57.423154 [ 3 ] {} <Debug> HTTP-Session: 0ab0f0fe-fa58-4043-b25c-0ccacf8e915e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9743 | 2024.07.15 22:24:57.423170 [ 3 ] {} <Debug> HTTP-Session: 0ab0f0fe-fa58-4043-b25c-0ccacf8e915e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9744 | 2024.07.15 22:24:57.423184 [ 3 ] {} <Debug> HTTP-Session: 0ab0f0fe-fa58-4043-b25c-0ccacf8e915e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9745 | 2024.07.15 22:24:57.423215 [ 3 ] {} <Trace> HTTP-Session: 0ab0f0fe-fa58-4043-b25c-0ccacf8e915e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9746 | 2024.07.15 22:24:57.423349 [ 3 ] {ec59a383-e998-4ced-869a-479dbab59eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9747 | 2024.07.15 22:24:57.423396 [ 3 ] {ec59a383-e998-4ced-869a-479dbab59eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9748 | 2024.07.15 22:24:57.423537 [ 3 ] {ec59a383-e998-4ced-869a-479dbab59eb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9749 | 2024.07.15 22:24:57.423882 [ 3 ] {ec59a383-e998-4ced-869a-479dbab59eb9} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9750 | 2024.07.15 22:24:57.423917 [ 3 ] {ec59a383-e998-4ced-869a-479dbab59eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9751 | 2024.07.15 22:24:57.424288 [ 3 ] {ec59a383-e998-4ced-869a-479dbab59eb9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9752 | 2024.07.15 22:24:57.424631 [ 3 ] {ec59a383-e998-4ced-869a-479dbab59eb9} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9753 | 2024.07.15 22:24:57.424765 [ 3 ] {ec59a383-e998-4ced-869a-479dbab59eb9} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001479 sec., 52062.204192021636 rows/sec., 3.21 MiB/sec. | ||
9754 | 2024.07.15 22:24:57.424915 [ 3 ] {ec59a383-e998-4ced-869a-479dbab59eb9} <Debug> DynamicQueryHandler: Done processing query | ||
9755 | 2024.07.15 22:24:57.424948 [ 3 ] {ec59a383-e998-4ced-869a-479dbab59eb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9756 | 2024.07.15 22:24:57.424963 [ 3 ] {} <Debug> HTTP-Session: 0ab0f0fe-fa58-4043-b25c-0ccacf8e915e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9757 | 2024.07.15 22:24:57.425124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9758 | 2024.07.15 22:24:57.425171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9759 | 2024.07.15 22:24:57.425192 [ 3 ] {} <Debug> HTTP-Session: 59b7b99f-5756-46f7-b660-9702af7fc5d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9760 | 2024.07.15 22:24:57.425208 [ 3 ] {} <Debug> HTTP-Session: 59b7b99f-5756-46f7-b660-9702af7fc5d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9761 | 2024.07.15 22:24:57.425222 [ 3 ] {} <Debug> HTTP-Session: 59b7b99f-5756-46f7-b660-9702af7fc5d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9762 | 2024.07.15 22:24:57.425252 [ 3 ] {} <Trace> HTTP-Session: 59b7b99f-5756-46f7-b660-9702af7fc5d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9763 | 2024.07.15 22:24:57.425415 [ 3 ] {dc459745-b0e8-47b4-a2bb-99096a6482e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9764 | 2024.07.15 22:24:57.425459 [ 3 ] {dc459745-b0e8-47b4-a2bb-99096a6482e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9765 | 2024.07.15 22:24:57.425596 [ 3 ] {dc459745-b0e8-47b4-a2bb-99096a6482e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9766 | 2024.07.15 22:24:57.425975 [ 3 ] {dc459745-b0e8-47b4-a2bb-99096a6482e0} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9767 | 2024.07.15 22:24:57.426010 [ 3 ] {dc459745-b0e8-47b4-a2bb-99096a6482e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9768 | 2024.07.15 22:24:57.426376 [ 3 ] {dc459745-b0e8-47b4-a2bb-99096a6482e0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9769 | 2024.07.15 22:24:57.426698 [ 3 ] {dc459745-b0e8-47b4-a2bb-99096a6482e0} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9770 | 2024.07.15 22:24:57.426823 [ 3 ] {dc459745-b0e8-47b4-a2bb-99096a6482e0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001497 sec., 106880.42752171008 rows/sec., 7.44 MiB/sec. | ||
9771 | 2024.07.15 22:24:57.426990 [ 3 ] {dc459745-b0e8-47b4-a2bb-99096a6482e0} <Debug> DynamicQueryHandler: Done processing query | ||
9772 | 2024.07.15 22:24:57.427014 [ 3 ] {dc459745-b0e8-47b4-a2bb-99096a6482e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9773 | 2024.07.15 22:24:57.427030 [ 3 ] {} <Debug> HTTP-Session: 59b7b99f-5756-46f7-b660-9702af7fc5d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9774 | 2024.07.15 22:24:57.427150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9775 | 2024.07.15 22:24:57.427197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9776 | 2024.07.15 22:24:57.427216 [ 3 ] {} <Debug> HTTP-Session: 2a19e61c-48ae-440f-97bf-a2e06c008403 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9777 | 2024.07.15 22:24:57.427232 [ 3 ] {} <Debug> HTTP-Session: 2a19e61c-48ae-440f-97bf-a2e06c008403 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9778 | 2024.07.15 22:24:57.427245 [ 3 ] {} <Debug> HTTP-Session: 2a19e61c-48ae-440f-97bf-a2e06c008403 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9779 | 2024.07.15 22:24:57.427275 [ 3 ] {} <Trace> HTTP-Session: 2a19e61c-48ae-440f-97bf-a2e06c008403 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9780 | 2024.07.15 22:24:57.427373 [ 3 ] {64983b09-f4de-4957-a832-398919d6ff4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9781 | 2024.07.15 22:24:57.427415 [ 3 ] {64983b09-f4de-4957-a832-398919d6ff4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9782 | 2024.07.15 22:24:57.427540 [ 3 ] {64983b09-f4de-4957-a832-398919d6ff4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9783 | 2024.07.15 22:24:57.427800 [ 3 ] {64983b09-f4de-4957-a832-398919d6ff4c} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9784 | 2024.07.15 22:24:57.427834 [ 3 ] {64983b09-f4de-4957-a832-398919d6ff4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9785 | 2024.07.15 22:24:57.428180 [ 3 ] {64983b09-f4de-4957-a832-398919d6ff4c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9786 | 2024.07.15 22:24:57.428493 [ 3 ] {64983b09-f4de-4957-a832-398919d6ff4c} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9787 | 2024.07.15 22:24:57.428616 [ 3 ] {64983b09-f4de-4957-a832-398919d6ff4c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001272 sec., 18081.76100628931 rows/sec., 978.10 KiB/sec. | ||
9788 | 2024.07.15 22:24:57.428765 [ 3 ] {64983b09-f4de-4957-a832-398919d6ff4c} <Debug> DynamicQueryHandler: Done processing query | ||
9789 | 2024.07.15 22:24:57.428788 [ 3 ] {64983b09-f4de-4957-a832-398919d6ff4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9790 | 2024.07.15 22:24:57.428803 [ 3 ] {} <Debug> HTTP-Session: 2a19e61c-48ae-440f-97bf-a2e06c008403 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9791 | 2024.07.15 22:24:57.428931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9792 | 2024.07.15 22:24:57.428978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9793 | 2024.07.15 22:24:57.428996 [ 3 ] {} <Debug> HTTP-Session: ed182f8e-78b2-40dc-a1c7-6706e8b19913 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9794 | 2024.07.15 22:24:57.429012 [ 3 ] {} <Debug> HTTP-Session: ed182f8e-78b2-40dc-a1c7-6706e8b19913 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9795 | 2024.07.15 22:24:57.429026 [ 3 ] {} <Debug> HTTP-Session: ed182f8e-78b2-40dc-a1c7-6706e8b19913 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9796 | 2024.07.15 22:24:57.429056 [ 3 ] {} <Trace> HTTP-Session: ed182f8e-78b2-40dc-a1c7-6706e8b19913 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9797 | 2024.07.15 22:24:57.429174 [ 3 ] {15eae3d9-818b-46d5-8969-a3c40e0f6d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9798 | 2024.07.15 22:24:57.429217 [ 3 ] {15eae3d9-818b-46d5-8969-a3c40e0f6d9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9799 | 2024.07.15 22:24:57.429341 [ 3 ] {15eae3d9-818b-46d5-8969-a3c40e0f6d9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9800 | 2024.07.15 22:24:57.429614 [ 3 ] {15eae3d9-818b-46d5-8969-a3c40e0f6d9e} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9801 | 2024.07.15 22:24:57.429649 [ 3 ] {15eae3d9-818b-46d5-8969-a3c40e0f6d9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9802 | 2024.07.15 22:24:57.430015 [ 3 ] {15eae3d9-818b-46d5-8969-a3c40e0f6d9e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9803 | 2024.07.15 22:24:57.430334 [ 3 ] {15eae3d9-818b-46d5-8969-a3c40e0f6d9e} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9804 | 2024.07.15 22:24:57.430457 [ 3 ] {15eae3d9-818b-46d5-8969-a3c40e0f6d9e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec. | ||
9805 | 2024.07.15 22:24:57.430613 [ 3 ] {15eae3d9-818b-46d5-8969-a3c40e0f6d9e} <Debug> DynamicQueryHandler: Done processing query | ||
9806 | 2024.07.15 22:24:57.430636 [ 3 ] {15eae3d9-818b-46d5-8969-a3c40e0f6d9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9807 | 2024.07.15 22:24:57.430652 [ 3 ] {} <Debug> HTTP-Session: ed182f8e-78b2-40dc-a1c7-6706e8b19913 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9808 | 2024.07.15 22:25:02.410720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9809 | 2024.07.15 22:25:02.410847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9810 | 2024.07.15 22:25:02.410871 [ 3 ] {} <Debug> HTTP-Session: f1a9bed5-480b-482e-9bee-c629ae421e07 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9811 | 2024.07.15 22:25:02.410895 [ 3 ] {} <Debug> HTTP-Session: f1a9bed5-480b-482e-9bee-c629ae421e07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9812 | 2024.07.15 22:25:02.410909 [ 3 ] {} <Debug> HTTP-Session: f1a9bed5-480b-482e-9bee-c629ae421e07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9813 | 2024.07.15 22:25:02.410959 [ 3 ] {} <Trace> HTTP-Session: f1a9bed5-480b-482e-9bee-c629ae421e07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9814 | 2024.07.15 22:25:02.411150 [ 3 ] {24e43a47-20be-4efe-af2f-c315b68c2539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9815 | 2024.07.15 22:25:02.411218 [ 3 ] {24e43a47-20be-4efe-af2f-c315b68c2539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9816 | 2024.07.15 22:25:02.411406 [ 3 ] {24e43a47-20be-4efe-af2f-c315b68c2539} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9817 | 2024.07.15 22:25:02.411823 [ 3 ] {24e43a47-20be-4efe-af2f-c315b68c2539} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9818 | 2024.07.15 22:25:02.411865 [ 3 ] {24e43a47-20be-4efe-af2f-c315b68c2539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9819 | 2024.07.15 22:25:02.412227 [ 3 ] {24e43a47-20be-4efe-af2f-c315b68c2539} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9820 | 2024.07.15 22:25:02.412546 [ 3 ] {24e43a47-20be-4efe-af2f-c315b68c2539} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9821 | 2024.07.15 22:25:02.412698 [ 3 ] {24e43a47-20be-4efe-af2f-c315b68c2539} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001603 sec., 18714.909544603866 rows/sec., 1.48 MiB/sec. | ||
9822 | 2024.07.15 22:25:02.412906 [ 3 ] {24e43a47-20be-4efe-af2f-c315b68c2539} <Debug> DynamicQueryHandler: Done processing query | ||
9823 | 2024.07.15 22:25:02.412931 [ 3 ] {24e43a47-20be-4efe-af2f-c315b68c2539} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9824 | 2024.07.15 22:25:02.412948 [ 3 ] {} <Debug> HTTP-Session: f1a9bed5-480b-482e-9bee-c629ae421e07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9825 | 2024.07.15 22:25:02.413171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9826 | 2024.07.15 22:25:02.413219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9827 | 2024.07.15 22:25:02.413239 [ 3 ] {} <Debug> HTTP-Session: ed306334-46e3-4557-b8eb-873f588843d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9828 | 2024.07.15 22:25:02.413257 [ 3 ] {} <Debug> HTTP-Session: ed306334-46e3-4557-b8eb-873f588843d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9829 | 2024.07.15 22:25:02.413271 [ 3 ] {} <Debug> HTTP-Session: ed306334-46e3-4557-b8eb-873f588843d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9830 | 2024.07.15 22:25:02.413303 [ 3 ] {} <Trace> HTTP-Session: ed306334-46e3-4557-b8eb-873f588843d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9831 | 2024.07.15 22:25:02.413437 [ 3 ] {89c9ce10-a3c2-4229-81bf-a28e75b3b77f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9832 | 2024.07.15 22:25:02.413479 [ 3 ] {89c9ce10-a3c2-4229-81bf-a28e75b3b77f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9833 | 2024.07.15 22:25:02.413602 [ 3 ] {89c9ce10-a3c2-4229-81bf-a28e75b3b77f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9834 | 2024.07.15 22:25:02.413996 [ 3 ] {89c9ce10-a3c2-4229-81bf-a28e75b3b77f} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9835 | 2024.07.15 22:25:02.414031 [ 3 ] {89c9ce10-a3c2-4229-81bf-a28e75b3b77f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9836 | 2024.07.15 22:25:02.414343 [ 3 ] {89c9ce10-a3c2-4229-81bf-a28e75b3b77f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9837 | 2024.07.15 22:25:02.414639 [ 3 ] {89c9ce10-a3c2-4229-81bf-a28e75b3b77f} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9838 | 2024.07.15 22:25:02.414791 [ 3 ] {89c9ce10-a3c2-4229-81bf-a28e75b3b77f} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.00141 sec., 103546.09929078014 rows/sec., 8.69 MiB/sec. | ||
9839 | 2024.07.15 22:25:02.414973 [ 3 ] {89c9ce10-a3c2-4229-81bf-a28e75b3b77f} <Debug> DynamicQueryHandler: Done processing query | ||
9840 | 2024.07.15 22:25:02.414998 [ 3 ] {89c9ce10-a3c2-4229-81bf-a28e75b3b77f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9841 | 2024.07.15 22:25:02.415014 [ 3 ] {} <Debug> HTTP-Session: ed306334-46e3-4557-b8eb-873f588843d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9842 | 2024.07.15 22:25:02.415163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9843 | 2024.07.15 22:25:02.415212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9844 | 2024.07.15 22:25:02.415231 [ 3 ] {} <Debug> HTTP-Session: 7db47c12-0ccf-490f-b7e7-80db1a66504e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9845 | 2024.07.15 22:25:02.415247 [ 3 ] {} <Debug> HTTP-Session: 7db47c12-0ccf-490f-b7e7-80db1a66504e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9846 | 2024.07.15 22:25:02.415261 [ 3 ] {} <Debug> HTTP-Session: 7db47c12-0ccf-490f-b7e7-80db1a66504e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9847 | 2024.07.15 22:25:02.415292 [ 3 ] {} <Trace> HTTP-Session: 7db47c12-0ccf-490f-b7e7-80db1a66504e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9848 | 2024.07.15 22:25:02.415417 [ 3 ] {2ac4428f-8fa6-4568-a820-bdd657ceb661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9849 | 2024.07.15 22:25:02.415459 [ 3 ] {2ac4428f-8fa6-4568-a820-bdd657ceb661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9850 | 2024.07.15 22:25:02.415584 [ 3 ] {2ac4428f-8fa6-4568-a820-bdd657ceb661} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9851 | 2024.07.15 22:25:02.415901 [ 3 ] {2ac4428f-8fa6-4568-a820-bdd657ceb661} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9852 | 2024.07.15 22:25:02.415937 [ 3 ] {2ac4428f-8fa6-4568-a820-bdd657ceb661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9853 | 2024.07.15 22:25:02.416253 [ 3 ] {2ac4428f-8fa6-4568-a820-bdd657ceb661} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9854 | 2024.07.15 22:25:02.416546 [ 3 ] {2ac4428f-8fa6-4568-a820-bdd657ceb661} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9855 | 2024.07.15 22:25:02.416697 [ 3 ] {2ac4428f-8fa6-4568-a820-bdd657ceb661} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001323 sec., 71050.64247921392 rows/sec., 5.55 MiB/sec. | ||
9856 | 2024.07.15 22:25:02.416847 [ 3 ] {2ac4428f-8fa6-4568-a820-bdd657ceb661} <Debug> DynamicQueryHandler: Done processing query | ||
9857 | 2024.07.15 22:25:02.416871 [ 3 ] {2ac4428f-8fa6-4568-a820-bdd657ceb661} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9858 | 2024.07.15 22:25:02.416887 [ 3 ] {} <Debug> HTTP-Session: 7db47c12-0ccf-490f-b7e7-80db1a66504e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9859 | 2024.07.15 22:25:02.417118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9860 | 2024.07.15 22:25:02.417164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9861 | 2024.07.15 22:25:02.417185 [ 3 ] {} <Debug> HTTP-Session: 948b0a6f-426f-4024-ade4-3156028888e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9862 | 2024.07.15 22:25:02.417201 [ 3 ] {} <Debug> HTTP-Session: 948b0a6f-426f-4024-ade4-3156028888e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9863 | 2024.07.15 22:25:02.417216 [ 3 ] {} <Debug> HTTP-Session: 948b0a6f-426f-4024-ade4-3156028888e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9864 | 2024.07.15 22:25:02.417246 [ 3 ] {} <Trace> HTTP-Session: 948b0a6f-426f-4024-ade4-3156028888e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9865 | 2024.07.15 22:25:02.417385 [ 3 ] {a38d9a99-453f-4206-98f0-0de39efbfeb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9866 | 2024.07.15 22:25:02.417431 [ 3 ] {a38d9a99-453f-4206-98f0-0de39efbfeb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9867 | 2024.07.15 22:25:02.417575 [ 3 ] {a38d9a99-453f-4206-98f0-0de39efbfeb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9868 | 2024.07.15 22:25:02.417946 [ 3 ] {a38d9a99-453f-4206-98f0-0de39efbfeb2} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9869 | 2024.07.15 22:25:02.417990 [ 3 ] {a38d9a99-453f-4206-98f0-0de39efbfeb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9870 | 2024.07.15 22:25:02.418370 [ 3 ] {a38d9a99-453f-4206-98f0-0de39efbfeb2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9871 | 2024.07.15 22:25:02.418701 [ 3 ] {a38d9a99-453f-4206-98f0-0de39efbfeb2} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9872 | 2024.07.15 22:25:02.418855 [ 3 ] {a38d9a99-453f-4206-98f0-0de39efbfeb2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec. | ||
9873 | 2024.07.15 22:25:02.419032 [ 3 ] {a38d9a99-453f-4206-98f0-0de39efbfeb2} <Debug> DynamicQueryHandler: Done processing query | ||
9874 | 2024.07.15 22:25:02.419056 [ 3 ] {a38d9a99-453f-4206-98f0-0de39efbfeb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9875 | 2024.07.15 22:25:02.419072 [ 3 ] {} <Debug> HTTP-Session: 948b0a6f-426f-4024-ade4-3156028888e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9876 | 2024.07.15 22:25:02.419240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9877 | 2024.07.15 22:25:02.419288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9878 | 2024.07.15 22:25:02.419308 [ 3 ] {} <Debug> HTTP-Session: 0917aca3-dd64-46c9-8a25-51616ef19859 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9879 | 2024.07.15 22:25:02.419325 [ 3 ] {} <Debug> HTTP-Session: 0917aca3-dd64-46c9-8a25-51616ef19859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9880 | 2024.07.15 22:25:02.419339 [ 3 ] {} <Debug> HTTP-Session: 0917aca3-dd64-46c9-8a25-51616ef19859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9881 | 2024.07.15 22:25:02.419370 [ 3 ] {} <Trace> HTTP-Session: 0917aca3-dd64-46c9-8a25-51616ef19859 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9882 | 2024.07.15 22:25:02.419668 [ 3 ] {a18a14d8-4a25-46fb-892f-4db33d26dd02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9883 | 2024.07.15 22:25:02.419729 [ 3 ] {a18a14d8-4a25-46fb-892f-4db33d26dd02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9884 | 2024.07.15 22:25:02.420144 [ 3 ] {a18a14d8-4a25-46fb-892f-4db33d26dd02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9885 | 2024.07.15 22:25:02.420762 [ 3 ] {a18a14d8-4a25-46fb-892f-4db33d26dd02} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9886 | 2024.07.15 22:25:02.420797 [ 3 ] {a18a14d8-4a25-46fb-892f-4db33d26dd02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9887 | 2024.07.15 22:25:02.421384 [ 3 ] {a18a14d8-4a25-46fb-892f-4db33d26dd02} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9888 | 2024.07.15 22:25:02.421775 [ 3 ] {a18a14d8-4a25-46fb-892f-4db33d26dd02} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9889 | 2024.07.15 22:25:02.421985 [ 3 ] {a18a14d8-4a25-46fb-892f-4db33d26dd02} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00251 sec., 11952.191235059761 rows/sec., 21.42 MiB/sec. | ||
9890 | 2024.07.15 22:25:02.422514 [ 3 ] {a18a14d8-4a25-46fb-892f-4db33d26dd02} <Debug> DynamicQueryHandler: Done processing query | ||
9891 | 2024.07.15 22:25:02.422540 [ 3 ] {a18a14d8-4a25-46fb-892f-4db33d26dd02} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
9892 | 2024.07.15 22:25:02.422556 [ 3 ] {} <Debug> HTTP-Session: 0917aca3-dd64-46c9-8a25-51616ef19859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9893 | 2024.07.15 22:25:02.422739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9894 | 2024.07.15 22:25:02.422787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9895 | 2024.07.15 22:25:02.422807 [ 3 ] {} <Debug> HTTP-Session: c722826a-d52f-47b6-99e9-e62fd8796985 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9896 | 2024.07.15 22:25:02.422824 [ 3 ] {} <Debug> HTTP-Session: c722826a-d52f-47b6-99e9-e62fd8796985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9897 | 2024.07.15 22:25:02.422838 [ 3 ] {} <Debug> HTTP-Session: c722826a-d52f-47b6-99e9-e62fd8796985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9898 | 2024.07.15 22:25:02.422869 [ 3 ] {} <Trace> HTTP-Session: c722826a-d52f-47b6-99e9-e62fd8796985 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9899 | 2024.07.15 22:25:02.422990 [ 3 ] {8bb8a529-0308-480d-8999-a368c92272a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9900 | 2024.07.15 22:25:02.423035 [ 3 ] {8bb8a529-0308-480d-8999-a368c92272a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9901 | 2024.07.15 22:25:02.423179 [ 3 ] {8bb8a529-0308-480d-8999-a368c92272a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9902 | 2024.07.15 22:25:02.423472 [ 3 ] {8bb8a529-0308-480d-8999-a368c92272a7} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9903 | 2024.07.15 22:25:02.423508 [ 3 ] {8bb8a529-0308-480d-8999-a368c92272a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9904 | 2024.07.15 22:25:02.423871 [ 3 ] {8bb8a529-0308-480d-8999-a368c92272a7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9905 | 2024.07.15 22:25:02.424199 [ 3 ] {8bb8a529-0308-480d-8999-a368c92272a7} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9906 | 2024.07.15 22:25:02.424363 [ 3 ] {8bb8a529-0308-480d-8999-a368c92272a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
9907 | 2024.07.15 22:25:02.424554 [ 3 ] {8bb8a529-0308-480d-8999-a368c92272a7} <Debug> DynamicQueryHandler: Done processing query | ||
9908 | 2024.07.15 22:25:02.424589 [ 3 ] {8bb8a529-0308-480d-8999-a368c92272a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9909 | 2024.07.15 22:25:02.424621 [ 3 ] {} <Debug> HTTP-Session: c722826a-d52f-47b6-99e9-e62fd8796985 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9910 | 2024.07.15 22:25:05.645365 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9911 | 2024.07.15 22:25:05.645448 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9912 | 2024.07.15 22:25:07.414339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9913 | 2024.07.15 22:25:07.414448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9914 | 2024.07.15 22:25:07.414473 [ 3 ] {} <Debug> HTTP-Session: 0a24b9e4-4959-4832-8c41-606304f9055f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9915 | 2024.07.15 22:25:07.414497 [ 3 ] {} <Debug> HTTP-Session: 0a24b9e4-4959-4832-8c41-606304f9055f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9916 | 2024.07.15 22:25:07.414511 [ 3 ] {} <Debug> HTTP-Session: 0a24b9e4-4959-4832-8c41-606304f9055f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9917 | 2024.07.15 22:25:07.414560 [ 3 ] {} <Trace> HTTP-Session: 0a24b9e4-4959-4832-8c41-606304f9055f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9918 | 2024.07.15 22:25:07.414740 [ 3 ] {473f7262-6aa8-4220-b1c0-cc97ec625468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9919 | 2024.07.15 22:25:07.414804 [ 3 ] {473f7262-6aa8-4220-b1c0-cc97ec625468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9920 | 2024.07.15 22:25:07.415000 [ 3 ] {473f7262-6aa8-4220-b1c0-cc97ec625468} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9921 | 2024.07.15 22:25:07.415414 [ 3 ] {473f7262-6aa8-4220-b1c0-cc97ec625468} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9922 | 2024.07.15 22:25:07.415456 [ 3 ] {473f7262-6aa8-4220-b1c0-cc97ec625468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9923 | 2024.07.15 22:25:07.415828 [ 3 ] {473f7262-6aa8-4220-b1c0-cc97ec625468} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9924 | 2024.07.15 22:25:07.416183 [ 3 ] {473f7262-6aa8-4220-b1c0-cc97ec625468} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9925 | 2024.07.15 22:25:07.416332 [ 3 ] {473f7262-6aa8-4220-b1c0-cc97ec625468} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001647 sec., 3642.9872495446266 rows/sec., 206.34 KiB/sec. | ||
9926 | 2024.07.15 22:25:07.416525 [ 3 ] {473f7262-6aa8-4220-b1c0-cc97ec625468} <Debug> DynamicQueryHandler: Done processing query | ||
9927 | 2024.07.15 22:25:07.416552 [ 3 ] {473f7262-6aa8-4220-b1c0-cc97ec625468} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9928 | 2024.07.15 22:25:07.416569 [ 3 ] {} <Debug> HTTP-Session: 0a24b9e4-4959-4832-8c41-606304f9055f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9929 | 2024.07.15 22:25:07.416751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9930 | 2024.07.15 22:25:07.416806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9931 | 2024.07.15 22:25:07.416827 [ 3 ] {} <Debug> HTTP-Session: 4aaa678b-4918-48f5-b671-f560350cd5c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9932 | 2024.07.15 22:25:07.416846 [ 3 ] {} <Debug> HTTP-Session: 4aaa678b-4918-48f5-b671-f560350cd5c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9933 | 2024.07.15 22:25:07.416860 [ 3 ] {} <Debug> HTTP-Session: 4aaa678b-4918-48f5-b671-f560350cd5c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9934 | 2024.07.15 22:25:07.416894 [ 3 ] {} <Trace> HTTP-Session: 4aaa678b-4918-48f5-b671-f560350cd5c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9935 | 2024.07.15 22:25:07.417062 [ 3 ] {fabfbff6-9762-4541-8258-517efe4e8d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9936 | 2024.07.15 22:25:07.417109 [ 3 ] {fabfbff6-9762-4541-8258-517efe4e8d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9937 | 2024.07.15 22:25:07.417238 [ 3 ] {fabfbff6-9762-4541-8258-517efe4e8d53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9938 | 2024.07.15 22:25:07.417667 [ 3 ] {fabfbff6-9762-4541-8258-517efe4e8d53} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9939 | 2024.07.15 22:25:07.417703 [ 3 ] {fabfbff6-9762-4541-8258-517efe4e8d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9940 | 2024.07.15 22:25:07.418038 [ 3 ] {fabfbff6-9762-4541-8258-517efe4e8d53} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9941 | 2024.07.15 22:25:07.418361 [ 3 ] {fabfbff6-9762-4541-8258-517efe4e8d53} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9942 | 2024.07.15 22:25:07.418484 [ 78 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9943 | 2024.07.15 22:25:07.418489 [ 3 ] {fabfbff6-9762-4541-8258-517efe4e8d53} <Debug> executeQuery: Read 197 rows, 17.37 KiB in 0.00151 sec., 130463.5761589404 rows/sec., 11.23 MiB/sec. | ||
9944 | 2024.07.15 22:25:07.418527 [ 78 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9945 | 2024.07.15 22:25:07.418562 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
9946 | 2024.07.15 22:25:07.418733 [ 3 ] {fabfbff6-9762-4541-8258-517efe4e8d53} <Debug> DynamicQueryHandler: Done processing query | ||
9947 | 2024.07.15 22:25:07.418769 [ 3 ] {fabfbff6-9762-4541-8258-517efe4e8d53} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9948 | 2024.07.15 22:25:07.418779 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
9949 | 2024.07.15 22:25:07.418793 [ 3 ] {} <Debug> HTTP-Session: 4aaa678b-4918-48f5-b671-f560350cd5c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9950 | 2024.07.15 22:25:07.419004 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9951 | 2024.07.15 22:25:07.419059 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 295 rows starting from the beginning of the part | ||
9952 | 2024.07.15 22:25:07.419114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9953 | 2024.07.15 22:25:07.419266 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 163 rows starting from the beginning of the part | ||
9954 | 2024.07.15 22:25:07.419289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9955 | 2024.07.15 22:25:07.419374 [ 3 ] {} <Debug> HTTP-Session: 97c71187-691d-4323-996b-87f9aceca614 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9956 | 2024.07.15 22:25:07.419454 [ 3 ] {} <Debug> HTTP-Session: 97c71187-691d-4323-996b-87f9aceca614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9957 | 2024.07.15 22:25:07.419515 [ 3 ] {} <Debug> HTTP-Session: 97c71187-691d-4323-996b-87f9aceca614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9958 | 2024.07.15 22:25:07.419566 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 147 rows starting from the beginning of the part | ||
9959 | 2024.07.15 22:25:07.419621 [ 3 ] {} <Trace> HTTP-Session: 97c71187-691d-4323-996b-87f9aceca614 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9960 | 2024.07.15 22:25:07.419950 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 161 rows starting from the beginning of the part | ||
9961 | 2024.07.15 22:25:07.420104 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 146 rows starting from the beginning of the part | ||
9962 | 2024.07.15 22:25:07.420161 [ 3 ] {b0ae429a-95dc-4f33-a5f2-430f4f2aae55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9963 | 2024.07.15 22:25:07.420314 [ 3 ] {b0ae429a-95dc-4f33-a5f2-430f4f2aae55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9964 | 2024.07.15 22:25:07.420580 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 197 rows starting from the beginning of the part | ||
9965 | 2024.07.15 22:25:07.421161 [ 3 ] {b0ae429a-95dc-4f33-a5f2-430f4f2aae55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9966 | 2024.07.15 22:25:07.422195 [ 3 ] {b0ae429a-95dc-4f33-a5f2-430f4f2aae55} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9967 | 2024.07.15 22:25:07.422260 [ 3 ] {b0ae429a-95dc-4f33-a5f2-430f4f2aae55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
9968 | 2024.07.15 22:25:07.423200 [ 3 ] {b0ae429a-95dc-4f33-a5f2-430f4f2aae55} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9969 | 2024.07.15 22:25:07.423378 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1109 rows, containing 4 columns (4 merged, 0 gathered) in 0.004724643 sec., 234726.7296174547 rows/sec., 20.24 MiB/sec. | ||
9970 | 2024.07.15 22:25:07.423663 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9971 | 2024.07.15 22:25:07.423957 [ 3 ] {b0ae429a-95dc-4f33-a5f2-430f4f2aae55} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9972 | 2024.07.15 22:25:07.424339 [ 78 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9973 | 2024.07.15 22:25:07.424396 [ 3 ] {b0ae429a-95dc-4f33-a5f2-430f4f2aae55} <Debug> executeQuery: Read 406 rows, 29.37 KiB in 0.004486 sec., 90503.78956754346 rows/sec., 6.39 MiB/sec. | ||
9974 | 2024.07.15 22:25:07.424432 [ 78 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9975 | 2024.07.15 22:25:07.424493 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
9976 | 2024.07.15 22:25:07.424844 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_56_11} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9977 | 2024.07.15 22:25:07.424890 [ 3 ] {b0ae429a-95dc-4f33-a5f2-430f4f2aae55} <Debug> DynamicQueryHandler: Done processing query | ||
9978 | 2024.07.15 22:25:07.424912 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
9979 | 2024.07.15 22:25:07.424954 [ 3 ] {b0ae429a-95dc-4f33-a5f2-430f4f2aae55} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9980 | 2024.07.15 22:25:07.425040 [ 3 ] {} <Debug> HTTP-Session: 97c71187-691d-4323-996b-87f9aceca614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9981 | 2024.07.15 22:25:07.425156 [ 196 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_56_11} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9982 | 2024.07.15 22:25:07.425274 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9983 | 2024.07.15 22:25:07.425368 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 470 rows starting from the beginning of the part | ||
9984 | 2024.07.15 22:25:07.425372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9985 | 2024.07.15 22:25:07.425387 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
9986 | 2024.07.15 22:25:07.425533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9987 | 2024.07.15 22:25:07.425611 [ 3 ] {} <Debug> HTTP-Session: a5bc1049-f42e-42b6-aaa9-5739d88f00f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
9988 | 2024.07.15 22:25:07.425686 [ 3 ] {} <Debug> HTTP-Session: a5bc1049-f42e-42b6-aaa9-5739d88f00f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9989 | 2024.07.15 22:25:07.425703 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 386 rows starting from the beginning of the part | ||
9990 | 2024.07.15 22:25:07.425745 [ 3 ] {} <Debug> HTTP-Session: a5bc1049-f42e-42b6-aaa9-5739d88f00f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9991 | 2024.07.15 22:25:07.425882 [ 3 ] {} <Trace> HTTP-Session: a5bc1049-f42e-42b6-aaa9-5739d88f00f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9992 | 2024.07.15 22:25:07.425963 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 96 rows starting from the beginning of the part | ||
9993 | 2024.07.15 22:25:07.426250 [ 3 ] {7acad6d7-c6b4-4cf8-981f-2ccc0c290869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9994 | 2024.07.15 22:25:07.426272 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 382 rows starting from the beginning of the part | ||
9995 | 2024.07.15 22:25:07.426400 [ 3 ] {7acad6d7-c6b4-4cf8-981f-2ccc0c290869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9996 | 2024.07.15 22:25:07.426542 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 94 rows starting from the beginning of the part | ||
9997 | 2024.07.15 22:25:07.426874 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 406 rows starting from the beginning of the part | ||
9998 | 2024.07.15 22:25:07.427487 [ 3 ] {7acad6d7-c6b4-4cf8-981f-2ccc0c290869} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9999 | 2024.07.15 22:25:07.428112 [ 3 ] {7acad6d7-c6b4-4cf8-981f-2ccc0c290869} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10000 | 2024.07.15 22:25:07.428163 [ 3 ] {7acad6d7-c6b4-4cf8-981f-2ccc0c290869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10001 | 2024.07.15 22:25:07.429230 [ 3 ] {7acad6d7-c6b4-4cf8-981f-2ccc0c290869} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10002 | 2024.07.15 22:25:07.429926 [ 3 ] {7acad6d7-c6b4-4cf8-981f-2ccc0c290869} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10003 | 2024.07.15 22:25:07.430014 [ 195 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1834 rows, containing 4 columns (4 merged, 0 gathered) in 0.005339426 sec., 343482.614048776 rows/sec., 24.58 MiB/sec. | ||
10004 | 2024.07.15 22:25:07.430185 [ 78 ] {} <Debug> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
10005 | 2024.07.15 22:25:07.430240 [ 3 ] {7acad6d7-c6b4-4cf8-981f-2ccc0c290869} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004132 sec., 1452.081316553727 rows/sec., 62.39 KiB/sec. | ||
10006 | 2024.07.15 22:25:07.430249 [ 78 ] {} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10007 | 2024.07.15 22:25:07.430309 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10008 | 2024.07.15 22:25:07.430337 [ 196 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10009 | 2024.07.15 22:25:07.430813 [ 3 ] {7acad6d7-c6b4-4cf8-981f-2ccc0c290869} <Debug> DynamicQueryHandler: Done processing query | ||
10010 | 2024.07.15 22:25:07.430919 [ 3 ] {7acad6d7-c6b4-4cf8-981f-2ccc0c290869} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10011 | 2024.07.15 22:25:07.430974 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::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 | ||
10012 | 2024.07.15 22:25:07.431002 [ 3 ] {} <Debug> HTTP-Session: a5bc1049-f42e-42b6-aaa9-5739d88f00f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10013 | 2024.07.15 22:25:07.431369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10014 | 2024.07.15 22:25:07.431584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10015 | 2024.07.15 22:25:07.431698 [ 3 ] {} <Debug> HTTP-Session: f4091233-1786-4dcc-b183-9ef01e4f110e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10016 | 2024.07.15 22:25:07.431792 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10017 | 2024.07.15 22:25:07.431792 [ 3 ] {} <Debug> HTTP-Session: f4091233-1786-4dcc-b183-9ef01e4f110e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10018 | 2024.07.15 22:25:07.431884 [ 3 ] {} <Debug> HTTP-Session: f4091233-1786-4dcc-b183-9ef01e4f110e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10019 | 2024.07.15 22:25:07.431966 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
10020 | 2024.07.15 22:25:07.432112 [ 3 ] {} <Trace> HTTP-Session: f4091233-1786-4dcc-b183-9ef01e4f110e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10021 | 2024.07.15 22:25:07.432302 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
10022 | 2024.07.15 22:25:07.432699 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
10023 | 2024.07.15 22:25:07.432760 [ 3 ] {8935b344-558c-4013-bfe8-d845763e23dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10024 | 2024.07.15 22:25:07.432984 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
10025 | 2024.07.15 22:25:07.433055 [ 3 ] {8935b344-558c-4013-bfe8-d845763e23dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10026 | 2024.07.15 22:25:07.433248 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
10027 | 2024.07.15 22:25:07.433687 [ 197 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
10028 | 2024.07.15 22:25:07.434459 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_56_11} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10029 | 2024.07.15 22:25:07.434476 [ 3 ] {8935b344-558c-4013-bfe8-d845763e23dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10030 | 2024.07.15 22:25:07.434899 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_56_11} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10031 | 2024.07.15 22:25:07.435285 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
10032 | 2024.07.15 22:25:07.435726 [ 3 ] {8935b344-558c-4013-bfe8-d845763e23dc} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10033 | 2024.07.15 22:25:07.435798 [ 3 ] {8935b344-558c-4013-bfe8-d845763e23dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10034 | 2024.07.15 22:25:07.436936 [ 3 ] {8935b344-558c-4013-bfe8-d845763e23dc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10035 | 2024.07.15 22:25:07.437098 [ 196 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.006627051 sec., 23539.882219104697 rows/sec., 1011.48 KiB/sec. | ||
10036 | 2024.07.15 22:25:07.437360 [ 196 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
10037 | 2024.07.15 22:25:07.437811 [ 3 ] {8935b344-558c-4013-bfe8-d845763e23dc} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10038 | 2024.07.15 22:25:07.438139 [ 78 ] {} <Debug> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
10039 | 2024.07.15 22:25:07.438169 [ 3 ] {8935b344-558c-4013-bfe8-d845763e23dc} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005754 sec., 13381.995133819952 rows/sec., 843.84 KiB/sec. | ||
10040 | 2024.07.15 22:25:07.438210 [ 78 ] {} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10041 | 2024.07.15 22:25:07.438301 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
10042 | 2024.07.15 22:25:07.438429 [ 196 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_26_5} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10043 | 2024.07.15 22:25:07.438913 [ 3 ] {8935b344-558c-4013-bfe8-d845763e23dc} <Debug> DynamicQueryHandler: Done processing query | ||
10044 | 2024.07.15 22:25:07.438946 [ 193 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::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 | ||
10045 | 2024.07.15 22:25:07.438996 [ 3 ] {8935b344-558c-4013-bfe8-d845763e23dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10046 | 2024.07.15 22:25:07.439099 [ 3 ] {} <Debug> HTTP-Session: f4091233-1786-4dcc-b183-9ef01e4f110e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10047 | 2024.07.15 22:25:07.439375 [ 196 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_26_5} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
10048 | 2024.07.15 22:25:07.439438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 37577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10049 | 2024.07.15 22:25:07.439589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10050 | 2024.07.15 22:25:07.439658 [ 3 ] {} <Debug> HTTP-Session: b639431d-7da6-4bff-b3e4-274166fc439d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10051 | 2024.07.15 22:25:07.439678 [ 193 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10052 | 2024.07.15 22:25:07.439723 [ 3 ] {} <Debug> HTTP-Session: b639431d-7da6-4bff-b3e4-274166fc439d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10053 | 2024.07.15 22:25:07.439797 [ 3 ] {} <Debug> HTTP-Session: b639431d-7da6-4bff-b3e4-274166fc439d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10054 | 2024.07.15 22:25:07.439819 [ 193 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1617 rows starting from the beginning of the part | ||
10055 | 2024.07.15 22:25:07.439923 [ 3 ] {} <Trace> HTTP-Session: b639431d-7da6-4bff-b3e4-274166fc439d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10056 | 2024.07.15 22:25:07.439942 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10057 | 2024.07.15 22:25:07.440172 [ 193 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 77 rows starting from the beginning of the part | ||
10058 | 2024.07.15 22:25:07.440472 [ 3 ] {a231032b-5c1d-4ba2-b1c3-02d3bc904cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10059 | 2024.07.15 22:25:07.440530 [ 193 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 77 rows starting from the beginning of the part | ||
10060 | 2024.07.15 22:25:07.440631 [ 3 ] {a231032b-5c1d-4ba2-b1c3-02d3bc904cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10061 | 2024.07.15 22:25:07.440834 [ 193 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 77 rows starting from the beginning of the part | ||
10062 | 2024.07.15 22:25:07.441180 [ 193 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 77 rows starting from the beginning of the part | ||
10063 | 2024.07.15 22:25:07.441476 [ 193 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 77 rows starting from the beginning of the part | ||
10064 | 2024.07.15 22:25:07.441912 [ 3 ] {a231032b-5c1d-4ba2-b1c3-02d3bc904cf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10065 | 2024.07.15 22:25:07.442843 [ 3 ] {a231032b-5c1d-4ba2-b1c3-02d3bc904cf6} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10066 | 2024.07.15 22:25:07.442928 [ 3 ] {a231032b-5c1d-4ba2-b1c3-02d3bc904cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10067 | 2024.07.15 22:25:07.443965 [ 3 ] {a231032b-5c1d-4ba2-b1c3-02d3bc904cf6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10068 | 2024.07.15 22:25:07.444800 [ 3 ] {a231032b-5c1d-4ba2-b1c3-02d3bc904cf6} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10069 | 2024.07.15 22:25:07.444807 [ 198 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 5 columns (5 merged, 0 gathered) in 0.006295415 sec., 318009.2178196354 rows/sec., 19.58 MiB/sec. | ||
10070 | 2024.07.15 22:25:07.444976 [ 3 ] {a231032b-5c1d-4ba2-b1c3-02d3bc904cf6} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.004793 sec., 40892.96891299812 rows/sec., 2.86 MiB/sec. | ||
10071 | 2024.07.15 22:25:07.444976 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10072 | 2024.07.15 22:25:07.445060 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10073 | 2024.07.15 22:25:07.445166 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
10074 | 2024.07.15 22:25:07.445308 [ 191 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
10075 | 2024.07.15 22:25:07.445420 [ 3 ] {a231032b-5c1d-4ba2-b1c3-02d3bc904cf6} <Debug> DynamicQueryHandler: Done processing query | ||
10076 | 2024.07.15 22:25:07.445501 [ 3 ] {a231032b-5c1d-4ba2-b1c3-02d3bc904cf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10077 | 2024.07.15 22:25:07.445577 [ 3 ] {} <Debug> HTTP-Session: b639431d-7da6-4bff-b3e4-274166fc439d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10078 | 2024.07.15 22:25:07.445612 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
10079 | 2024.07.15 22:25:07.445834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10080 | 2024.07.15 22:25:07.445998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10081 | 2024.07.15 22:25:07.446113 [ 3 ] {} <Debug> HTTP-Session: d975fef8-b8ca-44f6-af6a-b886f9ef605a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10082 | 2024.07.15 22:25:07.446217 [ 3 ] {} <Debug> HTTP-Session: d975fef8-b8ca-44f6-af6a-b886f9ef605a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10083 | 2024.07.15 22:25:07.446301 [ 3 ] {} <Debug> HTTP-Session: d975fef8-b8ca-44f6-af6a-b886f9ef605a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10084 | 2024.07.15 22:25:07.446370 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10085 | 2024.07.15 22:25:07.446453 [ 3 ] {} <Trace> HTTP-Session: d975fef8-b8ca-44f6-af6a-b886f9ef605a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10086 | 2024.07.15 22:25:07.446539 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 8296 rows starting from the beginning of the part | ||
10087 | 2024.07.15 22:25:07.446868 [ 3 ] {7ce9b424-d974-4e2b-b17c-50edc0aa4350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10088 | 2024.07.15 22:25:07.447036 [ 3 ] {7ce9b424-d974-4e2b-b17c-50edc0aa4350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10089 | 2024.07.15 22:25:07.447058 [ 191 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10090 | 2024.07.15 22:25:07.447104 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 162 rows starting from the beginning of the part | ||
10091 | 2024.07.15 22:25:07.447437 [ 191 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
10092 | 2024.07.15 22:25:07.447783 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
10093 | 2024.07.15 22:25:07.447892 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 161 rows starting from the beginning of the part | ||
10094 | 2024.07.15 22:25:07.448039 [ 3 ] {7ce9b424-d974-4e2b-b17c-50edc0aa4350} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10095 | 2024.07.15 22:25:07.448177 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
10096 | 2024.07.15 22:25:07.448509 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
10097 | 2024.07.15 22:25:07.448917 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 196 rows starting from the beginning of the part | ||
10098 | 2024.07.15 22:25:07.449414 [ 3 ] {7ce9b424-d974-4e2b-b17c-50edc0aa4350} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10099 | 2024.07.15 22:25:07.449486 [ 3 ] {7ce9b424-d974-4e2b-b17c-50edc0aa4350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10100 | 2024.07.15 22:25:07.450283 [ 3 ] {7ce9b424-d974-4e2b-b17c-50edc0aa4350} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10101 | 2024.07.15 22:25:07.450821 [ 3 ] {7ce9b424-d974-4e2b-b17c-50edc0aa4350} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10102 | 2024.07.15 22:25:07.451226 [ 3 ] {7ce9b424-d974-4e2b-b17c-50edc0aa4350} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004553 sec., 5051.614320228421 rows/sec., 273.26 KiB/sec. | ||
10103 | 2024.07.15 22:25:07.451962 [ 3 ] {7ce9b424-d974-4e2b-b17c-50edc0aa4350} <Debug> DynamicQueryHandler: Done processing query | ||
10104 | 2024.07.15 22:25:07.452037 [ 3 ] {7ce9b424-d974-4e2b-b17c-50edc0aa4350} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10105 | 2024.07.15 22:25:07.452123 [ 3 ] {} <Debug> HTTP-Session: d975fef8-b8ca-44f6-af6a-b886f9ef605a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10106 | 2024.07.15 22:25:07.452341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10107 | 2024.07.15 22:25:07.452426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10108 | 2024.07.15 22:25:07.452447 [ 3 ] {} <Debug> HTTP-Session: 54f75777-1257-47ef-bd08-d8cf5eec7c28 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10109 | 2024.07.15 22:25:07.452479 [ 3 ] {} <Debug> HTTP-Session: 54f75777-1257-47ef-bd08-d8cf5eec7c28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10110 | 2024.07.15 22:25:07.452494 [ 3 ] {} <Debug> HTTP-Session: 54f75777-1257-47ef-bd08-d8cf5eec7c28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10111 | 2024.07.15 22:25:07.452568 [ 3 ] {} <Trace> HTTP-Session: 54f75777-1257-47ef-bd08-d8cf5eec7c28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10112 | 2024.07.15 22:25:07.452717 [ 3 ] {abf30e63-f202-49b6-94ba-4e547692f004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10113 | 2024.07.15 22:25:07.452763 [ 3 ] {abf30e63-f202-49b6-94ba-4e547692f004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10114 | 2024.07.15 22:25:07.452953 [ 3 ] {abf30e63-f202-49b6-94ba-4e547692f004} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10115 | 2024.07.15 22:25:07.453437 [ 3 ] {abf30e63-f202-49b6-94ba-4e547692f004} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10116 | 2024.07.15 22:25:07.453495 [ 3 ] {abf30e63-f202-49b6-94ba-4e547692f004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10117 | 2024.07.15 22:25:07.454018 [ 3 ] {abf30e63-f202-49b6-94ba-4e547692f004} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10118 | 2024.07.15 22:25:07.454592 [ 3 ] {abf30e63-f202-49b6-94ba-4e547692f004} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10119 | 2024.07.15 22:25:07.454828 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9135 rows, containing 5 columns (5 merged, 0 gathered) in 0.009536229 sec., 957925.821621943 rows/sec., 66.74 MiB/sec. | ||
10120 | 2024.07.15 22:25:07.454940 [ 78 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10121 | 2024.07.15 22:25:07.454989 [ 3 ] {abf30e63-f202-49b6-94ba-4e547692f004} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002331 sec., 25740.02574002574 rows/sec., 1.73 MiB/sec. | ||
10122 | 2024.07.15 22:25:07.455005 [ 78 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10123 | 2024.07.15 22:25:07.455060 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
10124 | 2024.07.15 22:25:07.455327 [ 188 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10125 | 2024.07.15 22:25:07.455346 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
10126 | 2024.07.15 22:25:07.455347 [ 3 ] {abf30e63-f202-49b6-94ba-4e547692f004} <Debug> DynamicQueryHandler: Done processing query | ||
10127 | 2024.07.15 22:25:07.455458 [ 3 ] {abf30e63-f202-49b6-94ba-4e547692f004} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10128 | 2024.07.15 22:25:07.455564 [ 3 ] {} <Debug> HTTP-Session: 54f75777-1257-47ef-bd08-d8cf5eec7c28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10129 | 2024.07.15 22:25:07.455772 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10130 | 2024.07.15 22:25:07.455836 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2918 rows starting from the beginning of the part | ||
10131 | 2024.07.15 22:25:07.456160 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
10132 | 2024.07.15 22:25:07.456523 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
10133 | 2024.07.15 22:25:07.456815 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
10134 | 2024.07.15 22:25:07.456984 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
10135 | 2024.07.15 22:25:07.457236 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
10136 | 2024.07.15 22:25:07.457522 [ 194 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10137 | 2024.07.15 22:25:07.457707 [ 194 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10138 | 2024.07.15 22:25:07.457840 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.08 MiB. | ||
10139 | 2024.07.15 22:25:07.458931 [ 188 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3218 rows, containing 4 columns (4 merged, 0 gathered) in 0.003732274 sec., 862208.9375003015 rows/sec., 58.15 MiB/sec. | ||
10140 | 2024.07.15 22:25:07.459234 [ 194 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10141 | 2024.07.15 22:25:07.459592 [ 194 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_56_11} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10142 | 2024.07.15 22:25:07.459663 [ 194 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_56_11} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10143 | 2024.07.15 22:25:07.459729 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
10144 | 2024.07.15 22:25:12.411606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10145 | 2024.07.15 22:25:12.411738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10146 | 2024.07.15 22:25:12.411764 [ 3 ] {} <Debug> HTTP-Session: 192697dd-6fdd-45ba-9da5-f7eacca48618 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10147 | 2024.07.15 22:25:12.411789 [ 3 ] {} <Debug> HTTP-Session: 192697dd-6fdd-45ba-9da5-f7eacca48618 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10148 | 2024.07.15 22:25:12.411804 [ 3 ] {} <Debug> HTTP-Session: 192697dd-6fdd-45ba-9da5-f7eacca48618 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10149 | 2024.07.15 22:25:12.411853 [ 3 ] {} <Trace> HTTP-Session: 192697dd-6fdd-45ba-9da5-f7eacca48618 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10150 | 2024.07.15 22:25:12.412047 [ 3 ] {a772c6d9-d933-475e-ac94-310437388e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10151 | 2024.07.15 22:25:12.412117 [ 3 ] {a772c6d9-d933-475e-ac94-310437388e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10152 | 2024.07.15 22:25:12.412313 [ 3 ] {a772c6d9-d933-475e-ac94-310437388e85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10153 | 2024.07.15 22:25:12.412774 [ 3 ] {a772c6d9-d933-475e-ac94-310437388e85} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10154 | 2024.07.15 22:25:12.412822 [ 3 ] {a772c6d9-d933-475e-ac94-310437388e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10155 | 2024.07.15 22:25:12.413204 [ 3 ] {a772c6d9-d933-475e-ac94-310437388e85} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10156 | 2024.07.15 22:25:12.413561 [ 3 ] {a772c6d9-d933-475e-ac94-310437388e85} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10157 | 2024.07.15 22:25:12.413745 [ 3 ] {a772c6d9-d933-475e-ac94-310437388e85} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001752 sec., 17123.287671232876 rows/sec., 1.36 MiB/sec. | ||
10158 | 2024.07.15 22:25:12.413958 [ 3 ] {a772c6d9-d933-475e-ac94-310437388e85} <Debug> DynamicQueryHandler: Done processing query | ||
10159 | 2024.07.15 22:25:12.413986 [ 3 ] {a772c6d9-d933-475e-ac94-310437388e85} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10160 | 2024.07.15 22:25:12.414002 [ 3 ] {} <Debug> HTTP-Session: 192697dd-6fdd-45ba-9da5-f7eacca48618 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10161 | 2024.07.15 22:25:12.414186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10162 | 2024.07.15 22:25:12.414242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10163 | 2024.07.15 22:25:12.414262 [ 3 ] {} <Debug> HTTP-Session: 9d627f46-3c5d-475b-9b76-4c6ceb399305 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10164 | 2024.07.15 22:25:12.414281 [ 3 ] {} <Debug> HTTP-Session: 9d627f46-3c5d-475b-9b76-4c6ceb399305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10165 | 2024.07.15 22:25:12.414295 [ 3 ] {} <Debug> HTTP-Session: 9d627f46-3c5d-475b-9b76-4c6ceb399305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10166 | 2024.07.15 22:25:12.414331 [ 3 ] {} <Trace> HTTP-Session: 9d627f46-3c5d-475b-9b76-4c6ceb399305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10167 | 2024.07.15 22:25:12.414435 [ 3 ] {a9b6ae82-2d31-46d4-98a8-03af2d222511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10168 | 2024.07.15 22:25:12.414483 [ 3 ] {a9b6ae82-2d31-46d4-98a8-03af2d222511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10169 | 2024.07.15 22:25:12.414618 [ 3 ] {a9b6ae82-2d31-46d4-98a8-03af2d222511} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10170 | 2024.07.15 22:25:12.414906 [ 3 ] {a9b6ae82-2d31-46d4-98a8-03af2d222511} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10171 | 2024.07.15 22:25:12.414945 [ 3 ] {a9b6ae82-2d31-46d4-98a8-03af2d222511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10172 | 2024.07.15 22:25:12.415255 [ 3 ] {a9b6ae82-2d31-46d4-98a8-03af2d222511} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10173 | 2024.07.15 22:25:12.415568 [ 3 ] {a9b6ae82-2d31-46d4-98a8-03af2d222511} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10174 | 2024.07.15 22:25:12.415727 [ 3 ] {a9b6ae82-2d31-46d4-98a8-03af2d222511} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001313 sec., 1523.2292460015233 rows/sec., 124.21 KiB/sec. | ||
10175 | 2024.07.15 22:25:12.416039 [ 3 ] {a9b6ae82-2d31-46d4-98a8-03af2d222511} <Debug> DynamicQueryHandler: Done processing query | ||
10176 | 2024.07.15 22:25:12.416092 [ 3 ] {a9b6ae82-2d31-46d4-98a8-03af2d222511} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10177 | 2024.07.15 22:25:12.416136 [ 3 ] {} <Debug> HTTP-Session: 9d627f46-3c5d-475b-9b76-4c6ceb399305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10178 | 2024.07.15 22:25:12.416377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10179 | 2024.07.15 22:25:12.416432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10180 | 2024.07.15 22:25:12.416452 [ 3 ] {} <Debug> HTTP-Session: 56a96fcb-1b22-4ab2-99a1-5354725e41bf Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10181 | 2024.07.15 22:25:12.416469 [ 3 ] {} <Debug> HTTP-Session: 56a96fcb-1b22-4ab2-99a1-5354725e41bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10182 | 2024.07.15 22:25:12.416483 [ 3 ] {} <Debug> HTTP-Session: 56a96fcb-1b22-4ab2-99a1-5354725e41bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10183 | 2024.07.15 22:25:12.416516 [ 3 ] {} <Trace> HTTP-Session: 56a96fcb-1b22-4ab2-99a1-5354725e41bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10184 | 2024.07.15 22:25:12.416659 [ 3 ] {caff798a-93ac-4089-bf54-342201b05488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10185 | 2024.07.15 22:25:12.416705 [ 3 ] {caff798a-93ac-4089-bf54-342201b05488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10186 | 2024.07.15 22:25:12.416852 [ 3 ] {caff798a-93ac-4089-bf54-342201b05488} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10187 | 2024.07.15 22:25:12.417231 [ 3 ] {caff798a-93ac-4089-bf54-342201b05488} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10188 | 2024.07.15 22:25:12.417268 [ 3 ] {caff798a-93ac-4089-bf54-342201b05488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10189 | 2024.07.15 22:25:12.417584 [ 3 ] {caff798a-93ac-4089-bf54-342201b05488} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10190 | 2024.07.15 22:25:12.417891 [ 3 ] {caff798a-93ac-4089-bf54-342201b05488} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10191 | 2024.07.15 22:25:12.418049 [ 3 ] {caff798a-93ac-4089-bf54-342201b05488} <Debug> executeQuery: Read 147 rows, 12.62 KiB in 0.001448 sec., 101519.33701657459 rows/sec., 8.51 MiB/sec. | ||
10192 | 2024.07.15 22:25:12.418212 [ 3 ] {caff798a-93ac-4089-bf54-342201b05488} <Debug> DynamicQueryHandler: Done processing query | ||
10193 | 2024.07.15 22:25:12.418237 [ 3 ] {caff798a-93ac-4089-bf54-342201b05488} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10194 | 2024.07.15 22:25:12.418253 [ 3 ] {} <Debug> HTTP-Session: 56a96fcb-1b22-4ab2-99a1-5354725e41bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10195 | 2024.07.15 22:25:12.418389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10196 | 2024.07.15 22:25:12.418436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10197 | 2024.07.15 22:25:12.418456 [ 3 ] {} <Debug> HTTP-Session: 133511e3-0432-444e-be7c-7a3bf39fd366 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10198 | 2024.07.15 22:25:12.418472 [ 3 ] {} <Debug> HTTP-Session: 133511e3-0432-444e-be7c-7a3bf39fd366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10199 | 2024.07.15 22:25:12.418486 [ 3 ] {} <Debug> HTTP-Session: 133511e3-0432-444e-be7c-7a3bf39fd366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10200 | 2024.07.15 22:25:12.418517 [ 3 ] {} <Trace> HTTP-Session: 133511e3-0432-444e-be7c-7a3bf39fd366 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10201 | 2024.07.15 22:25:12.418610 [ 3 ] {59edb170-e852-42a7-88fe-7b1df071e9f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10202 | 2024.07.15 22:25:12.418652 [ 3 ] {59edb170-e852-42a7-88fe-7b1df071e9f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10203 | 2024.07.15 22:25:12.418775 [ 3 ] {59edb170-e852-42a7-88fe-7b1df071e9f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10204 | 2024.07.15 22:25:12.419075 [ 3 ] {59edb170-e852-42a7-88fe-7b1df071e9f5} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10205 | 2024.07.15 22:25:12.419111 [ 3 ] {59edb170-e852-42a7-88fe-7b1df071e9f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10206 | 2024.07.15 22:25:12.419401 [ 3 ] {59edb170-e852-42a7-88fe-7b1df071e9f5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10207 | 2024.07.15 22:25:12.419709 [ 3 ] {59edb170-e852-42a7-88fe-7b1df071e9f5} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10208 | 2024.07.15 22:25:12.419859 [ 3 ] {59edb170-e852-42a7-88fe-7b1df071e9f5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001271 sec., 1573.5641227380015 rows/sec., 109.87 KiB/sec. | ||
10209 | 2024.07.15 22:25:12.420127 [ 3 ] {59edb170-e852-42a7-88fe-7b1df071e9f5} <Debug> DynamicQueryHandler: Done processing query | ||
10210 | 2024.07.15 22:25:12.420167 [ 3 ] {59edb170-e852-42a7-88fe-7b1df071e9f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10211 | 2024.07.15 22:25:12.420190 [ 3 ] {} <Debug> HTTP-Session: 133511e3-0432-444e-be7c-7a3bf39fd366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10212 | 2024.07.15 22:25:12.420339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10213 | 2024.07.15 22:25:12.420398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10214 | 2024.07.15 22:25:12.420424 [ 3 ] {} <Debug> HTTP-Session: e41171e3-d3fe-446f-baf7-c84bd631d11b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10215 | 2024.07.15 22:25:12.420447 [ 3 ] {} <Debug> HTTP-Session: e41171e3-d3fe-446f-baf7-c84bd631d11b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10216 | 2024.07.15 22:25:12.420466 [ 3 ] {} <Debug> HTTP-Session: e41171e3-d3fe-446f-baf7-c84bd631d11b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10217 | 2024.07.15 22:25:12.420506 [ 3 ] {} <Trace> HTTP-Session: e41171e3-d3fe-446f-baf7-c84bd631d11b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10218 | 2024.07.15 22:25:12.420675 [ 3 ] {4a77b530-9f18-4d18-ba45-6710072246ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10219 | 2024.07.15 22:25:12.420727 [ 3 ] {4a77b530-9f18-4d18-ba45-6710072246ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10220 | 2024.07.15 22:25:12.420884 [ 3 ] {4a77b530-9f18-4d18-ba45-6710072246ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10221 | 2024.07.15 22:25:12.421224 [ 3 ] {4a77b530-9f18-4d18-ba45-6710072246ab} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10222 | 2024.07.15 22:25:12.421261 [ 3 ] {4a77b530-9f18-4d18-ba45-6710072246ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10223 | 2024.07.15 22:25:12.421573 [ 3 ] {4a77b530-9f18-4d18-ba45-6710072246ab} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10224 | 2024.07.15 22:25:12.421877 [ 3 ] {4a77b530-9f18-4d18-ba45-6710072246ab} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10225 | 2024.07.15 22:25:12.422007 [ 3 ] {4a77b530-9f18-4d18-ba45-6710072246ab} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001413 sec., 67940.55201698514 rows/sec., 5.31 MiB/sec. | ||
10226 | 2024.07.15 22:25:12.422273 [ 3 ] {4a77b530-9f18-4d18-ba45-6710072246ab} <Debug> DynamicQueryHandler: Done processing query | ||
10227 | 2024.07.15 22:25:12.422334 [ 3 ] {4a77b530-9f18-4d18-ba45-6710072246ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10228 | 2024.07.15 22:25:12.422397 [ 3 ] {} <Debug> HTTP-Session: e41171e3-d3fe-446f-baf7-c84bd631d11b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10229 | 2024.07.15 22:25:12.422598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10230 | 2024.07.15 22:25:12.422649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10231 | 2024.07.15 22:25:12.422668 [ 3 ] {} <Debug> HTTP-Session: 0b455fdf-8d6f-4fe2-9404-d1303c0049bc Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10232 | 2024.07.15 22:25:12.422683 [ 3 ] {} <Debug> HTTP-Session: 0b455fdf-8d6f-4fe2-9404-d1303c0049bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10233 | 2024.07.15 22:25:12.422697 [ 3 ] {} <Debug> HTTP-Session: 0b455fdf-8d6f-4fe2-9404-d1303c0049bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10234 | 2024.07.15 22:25:12.422728 [ 3 ] {} <Trace> HTTP-Session: 0b455fdf-8d6f-4fe2-9404-d1303c0049bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10235 | 2024.07.15 22:25:12.422868 [ 3 ] {eca83bb9-4cd6-4fd7-904c-a2e4a7883571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10236 | 2024.07.15 22:25:12.422915 [ 3 ] {eca83bb9-4cd6-4fd7-904c-a2e4a7883571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10237 | 2024.07.15 22:25:12.423146 [ 3 ] {eca83bb9-4cd6-4fd7-904c-a2e4a7883571} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10238 | 2024.07.15 22:25:12.423505 [ 3 ] {eca83bb9-4cd6-4fd7-904c-a2e4a7883571} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10239 | 2024.07.15 22:25:12.423539 [ 3 ] {eca83bb9-4cd6-4fd7-904c-a2e4a7883571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10240 | 2024.07.15 22:25:12.423923 [ 3 ] {eca83bb9-4cd6-4fd7-904c-a2e4a7883571} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10241 | 2024.07.15 22:25:12.424270 [ 3 ] {eca83bb9-4cd6-4fd7-904c-a2e4a7883571} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10242 | 2024.07.15 22:25:12.424399 [ 3 ] {eca83bb9-4cd6-4fd7-904c-a2e4a7883571} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001544 sec., 104274.61139896372 rows/sec., 7.26 MiB/sec. | ||
10243 | 2024.07.15 22:25:12.424675 [ 3 ] {eca83bb9-4cd6-4fd7-904c-a2e4a7883571} <Debug> DynamicQueryHandler: Done processing query | ||
10244 | 2024.07.15 22:25:12.424736 [ 3 ] {eca83bb9-4cd6-4fd7-904c-a2e4a7883571} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10245 | 2024.07.15 22:25:12.424798 [ 3 ] {} <Debug> HTTP-Session: 0b455fdf-8d6f-4fe2-9404-d1303c0049bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10246 | 2024.07.15 22:25:12.425099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10247 | 2024.07.15 22:25:12.425152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10248 | 2024.07.15 22:25:12.425171 [ 3 ] {} <Debug> HTTP-Session: 955ce2cb-297a-4ef7-b786-e5a37daeaa8a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10249 | 2024.07.15 22:25:12.425188 [ 3 ] {} <Debug> HTTP-Session: 955ce2cb-297a-4ef7-b786-e5a37daeaa8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10250 | 2024.07.15 22:25:12.425202 [ 3 ] {} <Debug> HTTP-Session: 955ce2cb-297a-4ef7-b786-e5a37daeaa8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10251 | 2024.07.15 22:25:12.425234 [ 3 ] {} <Trace> HTTP-Session: 955ce2cb-297a-4ef7-b786-e5a37daeaa8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10252 | 2024.07.15 22:25:12.425543 [ 3 ] {f26b72d3-ad2e-467e-89c3-fc7d42bde0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10253 | 2024.07.15 22:25:12.425610 [ 3 ] {f26b72d3-ad2e-467e-89c3-fc7d42bde0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10254 | 2024.07.15 22:25:12.426024 [ 3 ] {f26b72d3-ad2e-467e-89c3-fc7d42bde0e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10255 | 2024.07.15 22:25:12.426741 [ 3 ] {f26b72d3-ad2e-467e-89c3-fc7d42bde0e5} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10256 | 2024.07.15 22:25:12.426775 [ 3 ] {f26b72d3-ad2e-467e-89c3-fc7d42bde0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10257 | 2024.07.15 22:25:12.427394 [ 3 ] {f26b72d3-ad2e-467e-89c3-fc7d42bde0e5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10258 | 2024.07.15 22:25:12.427793 [ 3 ] {f26b72d3-ad2e-467e-89c3-fc7d42bde0e5} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10259 | 2024.07.15 22:25:12.427938 [ 3 ] {f26b72d3-ad2e-467e-89c3-fc7d42bde0e5} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002611 sec., 11489.850631941785 rows/sec., 20.59 MiB/sec. | ||
10260 | 2024.07.15 22:25:12.428146 [ 3 ] {f26b72d3-ad2e-467e-89c3-fc7d42bde0e5} <Debug> DynamicQueryHandler: Done processing query | ||
10261 | 2024.07.15 22:25:12.428170 [ 3 ] {f26b72d3-ad2e-467e-89c3-fc7d42bde0e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
10262 | 2024.07.15 22:25:12.428186 [ 3 ] {} <Debug> HTTP-Session: 955ce2cb-297a-4ef7-b786-e5a37daeaa8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10263 | 2024.07.15 22:25:12.428313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10264 | 2024.07.15 22:25:12.428360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10265 | 2024.07.15 22:25:12.428380 [ 3 ] {} <Debug> HTTP-Session: feb00c0b-2d80-4372-9c33-b09e4d77e1bf Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10266 | 2024.07.15 22:25:12.428396 [ 3 ] {} <Debug> HTTP-Session: feb00c0b-2d80-4372-9c33-b09e4d77e1bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10267 | 2024.07.15 22:25:12.428410 [ 3 ] {} <Debug> HTTP-Session: feb00c0b-2d80-4372-9c33-b09e4d77e1bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10268 | 2024.07.15 22:25:12.428440 [ 3 ] {} <Trace> HTTP-Session: feb00c0b-2d80-4372-9c33-b09e4d77e1bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10269 | 2024.07.15 22:25:12.428550 [ 3 ] {823a3543-c66a-4dc5-804c-7d05d25d3d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10270 | 2024.07.15 22:25:12.428592 [ 3 ] {823a3543-c66a-4dc5-804c-7d05d25d3d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10271 | 2024.07.15 22:25:12.428716 [ 3 ] {823a3543-c66a-4dc5-804c-7d05d25d3d48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10272 | 2024.07.15 22:25:12.429000 [ 3 ] {823a3543-c66a-4dc5-804c-7d05d25d3d48} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10273 | 2024.07.15 22:25:12.429034 [ 3 ] {823a3543-c66a-4dc5-804c-7d05d25d3d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10274 | 2024.07.15 22:25:12.429387 [ 3 ] {823a3543-c66a-4dc5-804c-7d05d25d3d48} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10275 | 2024.07.15 22:25:12.429700 [ 3 ] {823a3543-c66a-4dc5-804c-7d05d25d3d48} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10276 | 2024.07.15 22:25:12.429817 [ 3 ] {823a3543-c66a-4dc5-804c-7d05d25d3d48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001305 sec., 45977.011494252874 rows/sec., 3.10 MiB/sec. | ||
10277 | 2024.07.15 22:25:12.430037 [ 3 ] {823a3543-c66a-4dc5-804c-7d05d25d3d48} <Debug> DynamicQueryHandler: Done processing query | ||
10278 | 2024.07.15 22:25:12.430088 [ 3 ] {823a3543-c66a-4dc5-804c-7d05d25d3d48} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10279 | 2024.07.15 22:25:12.430146 [ 3 ] {} <Debug> HTTP-Session: feb00c0b-2d80-4372-9c33-b09e4d77e1bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10280 | 2024.07.15 22:25:17.414579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10281 | 2024.07.15 22:25:17.414734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10282 | 2024.07.15 22:25:17.414771 [ 3 ] {} <Debug> HTTP-Session: 08d26596-8ebb-4d62-970f-fea0b4ad5a1f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10283 | 2024.07.15 22:25:17.414805 [ 3 ] {} <Debug> HTTP-Session: 08d26596-8ebb-4d62-970f-fea0b4ad5a1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10284 | 2024.07.15 22:25:17.414827 [ 3 ] {} <Debug> HTTP-Session: 08d26596-8ebb-4d62-970f-fea0b4ad5a1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10285 | 2024.07.15 22:25:17.414891 [ 3 ] {} <Trace> HTTP-Session: 08d26596-8ebb-4d62-970f-fea0b4ad5a1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10286 | 2024.07.15 22:25:17.415118 [ 3 ] {f2184166-2122-4d2b-8c71-3c48032a04a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10287 | 2024.07.15 22:25:17.415203 [ 3 ] {f2184166-2122-4d2b-8c71-3c48032a04a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10288 | 2024.07.15 22:25:17.415458 [ 3 ] {f2184166-2122-4d2b-8c71-3c48032a04a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10289 | 2024.07.15 22:25:17.415903 [ 3 ] {f2184166-2122-4d2b-8c71-3c48032a04a2} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10290 | 2024.07.15 22:25:17.415945 [ 3 ] {f2184166-2122-4d2b-8c71-3c48032a04a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10291 | 2024.07.15 22:25:17.416319 [ 3 ] {f2184166-2122-4d2b-8c71-3c48032a04a2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10292 | 2024.07.15 22:25:17.416658 [ 3 ] {f2184166-2122-4d2b-8c71-3c48032a04a2} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10293 | 2024.07.15 22:25:17.416802 [ 3 ] {f2184166-2122-4d2b-8c71-3c48032a04a2} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001758 sec., 3412.9692832764504 rows/sec., 193.31 KiB/sec. | ||
10294 | 2024.07.15 22:25:17.416813 [ 106 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10295 | 2024.07.15 22:25:17.416880 [ 106 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10296 | 2024.07.15 22:25:17.416917 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10297 | 2024.07.15 22:25:17.417025 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
10298 | 2024.07.15 22:25:17.417035 [ 3 ] {f2184166-2122-4d2b-8c71-3c48032a04a2} <Debug> DynamicQueryHandler: Done processing query | ||
10299 | 2024.07.15 22:25:17.417072 [ 3 ] {f2184166-2122-4d2b-8c71-3c48032a04a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10300 | 2024.07.15 22:25:17.417092 [ 3 ] {} <Debug> HTTP-Session: 08d26596-8ebb-4d62-970f-fea0b4ad5a1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10301 | 2024.07.15 22:25:17.417154 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10302 | 2024.07.15 22:25:17.417183 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 36 rows starting from the beginning of the part | ||
10303 | 2024.07.15 22:25:17.417242 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
10304 | 2024.07.15 22:25:17.417340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10305 | 2024.07.15 22:25:17.417560 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part | ||
10306 | 2024.07.15 22:25:17.417574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10307 | 2024.07.15 22:25:17.417655 [ 3 ] {} <Debug> HTTP-Session: 46a9ddd8-d7d4-4068-9669-7dc8750fd8d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10308 | 2024.07.15 22:25:17.417766 [ 3 ] {} <Debug> HTTP-Session: 46a9ddd8-d7d4-4068-9669-7dc8750fd8d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10309 | 2024.07.15 22:25:17.417812 [ 3 ] {} <Debug> HTTP-Session: 46a9ddd8-d7d4-4068-9669-7dc8750fd8d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10310 | 2024.07.15 22:25:17.417824 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
10311 | 2024.07.15 22:25:17.417911 [ 3 ] {} <Trace> HTTP-Session: 46a9ddd8-d7d4-4068-9669-7dc8750fd8d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10312 | 2024.07.15 22:25:17.418044 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 30 rows starting from the beginning of the part | ||
10313 | 2024.07.15 22:25:17.418279 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
10314 | 2024.07.15 22:25:17.418315 [ 3 ] {83091eae-127a-49cb-ae9c-ee422e255380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10315 | 2024.07.15 22:25:17.418469 [ 3 ] {83091eae-127a-49cb-ae9c-ee422e255380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10316 | 2024.07.15 22:25:17.418897 [ 3 ] {83091eae-127a-49cb-ae9c-ee422e255380} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10317 | 2024.07.15 22:25:17.419485 [ 3 ] {83091eae-127a-49cb-ae9c-ee422e255380} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10318 | 2024.07.15 22:25:17.419531 [ 3 ] {83091eae-127a-49cb-ae9c-ee422e255380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10319 | 2024.07.15 22:25:17.419896 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.002921478 sec., 39021.34467553752 rows/sec., 2.86 MiB/sec. | ||
10320 | 2024.07.15 22:25:17.420117 [ 3 ] {83091eae-127a-49cb-ae9c-ee422e255380} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10321 | 2024.07.15 22:25:17.420155 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10322 | 2024.07.15 22:25:17.420826 [ 3 ] {83091eae-127a-49cb-ae9c-ee422e255380} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10323 | 2024.07.15 22:25:17.421059 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_51_10} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10324 | 2024.07.15 22:25:17.421133 [ 3 ] {83091eae-127a-49cb-ae9c-ee422e255380} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.002969 sec., 54227.012462108454 rows/sec., 4.79 MiB/sec. | ||
10325 | 2024.07.15 22:25:17.421323 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_51_10} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10326 | 2024.07.15 22:25:17.421484 [ 3 ] {83091eae-127a-49cb-ae9c-ee422e255380} <Debug> DynamicQueryHandler: Done processing query | ||
10327 | 2024.07.15 22:25:17.421491 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10328 | 2024.07.15 22:25:17.421526 [ 3 ] {83091eae-127a-49cb-ae9c-ee422e255380} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10329 | 2024.07.15 22:25:17.421559 [ 3 ] {} <Debug> HTTP-Session: 46a9ddd8-d7d4-4068-9669-7dc8750fd8d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10330 | 2024.07.15 22:25:17.421759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10331 | 2024.07.15 22:25:17.421810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10332 | 2024.07.15 22:25:17.421830 [ 3 ] {} <Debug> HTTP-Session: 7d10e9cc-ca36-42a7-9247-1d94fb0c8c0d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10333 | 2024.07.15 22:25:17.421848 [ 3 ] {} <Debug> HTTP-Session: 7d10e9cc-ca36-42a7-9247-1d94fb0c8c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10334 | 2024.07.15 22:25:17.421862 [ 3 ] {} <Debug> HTTP-Session: 7d10e9cc-ca36-42a7-9247-1d94fb0c8c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10335 | 2024.07.15 22:25:17.421896 [ 3 ] {} <Trace> HTTP-Session: 7d10e9cc-ca36-42a7-9247-1d94fb0c8c0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10336 | 2024.07.15 22:25:17.422109 [ 3 ] {7748f5b9-c69a-4bd4-905e-da82fa7bbce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10337 | 2024.07.15 22:25:17.422155 [ 3 ] {7748f5b9-c69a-4bd4-905e-da82fa7bbce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10338 | 2024.07.15 22:25:17.422301 [ 3 ] {7748f5b9-c69a-4bd4-905e-da82fa7bbce1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10339 | 2024.07.15 22:25:17.422879 [ 3 ] {7748f5b9-c69a-4bd4-905e-da82fa7bbce1} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10340 | 2024.07.15 22:25:17.422914 [ 3 ] {7748f5b9-c69a-4bd4-905e-da82fa7bbce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10341 | 2024.07.15 22:25:17.423253 [ 3 ] {7748f5b9-c69a-4bd4-905e-da82fa7bbce1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10342 | 2024.07.15 22:25:17.423569 [ 3 ] {7748f5b9-c69a-4bd4-905e-da82fa7bbce1} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10343 | 2024.07.15 22:25:17.423700 [ 3 ] {7748f5b9-c69a-4bd4-905e-da82fa7bbce1} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001706 sec., 223915.592028136 rows/sec., 15.73 MiB/sec. | ||
10344 | 2024.07.15 22:25:17.423867 [ 3 ] {7748f5b9-c69a-4bd4-905e-da82fa7bbce1} <Debug> DynamicQueryHandler: Done processing query | ||
10345 | 2024.07.15 22:25:17.423891 [ 3 ] {7748f5b9-c69a-4bd4-905e-da82fa7bbce1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10346 | 2024.07.15 22:25:17.423907 [ 3 ] {} <Debug> HTTP-Session: 7d10e9cc-ca36-42a7-9247-1d94fb0c8c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10347 | 2024.07.15 22:25:17.424052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10348 | 2024.07.15 22:25:17.424102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10349 | 2024.07.15 22:25:17.424123 [ 3 ] {} <Debug> HTTP-Session: bcfce097-b6f0-43d6-9b12-b4d0fc143a51 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10350 | 2024.07.15 22:25:17.424141 [ 3 ] {} <Debug> HTTP-Session: bcfce097-b6f0-43d6-9b12-b4d0fc143a51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10351 | 2024.07.15 22:25:17.424155 [ 3 ] {} <Debug> HTTP-Session: bcfce097-b6f0-43d6-9b12-b4d0fc143a51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10352 | 2024.07.15 22:25:17.424187 [ 3 ] {} <Trace> HTTP-Session: bcfce097-b6f0-43d6-9b12-b4d0fc143a51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10353 | 2024.07.15 22:25:17.424282 [ 3 ] {d16e180a-198d-4c61-aad3-e4d312c52b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10354 | 2024.07.15 22:25:17.424327 [ 3 ] {d16e180a-198d-4c61-aad3-e4d312c52b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10355 | 2024.07.15 22:25:17.424455 [ 3 ] {d16e180a-198d-4c61-aad3-e4d312c52b9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10356 | 2024.07.15 22:25:17.424733 [ 3 ] {d16e180a-198d-4c61-aad3-e4d312c52b9d} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10357 | 2024.07.15 22:25:17.424767 [ 3 ] {d16e180a-198d-4c61-aad3-e4d312c52b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10358 | 2024.07.15 22:25:17.425126 [ 3 ] {d16e180a-198d-4c61-aad3-e4d312c52b9d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10359 | 2024.07.15 22:25:17.425459 [ 3 ] {d16e180a-198d-4c61-aad3-e4d312c52b9d} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10360 | 2024.07.15 22:25:17.425584 [ 3 ] {d16e180a-198d-4c61-aad3-e4d312c52b9d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001326 sec., 4524.886877828055 rows/sec., 194.43 KiB/sec. | ||
10361 | 2024.07.15 22:25:17.425741 [ 3 ] {d16e180a-198d-4c61-aad3-e4d312c52b9d} <Debug> DynamicQueryHandler: Done processing query | ||
10362 | 2024.07.15 22:25:17.425766 [ 3 ] {d16e180a-198d-4c61-aad3-e4d312c52b9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10363 | 2024.07.15 22:25:17.425781 [ 3 ] {} <Debug> HTTP-Session: bcfce097-b6f0-43d6-9b12-b4d0fc143a51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10364 | 2024.07.15 22:25:17.425918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10365 | 2024.07.15 22:25:17.425965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10366 | 2024.07.15 22:25:17.425985 [ 3 ] {} <Debug> HTTP-Session: a31db2fa-19d9-4665-a67d-6d9ca7ba9cf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10367 | 2024.07.15 22:25:17.426002 [ 3 ] {} <Debug> HTTP-Session: a31db2fa-19d9-4665-a67d-6d9ca7ba9cf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10368 | 2024.07.15 22:25:17.426016 [ 3 ] {} <Debug> HTTP-Session: a31db2fa-19d9-4665-a67d-6d9ca7ba9cf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10369 | 2024.07.15 22:25:17.426047 [ 3 ] {} <Trace> HTTP-Session: a31db2fa-19d9-4665-a67d-6d9ca7ba9cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10370 | 2024.07.15 22:25:17.426181 [ 3 ] {15f31002-6350-4224-87f9-48de00a9c5d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10371 | 2024.07.15 22:25:17.426227 [ 3 ] {15f31002-6350-4224-87f9-48de00a9c5d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10372 | 2024.07.15 22:25:17.426369 [ 3 ] {15f31002-6350-4224-87f9-48de00a9c5d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10373 | 2024.07.15 22:25:17.426753 [ 3 ] {15f31002-6350-4224-87f9-48de00a9c5d5} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10374 | 2024.07.15 22:25:17.426788 [ 3 ] {15f31002-6350-4224-87f9-48de00a9c5d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10375 | 2024.07.15 22:25:17.427170 [ 3 ] {15f31002-6350-4224-87f9-48de00a9c5d5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10376 | 2024.07.15 22:25:17.427511 [ 3 ] {15f31002-6350-4224-87f9-48de00a9c5d5} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10377 | 2024.07.15 22:25:17.427635 [ 3 ] {15f31002-6350-4224-87f9-48de00a9c5d5} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001513 sec., 50892.267019167215 rows/sec., 3.13 MiB/sec. | ||
10378 | 2024.07.15 22:25:17.427798 [ 3 ] {15f31002-6350-4224-87f9-48de00a9c5d5} <Debug> DynamicQueryHandler: Done processing query | ||
10379 | 2024.07.15 22:25:17.427821 [ 3 ] {15f31002-6350-4224-87f9-48de00a9c5d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10380 | 2024.07.15 22:25:17.427837 [ 3 ] {} <Debug> HTTP-Session: a31db2fa-19d9-4665-a67d-6d9ca7ba9cf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10381 | 2024.07.15 22:25:17.427995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10382 | 2024.07.15 22:25:17.428044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10383 | 2024.07.15 22:25:17.428063 [ 3 ] {} <Debug> HTTP-Session: eabc799b-5f61-438a-a948-ed866750e271 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10384 | 2024.07.15 22:25:17.428080 [ 3 ] {} <Debug> HTTP-Session: eabc799b-5f61-438a-a948-ed866750e271 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10385 | 2024.07.15 22:25:17.428094 [ 3 ] {} <Debug> HTTP-Session: eabc799b-5f61-438a-a948-ed866750e271 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10386 | 2024.07.15 22:25:17.428130 [ 3 ] {} <Trace> HTTP-Session: eabc799b-5f61-438a-a948-ed866750e271 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10387 | 2024.07.15 22:25:17.428291 [ 3 ] {81de6054-33ef-45c1-af5d-90eb82cc1170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10388 | 2024.07.15 22:25:17.428335 [ 3 ] {81de6054-33ef-45c1-af5d-90eb82cc1170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10389 | 2024.07.15 22:25:17.428474 [ 3 ] {81de6054-33ef-45c1-af5d-90eb82cc1170} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10390 | 2024.07.15 22:25:17.428867 [ 3 ] {81de6054-33ef-45c1-af5d-90eb82cc1170} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10391 | 2024.07.15 22:25:17.428902 [ 3 ] {81de6054-33ef-45c1-af5d-90eb82cc1170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10392 | 2024.07.15 22:25:17.429277 [ 3 ] {81de6054-33ef-45c1-af5d-90eb82cc1170} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10393 | 2024.07.15 22:25:17.429610 [ 3 ] {81de6054-33ef-45c1-af5d-90eb82cc1170} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10394 | 2024.07.15 22:25:17.429742 [ 3 ] {81de6054-33ef-45c1-af5d-90eb82cc1170} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001533 sec., 104370.51532941943 rows/sec., 7.27 MiB/sec. | ||
10395 | 2024.07.15 22:25:17.429903 [ 3 ] {81de6054-33ef-45c1-af5d-90eb82cc1170} <Debug> DynamicQueryHandler: Done processing query | ||
10396 | 2024.07.15 22:25:17.429926 [ 3 ] {81de6054-33ef-45c1-af5d-90eb82cc1170} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10397 | 2024.07.15 22:25:17.429943 [ 3 ] {} <Debug> HTTP-Session: eabc799b-5f61-438a-a948-ed866750e271 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10398 | 2024.07.15 22:25:17.430064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10399 | 2024.07.15 22:25:17.430118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10400 | 2024.07.15 22:25:17.430143 [ 3 ] {} <Debug> HTTP-Session: 5bd6c831-6663-4042-96fb-f5f8d317cf1f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10401 | 2024.07.15 22:25:17.430160 [ 3 ] {} <Debug> HTTP-Session: 5bd6c831-6663-4042-96fb-f5f8d317cf1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10402 | 2024.07.15 22:25:17.430174 [ 3 ] {} <Debug> HTTP-Session: 5bd6c831-6663-4042-96fb-f5f8d317cf1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10403 | 2024.07.15 22:25:17.430205 [ 3 ] {} <Trace> HTTP-Session: 5bd6c831-6663-4042-96fb-f5f8d317cf1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10404 | 2024.07.15 22:25:17.430304 [ 3 ] {0e57d01f-93a0-40b1-b6c8-1bf69fb43ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10405 | 2024.07.15 22:25:17.430350 [ 3 ] {0e57d01f-93a0-40b1-b6c8-1bf69fb43ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10406 | 2024.07.15 22:25:17.430476 [ 3 ] {0e57d01f-93a0-40b1-b6c8-1bf69fb43ba6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10407 | 2024.07.15 22:25:17.430839 [ 3 ] {0e57d01f-93a0-40b1-b6c8-1bf69fb43ba6} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10408 | 2024.07.15 22:25:17.430874 [ 3 ] {0e57d01f-93a0-40b1-b6c8-1bf69fb43ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10409 | 2024.07.15 22:25:17.431236 [ 3 ] {0e57d01f-93a0-40b1-b6c8-1bf69fb43ba6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10410 | 2024.07.15 22:25:17.431575 [ 3 ] {0e57d01f-93a0-40b1-b6c8-1bf69fb43ba6} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10411 | 2024.07.15 22:25:17.431694 [ 3 ] {0e57d01f-93a0-40b1-b6c8-1bf69fb43ba6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001418 sec., 16220.02820874471 rows/sec., 877.39 KiB/sec. | ||
10412 | 2024.07.15 22:25:17.431856 [ 3 ] {0e57d01f-93a0-40b1-b6c8-1bf69fb43ba6} <Debug> DynamicQueryHandler: Done processing query | ||
10413 | 2024.07.15 22:25:17.431881 [ 3 ] {0e57d01f-93a0-40b1-b6c8-1bf69fb43ba6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10414 | 2024.07.15 22:25:17.431896 [ 3 ] {} <Debug> HTTP-Session: 5bd6c831-6663-4042-96fb-f5f8d317cf1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10415 | 2024.07.15 22:25:17.432019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10416 | 2024.07.15 22:25:17.432069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10417 | 2024.07.15 22:25:17.432088 [ 3 ] {} <Debug> HTTP-Session: e35728ee-15dd-4224-a9aa-9b3ddb1c3dd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10418 | 2024.07.15 22:25:17.432107 [ 3 ] {} <Debug> HTTP-Session: e35728ee-15dd-4224-a9aa-9b3ddb1c3dd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10419 | 2024.07.15 22:25:17.432122 [ 3 ] {} <Debug> HTTP-Session: e35728ee-15dd-4224-a9aa-9b3ddb1c3dd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10420 | 2024.07.15 22:25:17.432153 [ 3 ] {} <Trace> HTTP-Session: e35728ee-15dd-4224-a9aa-9b3ddb1c3dd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10421 | 2024.07.15 22:25:17.432274 [ 3 ] {e0c8f202-cba8-4fe2-9c26-ad1dc7134077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10422 | 2024.07.15 22:25:17.432318 [ 3 ] {e0c8f202-cba8-4fe2-9c26-ad1dc7134077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10423 | 2024.07.15 22:25:17.432444 [ 3 ] {e0c8f202-cba8-4fe2-9c26-ad1dc7134077} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10424 | 2024.07.15 22:25:17.432742 [ 3 ] {e0c8f202-cba8-4fe2-9c26-ad1dc7134077} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10425 | 2024.07.15 22:25:17.432778 [ 3 ] {e0c8f202-cba8-4fe2-9c26-ad1dc7134077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10426 | 2024.07.15 22:25:17.433137 [ 3 ] {e0c8f202-cba8-4fe2-9c26-ad1dc7134077} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10427 | 2024.07.15 22:25:17.433464 [ 3 ] {e0c8f202-cba8-4fe2-9c26-ad1dc7134077} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10428 | 2024.07.15 22:25:17.433589 [ 3 ] {e0c8f202-cba8-4fe2-9c26-ad1dc7134077} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
10429 | 2024.07.15 22:25:17.433749 [ 3 ] {e0c8f202-cba8-4fe2-9c26-ad1dc7134077} <Debug> DynamicQueryHandler: Done processing query | ||
10430 | 2024.07.15 22:25:17.433773 [ 3 ] {e0c8f202-cba8-4fe2-9c26-ad1dc7134077} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10431 | 2024.07.15 22:25:17.433789 [ 3 ] {} <Debug> HTTP-Session: e35728ee-15dd-4224-a9aa-9b3ddb1c3dd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10432 | 2024.07.15 22:25:20.645489 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10433 | 2024.07.15 22:25:20.645559 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10434 | 2024.07.15 22:25:22.411214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10435 | 2024.07.15 22:25:22.411330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10436 | 2024.07.15 22:25:22.411356 [ 3 ] {} <Debug> HTTP-Session: 57b4a4e3-2b7c-4a66-9e0c-7f0e861581d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10437 | 2024.07.15 22:25:22.411381 [ 3 ] {} <Debug> HTTP-Session: 57b4a4e3-2b7c-4a66-9e0c-7f0e861581d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10438 | 2024.07.15 22:25:22.411399 [ 3 ] {} <Debug> HTTP-Session: 57b4a4e3-2b7c-4a66-9e0c-7f0e861581d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10439 | 2024.07.15 22:25:22.411450 [ 3 ] {} <Trace> HTTP-Session: 57b4a4e3-2b7c-4a66-9e0c-7f0e861581d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10440 | 2024.07.15 22:25:22.411656 [ 3 ] {17cea59c-0cfe-4c74-9172-b5963368b434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10441 | 2024.07.15 22:25:22.411729 [ 3 ] {17cea59c-0cfe-4c74-9172-b5963368b434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10442 | 2024.07.15 22:25:22.411963 [ 3 ] {17cea59c-0cfe-4c74-9172-b5963368b434} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10443 | 2024.07.15 22:25:22.412435 [ 3 ] {17cea59c-0cfe-4c74-9172-b5963368b434} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10444 | 2024.07.15 22:25:22.412484 [ 3 ] {17cea59c-0cfe-4c74-9172-b5963368b434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10445 | 2024.07.15 22:25:22.412849 [ 3 ] {17cea59c-0cfe-4c74-9172-b5963368b434} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10446 | 2024.07.15 22:25:22.413182 [ 3 ] {17cea59c-0cfe-4c74-9172-b5963368b434} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10447 | 2024.07.15 22:25:22.413337 [ 3 ] {17cea59c-0cfe-4c74-9172-b5963368b434} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001747 sec., 17172.29536348025 rows/sec., 1.36 MiB/sec. | ||
10448 | 2024.07.15 22:25:22.413645 [ 3 ] {17cea59c-0cfe-4c74-9172-b5963368b434} <Debug> DynamicQueryHandler: Done processing query | ||
10449 | 2024.07.15 22:25:22.413697 [ 3 ] {17cea59c-0cfe-4c74-9172-b5963368b434} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10450 | 2024.07.15 22:25:22.413743 [ 3 ] {} <Debug> HTTP-Session: 57b4a4e3-2b7c-4a66-9e0c-7f0e861581d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10451 | 2024.07.15 22:25:22.413915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10452 | 2024.07.15 22:25:22.413976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10453 | 2024.07.15 22:25:22.413996 [ 3 ] {} <Debug> HTTP-Session: 6fd6fb81-053e-4191-9a4a-ed854edb785c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10454 | 2024.07.15 22:25:22.414015 [ 3 ] {} <Debug> HTTP-Session: 6fd6fb81-053e-4191-9a4a-ed854edb785c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10455 | 2024.07.15 22:25:22.414029 [ 3 ] {} <Debug> HTTP-Session: 6fd6fb81-053e-4191-9a4a-ed854edb785c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10456 | 2024.07.15 22:25:22.414066 [ 3 ] {} <Trace> HTTP-Session: 6fd6fb81-053e-4191-9a4a-ed854edb785c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10457 | 2024.07.15 22:25:22.414221 [ 3 ] {43a6935d-42a6-4d4e-95c6-342c0c886c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10458 | 2024.07.15 22:25:22.414271 [ 3 ] {43a6935d-42a6-4d4e-95c6-342c0c886c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10459 | 2024.07.15 22:25:22.414427 [ 3 ] {43a6935d-42a6-4d4e-95c6-342c0c886c2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10460 | 2024.07.15 22:25:22.414880 [ 3 ] {43a6935d-42a6-4d4e-95c6-342c0c886c2d} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10461 | 2024.07.15 22:25:22.414918 [ 3 ] {43a6935d-42a6-4d4e-95c6-342c0c886c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10462 | 2024.07.15 22:25:22.415251 [ 3 ] {43a6935d-42a6-4d4e-95c6-342c0c886c2d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10463 | 2024.07.15 22:25:22.415553 [ 3 ] {43a6935d-42a6-4d4e-95c6-342c0c886c2d} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10464 | 2024.07.15 22:25:22.415702 [ 3 ] {43a6935d-42a6-4d4e-95c6-342c0c886c2d} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001548 sec., 94315.24547803619 rows/sec., 7.92 MiB/sec. | ||
10465 | 2024.07.15 22:25:22.415937 [ 3 ] {43a6935d-42a6-4d4e-95c6-342c0c886c2d} <Debug> DynamicQueryHandler: Done processing query | ||
10466 | 2024.07.15 22:25:22.415981 [ 3 ] {43a6935d-42a6-4d4e-95c6-342c0c886c2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10467 | 2024.07.15 22:25:22.416027 [ 3 ] {} <Debug> HTTP-Session: 6fd6fb81-053e-4191-9a4a-ed854edb785c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10468 | 2024.07.15 22:25:22.416219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10469 | 2024.07.15 22:25:22.416276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10470 | 2024.07.15 22:25:22.416296 [ 3 ] {} <Debug> HTTP-Session: 4bdafe1f-65da-413c-b004-75d4c5084916 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10471 | 2024.07.15 22:25:22.416313 [ 3 ] {} <Debug> HTTP-Session: 4bdafe1f-65da-413c-b004-75d4c5084916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10472 | 2024.07.15 22:25:22.416326 [ 3 ] {} <Debug> HTTP-Session: 4bdafe1f-65da-413c-b004-75d4c5084916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10473 | 2024.07.15 22:25:22.416359 [ 3 ] {} <Trace> HTTP-Session: 4bdafe1f-65da-413c-b004-75d4c5084916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10474 | 2024.07.15 22:25:22.416491 [ 3 ] {60c633d6-76c7-4240-bf3a-36cda281c665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10475 | 2024.07.15 22:25:22.416535 [ 3 ] {60c633d6-76c7-4240-bf3a-36cda281c665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10476 | 2024.07.15 22:25:22.416679 [ 3 ] {60c633d6-76c7-4240-bf3a-36cda281c665} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10477 | 2024.07.15 22:25:22.417046 [ 3 ] {60c633d6-76c7-4240-bf3a-36cda281c665} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10478 | 2024.07.15 22:25:22.417081 [ 3 ] {60c633d6-76c7-4240-bf3a-36cda281c665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10479 | 2024.07.15 22:25:22.417816 [ 3 ] {60c633d6-76c7-4240-bf3a-36cda281c665} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10480 | 2024.07.15 22:25:22.418173 [ 3 ] {60c633d6-76c7-4240-bf3a-36cda281c665} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10481 | 2024.07.15 22:25:22.418334 [ 3 ] {60c633d6-76c7-4240-bf3a-36cda281c665} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001895 sec., 49604.22163588391 rows/sec., 3.87 MiB/sec. | ||
10482 | 2024.07.15 22:25:22.418512 [ 3 ] {60c633d6-76c7-4240-bf3a-36cda281c665} <Debug> DynamicQueryHandler: Done processing query | ||
10483 | 2024.07.15 22:25:22.418536 [ 3 ] {60c633d6-76c7-4240-bf3a-36cda281c665} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10484 | 2024.07.15 22:25:22.418551 [ 3 ] {} <Debug> HTTP-Session: 4bdafe1f-65da-413c-b004-75d4c5084916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10485 | 2024.07.15 22:25:22.418697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10486 | 2024.07.15 22:25:22.418746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10487 | 2024.07.15 22:25:22.418766 [ 3 ] {} <Debug> HTTP-Session: 95aa9535-fc33-4462-a40f-7b143d7cc406 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10488 | 2024.07.15 22:25:22.418783 [ 3 ] {} <Debug> HTTP-Session: 95aa9535-fc33-4462-a40f-7b143d7cc406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10489 | 2024.07.15 22:25:22.418798 [ 3 ] {} <Debug> HTTP-Session: 95aa9535-fc33-4462-a40f-7b143d7cc406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10490 | 2024.07.15 22:25:22.418828 [ 3 ] {} <Trace> HTTP-Session: 95aa9535-fc33-4462-a40f-7b143d7cc406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10491 | 2024.07.15 22:25:22.418969 [ 3 ] {a84f0a28-9d6d-4a44-ba10-dff776118840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10492 | 2024.07.15 22:25:22.419016 [ 3 ] {a84f0a28-9d6d-4a44-ba10-dff776118840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10493 | 2024.07.15 22:25:22.419165 [ 3 ] {a84f0a28-9d6d-4a44-ba10-dff776118840} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10494 | 2024.07.15 22:25:22.419558 [ 3 ] {a84f0a28-9d6d-4a44-ba10-dff776118840} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10495 | 2024.07.15 22:25:22.419595 [ 3 ] {a84f0a28-9d6d-4a44-ba10-dff776118840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10496 | 2024.07.15 22:25:22.419980 [ 3 ] {a84f0a28-9d6d-4a44-ba10-dff776118840} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10497 | 2024.07.15 22:25:22.420375 [ 3 ] {a84f0a28-9d6d-4a44-ba10-dff776118840} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10498 | 2024.07.15 22:25:22.420567 [ 3 ] {a84f0a28-9d6d-4a44-ba10-dff776118840} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001652 sec., 96852.30024213075 rows/sec., 6.75 MiB/sec. | ||
10499 | 2024.07.15 22:25:22.420935 [ 3 ] {a84f0a28-9d6d-4a44-ba10-dff776118840} <Debug> DynamicQueryHandler: Done processing query | ||
10500 | 2024.07.15 22:25:22.420981 [ 3 ] {a84f0a28-9d6d-4a44-ba10-dff776118840} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10501 | 2024.07.15 22:25:22.421009 [ 3 ] {} <Debug> HTTP-Session: 95aa9535-fc33-4462-a40f-7b143d7cc406 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10502 | 2024.07.15 22:25:22.421179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10503 | 2024.07.15 22:25:22.421230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10504 | 2024.07.15 22:25:22.421250 [ 3 ] {} <Debug> HTTP-Session: d780d795-548b-4275-97c5-fa02fa25c91d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10505 | 2024.07.15 22:25:22.421266 [ 3 ] {} <Debug> HTTP-Session: d780d795-548b-4275-97c5-fa02fa25c91d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10506 | 2024.07.15 22:25:22.421280 [ 3 ] {} <Debug> HTTP-Session: d780d795-548b-4275-97c5-fa02fa25c91d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10507 | 2024.07.15 22:25:22.421312 [ 3 ] {} <Trace> HTTP-Session: d780d795-548b-4275-97c5-fa02fa25c91d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10508 | 2024.07.15 22:25:22.421644 [ 3 ] {b4ca8f91-46ab-4526-a151-62c7ed103f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10509 | 2024.07.15 22:25:22.421714 [ 3 ] {b4ca8f91-46ab-4526-a151-62c7ed103f0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10510 | 2024.07.15 22:25:22.422122 [ 3 ] {b4ca8f91-46ab-4526-a151-62c7ed103f0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10511 | 2024.07.15 22:25:22.422811 [ 3 ] {b4ca8f91-46ab-4526-a151-62c7ed103f0a} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10512 | 2024.07.15 22:25:22.422847 [ 3 ] {b4ca8f91-46ab-4526-a151-62c7ed103f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10513 | 2024.07.15 22:25:22.423456 [ 3 ] {b4ca8f91-46ab-4526-a151-62c7ed103f0a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10514 | 2024.07.15 22:25:22.423849 [ 3 ] {b4ca8f91-46ab-4526-a151-62c7ed103f0a} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10515 | 2024.07.15 22:25:22.424069 [ 3 ] {b4ca8f91-46ab-4526-a151-62c7ed103f0a} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002652 sec., 11312.217194570136 rows/sec., 20.27 MiB/sec. | ||
10516 | 2024.07.15 22:25:22.424614 [ 3 ] {b4ca8f91-46ab-4526-a151-62c7ed103f0a} <Debug> DynamicQueryHandler: Done processing query | ||
10517 | 2024.07.15 22:25:22.424638 [ 3 ] {b4ca8f91-46ab-4526-a151-62c7ed103f0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
10518 | 2024.07.15 22:25:22.424654 [ 3 ] {} <Debug> HTTP-Session: d780d795-548b-4275-97c5-fa02fa25c91d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10519 | 2024.07.15 22:25:22.424764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10520 | 2024.07.15 22:25:22.424814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10521 | 2024.07.15 22:25:22.424833 [ 3 ] {} <Debug> HTTP-Session: 56533349-7ff1-4e57-9b8b-70844d07c5f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10522 | 2024.07.15 22:25:22.424850 [ 3 ] {} <Debug> HTTP-Session: 56533349-7ff1-4e57-9b8b-70844d07c5f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10523 | 2024.07.15 22:25:22.424864 [ 3 ] {} <Debug> HTTP-Session: 56533349-7ff1-4e57-9b8b-70844d07c5f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10524 | 2024.07.15 22:25:22.424894 [ 3 ] {} <Trace> HTTP-Session: 56533349-7ff1-4e57-9b8b-70844d07c5f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10525 | 2024.07.15 22:25:22.425006 [ 3 ] {419eda97-9996-4f00-ad73-d928a8523488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10526 | 2024.07.15 22:25:22.425050 [ 3 ] {419eda97-9996-4f00-ad73-d928a8523488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10527 | 2024.07.15 22:25:22.425206 [ 3 ] {419eda97-9996-4f00-ad73-d928a8523488} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10528 | 2024.07.15 22:25:22.425504 [ 3 ] {419eda97-9996-4f00-ad73-d928a8523488} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10529 | 2024.07.15 22:25:22.425539 [ 3 ] {419eda97-9996-4f00-ad73-d928a8523488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10530 | 2024.07.15 22:25:22.425886 [ 3 ] {419eda97-9996-4f00-ad73-d928a8523488} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10531 | 2024.07.15 22:25:22.426200 [ 3 ] {419eda97-9996-4f00-ad73-d928a8523488} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10532 | 2024.07.15 22:25:22.426324 [ 3 ] {419eda97-9996-4f00-ad73-d928a8523488} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
10533 | 2024.07.15 22:25:22.426777 [ 3 ] {419eda97-9996-4f00-ad73-d928a8523488} <Debug> DynamicQueryHandler: Done processing query | ||
10534 | 2024.07.15 22:25:22.426897 [ 3 ] {419eda97-9996-4f00-ad73-d928a8523488} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10535 | 2024.07.15 22:25:22.427034 [ 3 ] {} <Debug> HTTP-Session: 56533349-7ff1-4e57-9b8b-70844d07c5f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10536 | 2024.07.15 22:25:27.413031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10537 | 2024.07.15 22:25:27.413168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10538 | 2024.07.15 22:25:27.413199 [ 3 ] {} <Debug> HTTP-Session: 55f89895-0f6d-459f-958c-d0ef5e5ba0a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10539 | 2024.07.15 22:25:27.413229 [ 3 ] {} <Debug> HTTP-Session: 55f89895-0f6d-459f-958c-d0ef5e5ba0a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10540 | 2024.07.15 22:25:27.413247 [ 3 ] {} <Debug> HTTP-Session: 55f89895-0f6d-459f-958c-d0ef5e5ba0a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10541 | 2024.07.15 22:25:27.413304 [ 3 ] {} <Trace> HTTP-Session: 55f89895-0f6d-459f-958c-d0ef5e5ba0a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10542 | 2024.07.15 22:25:27.413498 [ 3 ] {1f59a78f-81ff-445c-9ddd-98ae3b2bbedd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10543 | 2024.07.15 22:25:27.413570 [ 3 ] {1f59a78f-81ff-445c-9ddd-98ae3b2bbedd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10544 | 2024.07.15 22:25:27.413788 [ 3 ] {1f59a78f-81ff-445c-9ddd-98ae3b2bbedd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10545 | 2024.07.15 22:25:27.414227 [ 3 ] {1f59a78f-81ff-445c-9ddd-98ae3b2bbedd} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10546 | 2024.07.15 22:25:27.414265 [ 3 ] {1f59a78f-81ff-445c-9ddd-98ae3b2bbedd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10547 | 2024.07.15 22:25:27.414626 [ 3 ] {1f59a78f-81ff-445c-9ddd-98ae3b2bbedd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10548 | 2024.07.15 22:25:27.414958 [ 3 ] {1f59a78f-81ff-445c-9ddd-98ae3b2bbedd} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10549 | 2024.07.15 22:25:27.415100 [ 3 ] {1f59a78f-81ff-445c-9ddd-98ae3b2bbedd} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001661 sec., 3612.281757977122 rows/sec., 204.60 KiB/sec. | ||
10550 | 2024.07.15 22:25:27.415281 [ 3 ] {1f59a78f-81ff-445c-9ddd-98ae3b2bbedd} <Debug> DynamicQueryHandler: Done processing query | ||
10551 | 2024.07.15 22:25:27.415306 [ 3 ] {1f59a78f-81ff-445c-9ddd-98ae3b2bbedd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10552 | 2024.07.15 22:25:27.415322 [ 3 ] {} <Debug> HTTP-Session: 55f89895-0f6d-459f-958c-d0ef5e5ba0a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10553 | 2024.07.15 22:25:27.415489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10554 | 2024.07.15 22:25:27.415538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10555 | 2024.07.15 22:25:27.415557 [ 3 ] {} <Debug> HTTP-Session: 1885f393-18ee-40af-8938-425e698fd307 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10556 | 2024.07.15 22:25:27.415574 [ 3 ] {} <Debug> HTTP-Session: 1885f393-18ee-40af-8938-425e698fd307 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10557 | 2024.07.15 22:25:27.415588 [ 3 ] {} <Debug> HTTP-Session: 1885f393-18ee-40af-8938-425e698fd307 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10558 | 2024.07.15 22:25:27.415619 [ 3 ] {} <Trace> HTTP-Session: 1885f393-18ee-40af-8938-425e698fd307 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10559 | 2024.07.15 22:25:27.415755 [ 3 ] {7f3ba228-32dd-48b0-aace-2e43de3b9706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10560 | 2024.07.15 22:25:27.415798 [ 3 ] {7f3ba228-32dd-48b0-aace-2e43de3b9706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10561 | 2024.07.15 22:25:27.415920 [ 3 ] {7f3ba228-32dd-48b0-aace-2e43de3b9706} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10562 | 2024.07.15 22:25:27.416349 [ 3 ] {7f3ba228-32dd-48b0-aace-2e43de3b9706} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10563 | 2024.07.15 22:25:27.416391 [ 3 ] {7f3ba228-32dd-48b0-aace-2e43de3b9706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10564 | 2024.07.15 22:25:27.416717 [ 3 ] {7f3ba228-32dd-48b0-aace-2e43de3b9706} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10565 | 2024.07.15 22:25:27.417014 [ 3 ] {7f3ba228-32dd-48b0-aace-2e43de3b9706} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10566 | 2024.07.15 22:25:27.417140 [ 3 ] {7f3ba228-32dd-48b0-aace-2e43de3b9706} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001447 sec., 111264.68555632343 rows/sec., 9.82 MiB/sec. | ||
10567 | 2024.07.15 22:25:27.417297 [ 3 ] {7f3ba228-32dd-48b0-aace-2e43de3b9706} <Debug> DynamicQueryHandler: Done processing query | ||
10568 | 2024.07.15 22:25:27.417322 [ 3 ] {7f3ba228-32dd-48b0-aace-2e43de3b9706} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10569 | 2024.07.15 22:25:27.417338 [ 3 ] {} <Debug> HTTP-Session: 1885f393-18ee-40af-8938-425e698fd307 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10570 | 2024.07.15 22:25:27.417502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10571 | 2024.07.15 22:25:27.417550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10572 | 2024.07.15 22:25:27.417570 [ 3 ] {} <Debug> HTTP-Session: 725c190f-86df-4dcb-86ee-0aeb4de3b43a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10573 | 2024.07.15 22:25:27.417586 [ 3 ] {} <Debug> HTTP-Session: 725c190f-86df-4dcb-86ee-0aeb4de3b43a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10574 | 2024.07.15 22:25:27.417600 [ 3 ] {} <Debug> HTTP-Session: 725c190f-86df-4dcb-86ee-0aeb4de3b43a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10575 | 2024.07.15 22:25:27.417632 [ 3 ] {} <Trace> HTTP-Session: 725c190f-86df-4dcb-86ee-0aeb4de3b43a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10576 | 2024.07.15 22:25:27.417828 [ 3 ] {839f7bb4-78c9-4313-8d08-470ab075911a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10577 | 2024.07.15 22:25:27.417871 [ 3 ] {839f7bb4-78c9-4313-8d08-470ab075911a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10578 | 2024.07.15 22:25:27.417994 [ 3 ] {839f7bb4-78c9-4313-8d08-470ab075911a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10579 | 2024.07.15 22:25:27.418476 [ 3 ] {839f7bb4-78c9-4313-8d08-470ab075911a} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10580 | 2024.07.15 22:25:27.418512 [ 3 ] {839f7bb4-78c9-4313-8d08-470ab075911a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10581 | 2024.07.15 22:25:27.418843 [ 3 ] {839f7bb4-78c9-4313-8d08-470ab075911a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10582 | 2024.07.15 22:25:27.419149 [ 3 ] {839f7bb4-78c9-4313-8d08-470ab075911a} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10583 | 2024.07.15 22:25:27.419285 [ 3 ] {839f7bb4-78c9-4313-8d08-470ab075911a} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001561 sec., 244714.9263292761 rows/sec., 17.19 MiB/sec. | ||
10584 | 2024.07.15 22:25:27.419477 [ 3 ] {839f7bb4-78c9-4313-8d08-470ab075911a} <Debug> DynamicQueryHandler: Done processing query | ||
10585 | 2024.07.15 22:25:27.419513 [ 3 ] {839f7bb4-78c9-4313-8d08-470ab075911a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10586 | 2024.07.15 22:25:27.419545 [ 3 ] {} <Debug> HTTP-Session: 725c190f-86df-4dcb-86ee-0aeb4de3b43a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10587 | 2024.07.15 22:25:27.419682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10588 | 2024.07.15 22:25:27.419730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10589 | 2024.07.15 22:25:27.419749 [ 3 ] {} <Debug> HTTP-Session: 844cc2af-a542-459f-9aae-394b16677bb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10590 | 2024.07.15 22:25:27.419766 [ 3 ] {} <Debug> HTTP-Session: 844cc2af-a542-459f-9aae-394b16677bb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10591 | 2024.07.15 22:25:27.419781 [ 3 ] {} <Debug> HTTP-Session: 844cc2af-a542-459f-9aae-394b16677bb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10592 | 2024.07.15 22:25:27.419813 [ 3 ] {} <Trace> HTTP-Session: 844cc2af-a542-459f-9aae-394b16677bb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10593 | 2024.07.15 22:25:27.419908 [ 3 ] {c56cf9eb-4f38-426b-9622-a3c5455e311d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10594 | 2024.07.15 22:25:27.419954 [ 3 ] {c56cf9eb-4f38-426b-9622-a3c5455e311d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10595 | 2024.07.15 22:25:27.420092 [ 3 ] {c56cf9eb-4f38-426b-9622-a3c5455e311d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10596 | 2024.07.15 22:25:27.420403 [ 3 ] {c56cf9eb-4f38-426b-9622-a3c5455e311d} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10597 | 2024.07.15 22:25:27.420448 [ 3 ] {c56cf9eb-4f38-426b-9622-a3c5455e311d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10598 | 2024.07.15 22:25:27.420880 [ 3 ] {c56cf9eb-4f38-426b-9622-a3c5455e311d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10599 | 2024.07.15 22:25:27.421204 [ 3 ] {c56cf9eb-4f38-426b-9622-a3c5455e311d} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10600 | 2024.07.15 22:25:27.421359 [ 3 ] {c56cf9eb-4f38-426b-9622-a3c5455e311d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 175.62 KiB/sec. | ||
10601 | 2024.07.15 22:25:27.421528 [ 3 ] {c56cf9eb-4f38-426b-9622-a3c5455e311d} <Debug> DynamicQueryHandler: Done processing query | ||
10602 | 2024.07.15 22:25:27.421554 [ 3 ] {c56cf9eb-4f38-426b-9622-a3c5455e311d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10603 | 2024.07.15 22:25:27.421571 [ 3 ] {} <Debug> HTTP-Session: 844cc2af-a542-459f-9aae-394b16677bb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10604 | 2024.07.15 22:25:27.421681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10605 | 2024.07.15 22:25:27.421732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10606 | 2024.07.15 22:25:27.421752 [ 3 ] {} <Debug> HTTP-Session: bd503587-d919-4c2c-9902-569b901c5702 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10607 | 2024.07.15 22:25:27.421769 [ 3 ] {} <Debug> HTTP-Session: bd503587-d919-4c2c-9902-569b901c5702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10608 | 2024.07.15 22:25:27.421783 [ 3 ] {} <Debug> HTTP-Session: bd503587-d919-4c2c-9902-569b901c5702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10609 | 2024.07.15 22:25:27.421814 [ 3 ] {} <Trace> HTTP-Session: bd503587-d919-4c2c-9902-569b901c5702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10610 | 2024.07.15 22:25:27.421955 [ 3 ] {16cd71fe-4ccc-40a8-bc8c-69ecc2a9ae36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10611 | 2024.07.15 22:25:27.422002 [ 3 ] {16cd71fe-4ccc-40a8-bc8c-69ecc2a9ae36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10612 | 2024.07.15 22:25:27.422150 [ 3 ] {16cd71fe-4ccc-40a8-bc8c-69ecc2a9ae36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10613 | 2024.07.15 22:25:27.422466 [ 3 ] {16cd71fe-4ccc-40a8-bc8c-69ecc2a9ae36} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10614 | 2024.07.15 22:25:27.422502 [ 3 ] {16cd71fe-4ccc-40a8-bc8c-69ecc2a9ae36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10615 | 2024.07.15 22:25:27.422882 [ 3 ] {16cd71fe-4ccc-40a8-bc8c-69ecc2a9ae36} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10616 | 2024.07.15 22:25:27.423208 [ 3 ] {16cd71fe-4ccc-40a8-bc8c-69ecc2a9ae36} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10617 | 2024.07.15 22:25:27.423365 [ 3 ] {16cd71fe-4ccc-40a8-bc8c-69ecc2a9ae36} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001472 sec., 52309.782608695656 rows/sec., 3.22 MiB/sec. | ||
10618 | 2024.07.15 22:25:27.423520 [ 3 ] {16cd71fe-4ccc-40a8-bc8c-69ecc2a9ae36} <Debug> DynamicQueryHandler: Done processing query | ||
10619 | 2024.07.15 22:25:27.423545 [ 3 ] {16cd71fe-4ccc-40a8-bc8c-69ecc2a9ae36} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10620 | 2024.07.15 22:25:27.423561 [ 3 ] {} <Debug> HTTP-Session: bd503587-d919-4c2c-9902-569b901c5702 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10621 | 2024.07.15 22:25:27.423703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10622 | 2024.07.15 22:25:27.423754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10623 | 2024.07.15 22:25:27.423773 [ 3 ] {} <Debug> HTTP-Session: ade8d215-62fa-4520-a3c2-35e93d61876a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10624 | 2024.07.15 22:25:27.423790 [ 3 ] {} <Debug> HTTP-Session: ade8d215-62fa-4520-a3c2-35e93d61876a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10625 | 2024.07.15 22:25:27.423805 [ 3 ] {} <Debug> HTTP-Session: ade8d215-62fa-4520-a3c2-35e93d61876a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10626 | 2024.07.15 22:25:27.423836 [ 3 ] {} <Trace> HTTP-Session: ade8d215-62fa-4520-a3c2-35e93d61876a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10627 | 2024.07.15 22:25:27.423993 [ 3 ] {572f0f66-8fe4-413b-b306-82562751a3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10628 | 2024.07.15 22:25:27.424041 [ 3 ] {572f0f66-8fe4-413b-b306-82562751a3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10629 | 2024.07.15 22:25:27.424185 [ 3 ] {572f0f66-8fe4-413b-b306-82562751a3bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10630 | 2024.07.15 22:25:27.424576 [ 3 ] {572f0f66-8fe4-413b-b306-82562751a3bf} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10631 | 2024.07.15 22:25:27.424611 [ 3 ] {572f0f66-8fe4-413b-b306-82562751a3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10632 | 2024.07.15 22:25:27.424982 [ 3 ] {572f0f66-8fe4-413b-b306-82562751a3bf} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10633 | 2024.07.15 22:25:27.425318 [ 3 ] {572f0f66-8fe4-413b-b306-82562751a3bf} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10634 | 2024.07.15 22:25:27.425479 [ 3 ] {572f0f66-8fe4-413b-b306-82562751a3bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. | ||
10635 | 2024.07.15 22:25:27.425646 [ 3 ] {572f0f66-8fe4-413b-b306-82562751a3bf} <Debug> DynamicQueryHandler: Done processing query | ||
10636 | 2024.07.15 22:25:27.425671 [ 3 ] {572f0f66-8fe4-413b-b306-82562751a3bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10637 | 2024.07.15 22:25:27.425686 [ 3 ] {} <Debug> HTTP-Session: ade8d215-62fa-4520-a3c2-35e93d61876a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10638 | 2024.07.15 22:25:27.425795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10639 | 2024.07.15 22:25:27.425869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10640 | 2024.07.15 22:25:27.425895 [ 3 ] {} <Debug> HTTP-Session: 4c0473b4-1b20-4bf3-99ee-7819a38b4952 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10641 | 2024.07.15 22:25:27.425916 [ 3 ] {} <Debug> HTTP-Session: 4c0473b4-1b20-4bf3-99ee-7819a38b4952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10642 | 2024.07.15 22:25:27.425934 [ 3 ] {} <Debug> HTTP-Session: 4c0473b4-1b20-4bf3-99ee-7819a38b4952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10643 | 2024.07.15 22:25:27.425974 [ 3 ] {} <Trace> HTTP-Session: 4c0473b4-1b20-4bf3-99ee-7819a38b4952 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10644 | 2024.07.15 22:25:27.426107 [ 3 ] {cdff4f60-a8e6-48be-9c19-7cfbc5b43959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10645 | 2024.07.15 22:25:27.426162 [ 3 ] {cdff4f60-a8e6-48be-9c19-7cfbc5b43959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10646 | 2024.07.15 22:25:27.426324 [ 3 ] {cdff4f60-a8e6-48be-9c19-7cfbc5b43959} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10647 | 2024.07.15 22:25:27.426622 [ 3 ] {cdff4f60-a8e6-48be-9c19-7cfbc5b43959} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10648 | 2024.07.15 22:25:27.426665 [ 3 ] {cdff4f60-a8e6-48be-9c19-7cfbc5b43959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10649 | 2024.07.15 22:25:27.427056 [ 3 ] {cdff4f60-a8e6-48be-9c19-7cfbc5b43959} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10650 | 2024.07.15 22:25:27.427458 [ 3 ] {cdff4f60-a8e6-48be-9c19-7cfbc5b43959} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10651 | 2024.07.15 22:25:27.427623 [ 3 ] {cdff4f60-a8e6-48be-9c19-7cfbc5b43959} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001544 sec., 14896.373056994818 rows/sec., 805.79 KiB/sec. | ||
10652 | 2024.07.15 22:25:27.427783 [ 3 ] {cdff4f60-a8e6-48be-9c19-7cfbc5b43959} <Debug> DynamicQueryHandler: Done processing query | ||
10653 | 2024.07.15 22:25:27.427808 [ 3 ] {cdff4f60-a8e6-48be-9c19-7cfbc5b43959} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10654 | 2024.07.15 22:25:27.427824 [ 3 ] {} <Debug> HTTP-Session: 4c0473b4-1b20-4bf3-99ee-7819a38b4952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10655 | 2024.07.15 22:25:27.427936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10656 | 2024.07.15 22:25:27.427986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10657 | 2024.07.15 22:25:27.428007 [ 3 ] {} <Debug> HTTP-Session: 0910aed7-a705-4158-afd4-0dc26f5f77d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10658 | 2024.07.15 22:25:27.428028 [ 3 ] {} <Debug> HTTP-Session: 0910aed7-a705-4158-afd4-0dc26f5f77d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10659 | 2024.07.15 22:25:27.428043 [ 3 ] {} <Debug> HTTP-Session: 0910aed7-a705-4158-afd4-0dc26f5f77d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10660 | 2024.07.15 22:25:27.428077 [ 3 ] {} <Trace> HTTP-Session: 0910aed7-a705-4158-afd4-0dc26f5f77d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10661 | 2024.07.15 22:25:27.428211 [ 3 ] {e4cc642b-9f8b-48a4-9f0b-a5f025258cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10662 | 2024.07.15 22:25:27.428256 [ 3 ] {e4cc642b-9f8b-48a4-9f0b-a5f025258cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10663 | 2024.07.15 22:25:27.428388 [ 3 ] {e4cc642b-9f8b-48a4-9f0b-a5f025258cf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10664 | 2024.07.15 22:25:27.428681 [ 3 ] {e4cc642b-9f8b-48a4-9f0b-a5f025258cf6} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10665 | 2024.07.15 22:25:27.428717 [ 3 ] {e4cc642b-9f8b-48a4-9f0b-a5f025258cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10666 | 2024.07.15 22:25:27.429069 [ 3 ] {e4cc642b-9f8b-48a4-9f0b-a5f025258cf6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10667 | 2024.07.15 22:25:27.429388 [ 3 ] {e4cc642b-9f8b-48a4-9f0b-a5f025258cf6} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10668 | 2024.07.15 22:25:27.429539 [ 3 ] {e4cc642b-9f8b-48a4-9f0b-a5f025258cf6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
10669 | 2024.07.15 22:25:27.429703 [ 3 ] {e4cc642b-9f8b-48a4-9f0b-a5f025258cf6} <Debug> DynamicQueryHandler: Done processing query | ||
10670 | 2024.07.15 22:25:27.429727 [ 3 ] {e4cc642b-9f8b-48a4-9f0b-a5f025258cf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10671 | 2024.07.15 22:25:27.429743 [ 3 ] {} <Debug> HTTP-Session: 0910aed7-a705-4158-afd4-0dc26f5f77d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10672 | 2024.07.15 22:25:32.411103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10673 | 2024.07.15 22:25:32.411231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10674 | 2024.07.15 22:25:32.411256 [ 3 ] {} <Debug> HTTP-Session: b0d122b2-10c6-4c60-baf5-b01087319453 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10675 | 2024.07.15 22:25:32.411281 [ 3 ] {} <Debug> HTTP-Session: b0d122b2-10c6-4c60-baf5-b01087319453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10676 | 2024.07.15 22:25:32.411296 [ 3 ] {} <Debug> HTTP-Session: b0d122b2-10c6-4c60-baf5-b01087319453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10677 | 2024.07.15 22:25:32.411345 [ 3 ] {} <Trace> HTTP-Session: b0d122b2-10c6-4c60-baf5-b01087319453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10678 | 2024.07.15 22:25:32.411535 [ 3 ] {818f6ad9-76b3-47bf-9176-3888a51da4fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10679 | 2024.07.15 22:25:32.411603 [ 3 ] {818f6ad9-76b3-47bf-9176-3888a51da4fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10680 | 2024.07.15 22:25:32.411797 [ 3 ] {818f6ad9-76b3-47bf-9176-3888a51da4fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10681 | 2024.07.15 22:25:32.412212 [ 3 ] {818f6ad9-76b3-47bf-9176-3888a51da4fa} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10682 | 2024.07.15 22:25:32.412258 [ 3 ] {818f6ad9-76b3-47bf-9176-3888a51da4fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10683 | 2024.07.15 22:25:32.412624 [ 3 ] {818f6ad9-76b3-47bf-9176-3888a51da4fa} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10684 | 2024.07.15 22:25:32.412959 [ 3 ] {818f6ad9-76b3-47bf-9176-3888a51da4fa} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10685 | 2024.07.15 22:25:32.413105 [ 3 ] {818f6ad9-76b3-47bf-9176-3888a51da4fa} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001633 sec., 18371.09614206981 rows/sec., 1.45 MiB/sec. | ||
10686 | 2024.07.15 22:25:32.413309 [ 3 ] {818f6ad9-76b3-47bf-9176-3888a51da4fa} <Debug> DynamicQueryHandler: Done processing query | ||
10687 | 2024.07.15 22:25:32.413337 [ 3 ] {818f6ad9-76b3-47bf-9176-3888a51da4fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10688 | 2024.07.15 22:25:32.413354 [ 3 ] {} <Debug> HTTP-Session: b0d122b2-10c6-4c60-baf5-b01087319453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10689 | 2024.07.15 22:25:32.413519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10690 | 2024.07.15 22:25:32.413572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10691 | 2024.07.15 22:25:32.413593 [ 3 ] {} <Debug> HTTP-Session: 270b6437-fa94-47ac-936e-b4ae012cfe29 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10692 | 2024.07.15 22:25:32.413611 [ 3 ] {} <Debug> HTTP-Session: 270b6437-fa94-47ac-936e-b4ae012cfe29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10693 | 2024.07.15 22:25:32.413626 [ 3 ] {} <Debug> HTTP-Session: 270b6437-fa94-47ac-936e-b4ae012cfe29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10694 | 2024.07.15 22:25:32.413662 [ 3 ] {} <Trace> HTTP-Session: 270b6437-fa94-47ac-936e-b4ae012cfe29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10695 | 2024.07.15 22:25:32.413769 [ 3 ] {4d435d67-070a-4efc-870a-7e8f17bcba9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10696 | 2024.07.15 22:25:32.413816 [ 3 ] {4d435d67-070a-4efc-870a-7e8f17bcba9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10697 | 2024.07.15 22:25:32.413947 [ 3 ] {4d435d67-070a-4efc-870a-7e8f17bcba9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10698 | 2024.07.15 22:25:32.414261 [ 3 ] {4d435d67-070a-4efc-870a-7e8f17bcba9a} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10699 | 2024.07.15 22:25:32.414298 [ 3 ] {4d435d67-070a-4efc-870a-7e8f17bcba9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10700 | 2024.07.15 22:25:32.414607 [ 3 ] {4d435d67-070a-4efc-870a-7e8f17bcba9a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
10701 | 2024.07.15 22:25:32.414905 [ 3 ] {4d435d67-070a-4efc-870a-7e8f17bcba9a} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10702 | 2024.07.15 22:25:32.415031 [ 3 ] {4d435d67-070a-4efc-870a-7e8f17bcba9a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001293 sec., 4640.371229698376 rows/sec., 378.39 KiB/sec. | ||
10703 | 2024.07.15 22:25:32.415406 [ 3 ] {4d435d67-070a-4efc-870a-7e8f17bcba9a} <Debug> DynamicQueryHandler: Done processing query | ||
10704 | 2024.07.15 22:25:32.415462 [ 3 ] {4d435d67-070a-4efc-870a-7e8f17bcba9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10705 | 2024.07.15 22:25:32.415496 [ 3 ] {} <Debug> HTTP-Session: 270b6437-fa94-47ac-936e-b4ae012cfe29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10706 | 2024.07.15 22:25:32.415653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10707 | 2024.07.15 22:25:32.415701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10708 | 2024.07.15 22:25:32.415720 [ 3 ] {} <Debug> HTTP-Session: 04600b71-7c09-4585-99a0-508024588a55 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10709 | 2024.07.15 22:25:32.415737 [ 3 ] {} <Debug> HTTP-Session: 04600b71-7c09-4585-99a0-508024588a55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10710 | 2024.07.15 22:25:32.415752 [ 3 ] {} <Debug> HTTP-Session: 04600b71-7c09-4585-99a0-508024588a55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10711 | 2024.07.15 22:25:32.415783 [ 3 ] {} <Trace> HTTP-Session: 04600b71-7c09-4585-99a0-508024588a55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10712 | 2024.07.15 22:25:32.415917 [ 3 ] {104505cc-f5a6-48c6-a9cf-65ceb9b01d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10713 | 2024.07.15 22:25:32.415961 [ 3 ] {104505cc-f5a6-48c6-a9cf-65ceb9b01d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10714 | 2024.07.15 22:25:32.416096 [ 3 ] {104505cc-f5a6-48c6-a9cf-65ceb9b01d64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10715 | 2024.07.15 22:25:32.416473 [ 3 ] {104505cc-f5a6-48c6-a9cf-65ceb9b01d64} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10716 | 2024.07.15 22:25:32.416509 [ 3 ] {104505cc-f5a6-48c6-a9cf-65ceb9b01d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10717 | 2024.07.15 22:25:32.416820 [ 3 ] {104505cc-f5a6-48c6-a9cf-65ceb9b01d64} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10718 | 2024.07.15 22:25:32.417124 [ 3 ] {104505cc-f5a6-48c6-a9cf-65ceb9b01d64} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10719 | 2024.07.15 22:25:32.417249 [ 3 ] {104505cc-f5a6-48c6-a9cf-65ceb9b01d64} <Debug> executeQuery: Read 149 rows, 12.77 KiB in 0.001392 sec., 107040.22988505747 rows/sec., 8.96 MiB/sec. | ||
10720 | 2024.07.15 22:25:32.417255 [ 142 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10721 | 2024.07.15 22:25:32.417307 [ 142 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10722 | 2024.07.15 22:25:32.417342 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10723 | 2024.07.15 22:25:32.417427 [ 3 ] {104505cc-f5a6-48c6-a9cf-65ceb9b01d64} <Debug> DynamicQueryHandler: Done processing query | ||
10724 | 2024.07.15 22:25:32.417458 [ 3 ] {104505cc-f5a6-48c6-a9cf-65ceb9b01d64} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10725 | 2024.07.15 22:25:32.417463 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
10726 | 2024.07.15 22:25:32.417474 [ 3 ] {} <Debug> HTTP-Session: 04600b71-7c09-4585-99a0-508024588a55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10727 | 2024.07.15 22:25:32.417587 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10728 | 2024.07.15 22:25:32.417615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10729 | 2024.07.15 22:25:32.417626 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 295 rows starting from the beginning of the part | ||
10730 | 2024.07.15 22:25:32.417669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10731 | 2024.07.15 22:25:32.417711 [ 3 ] {} <Debug> HTTP-Session: 85e11722-3e5b-4a70-aad8-1bf64f886316 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10732 | 2024.07.15 22:25:32.417726 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 147 rows starting from the beginning of the part | ||
10733 | 2024.07.15 22:25:32.417745 [ 3 ] {} <Debug> HTTP-Session: 85e11722-3e5b-4a70-aad8-1bf64f886316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10734 | 2024.07.15 22:25:32.417822 [ 3 ] {} <Debug> HTTP-Session: 85e11722-3e5b-4a70-aad8-1bf64f886316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10735 | 2024.07.15 22:25:32.417983 [ 3 ] {} <Trace> HTTP-Session: 85e11722-3e5b-4a70-aad8-1bf64f886316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10736 | 2024.07.15 22:25:32.418106 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 161 rows starting from the beginning of the part | ||
10737 | 2024.07.15 22:25:32.418328 [ 3 ] {b509a86d-7849-48d9-b4d8-61ecc232dcca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10738 | 2024.07.15 22:25:32.418337 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 146 rows starting from the beginning of the part | ||
10739 | 2024.07.15 22:25:32.418436 [ 3 ] {b509a86d-7849-48d9-b4d8-61ecc232dcca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10740 | 2024.07.15 22:25:32.418645 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
10741 | 2024.07.15 22:25:32.418877 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 149 rows starting from the beginning of the part | ||
10742 | 2024.07.15 22:25:32.419327 [ 3 ] {b509a86d-7849-48d9-b4d8-61ecc232dcca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10743 | 2024.07.15 22:25:32.419777 [ 3 ] {b509a86d-7849-48d9-b4d8-61ecc232dcca} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10744 | 2024.07.15 22:25:32.419827 [ 3 ] {b509a86d-7849-48d9-b4d8-61ecc232dcca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10745 | 2024.07.15 22:25:32.420316 [ 3 ] {b509a86d-7849-48d9-b4d8-61ecc232dcca} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
10746 | 2024.07.15 22:25:32.420735 [ 3 ] {b509a86d-7849-48d9-b4d8-61ecc232dcca} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10747 | 2024.07.15 22:25:32.420800 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1059 rows, containing 4 columns (4 merged, 0 gathered) in 0.003405458 sec., 310971.3876958694 rows/sec., 26.72 MiB/sec. | ||
10748 | 2024.07.15 22:25:32.420949 [ 3 ] {b509a86d-7849-48d9-b4d8-61ecc232dcca} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.002771 sec., 2165.2832912306026 rows/sec., 151.19 KiB/sec. | ||
10749 | 2024.07.15 22:25:32.421193 [ 201 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10750 | 2024.07.15 22:25:32.421317 [ 3 ] {b509a86d-7849-48d9-b4d8-61ecc232dcca} <Debug> DynamicQueryHandler: Done processing query | ||
10751 | 2024.07.15 22:25:32.421368 [ 3 ] {b509a86d-7849-48d9-b4d8-61ecc232dcca} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10752 | 2024.07.15 22:25:32.421386 [ 3 ] {} <Debug> HTTP-Session: 85e11722-3e5b-4a70-aad8-1bf64f886316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10753 | 2024.07.15 22:25:32.421585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10754 | 2024.07.15 22:25:32.421692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10755 | 2024.07.15 22:25:32.421722 [ 3 ] {} <Debug> HTTP-Session: 070ee83d-af7e-4944-81b9-00b700534b3f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10756 | 2024.07.15 22:25:32.421749 [ 3 ] {} <Debug> HTTP-Session: 070ee83d-af7e-4944-81b9-00b700534b3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10757 | 2024.07.15 22:25:32.421786 [ 3 ] {} <Debug> HTTP-Session: 070ee83d-af7e-4944-81b9-00b700534b3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10758 | 2024.07.15 22:25:32.421836 [ 3 ] {} <Trace> HTTP-Session: 070ee83d-af7e-4944-81b9-00b700534b3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10759 | 2024.07.15 22:25:32.421943 [ 201 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_61_12} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10760 | 2024.07.15 22:25:32.422052 [ 3 ] {48f6ed9a-38c2-42d4-bd1d-48ef56b99643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10761 | 2024.07.15 22:25:32.422121 [ 201 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_61_12} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10762 | 2024.07.15 22:25:32.422134 [ 3 ] {48f6ed9a-38c2-42d4-bd1d-48ef56b99643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10763 | 2024.07.15 22:25:32.422299 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
10764 | 2024.07.15 22:25:32.422418 [ 3 ] {48f6ed9a-38c2-42d4-bd1d-48ef56b99643} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10765 | 2024.07.15 22:25:32.422788 [ 3 ] {48f6ed9a-38c2-42d4-bd1d-48ef56b99643} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10766 | 2024.07.15 22:25:32.422825 [ 3 ] {48f6ed9a-38c2-42d4-bd1d-48ef56b99643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10767 | 2024.07.15 22:25:32.423143 [ 3 ] {48f6ed9a-38c2-42d4-bd1d-48ef56b99643} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10768 | 2024.07.15 22:25:32.423447 [ 3 ] {48f6ed9a-38c2-42d4-bd1d-48ef56b99643} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10769 | 2024.07.15 22:25:32.423575 [ 3 ] {48f6ed9a-38c2-42d4-bd1d-48ef56b99643} <Debug> executeQuery: Read 100 rows, 8.01 KiB in 0.00162 sec., 61728.3950617284 rows/sec., 4.83 MiB/sec. | ||
10770 | 2024.07.15 22:25:32.423575 [ 142 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10771 | 2024.07.15 22:25:32.423639 [ 142 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10772 | 2024.07.15 22:25:32.423673 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10773 | 2024.07.15 22:25:32.423769 [ 3 ] {48f6ed9a-38c2-42d4-bd1d-48ef56b99643} <Debug> DynamicQueryHandler: Done processing query | ||
10774 | 2024.07.15 22:25:32.423867 [ 3 ] {48f6ed9a-38c2-42d4-bd1d-48ef56b99643} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10775 | 2024.07.15 22:25:32.423936 [ 3 ] {} <Debug> HTTP-Session: 070ee83d-af7e-4944-81b9-00b700534b3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10776 | 2024.07.15 22:25:32.424027 [ 189 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
10777 | 2024.07.15 22:25:32.424278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 31188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10778 | 2024.07.15 22:25:32.424462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10779 | 2024.07.15 22:25:32.424584 [ 3 ] {} <Debug> HTTP-Session: 30668d06-5a21-47d9-bff9-e7a644a889df Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10780 | 2024.07.15 22:25:32.424633 [ 189 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10781 | 2024.07.15 22:25:32.424650 [ 3 ] {} <Debug> HTTP-Session: 30668d06-5a21-47d9-bff9-e7a644a889df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10782 | 2024.07.15 22:25:32.424700 [ 3 ] {} <Debug> HTTP-Session: 30668d06-5a21-47d9-bff9-e7a644a889df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10783 | 2024.07.15 22:25:32.424716 [ 189 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 470 rows starting from the beginning of the part | ||
10784 | 2024.07.15 22:25:32.424776 [ 3 ] {} <Trace> HTTP-Session: 30668d06-5a21-47d9-bff9-e7a644a889df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10785 | 2024.07.15 22:25:32.424960 [ 189 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 96 rows starting from the beginning of the part | ||
10786 | 2024.07.15 22:25:32.425224 [ 189 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 382 rows starting from the beginning of the part | ||
10787 | 2024.07.15 22:25:32.425224 [ 3 ] {6e03851f-a4b8-4b32-881f-d9623bd0ded1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10788 | 2024.07.15 22:25:32.425460 [ 3 ] {6e03851f-a4b8-4b32-881f-d9623bd0ded1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10789 | 2024.07.15 22:25:32.425555 [ 189 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 94 rows starting from the beginning of the part | ||
10790 | 2024.07.15 22:25:32.426127 [ 189 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 382 rows starting from the beginning of the part | ||
10791 | 2024.07.15 22:25:32.426673 [ 189 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 100 rows starting from the beginning of the part | ||
10792 | 2024.07.15 22:25:32.427475 [ 3 ] {6e03851f-a4b8-4b32-881f-d9623bd0ded1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10793 | 2024.07.15 22:25:32.428361 [ 3 ] {6e03851f-a4b8-4b32-881f-d9623bd0ded1} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10794 | 2024.07.15 22:25:32.428431 [ 3 ] {6e03851f-a4b8-4b32-881f-d9623bd0ded1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10795 | 2024.07.15 22:25:32.429334 [ 3 ] {6e03851f-a4b8-4b32-881f-d9623bd0ded1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10796 | 2024.07.15 22:25:32.429563 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1524 rows, containing 4 columns (4 merged, 0 gathered) in 0.005820616 sec., 261827.9577281855 rows/sec., 18.91 MiB/sec. | ||
10797 | 2024.07.15 22:25:32.429818 [ 201 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10798 | 2024.07.15 22:25:32.430093 [ 3 ] {6e03851f-a4b8-4b32-881f-d9623bd0ded1} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10799 | 2024.07.15 22:25:32.430441 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10800 | 2024.07.15 22:25:32.430510 [ 3 ] {6e03851f-a4b8-4b32-881f-d9623bd0ded1} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.005487 sec., 29706.579187169675 rows/sec., 2.07 MiB/sec. | ||
10801 | 2024.07.15 22:25:32.430562 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10802 | 2024.07.15 22:25:32.430667 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10803 | 2024.07.15 22:25:32.430872 [ 192 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_61_12} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10804 | 2024.07.15 22:25:32.430995 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
10805 | 2024.07.15 22:25:32.431063 [ 3 ] {6e03851f-a4b8-4b32-881f-d9623bd0ded1} <Debug> DynamicQueryHandler: Done processing query | ||
10806 | 2024.07.15 22:25:32.431125 [ 3 ] {6e03851f-a4b8-4b32-881f-d9623bd0ded1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10807 | 2024.07.15 22:25:32.431192 [ 3 ] {} <Debug> HTTP-Session: 30668d06-5a21-47d9-bff9-e7a644a889df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10808 | 2024.07.15 22:25:32.431325 [ 192 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_61_12} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10809 | 2024.07.15 22:25:32.431381 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10810 | 2024.07.15 22:25:32.431482 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 9135 rows starting from the beginning of the part | ||
10811 | 2024.07.15 22:25:32.431510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48379, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10812 | 2024.07.15 22:25:32.431641 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
10813 | 2024.07.15 22:25:32.431707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10814 | 2024.07.15 22:25:32.431873 [ 3 ] {} <Debug> HTTP-Session: 7d2d0408-424e-4f8f-afde-d920c19ecf0a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10815 | 2024.07.15 22:25:32.431907 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 161 rows starting from the beginning of the part | ||
10816 | 2024.07.15 22:25:32.431955 [ 3 ] {} <Debug> HTTP-Session: 7d2d0408-424e-4f8f-afde-d920c19ecf0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10817 | 2024.07.15 22:25:32.431998 [ 3 ] {} <Debug> HTTP-Session: 7d2d0408-424e-4f8f-afde-d920c19ecf0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10818 | 2024.07.15 22:25:32.432163 [ 3 ] {} <Trace> HTTP-Session: 7d2d0408-424e-4f8f-afde-d920c19ecf0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10819 | 2024.07.15 22:25:32.432173 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
10820 | 2024.07.15 22:25:32.432393 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
10821 | 2024.07.15 22:25:32.432545 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
10822 | 2024.07.15 22:25:32.432825 [ 3 ] {db503b37-b078-4cf0-9707-7619e5183a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10823 | 2024.07.15 22:25:32.432844 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 163 rows starting from the beginning of the part | ||
10824 | 2024.07.15 22:25:32.433226 [ 3 ] {db503b37-b078-4cf0-9707-7619e5183a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10825 | 2024.07.15 22:25:32.434460 [ 3 ] {db503b37-b078-4cf0-9707-7619e5183a9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10826 | 2024.07.15 22:25:32.435969 [ 3 ] {db503b37-b078-4cf0-9707-7619e5183a9c} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10827 | 2024.07.15 22:25:32.436008 [ 3 ] {db503b37-b078-4cf0-9707-7619e5183a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10828 | 2024.07.15 22:25:32.437183 [ 3 ] {db503b37-b078-4cf0-9707-7619e5183a9c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10829 | 2024.07.15 22:25:32.437751 [ 3 ] {db503b37-b078-4cf0-9707-7619e5183a9c} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10830 | 2024.07.15 22:25:32.437904 [ 142 ] {} <Debug> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
10831 | 2024.07.15 22:25:32.437927 [ 3 ] {db503b37-b078-4cf0-9707-7619e5183a9c} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.005526 sec., 5428.881650380022 rows/sec., 9.73 MiB/sec. | ||
10832 | 2024.07.15 22:25:32.437940 [ 142 ] {} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10833 | 2024.07.15 22:25:32.437991 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10834 | 2024.07.15 22:25:32.438933 [ 199 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::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 | ||
10835 | 2024.07.15 22:25:32.438966 [ 3 ] {db503b37-b078-4cf0-9707-7619e5183a9c} <Debug> DynamicQueryHandler: Done processing query | ||
10836 | 2024.07.15 22:25:32.439085 [ 3 ] {db503b37-b078-4cf0-9707-7619e5183a9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
10837 | 2024.07.15 22:25:32.439151 [ 3 ] {} <Debug> HTTP-Session: 7d2d0408-424e-4f8f-afde-d920c19ecf0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10838 | 2024.07.15 22:25:32.439193 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9939 rows, containing 5 columns (5 merged, 0 gathered) in 0.008358556 sec., 1189080.984801681 rows/sec., 82.84 MiB/sec. | ||
10839 | 2024.07.15 22:25:32.439407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10840 | 2024.07.15 22:25:32.439572 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10841 | 2024.07.15 22:25:32.439585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10842 | 2024.07.15 22:25:32.439675 [ 3 ] {} <Debug> HTTP-Session: c322108f-832d-440b-bc45-c972fbefe2a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10843 | 2024.07.15 22:25:32.439770 [ 3 ] {} <Debug> HTTP-Session: c322108f-832d-440b-bc45-c972fbefe2a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10844 | 2024.07.15 22:25:32.439829 [ 3 ] {} <Debug> HTTP-Session: c322108f-832d-440b-bc45-c972fbefe2a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10845 | 2024.07.15 22:25:32.439959 [ 3 ] {} <Trace> HTTP-Session: c322108f-832d-440b-bc45-c972fbefe2a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10846 | 2024.07.15 22:25:32.440418 [ 3 ] {411cf21d-f1f5-4bd2-b114-5d664a9f6535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10847 | 2024.07.15 22:25:32.440621 [ 3 ] {411cf21d-f1f5-4bd2-b114-5d664a9f6535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10848 | 2024.07.15 22:25:32.441265 [ 199 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10849 | 2024.07.15 22:25:32.441304 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10850 | 2024.07.15 22:25:32.441641 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10851 | 2024.07.15 22:25:32.441654 [ 3 ] {411cf21d-f1f5-4bd2-b114-5d664a9f6535} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10852 | 2024.07.15 22:25:32.441723 [ 199 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 620 rows starting from the beginning of the part | ||
10853 | 2024.07.15 22:25:32.441908 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB. | ||
10854 | 2024.07.15 22:25:32.442666 [ 199 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
10855 | 2024.07.15 22:25:32.442842 [ 3 ] {411cf21d-f1f5-4bd2-b114-5d664a9f6535} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10856 | 2024.07.15 22:25:32.442956 [ 3 ] {411cf21d-f1f5-4bd2-b114-5d664a9f6535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10857 | 2024.07.15 22:25:32.443385 [ 199 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
10858 | 2024.07.15 22:25:32.444071 [ 199 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
10859 | 2024.07.15 22:25:32.444414 [ 3 ] {411cf21d-f1f5-4bd2-b114-5d664a9f6535} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10860 | 2024.07.15 22:25:32.444686 [ 199 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
10861 | 2024.07.15 22:25:32.445448 [ 199 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part | ||
10862 | 2024.07.15 22:25:32.445708 [ 3 ] {411cf21d-f1f5-4bd2-b114-5d664a9f6535} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10863 | 2024.07.15 22:25:32.446122 [ 142 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10864 | 2024.07.15 22:25:32.446213 [ 142 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10865 | 2024.07.15 22:25:32.446272 [ 3 ] {411cf21d-f1f5-4bd2-b114-5d664a9f6535} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006065 sec., 9892.82769991756 rows/sec., 682.71 KiB/sec. | ||
10866 | 2024.07.15 22:25:32.446281 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10867 | 2024.07.15 22:25:32.446744 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
10868 | 2024.07.15 22:25:32.446977 [ 3 ] {411cf21d-f1f5-4bd2-b114-5d664a9f6535} <Debug> DynamicQueryHandler: Done processing query | ||
10869 | 2024.07.15 22:25:32.447086 [ 3 ] {411cf21d-f1f5-4bd2-b114-5d664a9f6535} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10870 | 2024.07.15 22:25:32.447179 [ 3 ] {} <Debug> HTTP-Session: c322108f-832d-440b-bc45-c972fbefe2a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10871 | 2024.07.15 22:25:32.447203 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10872 | 2024.07.15 22:25:32.447260 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3218 rows starting from the beginning of the part | ||
10873 | 2024.07.15 22:25:32.447427 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
10874 | 2024.07.15 22:25:32.447738 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
10875 | 2024.07.15 22:25:32.447957 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
10876 | 2024.07.15 22:25:32.448155 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
10877 | 2024.07.15 22:25:32.448298 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
10878 | 2024.07.15 22:25:32.450121 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3518 rows, containing 4 columns (4 merged, 0 gathered) in 0.003679503 sec., 956107.3873292126 rows/sec., 64.48 MiB/sec. | ||
10879 | 2024.07.15 22:25:32.450426 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10880 | 2024.07.15 22:25:32.451037 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_61_12} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10881 | 2024.07.15 22:25:32.451146 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_61_12} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10882 | 2024.07.15 22:25:32.451270 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
10883 | 2024.07.15 22:25:32.453089 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 770 rows, containing 19 columns (19 merged, 0 gathered) in 0.014941827 sec., 51533.18934826377 rows/sec., 92.35 MiB/sec. | ||
10884 | 2024.07.15 22:25:32.454285 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
10885 | 2024.07.15 22:25:32.454938 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10886 | 2024.07.15 22:25:32.455025 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
10887 | 2024.07.15 22:25:32.455179 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
10888 | 2024.07.15 22:25:33.000211 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.62 MiB, peak 205.85 MiB, free memory in arenas 0.00 B, will set to 196.97 MiB (RSS), difference: 1.36 MiB | ||
10889 | 2024.07.15 22:25:35.645813 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10890 | 2024.07.15 22:25:35.645886 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10891 | 2024.07.15 22:25:37.416077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10892 | 2024.07.15 22:25:37.416199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10893 | 2024.07.15 22:25:37.416228 [ 3 ] {} <Debug> HTTP-Session: 4033bdf2-1998-4e77-99fc-610729fd4669 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10894 | 2024.07.15 22:25:37.416256 [ 3 ] {} <Debug> HTTP-Session: 4033bdf2-1998-4e77-99fc-610729fd4669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10895 | 2024.07.15 22:25:37.416274 [ 3 ] {} <Debug> HTTP-Session: 4033bdf2-1998-4e77-99fc-610729fd4669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10896 | 2024.07.15 22:25:37.416334 [ 3 ] {} <Trace> HTTP-Session: 4033bdf2-1998-4e77-99fc-610729fd4669 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10897 | 2024.07.15 22:25:37.416541 [ 3 ] {38064c10-fe34-424a-875e-31764c958eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10898 | 2024.07.15 22:25:37.416619 [ 3 ] {38064c10-fe34-424a-875e-31764c958eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10899 | 2024.07.15 22:25:37.416848 [ 3 ] {38064c10-fe34-424a-875e-31764c958eb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10900 | 2024.07.15 22:25:37.417309 [ 3 ] {38064c10-fe34-424a-875e-31764c958eb5} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10901 | 2024.07.15 22:25:37.417356 [ 3 ] {38064c10-fe34-424a-875e-31764c958eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10902 | 2024.07.15 22:25:37.417734 [ 3 ] {38064c10-fe34-424a-875e-31764c958eb5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10903 | 2024.07.15 22:25:37.418082 [ 3 ] {38064c10-fe34-424a-875e-31764c958eb5} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10904 | 2024.07.15 22:25:37.418253 [ 3 ] {38064c10-fe34-424a-875e-31764c958eb5} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001772 sec., 3386.0045146726866 rows/sec., 191.79 KiB/sec. | ||
10905 | 2024.07.15 22:25:37.418466 [ 3 ] {38064c10-fe34-424a-875e-31764c958eb5} <Debug> DynamicQueryHandler: Done processing query | ||
10906 | 2024.07.15 22:25:37.418493 [ 3 ] {38064c10-fe34-424a-875e-31764c958eb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10907 | 2024.07.15 22:25:37.418510 [ 3 ] {} <Debug> HTTP-Session: 4033bdf2-1998-4e77-99fc-610729fd4669 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10908 | 2024.07.15 22:25:37.418667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10909 | 2024.07.15 22:25:37.418722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10910 | 2024.07.15 22:25:37.418743 [ 3 ] {} <Debug> HTTP-Session: adc60f08-4e22-46e6-8e5b-4fac37e710d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10911 | 2024.07.15 22:25:37.418762 [ 3 ] {} <Debug> HTTP-Session: adc60f08-4e22-46e6-8e5b-4fac37e710d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10912 | 2024.07.15 22:25:37.418777 [ 3 ] {} <Debug> HTTP-Session: adc60f08-4e22-46e6-8e5b-4fac37e710d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10913 | 2024.07.15 22:25:37.418812 [ 3 ] {} <Trace> HTTP-Session: adc60f08-4e22-46e6-8e5b-4fac37e710d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10914 | 2024.07.15 22:25:37.418919 [ 3 ] {40ca4754-086f-4b97-8a65-4de4483cf1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10915 | 2024.07.15 22:25:37.418965 [ 3 ] {40ca4754-086f-4b97-8a65-4de4483cf1f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10916 | 2024.07.15 22:25:37.419100 [ 3 ] {40ca4754-086f-4b97-8a65-4de4483cf1f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10917 | 2024.07.15 22:25:37.419404 [ 3 ] {40ca4754-086f-4b97-8a65-4de4483cf1f0} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10918 | 2024.07.15 22:25:37.419441 [ 3 ] {40ca4754-086f-4b97-8a65-4de4483cf1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10919 | 2024.07.15 22:25:37.419751 [ 3 ] {40ca4754-086f-4b97-8a65-4de4483cf1f0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10920 | 2024.07.15 22:25:37.420091 [ 3 ] {40ca4754-086f-4b97-8a65-4de4483cf1f0} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10921 | 2024.07.15 22:25:37.420240 [ 3 ] {40ca4754-086f-4b97-8a65-4de4483cf1f0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001349 sec., 1482.5796886582655 rows/sec., 120.89 KiB/sec. | ||
10922 | 2024.07.15 22:25:37.420533 [ 3 ] {40ca4754-086f-4b97-8a65-4de4483cf1f0} <Debug> DynamicQueryHandler: Done processing query | ||
10923 | 2024.07.15 22:25:37.420568 [ 3 ] {40ca4754-086f-4b97-8a65-4de4483cf1f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10924 | 2024.07.15 22:25:37.420585 [ 3 ] {} <Debug> HTTP-Session: adc60f08-4e22-46e6-8e5b-4fac37e710d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10925 | 2024.07.15 22:25:37.420744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10926 | 2024.07.15 22:25:37.420797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10927 | 2024.07.15 22:25:37.420817 [ 3 ] {} <Debug> HTTP-Session: eebbdc11-35dd-4b5d-8e3c-94ce17e2ac50 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10928 | 2024.07.15 22:25:37.420834 [ 3 ] {} <Debug> HTTP-Session: eebbdc11-35dd-4b5d-8e3c-94ce17e2ac50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10929 | 2024.07.15 22:25:37.420848 [ 3 ] {} <Debug> HTTP-Session: eebbdc11-35dd-4b5d-8e3c-94ce17e2ac50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10930 | 2024.07.15 22:25:37.420881 [ 3 ] {} <Trace> HTTP-Session: eebbdc11-35dd-4b5d-8e3c-94ce17e2ac50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10931 | 2024.07.15 22:25:37.421036 [ 3 ] {4aa2a77f-e83a-401b-b126-98086772dae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10932 | 2024.07.15 22:25:37.421082 [ 3 ] {4aa2a77f-e83a-401b-b126-98086772dae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10933 | 2024.07.15 22:25:37.421236 [ 3 ] {4aa2a77f-e83a-401b-b126-98086772dae0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10934 | 2024.07.15 22:25:37.421712 [ 3 ] {4aa2a77f-e83a-401b-b126-98086772dae0} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10935 | 2024.07.15 22:25:37.421750 [ 3 ] {4aa2a77f-e83a-401b-b126-98086772dae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10936 | 2024.07.15 22:25:37.422074 [ 3 ] {4aa2a77f-e83a-401b-b126-98086772dae0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10937 | 2024.07.15 22:25:37.422382 [ 3 ] {4aa2a77f-e83a-401b-b126-98086772dae0} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10938 | 2024.07.15 22:25:37.422535 [ 3 ] {4aa2a77f-e83a-401b-b126-98086772dae0} <Debug> executeQuery: Read 198 rows, 17.44 KiB in 0.001562 sec., 126760.56338028169 rows/sec., 10.91 MiB/sec. | ||
10939 | 2024.07.15 22:25:37.422734 [ 3 ] {4aa2a77f-e83a-401b-b126-98086772dae0} <Debug> DynamicQueryHandler: Done processing query | ||
10940 | 2024.07.15 22:25:37.422766 [ 3 ] {4aa2a77f-e83a-401b-b126-98086772dae0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10941 | 2024.07.15 22:25:37.422784 [ 3 ] {} <Debug> HTTP-Session: eebbdc11-35dd-4b5d-8e3c-94ce17e2ac50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10942 | 2024.07.15 22:25:37.422960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10943 | 2024.07.15 22:25:37.423018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10944 | 2024.07.15 22:25:37.423041 [ 3 ] {} <Debug> HTTP-Session: 351ae63f-2afb-4e41-b7cf-685352ed610e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10945 | 2024.07.15 22:25:37.423060 [ 3 ] {} <Debug> HTTP-Session: 351ae63f-2afb-4e41-b7cf-685352ed610e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10946 | 2024.07.15 22:25:37.423076 [ 3 ] {} <Debug> HTTP-Session: 351ae63f-2afb-4e41-b7cf-685352ed610e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10947 | 2024.07.15 22:25:37.423114 [ 3 ] {} <Trace> HTTP-Session: 351ae63f-2afb-4e41-b7cf-685352ed610e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10948 | 2024.07.15 22:25:37.423226 [ 3 ] {1342c63b-a104-484f-8386-e5d4be0cd6c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10949 | 2024.07.15 22:25:37.423271 [ 3 ] {1342c63b-a104-484f-8386-e5d4be0cd6c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10950 | 2024.07.15 22:25:37.423399 [ 3 ] {1342c63b-a104-484f-8386-e5d4be0cd6c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10951 | 2024.07.15 22:25:37.423677 [ 3 ] {1342c63b-a104-484f-8386-e5d4be0cd6c2} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10952 | 2024.07.15 22:25:37.423713 [ 3 ] {1342c63b-a104-484f-8386-e5d4be0cd6c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10953 | 2024.07.15 22:25:37.424012 [ 3 ] {1342c63b-a104-484f-8386-e5d4be0cd6c2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10954 | 2024.07.15 22:25:37.424325 [ 3 ] {1342c63b-a104-484f-8386-e5d4be0cd6c2} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10955 | 2024.07.15 22:25:37.424465 [ 3 ] {1342c63b-a104-484f-8386-e5d4be0cd6c2} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001265 sec., 1581.0276679841897 rows/sec., 110.39 KiB/sec. | ||
10956 | 2024.07.15 22:25:37.424623 [ 3 ] {1342c63b-a104-484f-8386-e5d4be0cd6c2} <Debug> DynamicQueryHandler: Done processing query | ||
10957 | 2024.07.15 22:25:37.424652 [ 3 ] {1342c63b-a104-484f-8386-e5d4be0cd6c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10958 | 2024.07.15 22:25:37.424668 [ 3 ] {} <Debug> HTTP-Session: 351ae63f-2afb-4e41-b7cf-685352ed610e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10959 | 2024.07.15 22:25:37.424845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10960 | 2024.07.15 22:25:37.424894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10961 | 2024.07.15 22:25:37.424913 [ 3 ] {} <Debug> HTTP-Session: ed01d9d2-6092-4748-ad5f-219638ba9805 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10962 | 2024.07.15 22:25:37.424930 [ 3 ] {} <Debug> HTTP-Session: ed01d9d2-6092-4748-ad5f-219638ba9805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10963 | 2024.07.15 22:25:37.424944 [ 3 ] {} <Debug> HTTP-Session: ed01d9d2-6092-4748-ad5f-219638ba9805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10964 | 2024.07.15 22:25:37.424976 [ 3 ] {} <Trace> HTTP-Session: ed01d9d2-6092-4748-ad5f-219638ba9805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10965 | 2024.07.15 22:25:37.425191 [ 3 ] {aba0f69a-89cf-48d4-983b-d4a3172d99aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10966 | 2024.07.15 22:25:37.425235 [ 3 ] {aba0f69a-89cf-48d4-983b-d4a3172d99aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10967 | 2024.07.15 22:25:37.425362 [ 3 ] {aba0f69a-89cf-48d4-983b-d4a3172d99aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10968 | 2024.07.15 22:25:37.425881 [ 3 ] {aba0f69a-89cf-48d4-983b-d4a3172d99aa} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10969 | 2024.07.15 22:25:37.425919 [ 3 ] {aba0f69a-89cf-48d4-983b-d4a3172d99aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10970 | 2024.07.15 22:25:37.426268 [ 3 ] {aba0f69a-89cf-48d4-983b-d4a3172d99aa} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10971 | 2024.07.15 22:25:37.426589 [ 3 ] {aba0f69a-89cf-48d4-983b-d4a3172d99aa} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10972 | 2024.07.15 22:25:37.426740 [ 3 ] {aba0f69a-89cf-48d4-983b-d4a3172d99aa} <Debug> executeQuery: Read 408 rows, 29.54 KiB in 0.001656 sec., 246376.8115942029 rows/sec., 17.42 MiB/sec. | ||
10973 | 2024.07.15 22:25:37.426907 [ 3 ] {aba0f69a-89cf-48d4-983b-d4a3172d99aa} <Debug> DynamicQueryHandler: Done processing query | ||
10974 | 2024.07.15 22:25:37.426932 [ 3 ] {aba0f69a-89cf-48d4-983b-d4a3172d99aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
10975 | 2024.07.15 22:25:37.426947 [ 3 ] {} <Debug> HTTP-Session: ed01d9d2-6092-4748-ad5f-219638ba9805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10976 | 2024.07.15 22:25:37.427150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10977 | 2024.07.15 22:25:37.427198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10978 | 2024.07.15 22:25:37.427217 [ 3 ] {} <Debug> HTTP-Session: 50b97a93-3999-400f-ba8a-7a03fbf0c1af Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10979 | 2024.07.15 22:25:37.427234 [ 3 ] {} <Debug> HTTP-Session: 50b97a93-3999-400f-ba8a-7a03fbf0c1af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10980 | 2024.07.15 22:25:37.427248 [ 3 ] {} <Debug> HTTP-Session: 50b97a93-3999-400f-ba8a-7a03fbf0c1af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10981 | 2024.07.15 22:25:37.427280 [ 3 ] {} <Trace> HTTP-Session: 50b97a93-3999-400f-ba8a-7a03fbf0c1af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10982 | 2024.07.15 22:25:37.427378 [ 3 ] {45b88344-896f-4b27-8eb8-365d18bbeed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10983 | 2024.07.15 22:25:37.427424 [ 3 ] {45b88344-896f-4b27-8eb8-365d18bbeed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10984 | 2024.07.15 22:25:37.427555 [ 3 ] {45b88344-896f-4b27-8eb8-365d18bbeed5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10985 | 2024.07.15 22:25:37.427817 [ 3 ] {45b88344-896f-4b27-8eb8-365d18bbeed5} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10986 | 2024.07.15 22:25:37.427853 [ 3 ] {45b88344-896f-4b27-8eb8-365d18bbeed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
10987 | 2024.07.15 22:25:37.428209 [ 3 ] {45b88344-896f-4b27-8eb8-365d18bbeed5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10988 | 2024.07.15 22:25:37.428533 [ 3 ] {45b88344-896f-4b27-8eb8-365d18bbeed5} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10989 | 2024.07.15 22:25:37.428692 [ 3 ] {45b88344-896f-4b27-8eb8-365d18bbeed5} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 192.54 KiB/sec. | ||
10990 | 2024.07.15 22:25:37.428842 [ 3 ] {45b88344-896f-4b27-8eb8-365d18bbeed5} <Debug> DynamicQueryHandler: Done processing query | ||
10991 | 2024.07.15 22:25:37.428867 [ 3 ] {45b88344-896f-4b27-8eb8-365d18bbeed5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10992 | 2024.07.15 22:25:37.428882 [ 3 ] {} <Debug> HTTP-Session: 50b97a93-3999-400f-ba8a-7a03fbf0c1af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10993 | 2024.07.15 22:25:37.429000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10994 | 2024.07.15 22:25:37.429048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10995 | 2024.07.15 22:25:37.429068 [ 3 ] {} <Debug> HTTP-Session: 1aaa09df-fa90-4a01-b392-6f48e880deda Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
10996 | 2024.07.15 22:25:37.429084 [ 3 ] {} <Debug> HTTP-Session: 1aaa09df-fa90-4a01-b392-6f48e880deda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10997 | 2024.07.15 22:25:37.429099 [ 3 ] {} <Debug> HTTP-Session: 1aaa09df-fa90-4a01-b392-6f48e880deda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10998 | 2024.07.15 22:25:37.429129 [ 3 ] {} <Trace> HTTP-Session: 1aaa09df-fa90-4a01-b392-6f48e880deda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10999 | 2024.07.15 22:25:37.429258 [ 3 ] {4040ace0-5753-4d83-84dd-3f4da9064368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11000 | 2024.07.15 22:25:37.429304 [ 3 ] {4040ace0-5753-4d83-84dd-3f4da9064368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11001 | 2024.07.15 22:25:37.429444 [ 3 ] {4040ace0-5753-4d83-84dd-3f4da9064368} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11002 | 2024.07.15 22:25:37.429765 [ 3 ] {4040ace0-5753-4d83-84dd-3f4da9064368} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11003 | 2024.07.15 22:25:37.429802 [ 3 ] {4040ace0-5753-4d83-84dd-3f4da9064368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
11004 | 2024.07.15 22:25:37.430170 [ 3 ] {4040ace0-5753-4d83-84dd-3f4da9064368} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11005 | 2024.07.15 22:25:37.430523 [ 3 ] {4040ace0-5753-4d83-84dd-3f4da9064368} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11006 | 2024.07.15 22:25:37.430680 [ 3 ] {4040ace0-5753-4d83-84dd-3f4da9064368} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001464 sec., 52595.62841530055 rows/sec., 3.24 MiB/sec. | ||
11007 | 2024.07.15 22:25:37.430989 [ 3 ] {4040ace0-5753-4d83-84dd-3f4da9064368} <Debug> DynamicQueryHandler: Done processing query | ||
11008 | 2024.07.15 22:25:37.431015 [ 3 ] {4040ace0-5753-4d83-84dd-3f4da9064368} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11009 | 2024.07.15 22:25:37.431032 [ 3 ] {} <Debug> HTTP-Session: 1aaa09df-fa90-4a01-b392-6f48e880deda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11010 | 2024.07.15 22:25:37.431211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 37766, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11011 | 2024.07.15 22:25:37.431260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11012 | 2024.07.15 22:25:37.431279 [ 3 ] {} <Debug> HTTP-Session: 3346a6bf-bd24-424b-9c0a-715413d91644 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11013 | 2024.07.15 22:25:37.431295 [ 3 ] {} <Debug> HTTP-Session: 3346a6bf-bd24-424b-9c0a-715413d91644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11014 | 2024.07.15 22:25:37.431310 [ 3 ] {} <Debug> HTTP-Session: 3346a6bf-bd24-424b-9c0a-715413d91644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11015 | 2024.07.15 22:25:37.431341 [ 3 ] {} <Trace> HTTP-Session: 3346a6bf-bd24-424b-9c0a-715413d91644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11016 | 2024.07.15 22:25:37.431515 [ 3 ] {79b21101-8193-466d-837d-df1d6a9997c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11017 | 2024.07.15 22:25:37.431562 [ 3 ] {79b21101-8193-466d-837d-df1d6a9997c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11018 | 2024.07.15 22:25:37.431723 [ 3 ] {79b21101-8193-466d-837d-df1d6a9997c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11019 | 2024.07.15 22:25:37.432124 [ 3 ] {79b21101-8193-466d-837d-df1d6a9997c7} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11020 | 2024.07.15 22:25:37.432161 [ 3 ] {79b21101-8193-466d-837d-df1d6a9997c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
11021 | 2024.07.15 22:25:37.432541 [ 3 ] {79b21101-8193-466d-837d-df1d6a9997c7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11022 | 2024.07.15 22:25:37.432878 [ 3 ] {79b21101-8193-466d-837d-df1d6a9997c7} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11023 | 2024.07.15 22:25:37.433032 [ 3 ] {79b21101-8193-466d-837d-df1d6a9997c7} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001599 sec., 123202.00125078174 rows/sec., 8.60 MiB/sec. | ||
11024 | 2024.07.15 22:25:37.433208 [ 3 ] {79b21101-8193-466d-837d-df1d6a9997c7} <Debug> DynamicQueryHandler: Done processing query | ||
11025 | 2024.07.15 22:25:37.433245 [ 3 ] {79b21101-8193-466d-837d-df1d6a9997c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11026 | 2024.07.15 22:25:37.433280 [ 3 ] {} <Debug> HTTP-Session: 3346a6bf-bd24-424b-9c0a-715413d91644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11027 | 2024.07.15 22:25:37.433418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11028 | 2024.07.15 22:25:37.433466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11029 | 2024.07.15 22:25:37.433486 [ 3 ] {} <Debug> HTTP-Session: 5d0e01cc-eee5-4b07-9add-4bb04c030523 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11030 | 2024.07.15 22:25:37.433503 [ 3 ] {} <Debug> HTTP-Session: 5d0e01cc-eee5-4b07-9add-4bb04c030523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11031 | 2024.07.15 22:25:37.433517 [ 3 ] {} <Debug> HTTP-Session: 5d0e01cc-eee5-4b07-9add-4bb04c030523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11032 | 2024.07.15 22:25:37.433547 [ 3 ] {} <Trace> HTTP-Session: 5d0e01cc-eee5-4b07-9add-4bb04c030523 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11033 | 2024.07.15 22:25:37.433648 [ 3 ] {47b8ee37-e898-4447-bc82-7a89861b3669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11034 | 2024.07.15 22:25:37.433693 [ 3 ] {47b8ee37-e898-4447-bc82-7a89861b3669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11035 | 2024.07.15 22:25:37.433818 [ 3 ] {47b8ee37-e898-4447-bc82-7a89861b3669} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11036 | 2024.07.15 22:25:37.434086 [ 3 ] {47b8ee37-e898-4447-bc82-7a89861b3669} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11037 | 2024.07.15 22:25:37.434122 [ 3 ] {47b8ee37-e898-4447-bc82-7a89861b3669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
11038 | 2024.07.15 22:25:37.434470 [ 3 ] {47b8ee37-e898-4447-bc82-7a89861b3669} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11039 | 2024.07.15 22:25:37.434788 [ 3 ] {47b8ee37-e898-4447-bc82-7a89861b3669} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11040 | 2024.07.15 22:25:37.434942 [ 137 ] {} <Debug> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
11041 | 2024.07.15 22:25:37.434949 [ 3 ] {47b8ee37-e898-4447-bc82-7a89861b3669} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001319 sec., 17437.45261561789 rows/sec., 943.25 KiB/sec. | ||
11042 | 2024.07.15 22:25:37.435026 [ 137 ] {} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11043 | 2024.07.15 22:25:37.435089 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
11044 | 2024.07.15 22:25:37.435236 [ 3 ] {47b8ee37-e898-4447-bc82-7a89861b3669} <Debug> DynamicQueryHandler: Done processing query | ||
11045 | 2024.07.15 22:25:37.435248 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::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 | ||
11046 | 2024.07.15 22:25:37.435266 [ 3 ] {47b8ee37-e898-4447-bc82-7a89861b3669} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11047 | 2024.07.15 22:25:37.435300 [ 3 ] {} <Debug> HTTP-Session: 5d0e01cc-eee5-4b07-9add-4bb04c030523 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11048 | 2024.07.15 22:25:37.435406 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11049 | 2024.07.15 22:25:37.435444 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 579 rows starting from the beginning of the part | ||
11050 | 2024.07.15 22:25:37.435469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11051 | 2024.07.15 22:25:37.435538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11052 | 2024.07.15 22:25:37.435557 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 23 rows starting from the beginning of the part | ||
11053 | 2024.07.15 22:25:37.435624 [ 3 ] {} <Debug> HTTP-Session: b13a7ef9-4957-4d80-9395-ea8714eec8f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11054 | 2024.07.15 22:25:37.435712 [ 3 ] {} <Debug> HTTP-Session: b13a7ef9-4957-4d80-9395-ea8714eec8f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11055 | 2024.07.15 22:25:37.435767 [ 3 ] {} <Debug> HTTP-Session: b13a7ef9-4957-4d80-9395-ea8714eec8f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11056 | 2024.07.15 22:25:37.435980 [ 3 ] {} <Trace> HTTP-Session: b13a7ef9-4957-4d80-9395-ea8714eec8f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11057 | 2024.07.15 22:25:37.436002 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part | ||
11058 | 2024.07.15 22:25:37.436482 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 23 rows starting from the beginning of the part | ||
11059 | 2024.07.15 22:25:37.436493 [ 3 ] {447f6af3-ce1e-4518-8c59-4489a99b2435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11060 | 2024.07.15 22:25:37.436658 [ 3 ] {447f6af3-ce1e-4518-8c59-4489a99b2435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11061 | 2024.07.15 22:25:37.436700 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part | ||
11062 | 2024.07.15 22:25:37.437012 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 23 rows starting from the beginning of the part | ||
11063 | 2024.07.15 22:25:37.437557 [ 3 ] {447f6af3-ce1e-4518-8c59-4489a99b2435} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11064 | 2024.07.15 22:25:37.437942 [ 3 ] {447f6af3-ce1e-4518-8c59-4489a99b2435} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11065 | 2024.07.15 22:25:37.437984 [ 3 ] {447f6af3-ce1e-4518-8c59-4489a99b2435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11066 | 2024.07.15 22:25:37.438537 [ 3 ] {447f6af3-ce1e-4518-8c59-4489a99b2435} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11067 | 2024.07.15 22:25:37.438691 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 4 columns (4 merged, 0 gathered) in 0.00350719 sec., 197879.2138435614 rows/sec., 10.60 MiB/sec. | ||
11068 | 2024.07.15 22:25:37.438969 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
11069 | 2024.07.15 22:25:37.439079 [ 3 ] {447f6af3-ce1e-4518-8c59-4489a99b2435} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11070 | 2024.07.15 22:25:37.439367 [ 3 ] {447f6af3-ce1e-4518-8c59-4489a99b2435} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003104 sec., 19329.896907216495 rows/sec., 1.30 MiB/sec. | ||
11071 | 2024.07.15 22:25:37.439805 [ 3 ] {447f6af3-ce1e-4518-8c59-4489a99b2435} <Debug> DynamicQueryHandler: Done processing query | ||
11072 | 2024.07.15 22:25:37.439853 [ 3 ] {447f6af3-ce1e-4518-8c59-4489a99b2435} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11073 | 2024.07.15 22:25:37.439886 [ 3 ] {} <Debug> HTTP-Session: b13a7ef9-4957-4d80-9395-ea8714eec8f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11074 | 2024.07.15 22:25:37.440005 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_31_6} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11075 | 2024.07.15 22:25:37.440110 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_31_6} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
11076 | 2024.07.15 22:25:37.440216 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
11077 | 2024.07.15 22:25:42.410701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11078 | 2024.07.15 22:25:42.410838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11079 | 2024.07.15 22:25:42.410864 [ 3 ] {} <Debug> HTTP-Session: b069fa30-84c2-4807-9dde-5943fde2d939 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11080 | 2024.07.15 22:25:42.410889 [ 3 ] {} <Debug> HTTP-Session: b069fa30-84c2-4807-9dde-5943fde2d939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11081 | 2024.07.15 22:25:42.410904 [ 3 ] {} <Debug> HTTP-Session: b069fa30-84c2-4807-9dde-5943fde2d939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11082 | 2024.07.15 22:25:42.410954 [ 3 ] {} <Trace> HTTP-Session: b069fa30-84c2-4807-9dde-5943fde2d939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11083 | 2024.07.15 22:25:42.411178 [ 3 ] {c648da8d-309b-4b53-8650-1b52e80e1dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11084 | 2024.07.15 22:25:42.411270 [ 3 ] {c648da8d-309b-4b53-8650-1b52e80e1dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11085 | 2024.07.15 22:25:42.411502 [ 3 ] {c648da8d-309b-4b53-8650-1b52e80e1dcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11086 | 2024.07.15 22:25:42.411883 [ 3 ] {c648da8d-309b-4b53-8650-1b52e80e1dcf} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11087 | 2024.07.15 22:25:42.411926 [ 3 ] {c648da8d-309b-4b53-8650-1b52e80e1dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11088 | 2024.07.15 22:25:42.412350 [ 3 ] {c648da8d-309b-4b53-8650-1b52e80e1dcf} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11089 | 2024.07.15 22:25:42.412846 [ 3 ] {c648da8d-309b-4b53-8650-1b52e80e1dcf} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11090 | 2024.07.15 22:25:42.413074 [ 132 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11091 | 2024.07.15 22:25:42.413085 [ 3 ] {c648da8d-309b-4b53-8650-1b52e80e1dcf} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00198 sec., 15151.515151515152 rows/sec., 1.20 MiB/sec. | ||
11092 | 2024.07.15 22:25:42.413158 [ 132 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11093 | 2024.07.15 22:25:42.413234 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11094 | 2024.07.15 22:25:42.413449 [ 193 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
11095 | 2024.07.15 22:25:42.413461 [ 3 ] {c648da8d-309b-4b53-8650-1b52e80e1dcf} <Debug> DynamicQueryHandler: Done processing query | ||
11096 | 2024.07.15 22:25:42.413549 [ 3 ] {c648da8d-309b-4b53-8650-1b52e80e1dcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11097 | 2024.07.15 22:25:42.413588 [ 3 ] {} <Debug> HTTP-Session: b069fa30-84c2-4807-9dde-5943fde2d939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11098 | 2024.07.15 22:25:42.413699 [ 193 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11099 | 2024.07.15 22:25:42.413740 [ 193 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 36 rows starting from the beginning of the part | ||
11100 | 2024.07.15 22:25:42.413805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11101 | 2024.07.15 22:25:42.413858 [ 193 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 30 rows starting from the beginning of the part | ||
11102 | 2024.07.15 22:25:42.413959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11103 | 2024.07.15 22:25:42.414104 [ 3 ] {} <Debug> HTTP-Session: b134250f-951f-42bb-b094-f03be2b8241d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11104 | 2024.07.15 22:25:42.414189 [ 193 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
11105 | 2024.07.15 22:25:42.414240 [ 3 ] {} <Debug> HTTP-Session: b134250f-951f-42bb-b094-f03be2b8241d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11106 | 2024.07.15 22:25:42.414331 [ 3 ] {} <Debug> HTTP-Session: b134250f-951f-42bb-b094-f03be2b8241d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11107 | 2024.07.15 22:25:42.414525 [ 3 ] {} <Trace> HTTP-Session: b134250f-951f-42bb-b094-f03be2b8241d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11108 | 2024.07.15 22:25:42.414548 [ 193 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part | ||
11109 | 2024.07.15 22:25:42.414687 [ 193 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
11110 | 2024.07.15 22:25:42.415001 [ 3 ] {4db7b703-2afb-4b9d-b71f-78cd6cee96c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11111 | 2024.07.15 22:25:42.415028 [ 193 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 30 rows starting from the beginning of the part | ||
11112 | 2024.07.15 22:25:42.415145 [ 3 ] {4db7b703-2afb-4b9d-b71f-78cd6cee96c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11113 | 2024.07.15 22:25:42.415746 [ 3 ] {4db7b703-2afb-4b9d-b71f-78cd6cee96c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11114 | 2024.07.15 22:25:42.416699 [ 3 ] {4db7b703-2afb-4b9d-b71f-78cd6cee96c3} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11115 | 2024.07.15 22:25:42.416764 [ 3 ] {4db7b703-2afb-4b9d-b71f-78cd6cee96c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11116 | 2024.07.15 22:25:42.417647 [ 193 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 4 columns (4 merged, 0 gathered) in 0.004300395 sec., 32090.075446557814 rows/sec., 2.43 MiB/sec. | ||
11117 | 2024.07.15 22:25:42.417712 [ 3 ] {4db7b703-2afb-4b9d-b71f-78cd6cee96c3} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11118 | 2024.07.15 22:25:42.417818 [ 193 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11119 | 2024.07.15 22:25:42.418536 [ 3 ] {4db7b703-2afb-4b9d-b71f-78cd6cee96c3} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11120 | 2024.07.15 22:25:42.418686 [ 193 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_56_11} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11121 | 2024.07.15 22:25:42.418866 [ 3 ] {4db7b703-2afb-4b9d-b71f-78cd6cee96c3} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.004102 sec., 35592.3939541687 rows/sec., 2.99 MiB/sec. | ||
11122 | 2024.07.15 22:25:42.418935 [ 193 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_56_11} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11123 | 2024.07.15 22:25:42.419161 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11124 | 2024.07.15 22:25:42.419240 [ 3 ] {4db7b703-2afb-4b9d-b71f-78cd6cee96c3} <Debug> DynamicQueryHandler: Done processing query | ||
11125 | 2024.07.15 22:25:42.419271 [ 3 ] {4db7b703-2afb-4b9d-b71f-78cd6cee96c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11126 | 2024.07.15 22:25:42.419288 [ 3 ] {} <Debug> HTTP-Session: b134250f-951f-42bb-b094-f03be2b8241d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11127 | 2024.07.15 22:25:42.419426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11128 | 2024.07.15 22:25:42.419474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11129 | 2024.07.15 22:25:42.419493 [ 3 ] {} <Debug> HTTP-Session: c8ddef70-56eb-4b00-bbd1-6ba4c1c22c2f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11130 | 2024.07.15 22:25:42.419511 [ 3 ] {} <Debug> HTTP-Session: c8ddef70-56eb-4b00-bbd1-6ba4c1c22c2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11131 | 2024.07.15 22:25:42.419525 [ 3 ] {} <Debug> HTTP-Session: c8ddef70-56eb-4b00-bbd1-6ba4c1c22c2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11132 | 2024.07.15 22:25:42.419556 [ 3 ] {} <Trace> HTTP-Session: c8ddef70-56eb-4b00-bbd1-6ba4c1c22c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11133 | 2024.07.15 22:25:42.419683 [ 3 ] {eb72bba3-24ec-4f55-b605-30bf4b57d1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11134 | 2024.07.15 22:25:42.419728 [ 3 ] {eb72bba3-24ec-4f55-b605-30bf4b57d1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11135 | 2024.07.15 22:25:42.419869 [ 3 ] {eb72bba3-24ec-4f55-b605-30bf4b57d1a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11136 | 2024.07.15 22:25:42.420190 [ 3 ] {eb72bba3-24ec-4f55-b605-30bf4b57d1a1} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11137 | 2024.07.15 22:25:42.420226 [ 3 ] {eb72bba3-24ec-4f55-b605-30bf4b57d1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11138 | 2024.07.15 22:25:42.420552 [ 3 ] {eb72bba3-24ec-4f55-b605-30bf4b57d1a1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11139 | 2024.07.15 22:25:42.420874 [ 3 ] {eb72bba3-24ec-4f55-b605-30bf4b57d1a1} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11140 | 2024.07.15 22:25:42.421027 [ 3 ] {eb72bba3-24ec-4f55-b605-30bf4b57d1a1} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001383 sec., 67968.18510484454 rows/sec., 5.31 MiB/sec. | ||
11141 | 2024.07.15 22:25:42.421177 [ 3 ] {eb72bba3-24ec-4f55-b605-30bf4b57d1a1} <Debug> DynamicQueryHandler: Done processing query | ||
11142 | 2024.07.15 22:25:42.421201 [ 3 ] {eb72bba3-24ec-4f55-b605-30bf4b57d1a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11143 | 2024.07.15 22:25:42.421217 [ 3 ] {} <Debug> HTTP-Session: c8ddef70-56eb-4b00-bbd1-6ba4c1c22c2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11144 | 2024.07.15 22:25:42.421448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11145 | 2024.07.15 22:25:42.421496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11146 | 2024.07.15 22:25:42.421515 [ 3 ] {} <Debug> HTTP-Session: 9643c27b-2738-4660-8246-1c79ac483814 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11147 | 2024.07.15 22:25:42.421531 [ 3 ] {} <Debug> HTTP-Session: 9643c27b-2738-4660-8246-1c79ac483814 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11148 | 2024.07.15 22:25:42.421545 [ 3 ] {} <Debug> HTTP-Session: 9643c27b-2738-4660-8246-1c79ac483814 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11149 | 2024.07.15 22:25:42.421575 [ 3 ] {} <Trace> HTTP-Session: 9643c27b-2738-4660-8246-1c79ac483814 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11150 | 2024.07.15 22:25:42.421717 [ 3 ] {515a7a3c-5763-4ad2-bbe1-35b91b58d07e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11151 | 2024.07.15 22:25:42.421764 [ 3 ] {515a7a3c-5763-4ad2-bbe1-35b91b58d07e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11152 | 2024.07.15 22:25:42.421905 [ 3 ] {515a7a3c-5763-4ad2-bbe1-35b91b58d07e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11153 | 2024.07.15 22:25:42.422249 [ 3 ] {515a7a3c-5763-4ad2-bbe1-35b91b58d07e} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11154 | 2024.07.15 22:25:42.422285 [ 3 ] {515a7a3c-5763-4ad2-bbe1-35b91b58d07e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11155 | 2024.07.15 22:25:42.422680 [ 3 ] {515a7a3c-5763-4ad2-bbe1-35b91b58d07e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11156 | 2024.07.15 22:25:42.423019 [ 3 ] {515a7a3c-5763-4ad2-bbe1-35b91b58d07e} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11157 | 2024.07.15 22:25:42.423182 [ 3 ] {515a7a3c-5763-4ad2-bbe1-35b91b58d07e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001532 sec., 104438.64229765013 rows/sec., 7.27 MiB/sec. | ||
11158 | 2024.07.15 22:25:42.423341 [ 3 ] {515a7a3c-5763-4ad2-bbe1-35b91b58d07e} <Debug> DynamicQueryHandler: Done processing query | ||
11159 | 2024.07.15 22:25:42.423366 [ 3 ] {515a7a3c-5763-4ad2-bbe1-35b91b58d07e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11160 | 2024.07.15 22:25:42.423381 [ 3 ] {} <Debug> HTTP-Session: 9643c27b-2738-4660-8246-1c79ac483814 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11161 | 2024.07.15 22:25:42.423540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48378, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11162 | 2024.07.15 22:25:42.423588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11163 | 2024.07.15 22:25:42.423607 [ 3 ] {} <Debug> HTTP-Session: 2bc8a891-7ac5-4916-b41d-ef6da7f4f57f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11164 | 2024.07.15 22:25:42.423624 [ 3 ] {} <Debug> HTTP-Session: 2bc8a891-7ac5-4916-b41d-ef6da7f4f57f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11165 | 2024.07.15 22:25:42.423637 [ 3 ] {} <Debug> HTTP-Session: 2bc8a891-7ac5-4916-b41d-ef6da7f4f57f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11166 | 2024.07.15 22:25:42.423668 [ 3 ] {} <Trace> HTTP-Session: 2bc8a891-7ac5-4916-b41d-ef6da7f4f57f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11167 | 2024.07.15 22:25:42.423963 [ 3 ] {7bf92439-3a22-45ea-a39a-8a6a6da2dc30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11168 | 2024.07.15 22:25:42.424026 [ 3 ] {7bf92439-3a22-45ea-a39a-8a6a6da2dc30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11169 | 2024.07.15 22:25:42.424429 [ 3 ] {7bf92439-3a22-45ea-a39a-8a6a6da2dc30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11170 | 2024.07.15 22:25:42.425072 [ 3 ] {7bf92439-3a22-45ea-a39a-8a6a6da2dc30} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11171 | 2024.07.15 22:25:42.425108 [ 3 ] {7bf92439-3a22-45ea-a39a-8a6a6da2dc30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11172 | 2024.07.15 22:25:42.425779 [ 3 ] {7bf92439-3a22-45ea-a39a-8a6a6da2dc30} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11173 | 2024.07.15 22:25:42.426209 [ 3 ] {7bf92439-3a22-45ea-a39a-8a6a6da2dc30} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11174 | 2024.07.15 22:25:42.426418 [ 3 ] {7bf92439-3a22-45ea-a39a-8a6a6da2dc30} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002655 sec., 11299.435028248588 rows/sec., 20.25 MiB/sec. | ||
11175 | 2024.07.15 22:25:42.426968 [ 3 ] {7bf92439-3a22-45ea-a39a-8a6a6da2dc30} <Debug> DynamicQueryHandler: Done processing query | ||
11176 | 2024.07.15 22:25:42.426997 [ 3 ] {7bf92439-3a22-45ea-a39a-8a6a6da2dc30} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
11177 | 2024.07.15 22:25:42.427014 [ 3 ] {} <Debug> HTTP-Session: 2bc8a891-7ac5-4916-b41d-ef6da7f4f57f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11178 | 2024.07.15 22:25:42.427181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11179 | 2024.07.15 22:25:42.427236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11180 | 2024.07.15 22:25:42.427260 [ 3 ] {} <Debug> HTTP-Session: 9e0805bd-4f3a-4d54-8df5-3ee19054058a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11181 | 2024.07.15 22:25:42.427278 [ 3 ] {} <Debug> HTTP-Session: 9e0805bd-4f3a-4d54-8df5-3ee19054058a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11182 | 2024.07.15 22:25:42.427293 [ 3 ] {} <Debug> HTTP-Session: 9e0805bd-4f3a-4d54-8df5-3ee19054058a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11183 | 2024.07.15 22:25:42.427328 [ 3 ] {} <Trace> HTTP-Session: 9e0805bd-4f3a-4d54-8df5-3ee19054058a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11184 | 2024.07.15 22:25:42.427453 [ 3 ] {028ec0af-22f2-4e97-aa0f-fdd3e8c6442f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11185 | 2024.07.15 22:25:42.427506 [ 3 ] {028ec0af-22f2-4e97-aa0f-fdd3e8c6442f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11186 | 2024.07.15 22:25:42.427670 [ 3 ] {028ec0af-22f2-4e97-aa0f-fdd3e8c6442f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11187 | 2024.07.15 22:25:42.427987 [ 3 ] {028ec0af-22f2-4e97-aa0f-fdd3e8c6442f} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11188 | 2024.07.15 22:25:42.428032 [ 3 ] {028ec0af-22f2-4e97-aa0f-fdd3e8c6442f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11189 | 2024.07.15 22:25:42.428429 [ 3 ] {028ec0af-22f2-4e97-aa0f-fdd3e8c6442f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11190 | 2024.07.15 22:25:42.428753 [ 3 ] {028ec0af-22f2-4e97-aa0f-fdd3e8c6442f} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11191 | 2024.07.15 22:25:42.428910 [ 3 ] {028ec0af-22f2-4e97-aa0f-fdd3e8c6442f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec. | ||
11192 | 2024.07.15 22:25:42.429061 [ 3 ] {028ec0af-22f2-4e97-aa0f-fdd3e8c6442f} <Debug> DynamicQueryHandler: Done processing query | ||
11193 | 2024.07.15 22:25:42.429085 [ 3 ] {028ec0af-22f2-4e97-aa0f-fdd3e8c6442f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11194 | 2024.07.15 22:25:42.429101 [ 3 ] {} <Debug> HTTP-Session: 9e0805bd-4f3a-4d54-8df5-3ee19054058a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11195 | 2024.07.15 22:25:47.415387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11196 | 2024.07.15 22:25:47.415527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11197 | 2024.07.15 22:25:47.415554 [ 3 ] {} <Debug> HTTP-Session: 4cab867e-dda3-496b-a241-3a7d7a84be3d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11198 | 2024.07.15 22:25:47.415579 [ 3 ] {} <Debug> HTTP-Session: 4cab867e-dda3-496b-a241-3a7d7a84be3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11199 | 2024.07.15 22:25:47.415594 [ 3 ] {} <Debug> HTTP-Session: 4cab867e-dda3-496b-a241-3a7d7a84be3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11200 | 2024.07.15 22:25:47.415644 [ 3 ] {} <Trace> HTTP-Session: 4cab867e-dda3-496b-a241-3a7d7a84be3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11201 | 2024.07.15 22:25:47.415836 [ 3 ] {c98b2596-9e0b-4309-9c15-d56d5520e257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11202 | 2024.07.15 22:25:47.415908 [ 3 ] {c98b2596-9e0b-4309-9c15-d56d5520e257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11203 | 2024.07.15 22:25:47.416115 [ 3 ] {c98b2596-9e0b-4309-9c15-d56d5520e257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11204 | 2024.07.15 22:25:47.416573 [ 3 ] {c98b2596-9e0b-4309-9c15-d56d5520e257} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11205 | 2024.07.15 22:25:47.416628 [ 3 ] {c98b2596-9e0b-4309-9c15-d56d5520e257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11206 | 2024.07.15 22:25:47.417014 [ 3 ] {c98b2596-9e0b-4309-9c15-d56d5520e257} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11207 | 2024.07.15 22:25:47.417363 [ 3 ] {c98b2596-9e0b-4309-9c15-d56d5520e257} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11208 | 2024.07.15 22:25:47.417547 [ 3 ] {c98b2596-9e0b-4309-9c15-d56d5520e257} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001763 sec., 3403.289846851957 rows/sec., 192.76 KiB/sec. | ||
11209 | 2024.07.15 22:25:47.417763 [ 3 ] {c98b2596-9e0b-4309-9c15-d56d5520e257} <Debug> DynamicQueryHandler: Done processing query | ||
11210 | 2024.07.15 22:25:47.417792 [ 3 ] {c98b2596-9e0b-4309-9c15-d56d5520e257} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11211 | 2024.07.15 22:25:47.417809 [ 3 ] {} <Debug> HTTP-Session: 4cab867e-dda3-496b-a241-3a7d7a84be3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11212 | 2024.07.15 22:25:47.417933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11213 | 2024.07.15 22:25:47.417988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11214 | 2024.07.15 22:25:47.418009 [ 3 ] {} <Debug> HTTP-Session: 6c120d61-6f21-4985-8a30-682b1737d734 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11215 | 2024.07.15 22:25:47.418028 [ 3 ] {} <Debug> HTTP-Session: 6c120d61-6f21-4985-8a30-682b1737d734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11216 | 2024.07.15 22:25:47.418042 [ 3 ] {} <Debug> HTTP-Session: 6c120d61-6f21-4985-8a30-682b1737d734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11217 | 2024.07.15 22:25:47.418079 [ 3 ] {} <Trace> HTTP-Session: 6c120d61-6f21-4985-8a30-682b1737d734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11218 | 2024.07.15 22:25:47.418185 [ 3 ] {fb1aa5c4-e779-4b58-a864-ecea1d882c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11219 | 2024.07.15 22:25:47.418233 [ 3 ] {fb1aa5c4-e779-4b58-a864-ecea1d882c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11220 | 2024.07.15 22:25:47.418366 [ 3 ] {fb1aa5c4-e779-4b58-a864-ecea1d882c33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11221 | 2024.07.15 22:25:47.418656 [ 3 ] {fb1aa5c4-e779-4b58-a864-ecea1d882c33} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11222 | 2024.07.15 22:25:47.418694 [ 3 ] {fb1aa5c4-e779-4b58-a864-ecea1d882c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11223 | 2024.07.15 22:25:47.419004 [ 3 ] {fb1aa5c4-e779-4b58-a864-ecea1d882c33} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
11224 | 2024.07.15 22:25:47.419318 [ 3 ] {fb1aa5c4-e779-4b58-a864-ecea1d882c33} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11225 | 2024.07.15 22:25:47.419488 [ 3 ] {fb1aa5c4-e779-4b58-a864-ecea1d882c33} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001332 sec., 3003.003003003003 rows/sec., 244.87 KiB/sec. | ||
11226 | 2024.07.15 22:25:47.419645 [ 3 ] {fb1aa5c4-e779-4b58-a864-ecea1d882c33} <Debug> DynamicQueryHandler: Done processing query | ||
11227 | 2024.07.15 22:25:47.419671 [ 3 ] {fb1aa5c4-e779-4b58-a864-ecea1d882c33} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11228 | 2024.07.15 22:25:47.419688 [ 3 ] {} <Debug> HTTP-Session: 6c120d61-6f21-4985-8a30-682b1737d734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11229 | 2024.07.15 22:25:47.419820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11230 | 2024.07.15 22:25:47.419869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11231 | 2024.07.15 22:25:47.419889 [ 3 ] {} <Debug> HTTP-Session: aed93cbd-b523-4ebc-b0d2-132aab6a44fa Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11232 | 2024.07.15 22:25:47.419907 [ 3 ] {} <Debug> HTTP-Session: aed93cbd-b523-4ebc-b0d2-132aab6a44fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11233 | 2024.07.15 22:25:47.419922 [ 3 ] {} <Debug> HTTP-Session: aed93cbd-b523-4ebc-b0d2-132aab6a44fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11234 | 2024.07.15 22:25:47.419954 [ 3 ] {} <Trace> HTTP-Session: aed93cbd-b523-4ebc-b0d2-132aab6a44fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11235 | 2024.07.15 22:25:47.420098 [ 3 ] {4f212f00-d9ac-4f3c-8b34-486ef2743efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11236 | 2024.07.15 22:25:47.420142 [ 3 ] {4f212f00-d9ac-4f3c-8b34-486ef2743efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11237 | 2024.07.15 22:25:47.420268 [ 3 ] {4f212f00-d9ac-4f3c-8b34-486ef2743efa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11238 | 2024.07.15 22:25:47.420675 [ 3 ] {4f212f00-d9ac-4f3c-8b34-486ef2743efa} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11239 | 2024.07.15 22:25:47.420713 [ 3 ] {4f212f00-d9ac-4f3c-8b34-486ef2743efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11240 | 2024.07.15 22:25:47.421049 [ 3 ] {4f212f00-d9ac-4f3c-8b34-486ef2743efa} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11241 | 2024.07.15 22:25:47.421355 [ 3 ] {4f212f00-d9ac-4f3c-8b34-486ef2743efa} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11242 | 2024.07.15 22:25:47.421512 [ 3 ] {4f212f00-d9ac-4f3c-8b34-486ef2743efa} <Debug> executeQuery: Read 163 rows, 14.70 KiB in 0.00147 sec., 110884.3537414966 rows/sec., 9.77 MiB/sec. | ||
11243 | 2024.07.15 22:25:47.421793 [ 3 ] {4f212f00-d9ac-4f3c-8b34-486ef2743efa} <Debug> DynamicQueryHandler: Done processing query | ||
11244 | 2024.07.15 22:25:47.421847 [ 3 ] {4f212f00-d9ac-4f3c-8b34-486ef2743efa} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11245 | 2024.07.15 22:25:47.421895 [ 3 ] {} <Debug> HTTP-Session: aed93cbd-b523-4ebc-b0d2-132aab6a44fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11246 | 2024.07.15 22:25:47.422016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11247 | 2024.07.15 22:25:47.422067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11248 | 2024.07.15 22:25:47.422088 [ 3 ] {} <Debug> HTTP-Session: 910cfa06-4646-4e6f-a242-1309c15931be Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11249 | 2024.07.15 22:25:47.422106 [ 3 ] {} <Debug> HTTP-Session: 910cfa06-4646-4e6f-a242-1309c15931be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11250 | 2024.07.15 22:25:47.422120 [ 3 ] {} <Debug> HTTP-Session: 910cfa06-4646-4e6f-a242-1309c15931be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11251 | 2024.07.15 22:25:47.422152 [ 3 ] {} <Trace> HTTP-Session: 910cfa06-4646-4e6f-a242-1309c15931be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11252 | 2024.07.15 22:25:47.422256 [ 3 ] {c29cb861-b88c-4037-b873-88c6a2d64397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11253 | 2024.07.15 22:25:47.422302 [ 3 ] {c29cb861-b88c-4037-b873-88c6a2d64397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11254 | 2024.07.15 22:25:47.422444 [ 3 ] {c29cb861-b88c-4037-b873-88c6a2d64397} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11255 | 2024.07.15 22:25:47.422722 [ 3 ] {c29cb861-b88c-4037-b873-88c6a2d64397} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11256 | 2024.07.15 22:25:47.422761 [ 3 ] {c29cb861-b88c-4037-b873-88c6a2d64397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11257 | 2024.07.15 22:25:47.423062 [ 3 ] {c29cb861-b88c-4037-b873-88c6a2d64397} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
11258 | 2024.07.15 22:25:47.423376 [ 3 ] {c29cb861-b88c-4037-b873-88c6a2d64397} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11259 | 2024.07.15 22:25:47.423536 [ 3 ] {c29cb861-b88c-4037-b873-88c6a2d64397} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001298 sec., 3081.6640986132516 rows/sec., 215.17 KiB/sec. | ||
11260 | 2024.07.15 22:25:47.423804 [ 3 ] {c29cb861-b88c-4037-b873-88c6a2d64397} <Debug> DynamicQueryHandler: Done processing query | ||
11261 | 2024.07.15 22:25:47.423832 [ 3 ] {c29cb861-b88c-4037-b873-88c6a2d64397} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11262 | 2024.07.15 22:25:47.423850 [ 3 ] {} <Debug> HTTP-Session: 910cfa06-4646-4e6f-a242-1309c15931be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11263 | 2024.07.15 22:25:47.424002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 62242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11264 | 2024.07.15 22:25:47.424051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11265 | 2024.07.15 22:25:47.424071 [ 3 ] {} <Debug> HTTP-Session: bbe6f8ca-c965-4ae5-a748-07cef1d6f216 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11266 | 2024.07.15 22:25:47.424089 [ 3 ] {} <Debug> HTTP-Session: bbe6f8ca-c965-4ae5-a748-07cef1d6f216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11267 | 2024.07.15 22:25:47.424103 [ 3 ] {} <Debug> HTTP-Session: bbe6f8ca-c965-4ae5-a748-07cef1d6f216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11268 | 2024.07.15 22:25:47.424134 [ 3 ] {} <Trace> HTTP-Session: bbe6f8ca-c965-4ae5-a748-07cef1d6f216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11269 | 2024.07.15 22:25:47.424340 [ 3 ] {7516ec5c-63fd-4b40-bc27-9b5e9622169b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11270 | 2024.07.15 22:25:47.424385 [ 3 ] {7516ec5c-63fd-4b40-bc27-9b5e9622169b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11271 | 2024.07.15 22:25:47.424530 [ 3 ] {7516ec5c-63fd-4b40-bc27-9b5e9622169b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11272 | 2024.07.15 22:25:47.425061 [ 3 ] {7516ec5c-63fd-4b40-bc27-9b5e9622169b} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11273 | 2024.07.15 22:25:47.425098 [ 3 ] {7516ec5c-63fd-4b40-bc27-9b5e9622169b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11274 | 2024.07.15 22:25:47.425436 [ 3 ] {7516ec5c-63fd-4b40-bc27-9b5e9622169b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11275 | 2024.07.15 22:25:47.425745 [ 3 ] {7516ec5c-63fd-4b40-bc27-9b5e9622169b} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11276 | 2024.07.15 22:25:47.425896 [ 3 ] {7516ec5c-63fd-4b40-bc27-9b5e9622169b} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.001666 sec., 231692.67707082833 rows/sec., 16.30 MiB/sec. | ||
11277 | 2024.07.15 22:25:47.426060 [ 3 ] {7516ec5c-63fd-4b40-bc27-9b5e9622169b} <Debug> DynamicQueryHandler: Done processing query | ||
11278 | 2024.07.15 22:25:47.426086 [ 3 ] {7516ec5c-63fd-4b40-bc27-9b5e9622169b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11279 | 2024.07.15 22:25:47.426103 [ 3 ] {} <Debug> HTTP-Session: bbe6f8ca-c965-4ae5-a748-07cef1d6f216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11280 | 2024.07.15 22:25:47.426207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11281 | 2024.07.15 22:25:47.426256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11282 | 2024.07.15 22:25:47.426277 [ 3 ] {} <Debug> HTTP-Session: 339ec7f8-c672-4768-83c1-43f2dd64f3e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11283 | 2024.07.15 22:25:47.426293 [ 3 ] {} <Debug> HTTP-Session: 339ec7f8-c672-4768-83c1-43f2dd64f3e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11284 | 2024.07.15 22:25:47.426307 [ 3 ] {} <Debug> HTTP-Session: 339ec7f8-c672-4768-83c1-43f2dd64f3e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11285 | 2024.07.15 22:25:47.426338 [ 3 ] {} <Trace> HTTP-Session: 339ec7f8-c672-4768-83c1-43f2dd64f3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11286 | 2024.07.15 22:25:47.426436 [ 3 ] {a8281b75-98cc-4455-9224-1981bbff1fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11287 | 2024.07.15 22:25:47.426482 [ 3 ] {a8281b75-98cc-4455-9224-1981bbff1fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11288 | 2024.07.15 22:25:47.426613 [ 3 ] {a8281b75-98cc-4455-9224-1981bbff1fac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11289 | 2024.07.15 22:25:47.426870 [ 3 ] {a8281b75-98cc-4455-9224-1981bbff1fac} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11290 | 2024.07.15 22:25:47.426906 [ 3 ] {a8281b75-98cc-4455-9224-1981bbff1fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11291 | 2024.07.15 22:25:47.427279 [ 3 ] {a8281b75-98cc-4455-9224-1981bbff1fac} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11292 | 2024.07.15 22:25:47.427606 [ 3 ] {a8281b75-98cc-4455-9224-1981bbff1fac} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11293 | 2024.07.15 22:25:47.427764 [ 3 ] {a8281b75-98cc-4455-9224-1981bbff1fac} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 191.40 KiB/sec. | ||
11294 | 2024.07.15 22:25:47.427914 [ 3 ] {a8281b75-98cc-4455-9224-1981bbff1fac} <Debug> DynamicQueryHandler: Done processing query | ||
11295 | 2024.07.15 22:25:47.427938 [ 3 ] {a8281b75-98cc-4455-9224-1981bbff1fac} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11296 | 2024.07.15 22:25:47.427955 [ 3 ] {} <Debug> HTTP-Session: 339ec7f8-c672-4768-83c1-43f2dd64f3e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11297 | 2024.07.15 22:25:47.428064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11298 | 2024.07.15 22:25:47.428112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11299 | 2024.07.15 22:25:47.428132 [ 3 ] {} <Debug> HTTP-Session: 30e48071-4290-4922-aefe-647f196ce066 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11300 | 2024.07.15 22:25:47.428149 [ 3 ] {} <Debug> HTTP-Session: 30e48071-4290-4922-aefe-647f196ce066 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11301 | 2024.07.15 22:25:47.428162 [ 3 ] {} <Debug> HTTP-Session: 30e48071-4290-4922-aefe-647f196ce066 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11302 | 2024.07.15 22:25:47.428193 [ 3 ] {} <Trace> HTTP-Session: 30e48071-4290-4922-aefe-647f196ce066 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11303 | 2024.07.15 22:25:47.428309 [ 3 ] {24a7aac2-1976-4d1c-8d37-855c707de3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11304 | 2024.07.15 22:25:47.428357 [ 3 ] {24a7aac2-1976-4d1c-8d37-855c707de3f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11305 | 2024.07.15 22:25:47.428502 [ 3 ] {24a7aac2-1976-4d1c-8d37-855c707de3f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11306 | 2024.07.15 22:25:47.428826 [ 3 ] {24a7aac2-1976-4d1c-8d37-855c707de3f0} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11307 | 2024.07.15 22:25:47.428862 [ 3 ] {24a7aac2-1976-4d1c-8d37-855c707de3f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11308 | 2024.07.15 22:25:47.429232 [ 3 ] {24a7aac2-1976-4d1c-8d37-855c707de3f0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11309 | 2024.07.15 22:25:47.429578 [ 3 ] {24a7aac2-1976-4d1c-8d37-855c707de3f0} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11310 | 2024.07.15 22:25:47.429739 [ 3 ] {24a7aac2-1976-4d1c-8d37-855c707de3f0} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001468 sec., 52452.31607629428 rows/sec., 3.23 MiB/sec. | ||
11311 | 2024.07.15 22:25:47.429906 [ 3 ] {24a7aac2-1976-4d1c-8d37-855c707de3f0} <Debug> DynamicQueryHandler: Done processing query | ||
11312 | 2024.07.15 22:25:47.429931 [ 3 ] {24a7aac2-1976-4d1c-8d37-855c707de3f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11313 | 2024.07.15 22:25:47.429948 [ 3 ] {} <Debug> HTTP-Session: 30e48071-4290-4922-aefe-647f196ce066 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11314 | 2024.07.15 22:25:47.430093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30999, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11315 | 2024.07.15 22:25:47.430142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11316 | 2024.07.15 22:25:47.430163 [ 3 ] {} <Debug> HTTP-Session: da221bbe-45e5-47c6-bbce-a9debb9a7c52 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11317 | 2024.07.15 22:25:47.430179 [ 3 ] {} <Debug> HTTP-Session: da221bbe-45e5-47c6-bbce-a9debb9a7c52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11318 | 2024.07.15 22:25:47.430193 [ 3 ] {} <Debug> HTTP-Session: da221bbe-45e5-47c6-bbce-a9debb9a7c52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11319 | 2024.07.15 22:25:47.430225 [ 3 ] {} <Trace> HTTP-Session: da221bbe-45e5-47c6-bbce-a9debb9a7c52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11320 | 2024.07.15 22:25:47.430399 [ 3 ] {c0ab7100-9448-47b7-a845-4b817b83acda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11321 | 2024.07.15 22:25:47.430447 [ 3 ] {c0ab7100-9448-47b7-a845-4b817b83acda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11322 | 2024.07.15 22:25:47.430591 [ 3 ] {c0ab7100-9448-47b7-a845-4b817b83acda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11323 | 2024.07.15 22:25:47.430949 [ 3 ] {c0ab7100-9448-47b7-a845-4b817b83acda} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11324 | 2024.07.15 22:25:47.430986 [ 3 ] {c0ab7100-9448-47b7-a845-4b817b83acda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11325 | 2024.07.15 22:25:47.431430 [ 3 ] {c0ab7100-9448-47b7-a845-4b817b83acda} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11326 | 2024.07.15 22:25:47.431794 [ 3 ] {c0ab7100-9448-47b7-a845-4b817b83acda} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11327 | 2024.07.15 22:25:47.431952 [ 3 ] {c0ab7100-9448-47b7-a845-4b817b83acda} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001639 sec., 98840.75655887736 rows/sec., 6.88 MiB/sec. | ||
11328 | 2024.07.15 22:25:47.432104 [ 3 ] {c0ab7100-9448-47b7-a845-4b817b83acda} <Debug> DynamicQueryHandler: Done processing query | ||
11329 | 2024.07.15 22:25:47.432130 [ 3 ] {c0ab7100-9448-47b7-a845-4b817b83acda} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11330 | 2024.07.15 22:25:47.432147 [ 3 ] {} <Debug> HTTP-Session: da221bbe-45e5-47c6-bbce-a9debb9a7c52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11331 | 2024.07.15 22:25:47.432252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11332 | 2024.07.15 22:25:47.432301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11333 | 2024.07.15 22:25:47.432322 [ 3 ] {} <Debug> HTTP-Session: ba3d5157-8a7d-43c7-b503-0f4ca9ad8a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11334 | 2024.07.15 22:25:47.432338 [ 3 ] {} <Debug> HTTP-Session: ba3d5157-8a7d-43c7-b503-0f4ca9ad8a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11335 | 2024.07.15 22:25:47.432353 [ 3 ] {} <Debug> HTTP-Session: ba3d5157-8a7d-43c7-b503-0f4ca9ad8a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11336 | 2024.07.15 22:25:47.432384 [ 3 ] {} <Trace> HTTP-Session: ba3d5157-8a7d-43c7-b503-0f4ca9ad8a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11337 | 2024.07.15 22:25:47.432489 [ 3 ] {2866374d-bd3a-4b68-93cf-c23dee86412e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11338 | 2024.07.15 22:25:47.432535 [ 3 ] {2866374d-bd3a-4b68-93cf-c23dee86412e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11339 | 2024.07.15 22:25:47.432663 [ 3 ] {2866374d-bd3a-4b68-93cf-c23dee86412e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11340 | 2024.07.15 22:25:47.433001 [ 3 ] {2866374d-bd3a-4b68-93cf-c23dee86412e} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11341 | 2024.07.15 22:25:47.433038 [ 3 ] {2866374d-bd3a-4b68-93cf-c23dee86412e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11342 | 2024.07.15 22:25:47.433400 [ 3 ] {2866374d-bd3a-4b68-93cf-c23dee86412e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11343 | 2024.07.15 22:25:47.433756 [ 3 ] {2866374d-bd3a-4b68-93cf-c23dee86412e} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11344 | 2024.07.15 22:25:47.433917 [ 3 ] {2866374d-bd3a-4b68-93cf-c23dee86412e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001453 sec., 15829.318651066758 rows/sec., 856.26 KiB/sec. | ||
11345 | 2024.07.15 22:25:47.434244 [ 3 ] {2866374d-bd3a-4b68-93cf-c23dee86412e} <Debug> DynamicQueryHandler: Done processing query | ||
11346 | 2024.07.15 22:25:47.434275 [ 3 ] {2866374d-bd3a-4b68-93cf-c23dee86412e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11347 | 2024.07.15 22:25:47.434293 [ 3 ] {} <Debug> HTTP-Session: ba3d5157-8a7d-43c7-b503-0f4ca9ad8a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11348 | 2024.07.15 22:25:47.434408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11349 | 2024.07.15 22:25:47.434458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11350 | 2024.07.15 22:25:47.434478 [ 3 ] {} <Debug> HTTP-Session: 71d93407-e9cd-4bfc-a979-6b61ab0c416b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11351 | 2024.07.15 22:25:47.434496 [ 3 ] {} <Debug> HTTP-Session: 71d93407-e9cd-4bfc-a979-6b61ab0c416b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11352 | 2024.07.15 22:25:47.434509 [ 3 ] {} <Debug> HTTP-Session: 71d93407-e9cd-4bfc-a979-6b61ab0c416b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11353 | 2024.07.15 22:25:47.434540 [ 3 ] {} <Trace> HTTP-Session: 71d93407-e9cd-4bfc-a979-6b61ab0c416b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11354 | 2024.07.15 22:25:47.434666 [ 3 ] {c580ca7d-1627-4995-8167-329098aa6f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11355 | 2024.07.15 22:25:47.434712 [ 3 ] {c580ca7d-1627-4995-8167-329098aa6f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11356 | 2024.07.15 22:25:47.434866 [ 3 ] {c580ca7d-1627-4995-8167-329098aa6f60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11357 | 2024.07.15 22:25:47.435171 [ 3 ] {c580ca7d-1627-4995-8167-329098aa6f60} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11358 | 2024.07.15 22:25:47.435207 [ 3 ] {c580ca7d-1627-4995-8167-329098aa6f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11359 | 2024.07.15 22:25:47.435554 [ 3 ] {c580ca7d-1627-4995-8167-329098aa6f60} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11360 | 2024.07.15 22:25:47.435857 [ 3 ] {c580ca7d-1627-4995-8167-329098aa6f60} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11361 | 2024.07.15 22:25:47.436000 [ 3 ] {c580ca7d-1627-4995-8167-329098aa6f60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
11362 | 2024.07.15 22:25:47.436137 [ 3 ] {c580ca7d-1627-4995-8167-329098aa6f60} <Debug> DynamicQueryHandler: Done processing query | ||
11363 | 2024.07.15 22:25:47.436159 [ 3 ] {c580ca7d-1627-4995-8167-329098aa6f60} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11364 | 2024.07.15 22:25:47.436174 [ 3 ] {} <Debug> HTTP-Session: 71d93407-e9cd-4bfc-a979-6b61ab0c416b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11365 | 2024.07.15 22:25:50.646152 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11366 | 2024.07.15 22:25:50.646255 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11367 | 2024.07.15 22:25:52.411421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11368 | 2024.07.15 22:25:52.411541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11369 | 2024.07.15 22:25:52.411565 [ 3 ] {} <Debug> HTTP-Session: 4178d071-afa4-4f3a-8e7c-5f86ab73f5ba Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11370 | 2024.07.15 22:25:52.411589 [ 3 ] {} <Debug> HTTP-Session: 4178d071-afa4-4f3a-8e7c-5f86ab73f5ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11371 | 2024.07.15 22:25:52.411604 [ 3 ] {} <Debug> HTTP-Session: 4178d071-afa4-4f3a-8e7c-5f86ab73f5ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11372 | 2024.07.15 22:25:52.411652 [ 3 ] {} <Trace> HTTP-Session: 4178d071-afa4-4f3a-8e7c-5f86ab73f5ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11373 | 2024.07.15 22:25:52.411850 [ 3 ] {56dab541-c1d6-4905-8fb2-ac4a3cb4a832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11374 | 2024.07.15 22:25:52.411916 [ 3 ] {56dab541-c1d6-4905-8fb2-ac4a3cb4a832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11375 | 2024.07.15 22:25:52.412107 [ 3 ] {56dab541-c1d6-4905-8fb2-ac4a3cb4a832} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11376 | 2024.07.15 22:25:52.412539 [ 3 ] {56dab541-c1d6-4905-8fb2-ac4a3cb4a832} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11377 | 2024.07.15 22:25:52.412583 [ 3 ] {56dab541-c1d6-4905-8fb2-ac4a3cb4a832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11378 | 2024.07.15 22:25:52.412953 [ 3 ] {56dab541-c1d6-4905-8fb2-ac4a3cb4a832} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11379 | 2024.07.15 22:25:52.413299 [ 3 ] {56dab541-c1d6-4905-8fb2-ac4a3cb4a832} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11380 | 2024.07.15 22:25:52.413463 [ 3 ] {56dab541-c1d6-4905-8fb2-ac4a3cb4a832} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001671 sec., 17953.321364452426 rows/sec., 1.42 MiB/sec. | ||
11381 | 2024.07.15 22:25:52.413749 [ 3 ] {56dab541-c1d6-4905-8fb2-ac4a3cb4a832} <Debug> DynamicQueryHandler: Done processing query | ||
11382 | 2024.07.15 22:25:52.413804 [ 3 ] {56dab541-c1d6-4905-8fb2-ac4a3cb4a832} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11383 | 2024.07.15 22:25:52.413850 [ 3 ] {} <Debug> HTTP-Session: 4178d071-afa4-4f3a-8e7c-5f86ab73f5ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11384 | 2024.07.15 22:25:52.413991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11385 | 2024.07.15 22:25:52.414041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11386 | 2024.07.15 22:25:52.414061 [ 3 ] {} <Debug> HTTP-Session: e1dc556f-ef59-4ebe-8969-b2de76b3985a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11387 | 2024.07.15 22:25:52.414079 [ 3 ] {} <Debug> HTTP-Session: e1dc556f-ef59-4ebe-8969-b2de76b3985a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11388 | 2024.07.15 22:25:52.414093 [ 3 ] {} <Debug> HTTP-Session: e1dc556f-ef59-4ebe-8969-b2de76b3985a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11389 | 2024.07.15 22:25:52.414124 [ 3 ] {} <Trace> HTTP-Session: e1dc556f-ef59-4ebe-8969-b2de76b3985a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11390 | 2024.07.15 22:25:52.414225 [ 3 ] {76e691d1-4d07-4785-bb95-a57e7ef342c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11391 | 2024.07.15 22:25:52.414271 [ 3 ] {76e691d1-4d07-4785-bb95-a57e7ef342c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11392 | 2024.07.15 22:25:52.414422 [ 3 ] {76e691d1-4d07-4785-bb95-a57e7ef342c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11393 | 2024.07.15 22:25:52.414709 [ 3 ] {76e691d1-4d07-4785-bb95-a57e7ef342c6} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11394 | 2024.07.15 22:25:52.414747 [ 3 ] {76e691d1-4d07-4785-bb95-a57e7ef342c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11395 | 2024.07.15 22:25:52.415047 [ 3 ] {76e691d1-4d07-4785-bb95-a57e7ef342c6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11396 | 2024.07.15 22:25:52.415350 [ 3 ] {76e691d1-4d07-4785-bb95-a57e7ef342c6} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11397 | 2024.07.15 22:25:52.415507 [ 3 ] {76e691d1-4d07-4785-bb95-a57e7ef342c6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.0013 sec., 1538.4615384615386 rows/sec., 125.45 KiB/sec. | ||
11398 | 2024.07.15 22:25:52.415511 [ 116 ] {} <Debug> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
11399 | 2024.07.15 22:25:52.415623 [ 116 ] {} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11400 | 2024.07.15 22:25:52.415655 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11401 | 2024.07.15 22:25:52.415740 [ 3 ] {76e691d1-4d07-4785-bb95-a57e7ef342c6} <Debug> DynamicQueryHandler: Done processing query | ||
11402 | 2024.07.15 22:25:52.415816 [ 3 ] {76e691d1-4d07-4785-bb95-a57e7ef342c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11403 | 2024.07.15 22:25:52.415853 [ 3 ] {} <Debug> HTTP-Session: e1dc556f-ef59-4ebe-8969-b2de76b3985a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11404 | 2024.07.15 22:25:52.415862 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
11405 | 2024.07.15 22:25:52.416046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21550, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11406 | 2024.07.15 22:25:52.416110 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11407 | 2024.07.15 22:25:52.416149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11408 | 2024.07.15 22:25:52.416175 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 16 rows starting from the beginning of the part | ||
11409 | 2024.07.15 22:25:52.416185 [ 3 ] {} <Debug> HTTP-Session: 712b117e-503e-4be0-8365-ddd9f25013f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11410 | 2024.07.15 22:25:52.416233 [ 3 ] {} <Debug> HTTP-Session: 712b117e-503e-4be0-8365-ddd9f25013f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11411 | 2024.07.15 22:25:52.416274 [ 3 ] {} <Debug> HTTP-Session: 712b117e-503e-4be0-8365-ddd9f25013f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11412 | 2024.07.15 22:25:52.416427 [ 3 ] {} <Trace> HTTP-Session: 712b117e-503e-4be0-8365-ddd9f25013f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11413 | 2024.07.15 22:25:52.416435 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
11414 | 2024.07.15 22:25:52.416717 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
11415 | 2024.07.15 22:25:52.416805 [ 3 ] {7d21c19f-6c62-4c8b-ba15-b66afe10dee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11416 | 2024.07.15 22:25:52.416978 [ 3 ] {7d21c19f-6c62-4c8b-ba15-b66afe10dee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11417 | 2024.07.15 22:25:52.417135 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
11418 | 2024.07.15 22:25:52.417603 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
11419 | 2024.07.15 22:25:52.417861 [ 3 ] {7d21c19f-6c62-4c8b-ba15-b66afe10dee8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11420 | 2024.07.15 22:25:52.417917 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
11421 | 2024.07.15 22:25:52.418935 [ 3 ] {7d21c19f-6c62-4c8b-ba15-b66afe10dee8} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11422 | 2024.07.15 22:25:52.419009 [ 3 ] {7d21c19f-6c62-4c8b-ba15-b66afe10dee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11423 | 2024.07.15 22:25:52.419917 [ 3 ] {7d21c19f-6c62-4c8b-ba15-b66afe10dee8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11424 | 2024.07.15 22:25:52.420264 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.00452851 sec., 7066.341909369748 rows/sec., 576.21 KiB/sec. | ||
11425 | 2024.07.15 22:25:52.420515 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
11426 | 2024.07.15 22:25:52.420720 [ 3 ] {7d21c19f-6c62-4c8b-ba15-b66afe10dee8} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11427 | 2024.07.15 22:25:52.421197 [ 3 ] {7d21c19f-6c62-4c8b-ba15-b66afe10dee8} <Debug> executeQuery: Read 147 rows, 12.62 KiB in 0.004566 sec., 32194.480946123524 rows/sec., 2.70 MiB/sec. | ||
11428 | 2024.07.15 22:25:52.421436 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_24_5} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11429 | 2024.07.15 22:25:52.421737 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_24_5} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
11430 | 2024.07.15 22:25:52.421782 [ 3 ] {7d21c19f-6c62-4c8b-ba15-b66afe10dee8} <Debug> DynamicQueryHandler: Done processing query | ||
11431 | 2024.07.15 22:25:52.421917 [ 3 ] {7d21c19f-6c62-4c8b-ba15-b66afe10dee8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11432 | 2024.07.15 22:25:52.421984 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
11433 | 2024.07.15 22:25:52.422008 [ 3 ] {} <Debug> HTTP-Session: 712b117e-503e-4be0-8365-ddd9f25013f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11434 | 2024.07.15 22:25:52.422189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11435 | 2024.07.15 22:25:52.422242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11436 | 2024.07.15 22:25:52.422263 [ 3 ] {} <Debug> HTTP-Session: 72ad1bb7-d87f-4be6-8fb8-2767035378ae Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11437 | 2024.07.15 22:25:52.422279 [ 3 ] {} <Debug> HTTP-Session: 72ad1bb7-d87f-4be6-8fb8-2767035378ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11438 | 2024.07.15 22:25:52.422294 [ 3 ] {} <Debug> HTTP-Session: 72ad1bb7-d87f-4be6-8fb8-2767035378ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11439 | 2024.07.15 22:25:52.422326 [ 3 ] {} <Trace> HTTP-Session: 72ad1bb7-d87f-4be6-8fb8-2767035378ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11440 | 2024.07.15 22:25:52.422431 [ 3 ] {440869fe-b3f3-4c5c-8ed0-aab319ffbc6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11441 | 2024.07.15 22:25:52.422478 [ 3 ] {440869fe-b3f3-4c5c-8ed0-aab319ffbc6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11442 | 2024.07.15 22:25:52.422639 [ 3 ] {440869fe-b3f3-4c5c-8ed0-aab319ffbc6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11443 | 2024.07.15 22:25:52.422920 [ 3 ] {440869fe-b3f3-4c5c-8ed0-aab319ffbc6d} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11444 | 2024.07.15 22:25:52.422957 [ 3 ] {440869fe-b3f3-4c5c-8ed0-aab319ffbc6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11445 | 2024.07.15 22:25:52.423287 [ 3 ] {440869fe-b3f3-4c5c-8ed0-aab319ffbc6d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11446 | 2024.07.15 22:25:52.423610 [ 3 ] {440869fe-b3f3-4c5c-8ed0-aab319ffbc6d} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11447 | 2024.07.15 22:25:52.423773 [ 116 ] {} <Debug> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
11448 | 2024.07.15 22:25:52.423781 [ 3 ] {440869fe-b3f3-4c5c-8ed0-aab319ffbc6d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001364 sec., 1466.275659824047 rows/sec., 102.38 KiB/sec. | ||
11449 | 2024.07.15 22:25:52.423823 [ 116 ] {} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11450 | 2024.07.15 22:25:52.423882 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11451 | 2024.07.15 22:25:52.424063 [ 3 ] {440869fe-b3f3-4c5c-8ed0-aab319ffbc6d} <Debug> DynamicQueryHandler: Done processing query | ||
11452 | 2024.07.15 22:25:52.424081 [ 197 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
11453 | 2024.07.15 22:25:52.424105 [ 3 ] {440869fe-b3f3-4c5c-8ed0-aab319ffbc6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11454 | 2024.07.15 22:25:52.424161 [ 3 ] {} <Debug> HTTP-Session: 72ad1bb7-d87f-4be6-8fb8-2767035378ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11455 | 2024.07.15 22:25:52.424334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11456 | 2024.07.15 22:25:52.424350 [ 197 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11457 | 2024.07.15 22:25:52.424423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11458 | 2024.07.15 22:25:52.424424 [ 197 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 16 rows starting from the beginning of the part | ||
11459 | 2024.07.15 22:25:52.424466 [ 3 ] {} <Debug> HTTP-Session: 49106dfb-71a8-4f72-a4f0-220e6412453f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11460 | 2024.07.15 22:25:52.424518 [ 3 ] {} <Debug> HTTP-Session: 49106dfb-71a8-4f72-a4f0-220e6412453f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11461 | 2024.07.15 22:25:52.424601 [ 3 ] {} <Debug> HTTP-Session: 49106dfb-71a8-4f72-a4f0-220e6412453f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11462 | 2024.07.15 22:25:52.424667 [ 197 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
11463 | 2024.07.15 22:25:52.424779 [ 3 ] {} <Trace> HTTP-Session: 49106dfb-71a8-4f72-a4f0-220e6412453f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11464 | 2024.07.15 22:25:52.424908 [ 197 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
11465 | 2024.07.15 22:25:52.425238 [ 197 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
11466 | 2024.07.15 22:25:52.425264 [ 3 ] {923b1fc9-828f-4bde-b29b-4ac766922be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11467 | 2024.07.15 22:25:52.425478 [ 3 ] {923b1fc9-828f-4bde-b29b-4ac766922be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11468 | 2024.07.15 22:25:52.425565 [ 197 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
11469 | 2024.07.15 22:25:52.425910 [ 197 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
11470 | 2024.07.15 22:25:52.426616 [ 3 ] {923b1fc9-828f-4bde-b29b-4ac766922be3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11471 | 2024.07.15 22:25:52.427404 [ 3 ] {923b1fc9-828f-4bde-b29b-4ac766922be3} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11472 | 2024.07.15 22:25:52.427461 [ 3 ] {923b1fc9-828f-4bde-b29b-4ac766922be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11473 | 2024.07.15 22:25:52.428370 [ 3 ] {923b1fc9-828f-4bde-b29b-4ac766922be3} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11474 | 2024.07.15 22:25:52.428640 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004653673 sec., 6876.288901261434 rows/sec., 480.13 KiB/sec. | ||
11475 | 2024.07.15 22:25:52.428891 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
11476 | 2024.07.15 22:25:52.429077 [ 3 ] {923b1fc9-828f-4bde-b29b-4ac766922be3} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11477 | 2024.07.15 22:25:52.429585 [ 3 ] {923b1fc9-828f-4bde-b29b-4ac766922be3} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.004562 sec., 21043.40201665936 rows/sec., 1.64 MiB/sec. | ||
11478 | 2024.07.15 22:25:52.430102 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_24_5} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11479 | 2024.07.15 22:25:52.430365 [ 3 ] {923b1fc9-828f-4bde-b29b-4ac766922be3} <Debug> DynamicQueryHandler: Done processing query | ||
11480 | 2024.07.15 22:25:52.430399 [ 192 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_24_5} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
11481 | 2024.07.15 22:25:52.430452 [ 3 ] {923b1fc9-828f-4bde-b29b-4ac766922be3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11482 | 2024.07.15 22:25:52.430503 [ 3 ] {} <Debug> HTTP-Session: 49106dfb-71a8-4f72-a4f0-220e6412453f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11483 | 2024.07.15 22:25:52.430608 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11484 | 2024.07.15 22:25:52.430727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11485 | 2024.07.15 22:25:52.430788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11486 | 2024.07.15 22:25:52.430809 [ 3 ] {} <Debug> HTTP-Session: 00825414-8334-41be-ae52-e228ac819082 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11487 | 2024.07.15 22:25:52.430826 [ 3 ] {} <Debug> HTTP-Session: 00825414-8334-41be-ae52-e228ac819082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11488 | 2024.07.15 22:25:52.430840 [ 3 ] {} <Debug> HTTP-Session: 00825414-8334-41be-ae52-e228ac819082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11489 | 2024.07.15 22:25:52.430872 [ 3 ] {} <Trace> HTTP-Session: 00825414-8334-41be-ae52-e228ac819082 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11490 | 2024.07.15 22:25:52.431045 [ 3 ] {ef7a15d8-ba41-40c8-8b3e-d5e45441fe8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11491 | 2024.07.15 22:25:52.431096 [ 3 ] {ef7a15d8-ba41-40c8-8b3e-d5e45441fe8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11492 | 2024.07.15 22:25:52.431274 [ 3 ] {ef7a15d8-ba41-40c8-8b3e-d5e45441fe8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11493 | 2024.07.15 22:25:52.431669 [ 3 ] {ef7a15d8-ba41-40c8-8b3e-d5e45441fe8f} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11494 | 2024.07.15 22:25:52.431706 [ 3 ] {ef7a15d8-ba41-40c8-8b3e-d5e45441fe8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11495 | 2024.07.15 22:25:52.432118 [ 3 ] {ef7a15d8-ba41-40c8-8b3e-d5e45441fe8f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11496 | 2024.07.15 22:25:52.432479 [ 3 ] {ef7a15d8-ba41-40c8-8b3e-d5e45441fe8f} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11497 | 2024.07.15 22:25:52.432631 [ 3 ] {ef7a15d8-ba41-40c8-8b3e-d5e45441fe8f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001667 sec., 96580.68386322734 rows/sec., 6.73 MiB/sec. | ||
11498 | 2024.07.15 22:25:52.432831 [ 3 ] {ef7a15d8-ba41-40c8-8b3e-d5e45441fe8f} <Debug> DynamicQueryHandler: Done processing query | ||
11499 | 2024.07.15 22:25:52.432863 [ 3 ] {ef7a15d8-ba41-40c8-8b3e-d5e45441fe8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11500 | 2024.07.15 22:25:52.432884 [ 3 ] {} <Debug> HTTP-Session: 00825414-8334-41be-ae52-e228ac819082 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11501 | 2024.07.15 22:25:52.433075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11502 | 2024.07.15 22:25:52.433135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11503 | 2024.07.15 22:25:52.433161 [ 3 ] {} <Debug> HTTP-Session: 9cdf6da9-f8fc-4c20-a20c-c4676a7a3717 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11504 | 2024.07.15 22:25:52.433182 [ 3 ] {} <Debug> HTTP-Session: 9cdf6da9-f8fc-4c20-a20c-c4676a7a3717 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11505 | 2024.07.15 22:25:52.433230 [ 3 ] {} <Debug> HTTP-Session: 9cdf6da9-f8fc-4c20-a20c-c4676a7a3717 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11506 | 2024.07.15 22:25:52.433270 [ 3 ] {} <Trace> HTTP-Session: 9cdf6da9-f8fc-4c20-a20c-c4676a7a3717 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11507 | 2024.07.15 22:25:52.433636 [ 3 ] {3e39662d-ffbd-4933-8d93-e5d83d979946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11508 | 2024.07.15 22:25:52.433712 [ 3 ] {3e39662d-ffbd-4933-8d93-e5d83d979946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11509 | 2024.07.15 22:25:52.434140 [ 3 ] {3e39662d-ffbd-4933-8d93-e5d83d979946} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11510 | 2024.07.15 22:25:52.434754 [ 3 ] {3e39662d-ffbd-4933-8d93-e5d83d979946} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11511 | 2024.07.15 22:25:52.434791 [ 3 ] {3e39662d-ffbd-4933-8d93-e5d83d979946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11512 | 2024.07.15 22:25:52.435425 [ 3 ] {3e39662d-ffbd-4933-8d93-e5d83d979946} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11513 | 2024.07.15 22:25:52.435852 [ 3 ] {3e39662d-ffbd-4933-8d93-e5d83d979946} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11514 | 2024.07.15 22:25:52.436038 [ 3 ] {3e39662d-ffbd-4933-8d93-e5d83d979946} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002664 sec., 11261.261261261261 rows/sec., 20.18 MiB/sec. | ||
11515 | 2024.07.15 22:25:52.436245 [ 3 ] {3e39662d-ffbd-4933-8d93-e5d83d979946} <Debug> DynamicQueryHandler: Done processing query | ||
11516 | 2024.07.15 22:25:52.436269 [ 3 ] {3e39662d-ffbd-4933-8d93-e5d83d979946} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
11517 | 2024.07.15 22:25:52.436285 [ 3 ] {} <Debug> HTTP-Session: 9cdf6da9-f8fc-4c20-a20c-c4676a7a3717 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11518 | 2024.07.15 22:25:52.436403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11519 | 2024.07.15 22:25:52.436450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11520 | 2024.07.15 22:25:52.436470 [ 3 ] {} <Debug> HTTP-Session: 5dc0c83a-149a-4058-ad2c-a9d98d6c5df5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11521 | 2024.07.15 22:25:52.436486 [ 3 ] {} <Debug> HTTP-Session: 5dc0c83a-149a-4058-ad2c-a9d98d6c5df5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11522 | 2024.07.15 22:25:52.436500 [ 3 ] {} <Debug> HTTP-Session: 5dc0c83a-149a-4058-ad2c-a9d98d6c5df5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11523 | 2024.07.15 22:25:52.436532 [ 3 ] {} <Trace> HTTP-Session: 5dc0c83a-149a-4058-ad2c-a9d98d6c5df5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11524 | 2024.07.15 22:25:52.436642 [ 3 ] {aa6c4877-8290-4ded-8118-5bf92972e935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11525 | 2024.07.15 22:25:52.436688 [ 3 ] {aa6c4877-8290-4ded-8118-5bf92972e935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11526 | 2024.07.15 22:25:52.436815 [ 3 ] {aa6c4877-8290-4ded-8118-5bf92972e935} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11527 | 2024.07.15 22:25:52.437083 [ 3 ] {aa6c4877-8290-4ded-8118-5bf92972e935} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11528 | 2024.07.15 22:25:52.437118 [ 3 ] {aa6c4877-8290-4ded-8118-5bf92972e935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11529 | 2024.07.15 22:25:52.437475 [ 3 ] {aa6c4877-8290-4ded-8118-5bf92972e935} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11530 | 2024.07.15 22:25:52.437799 [ 3 ] {aa6c4877-8290-4ded-8118-5bf92972e935} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11531 | 2024.07.15 22:25:52.437954 [ 3 ] {aa6c4877-8290-4ded-8118-5bf92972e935} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. | ||
11532 | 2024.07.15 22:25:52.438106 [ 3 ] {aa6c4877-8290-4ded-8118-5bf92972e935} <Debug> DynamicQueryHandler: Done processing query | ||
11533 | 2024.07.15 22:25:52.438130 [ 3 ] {aa6c4877-8290-4ded-8118-5bf92972e935} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11534 | 2024.07.15 22:25:52.438146 [ 3 ] {} <Debug> HTTP-Session: 5dc0c83a-149a-4058-ad2c-a9d98d6c5df5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11535 | 2024.07.15 22:25:57.414785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11536 | 2024.07.15 22:25:57.414924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11537 | 2024.07.15 22:25:57.414954 [ 3 ] {} <Debug> HTTP-Session: 6f47a584-9b43-4c85-b735-21c7e2587532 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11538 | 2024.07.15 22:25:57.414983 [ 3 ] {} <Debug> HTTP-Session: 6f47a584-9b43-4c85-b735-21c7e2587532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11539 | 2024.07.15 22:25:57.415001 [ 3 ] {} <Debug> HTTP-Session: 6f47a584-9b43-4c85-b735-21c7e2587532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11540 | 2024.07.15 22:25:57.415056 [ 3 ] {} <Trace> HTTP-Session: 6f47a584-9b43-4c85-b735-21c7e2587532 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11541 | 2024.07.15 22:25:57.415254 [ 3 ] {d367a6fb-58dc-42db-a1d8-a69b51ca3976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11542 | 2024.07.15 22:25:57.415330 [ 3 ] {d367a6fb-58dc-42db-a1d8-a69b51ca3976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11543 | 2024.07.15 22:25:57.415558 [ 3 ] {d367a6fb-58dc-42db-a1d8-a69b51ca3976} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11544 | 2024.07.15 22:25:57.415960 [ 3 ] {d367a6fb-58dc-42db-a1d8-a69b51ca3976} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11545 | 2024.07.15 22:25:57.416006 [ 3 ] {d367a6fb-58dc-42db-a1d8-a69b51ca3976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11546 | 2024.07.15 22:25:57.416373 [ 3 ] {d367a6fb-58dc-42db-a1d8-a69b51ca3976} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11547 | 2024.07.15 22:25:57.416716 [ 3 ] {d367a6fb-58dc-42db-a1d8-a69b51ca3976} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11548 | 2024.07.15 22:25:57.416880 [ 3 ] {d367a6fb-58dc-42db-a1d8-a69b51ca3976} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001683 sec., 3565.0623885918003 rows/sec., 201.93 KiB/sec. | ||
11549 | 2024.07.15 22:25:57.417128 [ 3 ] {d367a6fb-58dc-42db-a1d8-a69b51ca3976} <Debug> DynamicQueryHandler: Done processing query | ||
11550 | 2024.07.15 22:25:57.417155 [ 3 ] {d367a6fb-58dc-42db-a1d8-a69b51ca3976} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11551 | 2024.07.15 22:25:57.417171 [ 3 ] {} <Debug> HTTP-Session: 6f47a584-9b43-4c85-b735-21c7e2587532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11552 | 2024.07.15 22:25:57.417372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11553 | 2024.07.15 22:25:57.417425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11554 | 2024.07.15 22:25:57.417445 [ 3 ] {} <Debug> HTTP-Session: 011eb3c6-45b7-450c-817c-daa6b6d735e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11555 | 2024.07.15 22:25:57.417464 [ 3 ] {} <Debug> HTTP-Session: 011eb3c6-45b7-450c-817c-daa6b6d735e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11556 | 2024.07.15 22:25:57.417478 [ 3 ] {} <Debug> HTTP-Session: 011eb3c6-45b7-450c-817c-daa6b6d735e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11557 | 2024.07.15 22:25:57.417511 [ 3 ] {} <Trace> HTTP-Session: 011eb3c6-45b7-450c-817c-daa6b6d735e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11558 | 2024.07.15 22:25:57.417658 [ 3 ] {5823b706-b8b5-4eec-b881-aadc737ba519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11559 | 2024.07.15 22:25:57.417706 [ 3 ] {5823b706-b8b5-4eec-b881-aadc737ba519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11560 | 2024.07.15 22:25:57.417843 [ 3 ] {5823b706-b8b5-4eec-b881-aadc737ba519} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11561 | 2024.07.15 22:25:57.418192 [ 3 ] {5823b706-b8b5-4eec-b881-aadc737ba519} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11562 | 2024.07.15 22:25:57.418228 [ 3 ] {5823b706-b8b5-4eec-b881-aadc737ba519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11563 | 2024.07.15 22:25:57.418553 [ 3 ] {5823b706-b8b5-4eec-b881-aadc737ba519} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11564 | 2024.07.15 22:25:57.418857 [ 3 ] {5823b706-b8b5-4eec-b881-aadc737ba519} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11565 | 2024.07.15 22:25:57.419013 [ 3 ] {5823b706-b8b5-4eec-b881-aadc737ba519} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001421 sec., 113300.49261083745 rows/sec., 10.00 MiB/sec. | ||
11566 | 2024.07.15 22:25:57.419032 [ 111 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11567 | 2024.07.15 22:25:57.419139 [ 111 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11568 | 2024.07.15 22:25:57.419180 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11569 | 2024.07.15 22:25:57.419231 [ 3 ] {5823b706-b8b5-4eec-b881-aadc737ba519} <Debug> DynamicQueryHandler: Done processing query | ||
11570 | 2024.07.15 22:25:57.419286 [ 3 ] {5823b706-b8b5-4eec-b881-aadc737ba519} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11571 | 2024.07.15 22:25:57.419346 [ 3 ] {} <Debug> HTTP-Session: 011eb3c6-45b7-450c-817c-daa6b6d735e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11572 | 2024.07.15 22:25:57.419474 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
11573 | 2024.07.15 22:25:57.419871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11574 | 2024.07.15 22:25:57.419905 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11575 | 2024.07.15 22:25:57.420047 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 295 rows starting from the beginning of the part | ||
11576 | 2024.07.15 22:25:57.420073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11577 | 2024.07.15 22:25:57.420187 [ 3 ] {} <Debug> HTTP-Session: 95684504-7dd1-439c-9713-7816c8a9f068 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11578 | 2024.07.15 22:25:57.420291 [ 3 ] {} <Debug> HTTP-Session: 95684504-7dd1-439c-9713-7816c8a9f068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11579 | 2024.07.15 22:25:57.420398 [ 3 ] {} <Debug> HTTP-Session: 95684504-7dd1-439c-9713-7816c8a9f068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11580 | 2024.07.15 22:25:57.420528 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 198 rows starting from the beginning of the part | ||
11581 | 2024.07.15 22:25:57.420592 [ 3 ] {} <Trace> HTTP-Session: 95684504-7dd1-439c-9713-7816c8a9f068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11582 | 2024.07.15 22:25:57.420905 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 146 rows starting from the beginning of the part | ||
11583 | 2024.07.15 22:25:57.421114 [ 3 ] {5eb8217d-477c-4177-aa06-29e586680f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11584 | 2024.07.15 22:25:57.421284 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 163 rows starting from the beginning of the part | ||
11585 | 2024.07.15 22:25:57.421301 [ 3 ] {5eb8217d-477c-4177-aa06-29e586680f6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11586 | 2024.07.15 22:25:57.421689 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 147 rows starting from the beginning of the part | ||
11587 | 2024.07.15 22:25:57.422074 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 161 rows starting from the beginning of the part | ||
11588 | 2024.07.15 22:25:57.423025 [ 3 ] {5eb8217d-477c-4177-aa06-29e586680f6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11589 | 2024.07.15 22:25:57.423821 [ 3 ] {5eb8217d-477c-4177-aa06-29e586680f6f} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11590 | 2024.07.15 22:25:57.423868 [ 3 ] {5eb8217d-477c-4177-aa06-29e586680f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11591 | 2024.07.15 22:25:57.424339 [ 3 ] {5eb8217d-477c-4177-aa06-29e586680f6f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11592 | 2024.07.15 22:25:57.424376 [ 195 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1110 rows, containing 4 columns (4 merged, 0 gathered) in 0.005100321 sec., 217633.36072376624 rows/sec., 18.76 MiB/sec. | ||
11593 | 2024.07.15 22:25:57.424679 [ 195 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11594 | 2024.07.15 22:25:57.424920 [ 3 ] {5eb8217d-477c-4177-aa06-29e586680f6f} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11595 | 2024.07.15 22:25:57.425335 [ 111 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11596 | 2024.07.15 22:25:57.425413 [ 111 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11597 | 2024.07.15 22:25:57.425418 [ 3 ] {5eb8217d-477c-4177-aa06-29e586680f6f} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.004537 sec., 84196.60568657702 rows/sec., 5.91 MiB/sec. | ||
11598 | 2024.07.15 22:25:57.425465 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11599 | 2024.07.15 22:25:57.425832 [ 195 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_66_13} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11600 | 2024.07.15 22:25:57.426035 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
11601 | 2024.07.15 22:25:57.426110 [ 3 ] {5eb8217d-477c-4177-aa06-29e586680f6f} <Debug> DynamicQueryHandler: Done processing query | ||
11602 | 2024.07.15 22:25:57.426180 [ 195 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_66_13} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11603 | 2024.07.15 22:25:57.426211 [ 3 ] {5eb8217d-477c-4177-aa06-29e586680f6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11604 | 2024.07.15 22:25:57.426307 [ 3 ] {} <Debug> HTTP-Session: 95684504-7dd1-439c-9713-7816c8a9f068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11605 | 2024.07.15 22:25:57.426645 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
11606 | 2024.07.15 22:25:57.426698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11607 | 2024.07.15 22:25:57.426909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11608 | 2024.07.15 22:25:57.426998 [ 3 ] {} <Debug> HTTP-Session: 472237a9-c614-4419-8e98-4e8ea41d8222 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11609 | 2024.07.15 22:25:57.427090 [ 3 ] {} <Debug> HTTP-Session: 472237a9-c614-4419-8e98-4e8ea41d8222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11610 | 2024.07.15 22:25:57.427157 [ 3 ] {} <Debug> HTTP-Session: 472237a9-c614-4419-8e98-4e8ea41d8222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11611 | 2024.07.15 22:25:57.427210 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11612 | 2024.07.15 22:25:57.427289 [ 3 ] {} <Trace> HTTP-Session: 472237a9-c614-4419-8e98-4e8ea41d8222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11613 | 2024.07.15 22:25:57.427419 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 470 rows starting from the beginning of the part | ||
11614 | 2024.07.15 22:25:57.427648 [ 3 ] {8f8a78e8-5275-47fc-8a10-baf204156f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11615 | 2024.07.15 22:25:57.427752 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 408 rows starting from the beginning of the part | ||
11616 | 2024.07.15 22:25:57.427824 [ 3 ] {8f8a78e8-5275-47fc-8a10-baf204156f90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11617 | 2024.07.15 22:25:57.428129 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 94 rows starting from the beginning of the part | ||
11618 | 2024.07.15 22:25:57.428522 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 386 rows starting from the beginning of the part | ||
11619 | 2024.07.15 22:25:57.428597 [ 3 ] {8f8a78e8-5275-47fc-8a10-baf204156f90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11620 | 2024.07.15 22:25:57.428729 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 96 rows starting from the beginning of the part | ||
11621 | 2024.07.15 22:25:57.429108 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 382 rows starting from the beginning of the part | ||
11622 | 2024.07.15 22:25:57.429874 [ 3 ] {8f8a78e8-5275-47fc-8a10-baf204156f90} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11623 | 2024.07.15 22:25:57.429957 [ 3 ] {8f8a78e8-5275-47fc-8a10-baf204156f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11624 | 2024.07.15 22:25:57.430904 [ 3 ] {8f8a78e8-5275-47fc-8a10-baf204156f90} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11625 | 2024.07.15 22:25:57.431634 [ 3 ] {8f8a78e8-5275-47fc-8a10-baf204156f90} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11626 | 2024.07.15 22:25:57.431882 [ 111 ] {} <Debug> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
11627 | 2024.07.15 22:25:57.431975 [ 111 ] {} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11628 | 2024.07.15 22:25:57.432069 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11629 | 2024.07.15 22:25:57.432137 [ 3 ] {8f8a78e8-5275-47fc-8a10-baf204156f90} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004581 sec., 1309.757694826457 rows/sec., 56.28 KiB/sec. | ||
11630 | 2024.07.15 22:25:57.432461 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1836 rows, containing 4 columns (4 merged, 0 gathered) in 0.006825826 sec., 268978.4357233835 rows/sec., 19.25 MiB/sec. | ||
11631 | 2024.07.15 22:25:57.432763 [ 3 ] {8f8a78e8-5275-47fc-8a10-baf204156f90} <Debug> DynamicQueryHandler: Done processing query | ||
11632 | 2024.07.15 22:25:57.432821 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11633 | 2024.07.15 22:25:57.432826 [ 3 ] {8f8a78e8-5275-47fc-8a10-baf204156f90} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11634 | 2024.07.15 22:25:57.432810 [ 189 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::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 | ||
11635 | 2024.07.15 22:25:57.432913 [ 3 ] {} <Debug> HTTP-Session: 472237a9-c614-4419-8e98-4e8ea41d8222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11636 | 2024.07.15 22:25:57.433185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11637 | 2024.07.15 22:25:57.433379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11638 | 2024.07.15 22:25:57.433480 [ 3 ] {} <Debug> HTTP-Session: 76c9f80d-884c-4b73-ad8c-f1590eabd265 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11639 | 2024.07.15 22:25:57.433545 [ 189 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11640 | 2024.07.15 22:25:57.433567 [ 3 ] {} <Debug> HTTP-Session: 76c9f80d-884c-4b73-ad8c-f1590eabd265 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11641 | 2024.07.15 22:25:57.433651 [ 3 ] {} <Debug> HTTP-Session: 76c9f80d-884c-4b73-ad8c-f1590eabd265 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11642 | 2024.07.15 22:25:57.433679 [ 189 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
11643 | 2024.07.15 22:25:57.433775 [ 3 ] {} <Trace> HTTP-Session: 76c9f80d-884c-4b73-ad8c-f1590eabd265 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11644 | 2024.07.15 22:25:57.434053 [ 189 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
11645 | 2024.07.15 22:25:57.434285 [ 3 ] {fa09ae41-5902-4f04-8009-d4f8171fa30a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11646 | 2024.07.15 22:25:57.434425 [ 189 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
11647 | 2024.07.15 22:25:57.434535 [ 3 ] {fa09ae41-5902-4f04-8009-d4f8171fa30a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11648 | 2024.07.15 22:25:57.434745 [ 189 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
11649 | 2024.07.15 22:25:57.434909 [ 194 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_66_13} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11650 | 2024.07.15 22:25:57.435222 [ 189 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
11651 | 2024.07.15 22:25:57.435763 [ 194 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_66_13} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11652 | 2024.07.15 22:25:57.435788 [ 189 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
11653 | 2024.07.15 22:25:57.436335 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
11654 | 2024.07.15 22:25:57.436747 [ 3 ] {fa09ae41-5902-4f04-8009-d4f8171fa30a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11655 | 2024.07.15 22:25:57.437620 [ 3 ] {fa09ae41-5902-4f04-8009-d4f8171fa30a} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11656 | 2024.07.15 22:25:57.437679 [ 3 ] {fa09ae41-5902-4f04-8009-d4f8171fa30a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11657 | 2024.07.15 22:25:57.438789 [ 3 ] {fa09ae41-5902-4f04-8009-d4f8171fa30a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11658 | 2024.07.15 22:25:57.438797 [ 189 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.006410928 sec., 29012.96037016794 rows/sec., 1.22 MiB/sec. | ||
11659 | 2024.07.15 22:25:57.439008 [ 199 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
11660 | 2024.07.15 22:25:57.439642 [ 3 ] {fa09ae41-5902-4f04-8009-d4f8171fa30a} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11661 | 2024.07.15 22:25:57.439853 [ 199 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_31_6} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11662 | 2024.07.15 22:25:57.439899 [ 111 ] {} <Debug> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
11663 | 2024.07.15 22:25:57.440003 [ 111 ] {} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11664 | 2024.07.15 22:25:57.440027 [ 3 ] {fa09ae41-5902-4f04-8009-d4f8171fa30a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005937 sec., 12969.513222166079 rows/sec., 817.83 KiB/sec. | ||
11665 | 2024.07.15 22:25:57.440049 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11666 | 2024.07.15 22:25:57.440149 [ 199 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_31_6} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
11667 | 2024.07.15 22:25:57.440646 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11668 | 2024.07.15 22:25:57.440766 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::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 | ||
11669 | 2024.07.15 22:25:57.440794 [ 3 ] {fa09ae41-5902-4f04-8009-d4f8171fa30a} <Debug> DynamicQueryHandler: Done processing query | ||
11670 | 2024.07.15 22:25:57.440891 [ 3 ] {fa09ae41-5902-4f04-8009-d4f8171fa30a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11671 | 2024.07.15 22:25:57.440980 [ 3 ] {} <Debug> HTTP-Session: 76c9f80d-884c-4b73-ad8c-f1590eabd265 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11672 | 2024.07.15 22:25:57.441308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11673 | 2024.07.15 22:25:57.441493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11674 | 2024.07.15 22:25:57.441550 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11675 | 2024.07.15 22:25:57.441572 [ 3 ] {} <Debug> HTTP-Session: 00616e0c-36a8-43a9-a3d8-bfdac4e13715 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11676 | 2024.07.15 22:25:57.441599 [ 3 ] {} <Debug> HTTP-Session: 00616e0c-36a8-43a9-a3d8-bfdac4e13715 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11677 | 2024.07.15 22:25:57.441602 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2002 rows starting from the beginning of the part | ||
11678 | 2024.07.15 22:25:57.441615 [ 3 ] {} <Debug> HTTP-Session: 00616e0c-36a8-43a9-a3d8-bfdac4e13715 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11679 | 2024.07.15 22:25:57.441671 [ 3 ] {} <Trace> HTTP-Session: 00616e0c-36a8-43a9-a3d8-bfdac4e13715 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11680 | 2024.07.15 22:25:57.441761 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 77 rows starting from the beginning of the part | ||
11681 | 2024.07.15 22:25:57.441920 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 77 rows starting from the beginning of the part | ||
11682 | 2024.07.15 22:25:57.441970 [ 3 ] {8aeadd9f-8925-44ee-9268-c914eb598fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11683 | 2024.07.15 22:25:57.442073 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 77 rows starting from the beginning of the part | ||
11684 | 2024.07.15 22:25:57.442085 [ 3 ] {8aeadd9f-8925-44ee-9268-c914eb598fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11685 | 2024.07.15 22:25:57.442331 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 77 rows starting from the beginning of the part | ||
11686 | 2024.07.15 22:25:57.442535 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 77 rows starting from the beginning of the part | ||
11687 | 2024.07.15 22:25:57.443103 [ 3 ] {8aeadd9f-8925-44ee-9268-c914eb598fd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11688 | 2024.07.15 22:25:57.443621 [ 3 ] {8aeadd9f-8925-44ee-9268-c914eb598fd9} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11689 | 2024.07.15 22:25:57.443665 [ 3 ] {8aeadd9f-8925-44ee-9268-c914eb598fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11690 | 2024.07.15 22:25:57.444250 [ 3 ] {8aeadd9f-8925-44ee-9268-c914eb598fd9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11691 | 2024.07.15 22:25:57.444688 [ 194 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2387 rows, containing 5 columns (5 merged, 0 gathered) in 0.004481239 sec., 532665.184784833 rows/sec., 32.80 MiB/sec. | ||
11692 | 2024.07.15 22:25:57.444818 [ 3 ] {8aeadd9f-8925-44ee-9268-c914eb598fd9} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11693 | 2024.07.15 22:25:57.445033 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11694 | 2024.07.15 22:25:57.445048 [ 199 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
11695 | 2024.07.15 22:25:57.445055 [ 3 ] {8aeadd9f-8925-44ee-9268-c914eb598fd9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003208 sec., 49875.31172069826 rows/sec., 3.47 MiB/sec. | ||
11696 | 2024.07.15 22:25:57.445086 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11697 | 2024.07.15 22:25:57.445178 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11698 | 2024.07.15 22:25:57.445879 [ 3 ] {8aeadd9f-8925-44ee-9268-c914eb598fd9} <Debug> DynamicQueryHandler: Done processing query | ||
11699 | 2024.07.15 22:25:57.445957 [ 3 ] {8aeadd9f-8925-44ee-9268-c914eb598fd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11700 | 2024.07.15 22:25:57.446045 [ 3 ] {} <Debug> HTTP-Session: 00616e0c-36a8-43a9-a3d8-bfdac4e13715 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11701 | 2024.07.15 22:25:57.446331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11702 | 2024.07.15 22:25:57.446509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11703 | 2024.07.15 22:25:57.446610 [ 3 ] {} <Debug> HTTP-Session: 1941b871-cee6-4c74-8bbb-dd5af24dfe78 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11704 | 2024.07.15 22:25:57.445950 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
11705 | 2024.07.15 22:25:57.446745 [ 3 ] {} <Debug> HTTP-Session: 1941b871-cee6-4c74-8bbb-dd5af24dfe78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11706 | 2024.07.15 22:25:57.446825 [ 3 ] {} <Debug> HTTP-Session: 1941b871-cee6-4c74-8bbb-dd5af24dfe78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11707 | 2024.07.15 22:25:57.446978 [ 3 ] {} <Trace> HTTP-Session: 1941b871-cee6-4c74-8bbb-dd5af24dfe78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11708 | 2024.07.15 22:25:57.447352 [ 3 ] {8c2dbdc7-fe65-420d-9232-281200aa6c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11709 | 2024.07.15 22:25:57.447510 [ 3 ] {8c2dbdc7-fe65-420d-9232-281200aa6c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11710 | 2024.07.15 22:25:57.447609 [ 191 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11711 | 2024.07.15 22:25:57.447928 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11712 | 2024.07.15 22:25:57.448023 [ 191 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
11713 | 2024.07.15 22:25:57.448119 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 9939 rows starting from the beginning of the part | ||
11714 | 2024.07.15 22:25:57.448339 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
11715 | 2024.07.15 22:25:57.448516 [ 3 ] {8c2dbdc7-fe65-420d-9232-281200aa6c60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11716 | 2024.07.15 22:25:57.448713 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 197 rows starting from the beginning of the part | ||
11717 | 2024.07.15 22:25:57.448969 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
11718 | 2024.07.15 22:25:57.449387 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
11719 | 2024.07.15 22:25:57.449652 [ 3 ] {8c2dbdc7-fe65-420d-9232-281200aa6c60} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11720 | 2024.07.15 22:25:57.449746 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
11721 | 2024.07.15 22:25:57.449755 [ 3 ] {8c2dbdc7-fe65-420d-9232-281200aa6c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11722 | 2024.07.15 22:25:57.450091 [ 200 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
11723 | 2024.07.15 22:25:57.450934 [ 3 ] {8c2dbdc7-fe65-420d-9232-281200aa6c60} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11724 | 2024.07.15 22:25:57.451586 [ 3 ] {8c2dbdc7-fe65-420d-9232-281200aa6c60} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11725 | 2024.07.15 22:25:57.451784 [ 3 ] {8c2dbdc7-fe65-420d-9232-281200aa6c60} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004588 sec., 5013.0775937227545 rows/sec., 271.17 KiB/sec. | ||
11726 | 2024.07.15 22:25:57.452399 [ 3 ] {8c2dbdc7-fe65-420d-9232-281200aa6c60} <Debug> DynamicQueryHandler: Done processing query | ||
11727 | 2024.07.15 22:25:57.452494 [ 3 ] {8c2dbdc7-fe65-420d-9232-281200aa6c60} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11728 | 2024.07.15 22:25:57.452561 [ 3 ] {} <Debug> HTTP-Session: 1941b871-cee6-4c74-8bbb-dd5af24dfe78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11729 | 2024.07.15 22:25:57.452793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11730 | 2024.07.15 22:25:57.452910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11731 | 2024.07.15 22:25:57.452984 [ 3 ] {} <Debug> HTTP-Session: 66efef9b-6e61-408c-9d8b-8aad799db625 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11732 | 2024.07.15 22:25:57.453023 [ 3 ] {} <Debug> HTTP-Session: 66efef9b-6e61-408c-9d8b-8aad799db625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11733 | 2024.07.15 22:25:57.453065 [ 3 ] {} <Debug> HTTP-Session: 66efef9b-6e61-408c-9d8b-8aad799db625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11734 | 2024.07.15 22:25:57.453162 [ 3 ] {} <Trace> HTTP-Session: 66efef9b-6e61-408c-9d8b-8aad799db625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11735 | 2024.07.15 22:25:57.453474 [ 3 ] {57f3b061-f828-49c2-a899-5f366c6c20ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11736 | 2024.07.15 22:25:57.453592 [ 3 ] {57f3b061-f828-49c2-a899-5f366c6c20ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11737 | 2024.07.15 22:25:57.453830 [ 3 ] {57f3b061-f828-49c2-a899-5f366c6c20ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11738 | 2024.07.15 22:25:57.454352 [ 3 ] {57f3b061-f828-49c2-a899-5f366c6c20ac} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11739 | 2024.07.15 22:25:57.454389 [ 3 ] {57f3b061-f828-49c2-a899-5f366c6c20ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11740 | 2024.07.15 22:25:57.455075 [ 3 ] {57f3b061-f828-49c2-a899-5f366c6c20ac} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11741 | 2024.07.15 22:25:57.455460 [ 3 ] {57f3b061-f828-49c2-a899-5f366c6c20ac} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11742 | 2024.07.15 22:25:57.455633 [ 111 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11743 | 2024.07.15 22:25:57.455647 [ 3 ] {57f3b061-f828-49c2-a899-5f366c6c20ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002304 sec., 26041.666666666664 rows/sec., 1.76 MiB/sec. | ||
11744 | 2024.07.15 22:25:57.455686 [ 111 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11745 | 2024.07.15 22:25:57.455753 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11746 | 2024.07.15 22:25:57.456020 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
11747 | 2024.07.15 22:25:57.456035 [ 3 ] {57f3b061-f828-49c2-a899-5f366c6c20ac} <Debug> DynamicQueryHandler: Done processing query | ||
11748 | 2024.07.15 22:25:57.456091 [ 3 ] {57f3b061-f828-49c2-a899-5f366c6c20ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11749 | 2024.07.15 22:25:57.456127 [ 3 ] {} <Debug> HTTP-Session: 66efef9b-6e61-408c-9d8b-8aad799db625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11750 | 2024.07.15 22:25:57.456278 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11751 | 2024.07.15 22:25:57.456319 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3518 rows starting from the beginning of the part | ||
11752 | 2024.07.15 22:25:57.456485 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
11753 | 2024.07.15 22:25:57.456916 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
11754 | 2024.07.15 22:25:57.457261 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
11755 | 2024.07.15 22:25:57.457539 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
11756 | 2024.07.15 22:25:57.457574 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10779 rows, containing 5 columns (5 merged, 0 gathered) in 0.012204102 sec., 883227.6229746359 rows/sec., 61.54 MiB/sec. | ||
11757 | 2024.07.15 22:25:57.457752 [ 191 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
11758 | 2024.07.15 22:25:57.458050 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11759 | 2024.07.15 22:25:57.458669 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11760 | 2024.07.15 22:25:57.458802 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11761 | 2024.07.15 22:25:57.458935 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
11762 | 2024.07.15 22:25:57.459816 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3818 rows, containing 4 columns (4 merged, 0 gathered) in 0.003927458 sec., 972130.064789999 rows/sec., 65.56 MiB/sec. | ||
11763 | 2024.07.15 22:25:57.460306 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11764 | 2024.07.15 22:25:57.460957 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_66_13} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11765 | 2024.07.15 22:25:57.461086 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_66_13} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11766 | 2024.07.15 22:25:57.461215 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
11767 | 2024.07.15 22:26:02.410518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11768 | 2024.07.15 22:26:02.410662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11769 | 2024.07.15 22:26:02.410694 [ 3 ] {} <Debug> HTTP-Session: 17123669-3dd8-499f-bbff-502bff761b0b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11770 | 2024.07.15 22:26:02.410723 [ 3 ] {} <Debug> HTTP-Session: 17123669-3dd8-499f-bbff-502bff761b0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11771 | 2024.07.15 22:26:02.410743 [ 3 ] {} <Debug> HTTP-Session: 17123669-3dd8-499f-bbff-502bff761b0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11772 | 2024.07.15 22:26:02.410800 [ 3 ] {} <Trace> HTTP-Session: 17123669-3dd8-499f-bbff-502bff761b0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11773 | 2024.07.15 22:26:02.411016 [ 3 ] {d3a928fa-0c5c-4a4e-8499-4f93fe9934b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11774 | 2024.07.15 22:26:02.411094 [ 3 ] {d3a928fa-0c5c-4a4e-8499-4f93fe9934b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11775 | 2024.07.15 22:26:02.411293 [ 3 ] {d3a928fa-0c5c-4a4e-8499-4f93fe9934b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11776 | 2024.07.15 22:26:02.411745 [ 3 ] {d3a928fa-0c5c-4a4e-8499-4f93fe9934b8} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11777 | 2024.07.15 22:26:02.411789 [ 3 ] {d3a928fa-0c5c-4a4e-8499-4f93fe9934b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11778 | 2024.07.15 22:26:02.412176 [ 3 ] {d3a928fa-0c5c-4a4e-8499-4f93fe9934b8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11779 | 2024.07.15 22:26:02.412531 [ 3 ] {d3a928fa-0c5c-4a4e-8499-4f93fe9934b8} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11780 | 2024.07.15 22:26:02.412681 [ 3 ] {d3a928fa-0c5c-4a4e-8499-4f93fe9934b8} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001734 sec., 17301.038062283737 rows/sec., 1.37 MiB/sec. | ||
11781 | 2024.07.15 22:26:02.412923 [ 3 ] {d3a928fa-0c5c-4a4e-8499-4f93fe9934b8} <Debug> DynamicQueryHandler: Done processing query | ||
11782 | 2024.07.15 22:26:02.412959 [ 3 ] {d3a928fa-0c5c-4a4e-8499-4f93fe9934b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11783 | 2024.07.15 22:26:02.412982 [ 3 ] {} <Debug> HTTP-Session: 17123669-3dd8-499f-bbff-502bff761b0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11784 | 2024.07.15 22:26:02.413136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11785 | 2024.07.15 22:26:02.413195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11786 | 2024.07.15 22:26:02.413215 [ 3 ] {} <Debug> HTTP-Session: f58c52ee-fe30-4587-9e84-130a221c4a46 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11787 | 2024.07.15 22:26:02.413234 [ 3 ] {} <Debug> HTTP-Session: f58c52ee-fe30-4587-9e84-130a221c4a46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11788 | 2024.07.15 22:26:02.413249 [ 3 ] {} <Debug> HTTP-Session: f58c52ee-fe30-4587-9e84-130a221c4a46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11789 | 2024.07.15 22:26:02.413288 [ 3 ] {} <Trace> HTTP-Session: f58c52ee-fe30-4587-9e84-130a221c4a46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11790 | 2024.07.15 22:26:02.413439 [ 3 ] {5b89367c-dbff-4357-914b-634c2f839b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11791 | 2024.07.15 22:26:02.413492 [ 3 ] {5b89367c-dbff-4357-914b-634c2f839b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11792 | 2024.07.15 22:26:02.413626 [ 3 ] {5b89367c-dbff-4357-914b-634c2f839b0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11793 | 2024.07.15 22:26:02.414027 [ 3 ] {5b89367c-dbff-4357-914b-634c2f839b0a} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11794 | 2024.07.15 22:26:02.414064 [ 3 ] {5b89367c-dbff-4357-914b-634c2f839b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11795 | 2024.07.15 22:26:02.414407 [ 3 ] {5b89367c-dbff-4357-914b-634c2f839b0a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11796 | 2024.07.15 22:26:02.414730 [ 3 ] {5b89367c-dbff-4357-914b-634c2f839b0a} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11797 | 2024.07.15 22:26:02.414863 [ 3 ] {5b89367c-dbff-4357-914b-634c2f839b0a} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.00149 sec., 97986.57718120805 rows/sec., 8.23 MiB/sec. | ||
11798 | 2024.07.15 22:26:02.415018 [ 3 ] {5b89367c-dbff-4357-914b-634c2f839b0a} <Debug> DynamicQueryHandler: Done processing query | ||
11799 | 2024.07.15 22:26:02.415043 [ 3 ] {5b89367c-dbff-4357-914b-634c2f839b0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11800 | 2024.07.15 22:26:02.415060 [ 3 ] {} <Debug> HTTP-Session: f58c52ee-fe30-4587-9e84-130a221c4a46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11801 | 2024.07.15 22:26:02.415193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11802 | 2024.07.15 22:26:02.415242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11803 | 2024.07.15 22:26:02.415262 [ 3 ] {} <Debug> HTTP-Session: 83fef03a-c5f1-4cdb-ad8b-64c98c0ab609 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11804 | 2024.07.15 22:26:02.415280 [ 3 ] {} <Debug> HTTP-Session: 83fef03a-c5f1-4cdb-ad8b-64c98c0ab609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11805 | 2024.07.15 22:26:02.415295 [ 3 ] {} <Debug> HTTP-Session: 83fef03a-c5f1-4cdb-ad8b-64c98c0ab609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11806 | 2024.07.15 22:26:02.415329 [ 3 ] {} <Trace> HTTP-Session: 83fef03a-c5f1-4cdb-ad8b-64c98c0ab609 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11807 | 2024.07.15 22:26:02.415454 [ 3 ] {4d4c77d3-8bbb-4a8a-a777-5fb7787f986b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11808 | 2024.07.15 22:26:02.415498 [ 3 ] {4d4c77d3-8bbb-4a8a-a777-5fb7787f986b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11809 | 2024.07.15 22:26:02.415624 [ 3 ] {4d4c77d3-8bbb-4a8a-a777-5fb7787f986b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11810 | 2024.07.15 22:26:02.415965 [ 3 ] {4d4c77d3-8bbb-4a8a-a777-5fb7787f986b} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11811 | 2024.07.15 22:26:02.416001 [ 3 ] {4d4c77d3-8bbb-4a8a-a777-5fb7787f986b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11812 | 2024.07.15 22:26:02.416333 [ 3 ] {4d4c77d3-8bbb-4a8a-a777-5fb7787f986b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11813 | 2024.07.15 22:26:02.416650 [ 3 ] {4d4c77d3-8bbb-4a8a-a777-5fb7787f986b} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11814 | 2024.07.15 22:26:02.416777 [ 3 ] {4d4c77d3-8bbb-4a8a-a777-5fb7787f986b} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.00137 sec., 68613.1386861314 rows/sec., 5.36 MiB/sec. | ||
11815 | 2024.07.15 22:26:02.417012 [ 3 ] {4d4c77d3-8bbb-4a8a-a777-5fb7787f986b} <Debug> DynamicQueryHandler: Done processing query | ||
11816 | 2024.07.15 22:26:02.417064 [ 3 ] {4d4c77d3-8bbb-4a8a-a777-5fb7787f986b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11817 | 2024.07.15 22:26:02.417119 [ 3 ] {} <Debug> HTTP-Session: 83fef03a-c5f1-4cdb-ad8b-64c98c0ab609 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11818 | 2024.07.15 22:26:02.417305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11819 | 2024.07.15 22:26:02.417361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11820 | 2024.07.15 22:26:02.417382 [ 3 ] {} <Debug> HTTP-Session: 3039dea9-04e0-4945-80d6-b100a1b83101 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11821 | 2024.07.15 22:26:02.417400 [ 3 ] {} <Debug> HTTP-Session: 3039dea9-04e0-4945-80d6-b100a1b83101 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11822 | 2024.07.15 22:26:02.417416 [ 3 ] {} <Debug> HTTP-Session: 3039dea9-04e0-4945-80d6-b100a1b83101 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11823 | 2024.07.15 22:26:02.417451 [ 3 ] {} <Trace> HTTP-Session: 3039dea9-04e0-4945-80d6-b100a1b83101 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11824 | 2024.07.15 22:26:02.417611 [ 3 ] {c8ac02c5-68ce-4284-98cb-52788f7b849b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11825 | 2024.07.15 22:26:02.417662 [ 3 ] {c8ac02c5-68ce-4284-98cb-52788f7b849b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11826 | 2024.07.15 22:26:02.417822 [ 3 ] {c8ac02c5-68ce-4284-98cb-52788f7b849b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11827 | 2024.07.15 22:26:02.418181 [ 3 ] {c8ac02c5-68ce-4284-98cb-52788f7b849b} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11828 | 2024.07.15 22:26:02.418218 [ 3 ] {c8ac02c5-68ce-4284-98cb-52788f7b849b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11829 | 2024.07.15 22:26:02.418618 [ 3 ] {c8ac02c5-68ce-4284-98cb-52788f7b849b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11830 | 2024.07.15 22:26:02.418964 [ 3 ] {c8ac02c5-68ce-4284-98cb-52788f7b849b} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11831 | 2024.07.15 22:26:02.419092 [ 3 ] {c8ac02c5-68ce-4284-98cb-52788f7b849b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
11832 | 2024.07.15 22:26:02.419245 [ 3 ] {c8ac02c5-68ce-4284-98cb-52788f7b849b} <Debug> DynamicQueryHandler: Done processing query | ||
11833 | 2024.07.15 22:26:02.419270 [ 3 ] {c8ac02c5-68ce-4284-98cb-52788f7b849b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11834 | 2024.07.15 22:26:02.419287 [ 3 ] {} <Debug> HTTP-Session: 3039dea9-04e0-4945-80d6-b100a1b83101 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11835 | 2024.07.15 22:26:02.419441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48379, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11836 | 2024.07.15 22:26:02.419494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11837 | 2024.07.15 22:26:02.419514 [ 3 ] {} <Debug> HTTP-Session: c47dc4f3-c319-4863-8766-3c4c994d61ce Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11838 | 2024.07.15 22:26:02.419531 [ 3 ] {} <Debug> HTTP-Session: c47dc4f3-c319-4863-8766-3c4c994d61ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11839 | 2024.07.15 22:26:02.419546 [ 3 ] {} <Debug> HTTP-Session: c47dc4f3-c319-4863-8766-3c4c994d61ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11840 | 2024.07.15 22:26:02.419579 [ 3 ] {} <Trace> HTTP-Session: c47dc4f3-c319-4863-8766-3c4c994d61ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11841 | 2024.07.15 22:26:02.419909 [ 3 ] {bc26e9b4-5e7b-4613-ab1b-e245269874ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11842 | 2024.07.15 22:26:02.419975 [ 3 ] {bc26e9b4-5e7b-4613-ab1b-e245269874ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11843 | 2024.07.15 22:26:02.420379 [ 3 ] {bc26e9b4-5e7b-4613-ab1b-e245269874ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11844 | 2024.07.15 22:26:02.421061 [ 3 ] {bc26e9b4-5e7b-4613-ab1b-e245269874ac} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11845 | 2024.07.15 22:26:02.421097 [ 3 ] {bc26e9b4-5e7b-4613-ab1b-e245269874ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11846 | 2024.07.15 22:26:02.421722 [ 3 ] {bc26e9b4-5e7b-4613-ab1b-e245269874ac} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11847 | 2024.07.15 22:26:02.422137 [ 3 ] {bc26e9b4-5e7b-4613-ab1b-e245269874ac} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11848 | 2024.07.15 22:26:02.422286 [ 3 ] {bc26e9b4-5e7b-4613-ab1b-e245269874ac} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002616 sec., 11467.889908256882 rows/sec., 20.55 MiB/sec. | ||
11849 | 2024.07.15 22:26:02.422641 [ 3 ] {bc26e9b4-5e7b-4613-ab1b-e245269874ac} <Debug> DynamicQueryHandler: Done processing query | ||
11850 | 2024.07.15 22:26:02.422667 [ 3 ] {bc26e9b4-5e7b-4613-ab1b-e245269874ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
11851 | 2024.07.15 22:26:02.422684 [ 3 ] {} <Debug> HTTP-Session: c47dc4f3-c319-4863-8766-3c4c994d61ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11852 | 2024.07.15 22:26:02.422801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11853 | 2024.07.15 22:26:02.422853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11854 | 2024.07.15 22:26:02.422873 [ 3 ] {} <Debug> HTTP-Session: 8d46a4f3-8b43-4f24-817c-10d4c0eb8ad4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11855 | 2024.07.15 22:26:02.422890 [ 3 ] {} <Debug> HTTP-Session: 8d46a4f3-8b43-4f24-817c-10d4c0eb8ad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11856 | 2024.07.15 22:26:02.422906 [ 3 ] {} <Debug> HTTP-Session: 8d46a4f3-8b43-4f24-817c-10d4c0eb8ad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11857 | 2024.07.15 22:26:02.422938 [ 3 ] {} <Trace> HTTP-Session: 8d46a4f3-8b43-4f24-817c-10d4c0eb8ad4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11858 | 2024.07.15 22:26:02.423055 [ 3 ] {a6ca003c-d5ba-489e-9609-d47c0d74158a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11859 | 2024.07.15 22:26:02.423101 [ 3 ] {a6ca003c-d5ba-489e-9609-d47c0d74158a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11860 | 2024.07.15 22:26:02.423230 [ 3 ] {a6ca003c-d5ba-489e-9609-d47c0d74158a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11861 | 2024.07.15 22:26:02.423605 [ 3 ] {a6ca003c-d5ba-489e-9609-d47c0d74158a} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11862 | 2024.07.15 22:26:02.423641 [ 3 ] {a6ca003c-d5ba-489e-9609-d47c0d74158a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11863 | 2024.07.15 22:26:02.424022 [ 3 ] {a6ca003c-d5ba-489e-9609-d47c0d74158a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11864 | 2024.07.15 22:26:02.424356 [ 3 ] {a6ca003c-d5ba-489e-9609-d47c0d74158a} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11865 | 2024.07.15 22:26:02.424485 [ 3 ] {a6ca003c-d5ba-489e-9609-d47c0d74158a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00147 sec., 40816.32653061225 rows/sec., 2.75 MiB/sec. | ||
11866 | 2024.07.15 22:26:02.424651 [ 3 ] {a6ca003c-d5ba-489e-9609-d47c0d74158a} <Debug> DynamicQueryHandler: Done processing query | ||
11867 | 2024.07.15 22:26:02.424676 [ 3 ] {a6ca003c-d5ba-489e-9609-d47c0d74158a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11868 | 2024.07.15 22:26:02.424693 [ 3 ] {} <Debug> HTTP-Session: 8d46a4f3-8b43-4f24-817c-10d4c0eb8ad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11869 | 2024.07.15 22:26:05.646322 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11870 | 2024.07.15 22:26:05.646414 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11871 | 2024.07.15 22:26:07.414842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11872 | 2024.07.15 22:26:07.414965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11873 | 2024.07.15 22:26:07.414994 [ 3 ] {} <Debug> HTTP-Session: 1563311e-4d8b-46ce-a426-4c376afd6420 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11874 | 2024.07.15 22:26:07.415023 [ 3 ] {} <Debug> HTTP-Session: 1563311e-4d8b-46ce-a426-4c376afd6420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11875 | 2024.07.15 22:26:07.415041 [ 3 ] {} <Debug> HTTP-Session: 1563311e-4d8b-46ce-a426-4c376afd6420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11876 | 2024.07.15 22:26:07.415096 [ 3 ] {} <Trace> HTTP-Session: 1563311e-4d8b-46ce-a426-4c376afd6420 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11877 | 2024.07.15 22:26:07.415295 [ 3 ] {52677804-1c0c-420c-9c6c-d97a57525f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11878 | 2024.07.15 22:26:07.415365 [ 3 ] {52677804-1c0c-420c-9c6c-d97a57525f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11879 | 2024.07.15 22:26:07.415557 [ 3 ] {52677804-1c0c-420c-9c6c-d97a57525f80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11880 | 2024.07.15 22:26:07.416002 [ 3 ] {52677804-1c0c-420c-9c6c-d97a57525f80} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11881 | 2024.07.15 22:26:07.416045 [ 3 ] {52677804-1c0c-420c-9c6c-d97a57525f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11882 | 2024.07.15 22:26:07.416425 [ 3 ] {52677804-1c0c-420c-9c6c-d97a57525f80} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11883 | 2024.07.15 22:26:07.416767 [ 3 ] {52677804-1c0c-420c-9c6c-d97a57525f80} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11884 | 2024.07.15 22:26:07.416913 [ 3 ] {52677804-1c0c-420c-9c6c-d97a57525f80} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001678 sec., 3575.6853396901074 rows/sec., 202.53 KiB/sec. | ||
11885 | 2024.07.15 22:26:07.416917 [ 94 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11886 | 2024.07.15 22:26:07.416981 [ 94 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11887 | 2024.07.15 22:26:07.417015 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11888 | 2024.07.15 22:26:07.417186 [ 3 ] {52677804-1c0c-420c-9c6c-d97a57525f80} <Debug> DynamicQueryHandler: Done processing query | ||
11889 | 2024.07.15 22:26:07.417270 [ 3 ] {52677804-1c0c-420c-9c6c-d97a57525f80} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11890 | 2024.07.15 22:26:07.417346 [ 3 ] {} <Debug> HTTP-Session: 1563311e-4d8b-46ce-a426-4c376afd6420 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11891 | 2024.07.15 22:26:07.417570 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
11892 | 2024.07.15 22:26:07.417667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11893 | 2024.07.15 22:26:07.417878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11894 | 2024.07.15 22:26:07.417984 [ 3 ] {} <Debug> HTTP-Session: 2b3a3219-a83b-404e-bd7f-45f0ba3382f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11895 | 2024.07.15 22:26:07.418077 [ 3 ] {} <Debug> HTTP-Session: 2b3a3219-a83b-404e-bd7f-45f0ba3382f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11896 | 2024.07.15 22:26:07.418139 [ 3 ] {} <Debug> HTTP-Session: 2b3a3219-a83b-404e-bd7f-45f0ba3382f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11897 | 2024.07.15 22:26:07.418302 [ 3 ] {} <Trace> HTTP-Session: 2b3a3219-a83b-404e-bd7f-45f0ba3382f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11898 | 2024.07.15 22:26:07.418787 [ 3 ] {75b2c599-7170-4623-907f-fc7df742b854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11899 | 2024.07.15 22:26:07.418788 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11900 | 2024.07.15 22:26:07.418886 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 36 rows starting from the beginning of the part | ||
11901 | 2024.07.15 22:26:07.418887 [ 3 ] {75b2c599-7170-4623-907f-fc7df742b854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11902 | 2024.07.15 22:26:07.419258 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
11903 | 2024.07.15 22:26:07.419679 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part | ||
11904 | 2024.07.15 22:26:07.419758 [ 3 ] {75b2c599-7170-4623-907f-fc7df742b854} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11905 | 2024.07.15 22:26:07.419960 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
11906 | 2024.07.15 22:26:07.420123 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 30 rows starting from the beginning of the part | ||
11907 | 2024.07.15 22:26:07.420359 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
11908 | 2024.07.15 22:26:07.421440 [ 3 ] {75b2c599-7170-4623-907f-fc7df742b854} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11909 | 2024.07.15 22:26:07.421502 [ 3 ] {75b2c599-7170-4623-907f-fc7df742b854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11910 | 2024.07.15 22:26:07.422454 [ 3 ] {75b2c599-7170-4623-907f-fc7df742b854} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11911 | 2024.07.15 22:26:07.423338 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.006218224 sec., 18333.20896770525 rows/sec., 1.34 MiB/sec. | ||
11912 | 2024.07.15 22:26:07.423457 [ 3 ] {75b2c599-7170-4623-907f-fc7df742b854} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11913 | 2024.07.15 22:26:07.423570 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11914 | 2024.07.15 22:26:07.423793 [ 3 ] {75b2c599-7170-4623-907f-fc7df742b854} <Debug> executeQuery: Read 197 rows, 17.37 KiB in 0.005233 sec., 37645.70991782916 rows/sec., 3.24 MiB/sec. | ||
11915 | 2024.07.15 22:26:07.424263 [ 3 ] {75b2c599-7170-4623-907f-fc7df742b854} <Debug> DynamicQueryHandler: Done processing query | ||
11916 | 2024.07.15 22:26:07.424302 [ 3 ] {75b2c599-7170-4623-907f-fc7df742b854} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11917 | 2024.07.15 22:26:07.424341 [ 3 ] {} <Debug> HTTP-Session: 2b3a3219-a83b-404e-bd7f-45f0ba3382f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11918 | 2024.07.15 22:26:07.424455 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_61_12} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11919 | 2024.07.15 22:26:07.424562 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_61_12} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11920 | 2024.07.15 22:26:07.424570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11921 | 2024.07.15 22:26:07.424679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11922 | 2024.07.15 22:26:07.424697 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11923 | 2024.07.15 22:26:07.424709 [ 3 ] {} <Debug> HTTP-Session: e932e039-5a08-4ce6-8682-2d73f920ab9f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11924 | 2024.07.15 22:26:07.424749 [ 3 ] {} <Debug> HTTP-Session: e932e039-5a08-4ce6-8682-2d73f920ab9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11925 | 2024.07.15 22:26:07.424764 [ 3 ] {} <Debug> HTTP-Session: e932e039-5a08-4ce6-8682-2d73f920ab9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11926 | 2024.07.15 22:26:07.424799 [ 3 ] {} <Trace> HTTP-Session: e932e039-5a08-4ce6-8682-2d73f920ab9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11927 | 2024.07.15 22:26:07.425015 [ 3 ] {f828fe98-b2d1-4a73-b448-a77b7cb877e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11928 | 2024.07.15 22:26:07.425058 [ 3 ] {f828fe98-b2d1-4a73-b448-a77b7cb877e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11929 | 2024.07.15 22:26:07.425202 [ 3 ] {f828fe98-b2d1-4a73-b448-a77b7cb877e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11930 | 2024.07.15 22:26:07.425827 [ 3 ] {f828fe98-b2d1-4a73-b448-a77b7cb877e0} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11931 | 2024.07.15 22:26:07.425864 [ 3 ] {f828fe98-b2d1-4a73-b448-a77b7cb877e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11932 | 2024.07.15 22:26:07.426229 [ 3 ] {f828fe98-b2d1-4a73-b448-a77b7cb877e0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11933 | 2024.07.15 22:26:07.426554 [ 3 ] {f828fe98-b2d1-4a73-b448-a77b7cb877e0} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11934 | 2024.07.15 22:26:07.426683 [ 3 ] {f828fe98-b2d1-4a73-b448-a77b7cb877e0} <Debug> executeQuery: Read 406 rows, 29.37 KiB in 0.001749 sec., 232132.64722698685 rows/sec., 16.40 MiB/sec. | ||
11935 | 2024.07.15 22:26:07.426870 [ 3 ] {f828fe98-b2d1-4a73-b448-a77b7cb877e0} <Debug> DynamicQueryHandler: Done processing query | ||
11936 | 2024.07.15 22:26:07.426901 [ 3 ] {f828fe98-b2d1-4a73-b448-a77b7cb877e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
11937 | 2024.07.15 22:26:07.426922 [ 3 ] {} <Debug> HTTP-Session: e932e039-5a08-4ce6-8682-2d73f920ab9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11938 | 2024.07.15 22:26:07.427057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11939 | 2024.07.15 22:26:07.427117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11940 | 2024.07.15 22:26:07.427140 [ 3 ] {} <Debug> HTTP-Session: b58c6da5-a16f-43bf-960c-0975bdc1ffb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11941 | 2024.07.15 22:26:07.427161 [ 3 ] {} <Debug> HTTP-Session: b58c6da5-a16f-43bf-960c-0975bdc1ffb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11942 | 2024.07.15 22:26:07.427179 [ 3 ] {} <Debug> HTTP-Session: b58c6da5-a16f-43bf-960c-0975bdc1ffb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11943 | 2024.07.15 22:26:07.427218 [ 3 ] {} <Trace> HTTP-Session: b58c6da5-a16f-43bf-960c-0975bdc1ffb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11944 | 2024.07.15 22:26:07.427339 [ 3 ] {62ddf858-c6f3-401d-9d69-e646d7e74c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11945 | 2024.07.15 22:26:07.427387 [ 3 ] {62ddf858-c6f3-401d-9d69-e646d7e74c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11946 | 2024.07.15 22:26:07.427523 [ 3 ] {62ddf858-c6f3-401d-9d69-e646d7e74c8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11947 | 2024.07.15 22:26:07.427794 [ 3 ] {62ddf858-c6f3-401d-9d69-e646d7e74c8f} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11948 | 2024.07.15 22:26:07.427829 [ 3 ] {62ddf858-c6f3-401d-9d69-e646d7e74c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11949 | 2024.07.15 22:26:07.428213 [ 3 ] {62ddf858-c6f3-401d-9d69-e646d7e74c8f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11950 | 2024.07.15 22:26:07.428548 [ 3 ] {62ddf858-c6f3-401d-9d69-e646d7e74c8f} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11951 | 2024.07.15 22:26:07.428680 [ 3 ] {62ddf858-c6f3-401d-9d69-e646d7e74c8f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 187.64 KiB/sec. | ||
11952 | 2024.07.15 22:26:07.428839 [ 3 ] {62ddf858-c6f3-401d-9d69-e646d7e74c8f} <Debug> DynamicQueryHandler: Done processing query | ||
11953 | 2024.07.15 22:26:07.428864 [ 3 ] {62ddf858-c6f3-401d-9d69-e646d7e74c8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11954 | 2024.07.15 22:26:07.428881 [ 3 ] {} <Debug> HTTP-Session: b58c6da5-a16f-43bf-960c-0975bdc1ffb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11955 | 2024.07.15 22:26:07.428995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11956 | 2024.07.15 22:26:07.429045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11957 | 2024.07.15 22:26:07.429066 [ 3 ] {} <Debug> HTTP-Session: 0cdb4adc-0f63-4be1-9ed8-69a444fddfe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11958 | 2024.07.15 22:26:07.429082 [ 3 ] {} <Debug> HTTP-Session: 0cdb4adc-0f63-4be1-9ed8-69a444fddfe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11959 | 2024.07.15 22:26:07.429095 [ 3 ] {} <Debug> HTTP-Session: 0cdb4adc-0f63-4be1-9ed8-69a444fddfe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11960 | 2024.07.15 22:26:07.429127 [ 3 ] {} <Trace> HTTP-Session: 0cdb4adc-0f63-4be1-9ed8-69a444fddfe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11961 | 2024.07.15 22:26:07.429244 [ 3 ] {62bc581f-7ec6-4797-a197-8b4608cb27f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11962 | 2024.07.15 22:26:07.429292 [ 3 ] {62bc581f-7ec6-4797-a197-8b4608cb27f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11963 | 2024.07.15 22:26:07.429438 [ 3 ] {62bc581f-7ec6-4797-a197-8b4608cb27f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11964 | 2024.07.15 22:26:07.429740 [ 3 ] {62bc581f-7ec6-4797-a197-8b4608cb27f6} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11965 | 2024.07.15 22:26:07.429776 [ 3 ] {62bc581f-7ec6-4797-a197-8b4608cb27f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11966 | 2024.07.15 22:26:07.430151 [ 3 ] {62bc581f-7ec6-4797-a197-8b4608cb27f6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11967 | 2024.07.15 22:26:07.430488 [ 3 ] {62bc581f-7ec6-4797-a197-8b4608cb27f6} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11968 | 2024.07.15 22:26:07.430676 [ 3 ] {62bc581f-7ec6-4797-a197-8b4608cb27f6} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001465 sec., 52559.72696245734 rows/sec., 3.24 MiB/sec. | ||
11969 | 2024.07.15 22:26:07.431038 [ 3 ] {62bc581f-7ec6-4797-a197-8b4608cb27f6} <Debug> DynamicQueryHandler: Done processing query | ||
11970 | 2024.07.15 22:26:07.431068 [ 3 ] {62bc581f-7ec6-4797-a197-8b4608cb27f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11971 | 2024.07.15 22:26:07.431089 [ 3 ] {} <Debug> HTTP-Session: 0cdb4adc-0f63-4be1-9ed8-69a444fddfe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11972 | 2024.07.15 22:26:07.431260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 37579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11973 | 2024.07.15 22:26:07.431319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11974 | 2024.07.15 22:26:07.431338 [ 3 ] {} <Debug> HTTP-Session: 9cd08122-9082-47ff-9bb3-bc49610f5077 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11975 | 2024.07.15 22:26:07.431355 [ 3 ] {} <Debug> HTTP-Session: 9cd08122-9082-47ff-9bb3-bc49610f5077 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11976 | 2024.07.15 22:26:07.431369 [ 3 ] {} <Debug> HTTP-Session: 9cd08122-9082-47ff-9bb3-bc49610f5077 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11977 | 2024.07.15 22:26:07.431400 [ 3 ] {} <Trace> HTTP-Session: 9cd08122-9082-47ff-9bb3-bc49610f5077 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11978 | 2024.07.15 22:26:07.431587 [ 3 ] {b1ca4700-7963-4de1-9101-6328a3634012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11979 | 2024.07.15 22:26:07.431635 [ 3 ] {b1ca4700-7963-4de1-9101-6328a3634012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11980 | 2024.07.15 22:26:07.431794 [ 3 ] {b1ca4700-7963-4de1-9101-6328a3634012} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11981 | 2024.07.15 22:26:07.432192 [ 3 ] {b1ca4700-7963-4de1-9101-6328a3634012} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11982 | 2024.07.15 22:26:07.432228 [ 3 ] {b1ca4700-7963-4de1-9101-6328a3634012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
11983 | 2024.07.15 22:26:07.432604 [ 3 ] {b1ca4700-7963-4de1-9101-6328a3634012} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11984 | 2024.07.15 22:26:07.432944 [ 3 ] {b1ca4700-7963-4de1-9101-6328a3634012} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11985 | 2024.07.15 22:26:07.433070 [ 3 ] {b1ca4700-7963-4de1-9101-6328a3634012} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001586 sec., 123581.3366960908 rows/sec., 8.63 MiB/sec. | ||
11986 | 2024.07.15 22:26:07.433229 [ 3 ] {b1ca4700-7963-4de1-9101-6328a3634012} <Debug> DynamicQueryHandler: Done processing query | ||
11987 | 2024.07.15 22:26:07.433253 [ 3 ] {b1ca4700-7963-4de1-9101-6328a3634012} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11988 | 2024.07.15 22:26:07.433269 [ 3 ] {} <Debug> HTTP-Session: 9cd08122-9082-47ff-9bb3-bc49610f5077 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11989 | 2024.07.15 22:26:07.433370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11990 | 2024.07.15 22:26:07.433418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11991 | 2024.07.15 22:26:07.433437 [ 3 ] {} <Debug> HTTP-Session: 24de31ad-23c8-4f0f-9926-0b447b412a04 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
11992 | 2024.07.15 22:26:07.433454 [ 3 ] {} <Debug> HTTP-Session: 24de31ad-23c8-4f0f-9926-0b447b412a04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11993 | 2024.07.15 22:26:07.433467 [ 3 ] {} <Debug> HTTP-Session: 24de31ad-23c8-4f0f-9926-0b447b412a04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11994 | 2024.07.15 22:26:07.433498 [ 3 ] {} <Trace> HTTP-Session: 24de31ad-23c8-4f0f-9926-0b447b412a04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11995 | 2024.07.15 22:26:07.433601 [ 3 ] {a5efcfce-5607-43d4-b80b-0be77d4b849d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11996 | 2024.07.15 22:26:07.433645 [ 3 ] {a5efcfce-5607-43d4-b80b-0be77d4b849d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11997 | 2024.07.15 22:26:07.433771 [ 3 ] {a5efcfce-5607-43d4-b80b-0be77d4b849d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11998 | 2024.07.15 22:26:07.434022 [ 3 ] {a5efcfce-5607-43d4-b80b-0be77d4b849d} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11999 | 2024.07.15 22:26:07.434056 [ 3 ] {a5efcfce-5607-43d4-b80b-0be77d4b849d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
12000 | 2024.07.15 22:26:07.434395 [ 3 ] {a5efcfce-5607-43d4-b80b-0be77d4b849d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
12001 | 2024.07.15 22:26:07.434704 [ 3 ] {a5efcfce-5607-43d4-b80b-0be77d4b849d} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12002 | 2024.07.15 22:26:07.434828 [ 3 ] {a5efcfce-5607-43d4-b80b-0be77d4b849d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001257 sec., 18297.5338106603 rows/sec., 989.77 KiB/sec. | ||
12003 | 2024.07.15 22:26:07.434973 [ 3 ] {a5efcfce-5607-43d4-b80b-0be77d4b849d} <Debug> DynamicQueryHandler: Done processing query | ||
12004 | 2024.07.15 22:26:07.434997 [ 3 ] {a5efcfce-5607-43d4-b80b-0be77d4b849d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12005 | 2024.07.15 22:26:07.435012 [ 3 ] {} <Debug> HTTP-Session: 24de31ad-23c8-4f0f-9926-0b447b412a04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12006 | 2024.07.15 22:26:07.435115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12007 | 2024.07.15 22:26:07.435162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12008 | 2024.07.15 22:26:07.435180 [ 3 ] {} <Debug> HTTP-Session: 64ed3270-1b69-46d7-9e62-56f3d1f940ed Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12009 | 2024.07.15 22:26:07.435196 [ 3 ] {} <Debug> HTTP-Session: 64ed3270-1b69-46d7-9e62-56f3d1f940ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12010 | 2024.07.15 22:26:07.435210 [ 3 ] {} <Debug> HTTP-Session: 64ed3270-1b69-46d7-9e62-56f3d1f940ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12011 | 2024.07.15 22:26:07.435240 [ 3 ] {} <Trace> HTTP-Session: 64ed3270-1b69-46d7-9e62-56f3d1f940ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12012 | 2024.07.15 22:26:07.435357 [ 3 ] {0609fe66-2614-4b02-997d-df2908f6f950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12013 | 2024.07.15 22:26:07.435401 [ 3 ] {0609fe66-2614-4b02-997d-df2908f6f950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12014 | 2024.07.15 22:26:07.435523 [ 3 ] {0609fe66-2614-4b02-997d-df2908f6f950} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12015 | 2024.07.15 22:26:07.435799 [ 3 ] {0609fe66-2614-4b02-997d-df2908f6f950} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12016 | 2024.07.15 22:26:07.435833 [ 3 ] {0609fe66-2614-4b02-997d-df2908f6f950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
12017 | 2024.07.15 22:26:07.436181 [ 3 ] {0609fe66-2614-4b02-997d-df2908f6f950} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12018 | 2024.07.15 22:26:07.436495 [ 3 ] {0609fe66-2614-4b02-997d-df2908f6f950} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12019 | 2024.07.15 22:26:07.436615 [ 3 ] {0609fe66-2614-4b02-997d-df2908f6f950} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001304 sec., 46012.26993865031 rows/sec., 3.10 MiB/sec. | ||
12020 | 2024.07.15 22:26:07.436769 [ 3 ] {0609fe66-2614-4b02-997d-df2908f6f950} <Debug> DynamicQueryHandler: Done processing query | ||
12021 | 2024.07.15 22:26:07.436794 [ 3 ] {0609fe66-2614-4b02-997d-df2908f6f950} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12022 | 2024.07.15 22:26:07.436809 [ 3 ] {} <Debug> HTTP-Session: 64ed3270-1b69-46d7-9e62-56f3d1f940ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12023 | 2024.07.15 22:26:12.411395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12024 | 2024.07.15 22:26:12.411535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12025 | 2024.07.15 22:26:12.411561 [ 3 ] {} <Debug> HTTP-Session: 368b137b-51e0-43a0-ad55-09fd1a34d4c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12026 | 2024.07.15 22:26:12.411585 [ 3 ] {} <Debug> HTTP-Session: 368b137b-51e0-43a0-ad55-09fd1a34d4c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12027 | 2024.07.15 22:26:12.411599 [ 3 ] {} <Debug> HTTP-Session: 368b137b-51e0-43a0-ad55-09fd1a34d4c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12028 | 2024.07.15 22:26:12.411650 [ 3 ] {} <Trace> HTTP-Session: 368b137b-51e0-43a0-ad55-09fd1a34d4c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12029 | 2024.07.15 22:26:12.411837 [ 3 ] {ce499a90-656e-4222-af2c-ba2bb6734d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12030 | 2024.07.15 22:26:12.411904 [ 3 ] {ce499a90-656e-4222-af2c-ba2bb6734d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12031 | 2024.07.15 22:26:12.412094 [ 3 ] {ce499a90-656e-4222-af2c-ba2bb6734d84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12032 | 2024.07.15 22:26:12.412545 [ 3 ] {ce499a90-656e-4222-af2c-ba2bb6734d84} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12033 | 2024.07.15 22:26:12.412589 [ 3 ] {ce499a90-656e-4222-af2c-ba2bb6734d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12034 | 2024.07.15 22:26:12.412955 [ 3 ] {ce499a90-656e-4222-af2c-ba2bb6734d84} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12035 | 2024.07.15 22:26:12.413278 [ 3 ] {ce499a90-656e-4222-af2c-ba2bb6734d84} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12036 | 2024.07.15 22:26:12.413417 [ 3 ] {ce499a90-656e-4222-af2c-ba2bb6734d84} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001642 sec., 18270.401948842875 rows/sec., 1.45 MiB/sec. | ||
12037 | 2024.07.15 22:26:12.413625 [ 3 ] {ce499a90-656e-4222-af2c-ba2bb6734d84} <Debug> DynamicQueryHandler: Done processing query | ||
12038 | 2024.07.15 22:26:12.413661 [ 3 ] {ce499a90-656e-4222-af2c-ba2bb6734d84} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12039 | 2024.07.15 22:26:12.413693 [ 3 ] {} <Debug> HTTP-Session: 368b137b-51e0-43a0-ad55-09fd1a34d4c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12040 | 2024.07.15 22:26:12.413837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12041 | 2024.07.15 22:26:12.413893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12042 | 2024.07.15 22:26:12.413913 [ 3 ] {} <Debug> HTTP-Session: 8e609e53-be1c-4e2d-bc1e-f3f43f718489 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12043 | 2024.07.15 22:26:12.413930 [ 3 ] {} <Debug> HTTP-Session: 8e609e53-be1c-4e2d-bc1e-f3f43f718489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12044 | 2024.07.15 22:26:12.413944 [ 3 ] {} <Debug> HTTP-Session: 8e609e53-be1c-4e2d-bc1e-f3f43f718489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12045 | 2024.07.15 22:26:12.413977 [ 3 ] {} <Trace> HTTP-Session: 8e609e53-be1c-4e2d-bc1e-f3f43f718489 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12046 | 2024.07.15 22:26:12.414070 [ 3 ] {0779ca64-785a-4713-b19b-89ac6a67d4d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12047 | 2024.07.15 22:26:12.414113 [ 3 ] {0779ca64-785a-4713-b19b-89ac6a67d4d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12048 | 2024.07.15 22:26:12.414240 [ 3 ] {0779ca64-785a-4713-b19b-89ac6a67d4d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12049 | 2024.07.15 22:26:12.414539 [ 3 ] {0779ca64-785a-4713-b19b-89ac6a67d4d6} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12050 | 2024.07.15 22:26:12.414573 [ 3 ] {0779ca64-785a-4713-b19b-89ac6a67d4d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12051 | 2024.07.15 22:26:12.414866 [ 3 ] {0779ca64-785a-4713-b19b-89ac6a67d4d6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
12052 | 2024.07.15 22:26:12.415162 [ 3 ] {0779ca64-785a-4713-b19b-89ac6a67d4d6} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12053 | 2024.07.15 22:26:12.415288 [ 3 ] {0779ca64-785a-4713-b19b-89ac6a67d4d6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001243 sec., 1609.0104585679808 rows/sec., 131.20 KiB/sec. | ||
12054 | 2024.07.15 22:26:12.415444 [ 3 ] {0779ca64-785a-4713-b19b-89ac6a67d4d6} <Debug> DynamicQueryHandler: Done processing query | ||
12055 | 2024.07.15 22:26:12.415467 [ 3 ] {0779ca64-785a-4713-b19b-89ac6a67d4d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12056 | 2024.07.15 22:26:12.415484 [ 3 ] {} <Debug> HTTP-Session: 8e609e53-be1c-4e2d-bc1e-f3f43f718489 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12057 | 2024.07.15 22:26:12.415638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12058 | 2024.07.15 22:26:12.415685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12059 | 2024.07.15 22:26:12.415704 [ 3 ] {} <Debug> HTTP-Session: 46a491da-e8cc-44ab-b121-b3888c3fe687 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12060 | 2024.07.15 22:26:12.415720 [ 3 ] {} <Debug> HTTP-Session: 46a491da-e8cc-44ab-b121-b3888c3fe687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12061 | 2024.07.15 22:26:12.415734 [ 3 ] {} <Debug> HTTP-Session: 46a491da-e8cc-44ab-b121-b3888c3fe687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12062 | 2024.07.15 22:26:12.415764 [ 3 ] {} <Trace> HTTP-Session: 46a491da-e8cc-44ab-b121-b3888c3fe687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12063 | 2024.07.15 22:26:12.415896 [ 3 ] {4103b2f6-a9c4-4657-bf07-bd79e46f2a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12064 | 2024.07.15 22:26:12.415939 [ 3 ] {4103b2f6-a9c4-4657-bf07-bd79e46f2a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12065 | 2024.07.15 22:26:12.416059 [ 3 ] {4103b2f6-a9c4-4657-bf07-bd79e46f2a43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12066 | 2024.07.15 22:26:12.416445 [ 3 ] {4103b2f6-a9c4-4657-bf07-bd79e46f2a43} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12067 | 2024.07.15 22:26:12.416481 [ 3 ] {4103b2f6-a9c4-4657-bf07-bd79e46f2a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12068 | 2024.07.15 22:26:12.416795 [ 3 ] {4103b2f6-a9c4-4657-bf07-bd79e46f2a43} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12069 | 2024.07.15 22:26:12.417090 [ 3 ] {4103b2f6-a9c4-4657-bf07-bd79e46f2a43} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12070 | 2024.07.15 22:26:12.417211 [ 3 ] {4103b2f6-a9c4-4657-bf07-bd79e46f2a43} <Debug> executeQuery: Read 147 rows, 12.62 KiB in 0.001373 sec., 107064.82155863073 rows/sec., 8.98 MiB/sec. | ||
12071 | 2024.07.15 22:26:12.417365 [ 3 ] {4103b2f6-a9c4-4657-bf07-bd79e46f2a43} <Debug> DynamicQueryHandler: Done processing query | ||
12072 | 2024.07.15 22:26:12.417389 [ 3 ] {4103b2f6-a9c4-4657-bf07-bd79e46f2a43} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12073 | 2024.07.15 22:26:12.417405 [ 3 ] {} <Debug> HTTP-Session: 46a491da-e8cc-44ab-b121-b3888c3fe687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12074 | 2024.07.15 22:26:12.417506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12075 | 2024.07.15 22:26:12.417553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12076 | 2024.07.15 22:26:12.417572 [ 3 ] {} <Debug> HTTP-Session: e4cd3aa5-2902-496f-8ccf-464232bce473 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12077 | 2024.07.15 22:26:12.417590 [ 3 ] {} <Debug> HTTP-Session: e4cd3aa5-2902-496f-8ccf-464232bce473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12078 | 2024.07.15 22:26:12.417603 [ 3 ] {} <Debug> HTTP-Session: e4cd3aa5-2902-496f-8ccf-464232bce473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12079 | 2024.07.15 22:26:12.417634 [ 3 ] {} <Trace> HTTP-Session: e4cd3aa5-2902-496f-8ccf-464232bce473 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12080 | 2024.07.15 22:26:12.417734 [ 3 ] {a18f473b-19db-441b-a560-288585bbfec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12081 | 2024.07.15 22:26:12.417776 [ 3 ] {a18f473b-19db-441b-a560-288585bbfec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12082 | 2024.07.15 22:26:12.417897 [ 3 ] {a18f473b-19db-441b-a560-288585bbfec9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12083 | 2024.07.15 22:26:12.418164 [ 3 ] {a18f473b-19db-441b-a560-288585bbfec9} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12084 | 2024.07.15 22:26:12.418199 [ 3 ] {a18f473b-19db-441b-a560-288585bbfec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12085 | 2024.07.15 22:26:12.418491 [ 3 ] {a18f473b-19db-441b-a560-288585bbfec9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
12086 | 2024.07.15 22:26:12.418795 [ 3 ] {a18f473b-19db-441b-a560-288585bbfec9} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12087 | 2024.07.15 22:26:12.418922 [ 3 ] {a18f473b-19db-441b-a560-288585bbfec9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00121 sec., 1652.892561983471 rows/sec., 115.41 KiB/sec. | ||
12088 | 2024.07.15 22:26:12.419206 [ 3 ] {a18f473b-19db-441b-a560-288585bbfec9} <Debug> DynamicQueryHandler: Done processing query | ||
12089 | 2024.07.15 22:26:12.419231 [ 3 ] {a18f473b-19db-441b-a560-288585bbfec9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12090 | 2024.07.15 22:26:12.419247 [ 3 ] {} <Debug> HTTP-Session: e4cd3aa5-2902-496f-8ccf-464232bce473 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12091 | 2024.07.15 22:26:12.419353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12092 | 2024.07.15 22:26:12.419402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12093 | 2024.07.15 22:26:12.419422 [ 3 ] {} <Debug> HTTP-Session: 56e6e00e-ba8d-4ab2-afdd-e5aad56788c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12094 | 2024.07.15 22:26:12.419438 [ 3 ] {} <Debug> HTTP-Session: 56e6e00e-ba8d-4ab2-afdd-e5aad56788c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12095 | 2024.07.15 22:26:12.419451 [ 3 ] {} <Debug> HTTP-Session: 56e6e00e-ba8d-4ab2-afdd-e5aad56788c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12096 | 2024.07.15 22:26:12.419483 [ 3 ] {} <Trace> HTTP-Session: 56e6e00e-ba8d-4ab2-afdd-e5aad56788c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12097 | 2024.07.15 22:26:12.419605 [ 3 ] {e3911787-c8ba-4a40-8217-326311771fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12098 | 2024.07.15 22:26:12.419648 [ 3 ] {e3911787-c8ba-4a40-8217-326311771fd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12099 | 2024.07.15 22:26:12.419788 [ 3 ] {e3911787-c8ba-4a40-8217-326311771fd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12100 | 2024.07.15 22:26:12.420166 [ 3 ] {e3911787-c8ba-4a40-8217-326311771fd5} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12101 | 2024.07.15 22:26:12.420201 [ 3 ] {e3911787-c8ba-4a40-8217-326311771fd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12102 | 2024.07.15 22:26:12.420508 [ 3 ] {e3911787-c8ba-4a40-8217-326311771fd5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12103 | 2024.07.15 22:26:12.420891 [ 3 ] {e3911787-c8ba-4a40-8217-326311771fd5} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12104 | 2024.07.15 22:26:12.421041 [ 3 ] {e3911787-c8ba-4a40-8217-326311771fd5} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001482 sec., 64777.32793522267 rows/sec., 5.06 MiB/sec. | ||
12105 | 2024.07.15 22:26:12.421226 [ 3 ] {e3911787-c8ba-4a40-8217-326311771fd5} <Debug> DynamicQueryHandler: Done processing query | ||
12106 | 2024.07.15 22:26:12.421256 [ 3 ] {e3911787-c8ba-4a40-8217-326311771fd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12107 | 2024.07.15 22:26:12.421277 [ 3 ] {} <Debug> HTTP-Session: 56e6e00e-ba8d-4ab2-afdd-e5aad56788c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12108 | 2024.07.15 22:26:12.421405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12109 | 2024.07.15 22:26:12.421453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12110 | 2024.07.15 22:26:12.421472 [ 3 ] {} <Debug> HTTP-Session: 6a357251-c649-41e5-a9dd-d84e0025145d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12111 | 2024.07.15 22:26:12.421487 [ 3 ] {} <Debug> HTTP-Session: 6a357251-c649-41e5-a9dd-d84e0025145d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12112 | 2024.07.15 22:26:12.421501 [ 3 ] {} <Debug> HTTP-Session: 6a357251-c649-41e5-a9dd-d84e0025145d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12113 | 2024.07.15 22:26:12.421532 [ 3 ] {} <Trace> HTTP-Session: 6a357251-c649-41e5-a9dd-d84e0025145d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12114 | 2024.07.15 22:26:12.421672 [ 3 ] {4c726c18-25f1-4e1e-8334-78dc7faa8d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12115 | 2024.07.15 22:26:12.421719 [ 3 ] {4c726c18-25f1-4e1e-8334-78dc7faa8d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12116 | 2024.07.15 22:26:12.421861 [ 3 ] {4c726c18-25f1-4e1e-8334-78dc7faa8d73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12117 | 2024.07.15 22:26:12.422247 [ 3 ] {4c726c18-25f1-4e1e-8334-78dc7faa8d73} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12118 | 2024.07.15 22:26:12.422281 [ 3 ] {4c726c18-25f1-4e1e-8334-78dc7faa8d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12119 | 2024.07.15 22:26:12.422661 [ 3 ] {4c726c18-25f1-4e1e-8334-78dc7faa8d73} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12120 | 2024.07.15 22:26:12.423002 [ 3 ] {4c726c18-25f1-4e1e-8334-78dc7faa8d73} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12121 | 2024.07.15 22:26:12.423129 [ 3 ] {4c726c18-25f1-4e1e-8334-78dc7faa8d73} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001521 sec., 105851.41354372124 rows/sec., 7.37 MiB/sec. | ||
12122 | 2024.07.15 22:26:12.423292 [ 3 ] {4c726c18-25f1-4e1e-8334-78dc7faa8d73} <Debug> DynamicQueryHandler: Done processing query | ||
12123 | 2024.07.15 22:26:12.423317 [ 3 ] {4c726c18-25f1-4e1e-8334-78dc7faa8d73} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12124 | 2024.07.15 22:26:12.423335 [ 3 ] {} <Debug> HTTP-Session: 6a357251-c649-41e5-a9dd-d84e0025145d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12125 | 2024.07.15 22:26:12.423469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12126 | 2024.07.15 22:26:12.423518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12127 | 2024.07.15 22:26:12.423537 [ 3 ] {} <Debug> HTTP-Session: 3ed2bd92-e1bb-41ef-ad55-3eb65d026242 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12128 | 2024.07.15 22:26:12.423555 [ 3 ] {} <Debug> HTTP-Session: 3ed2bd92-e1bb-41ef-ad55-3eb65d026242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12129 | 2024.07.15 22:26:12.423568 [ 3 ] {} <Debug> HTTP-Session: 3ed2bd92-e1bb-41ef-ad55-3eb65d026242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12130 | 2024.07.15 22:26:12.423599 [ 3 ] {} <Trace> HTTP-Session: 3ed2bd92-e1bb-41ef-ad55-3eb65d026242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12131 | 2024.07.15 22:26:12.423888 [ 3 ] {2475fcfe-1529-47aa-8996-a70e05aa8546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12132 | 2024.07.15 22:26:12.423951 [ 3 ] {2475fcfe-1529-47aa-8996-a70e05aa8546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12133 | 2024.07.15 22:26:12.424340 [ 3 ] {2475fcfe-1529-47aa-8996-a70e05aa8546} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12134 | 2024.07.15 22:26:12.425108 [ 3 ] {2475fcfe-1529-47aa-8996-a70e05aa8546} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12135 | 2024.07.15 22:26:12.425145 [ 3 ] {2475fcfe-1529-47aa-8996-a70e05aa8546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12136 | 2024.07.15 22:26:12.425737 [ 3 ] {2475fcfe-1529-47aa-8996-a70e05aa8546} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12137 | 2024.07.15 22:26:12.426130 [ 3 ] {2475fcfe-1529-47aa-8996-a70e05aa8546} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12138 | 2024.07.15 22:26:12.426276 [ 3 ] {2475fcfe-1529-47aa-8996-a70e05aa8546} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002596 sec., 11556.240369799692 rows/sec., 20.71 MiB/sec. | ||
12139 | 2024.07.15 22:26:12.426756 [ 3 ] {2475fcfe-1529-47aa-8996-a70e05aa8546} <Debug> DynamicQueryHandler: Done processing query | ||
12140 | 2024.07.15 22:26:12.426780 [ 3 ] {2475fcfe-1529-47aa-8996-a70e05aa8546} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
12141 | 2024.07.15 22:26:12.426796 [ 3 ] {} <Debug> HTTP-Session: 3ed2bd92-e1bb-41ef-ad55-3eb65d026242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12142 | 2024.07.15 22:26:12.426908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12143 | 2024.07.15 22:26:12.426958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12144 | 2024.07.15 22:26:12.426977 [ 3 ] {} <Debug> HTTP-Session: b55cc7ee-f1b2-4893-a24d-b7a0c7a9b3ab Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12145 | 2024.07.15 22:26:12.426994 [ 3 ] {} <Debug> HTTP-Session: b55cc7ee-f1b2-4893-a24d-b7a0c7a9b3ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12146 | 2024.07.15 22:26:12.427008 [ 3 ] {} <Debug> HTTP-Session: b55cc7ee-f1b2-4893-a24d-b7a0c7a9b3ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12147 | 2024.07.15 22:26:12.427039 [ 3 ] {} <Trace> HTTP-Session: b55cc7ee-f1b2-4893-a24d-b7a0c7a9b3ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12148 | 2024.07.15 22:26:12.427167 [ 3 ] {f1aefe46-06a2-448d-81a5-f8f929892446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12149 | 2024.07.15 22:26:12.427214 [ 3 ] {f1aefe46-06a2-448d-81a5-f8f929892446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12150 | 2024.07.15 22:26:12.427355 [ 3 ] {f1aefe46-06a2-448d-81a5-f8f929892446} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12151 | 2024.07.15 22:26:12.427662 [ 3 ] {f1aefe46-06a2-448d-81a5-f8f929892446} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12152 | 2024.07.15 22:26:12.427696 [ 3 ] {f1aefe46-06a2-448d-81a5-f8f929892446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12153 | 2024.07.15 22:26:12.428047 [ 3 ] {f1aefe46-06a2-448d-81a5-f8f929892446} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12154 | 2024.07.15 22:26:12.428363 [ 3 ] {f1aefe46-06a2-448d-81a5-f8f929892446} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12155 | 2024.07.15 22:26:12.428487 [ 3 ] {f1aefe46-06a2-448d-81a5-f8f929892446} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
12156 | 2024.07.15 22:26:12.428716 [ 3 ] {f1aefe46-06a2-448d-81a5-f8f929892446} <Debug> DynamicQueryHandler: Done processing query | ||
12157 | 2024.07.15 22:26:12.428770 [ 3 ] {f1aefe46-06a2-448d-81a5-f8f929892446} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12158 | 2024.07.15 22:26:12.428821 [ 3 ] {} <Debug> HTTP-Session: b55cc7ee-f1b2-4893-a24d-b7a0c7a9b3ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12159 | 2024.07.15 22:26:17.415256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12160 | 2024.07.15 22:26:17.415385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12161 | 2024.07.15 22:26:17.415412 [ 3 ] {} <Debug> HTTP-Session: d9eff5eb-f819-49e0-8472-7935c55cf7ab Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12162 | 2024.07.15 22:26:17.415438 [ 3 ] {} <Debug> HTTP-Session: d9eff5eb-f819-49e0-8472-7935c55cf7ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12163 | 2024.07.15 22:26:17.415452 [ 3 ] {} <Debug> HTTP-Session: d9eff5eb-f819-49e0-8472-7935c55cf7ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12164 | 2024.07.15 22:26:17.415503 [ 3 ] {} <Trace> HTTP-Session: d9eff5eb-f819-49e0-8472-7935c55cf7ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12165 | 2024.07.15 22:26:17.415681 [ 3 ] {42db8ca8-a955-4e7a-a643-279d002cedd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12166 | 2024.07.15 22:26:17.415750 [ 3 ] {42db8ca8-a955-4e7a-a643-279d002cedd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12167 | 2024.07.15 22:26:17.415943 [ 3 ] {42db8ca8-a955-4e7a-a643-279d002cedd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12168 | 2024.07.15 22:26:17.416371 [ 3 ] {42db8ca8-a955-4e7a-a643-279d002cedd4} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12169 | 2024.07.15 22:26:17.416418 [ 3 ] {42db8ca8-a955-4e7a-a643-279d002cedd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12170 | 2024.07.15 22:26:17.416796 [ 3 ] {42db8ca8-a955-4e7a-a643-279d002cedd4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12171 | 2024.07.15 22:26:17.417140 [ 3 ] {42db8ca8-a955-4e7a-a643-279d002cedd4} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12172 | 2024.07.15 22:26:17.417317 [ 3 ] {42db8ca8-a955-4e7a-a643-279d002cedd4} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001685 sec., 3560.8308605341244 rows/sec., 201.69 KiB/sec. | ||
12173 | 2024.07.15 22:26:17.417629 [ 3 ] {42db8ca8-a955-4e7a-a643-279d002cedd4} <Debug> DynamicQueryHandler: Done processing query | ||
12174 | 2024.07.15 22:26:17.417687 [ 3 ] {42db8ca8-a955-4e7a-a643-279d002cedd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12175 | 2024.07.15 22:26:17.417739 [ 3 ] {} <Debug> HTTP-Session: d9eff5eb-f819-49e0-8472-7935c55cf7ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12176 | 2024.07.15 22:26:17.417965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12177 | 2024.07.15 22:26:17.418029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12178 | 2024.07.15 22:26:17.418050 [ 3 ] {} <Debug> HTTP-Session: bc0636e3-7697-4e17-a8ab-1f7cb0d1250d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12179 | 2024.07.15 22:26:17.418069 [ 3 ] {} <Debug> HTTP-Session: bc0636e3-7697-4e17-a8ab-1f7cb0d1250d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12180 | 2024.07.15 22:26:17.418083 [ 3 ] {} <Debug> HTTP-Session: bc0636e3-7697-4e17-a8ab-1f7cb0d1250d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12181 | 2024.07.15 22:26:17.418120 [ 3 ] {} <Trace> HTTP-Session: bc0636e3-7697-4e17-a8ab-1f7cb0d1250d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12182 | 2024.07.15 22:26:17.418281 [ 3 ] {210c73c0-c8f0-4440-9ecc-77dc615d444a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12183 | 2024.07.15 22:26:17.418332 [ 3 ] {210c73c0-c8f0-4440-9ecc-77dc615d444a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12184 | 2024.07.15 22:26:17.418483 [ 3 ] {210c73c0-c8f0-4440-9ecc-77dc615d444a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12185 | 2024.07.15 22:26:17.418897 [ 3 ] {210c73c0-c8f0-4440-9ecc-77dc615d444a} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12186 | 2024.07.15 22:26:17.418934 [ 3 ] {210c73c0-c8f0-4440-9ecc-77dc615d444a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12187 | 2024.07.15 22:26:17.419251 [ 3 ] {210c73c0-c8f0-4440-9ecc-77dc615d444a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12188 | 2024.07.15 22:26:17.419613 [ 3 ] {210c73c0-c8f0-4440-9ecc-77dc615d444a} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12189 | 2024.07.15 22:26:17.419782 [ 3 ] {210c73c0-c8f0-4440-9ecc-77dc615d444a} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001567 sec., 102744.09700063815 rows/sec., 9.07 MiB/sec. | ||
12190 | 2024.07.15 22:26:17.420057 [ 3 ] {210c73c0-c8f0-4440-9ecc-77dc615d444a} <Debug> DynamicQueryHandler: Done processing query | ||
12191 | 2024.07.15 22:26:17.420115 [ 3 ] {210c73c0-c8f0-4440-9ecc-77dc615d444a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12192 | 2024.07.15 22:26:17.420167 [ 3 ] {} <Debug> HTTP-Session: bc0636e3-7697-4e17-a8ab-1f7cb0d1250d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12193 | 2024.07.15 22:26:17.420429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12194 | 2024.07.15 22:26:17.420489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12195 | 2024.07.15 22:26:17.420510 [ 3 ] {} <Debug> HTTP-Session: 442c338c-e347-4e70-947a-eb347ddeaecd Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12196 | 2024.07.15 22:26:17.420529 [ 3 ] {} <Debug> HTTP-Session: 442c338c-e347-4e70-947a-eb347ddeaecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12197 | 2024.07.15 22:26:17.420543 [ 3 ] {} <Debug> HTTP-Session: 442c338c-e347-4e70-947a-eb347ddeaecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12198 | 2024.07.15 22:26:17.420580 [ 3 ] {} <Trace> HTTP-Session: 442c338c-e347-4e70-947a-eb347ddeaecd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12199 | 2024.07.15 22:26:17.420807 [ 3 ] {c0dda77c-336d-400f-854b-545ce7f30d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12200 | 2024.07.15 22:26:17.420855 [ 3 ] {c0dda77c-336d-400f-854b-545ce7f30d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12201 | 2024.07.15 22:26:17.421005 [ 3 ] {c0dda77c-336d-400f-854b-545ce7f30d59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12202 | 2024.07.15 22:26:17.421560 [ 3 ] {c0dda77c-336d-400f-854b-545ce7f30d59} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12203 | 2024.07.15 22:26:17.421598 [ 3 ] {c0dda77c-336d-400f-854b-545ce7f30d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12204 | 2024.07.15 22:26:17.421941 [ 3 ] {c0dda77c-336d-400f-854b-545ce7f30d59} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12205 | 2024.07.15 22:26:17.422251 [ 3 ] {c0dda77c-336d-400f-854b-545ce7f30d59} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12206 | 2024.07.15 22:26:17.422397 [ 3 ] {c0dda77c-336d-400f-854b-545ce7f30d59} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001717 sec., 222481.07163657542 rows/sec., 15.63 MiB/sec. | ||
12207 | 2024.07.15 22:26:17.422572 [ 3 ] {c0dda77c-336d-400f-854b-545ce7f30d59} <Debug> DynamicQueryHandler: Done processing query | ||
12208 | 2024.07.15 22:26:17.422598 [ 3 ] {c0dda77c-336d-400f-854b-545ce7f30d59} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12209 | 2024.07.15 22:26:17.422614 [ 3 ] {} <Debug> HTTP-Session: 442c338c-e347-4e70-947a-eb347ddeaecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12210 | 2024.07.15 22:26:17.422754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12211 | 2024.07.15 22:26:17.422804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12212 | 2024.07.15 22:26:17.422824 [ 3 ] {} <Debug> HTTP-Session: e4c819c3-022b-4d2f-a474-120211a382b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12213 | 2024.07.15 22:26:17.422840 [ 3 ] {} <Debug> HTTP-Session: e4c819c3-022b-4d2f-a474-120211a382b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12214 | 2024.07.15 22:26:17.422854 [ 3 ] {} <Debug> HTTP-Session: e4c819c3-022b-4d2f-a474-120211a382b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12215 | 2024.07.15 22:26:17.422885 [ 3 ] {} <Trace> HTTP-Session: e4c819c3-022b-4d2f-a474-120211a382b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12216 | 2024.07.15 22:26:17.423011 [ 3 ] {b08f618a-0934-4976-96a9-71661c64cd5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12217 | 2024.07.15 22:26:17.423058 [ 3 ] {b08f618a-0934-4976-96a9-71661c64cd5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12218 | 2024.07.15 22:26:17.423190 [ 3 ] {b08f618a-0934-4976-96a9-71661c64cd5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12219 | 2024.07.15 22:26:17.423471 [ 3 ] {b08f618a-0934-4976-96a9-71661c64cd5a} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12220 | 2024.07.15 22:26:17.423508 [ 3 ] {b08f618a-0934-4976-96a9-71661c64cd5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12221 | 2024.07.15 22:26:17.423869 [ 3 ] {b08f618a-0934-4976-96a9-71661c64cd5a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12222 | 2024.07.15 22:26:17.424202 [ 3 ] {b08f618a-0934-4976-96a9-71661c64cd5a} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12223 | 2024.07.15 22:26:17.424352 [ 3 ] {b08f618a-0934-4976-96a9-71661c64cd5a} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001356 sec., 4424.778761061947 rows/sec., 190.13 KiB/sec. | ||
12224 | 2024.07.15 22:26:17.424518 [ 3 ] {b08f618a-0934-4976-96a9-71661c64cd5a} <Debug> DynamicQueryHandler: Done processing query | ||
12225 | 2024.07.15 22:26:17.424543 [ 3 ] {b08f618a-0934-4976-96a9-71661c64cd5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12226 | 2024.07.15 22:26:17.424584 [ 3 ] {} <Debug> HTTP-Session: e4c819c3-022b-4d2f-a474-120211a382b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12227 | 2024.07.15 22:26:17.424720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12228 | 2024.07.15 22:26:17.424770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12229 | 2024.07.15 22:26:17.424790 [ 3 ] {} <Debug> HTTP-Session: aa844c63-9d2f-4558-8300-3cafb411fe9e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12230 | 2024.07.15 22:26:17.424806 [ 3 ] {} <Debug> HTTP-Session: aa844c63-9d2f-4558-8300-3cafb411fe9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12231 | 2024.07.15 22:26:17.424820 [ 3 ] {} <Debug> HTTP-Session: aa844c63-9d2f-4558-8300-3cafb411fe9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12232 | 2024.07.15 22:26:17.424851 [ 3 ] {} <Trace> HTTP-Session: aa844c63-9d2f-4558-8300-3cafb411fe9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12233 | 2024.07.15 22:26:17.424989 [ 3 ] {c62871c4-573f-4fd5-8abf-f65f73b34dda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12234 | 2024.07.15 22:26:17.425037 [ 3 ] {c62871c4-573f-4fd5-8abf-f65f73b34dda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12235 | 2024.07.15 22:26:17.425180 [ 3 ] {c62871c4-573f-4fd5-8abf-f65f73b34dda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12236 | 2024.07.15 22:26:17.425514 [ 3 ] {c62871c4-573f-4fd5-8abf-f65f73b34dda} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12237 | 2024.07.15 22:26:17.425549 [ 3 ] {c62871c4-573f-4fd5-8abf-f65f73b34dda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12238 | 2024.07.15 22:26:17.425922 [ 3 ] {c62871c4-573f-4fd5-8abf-f65f73b34dda} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12239 | 2024.07.15 22:26:17.426257 [ 3 ] {c62871c4-573f-4fd5-8abf-f65f73b34dda} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12240 | 2024.07.15 22:26:17.426410 [ 3 ] {c62871c4-573f-4fd5-8abf-f65f73b34dda} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001477 sec., 52132.70142180095 rows/sec., 3.21 MiB/sec. | ||
12241 | 2024.07.15 22:26:17.426579 [ 3 ] {c62871c4-573f-4fd5-8abf-f65f73b34dda} <Debug> DynamicQueryHandler: Done processing query | ||
12242 | 2024.07.15 22:26:17.426603 [ 3 ] {c62871c4-573f-4fd5-8abf-f65f73b34dda} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12243 | 2024.07.15 22:26:17.426620 [ 3 ] {} <Debug> HTTP-Session: aa844c63-9d2f-4558-8300-3cafb411fe9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12244 | 2024.07.15 22:26:17.426792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12245 | 2024.07.15 22:26:17.426843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12246 | 2024.07.15 22:26:17.426862 [ 3 ] {} <Debug> HTTP-Session: 9034f782-38f0-4b62-b09c-671404913407 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12247 | 2024.07.15 22:26:17.426879 [ 3 ] {} <Debug> HTTP-Session: 9034f782-38f0-4b62-b09c-671404913407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12248 | 2024.07.15 22:26:17.426893 [ 3 ] {} <Debug> HTTP-Session: 9034f782-38f0-4b62-b09c-671404913407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12249 | 2024.07.15 22:26:17.426926 [ 3 ] {} <Trace> HTTP-Session: 9034f782-38f0-4b62-b09c-671404913407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12250 | 2024.07.15 22:26:17.427110 [ 3 ] {b3f4ce32-6252-4eb0-90d4-afba8869950e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12251 | 2024.07.15 22:26:17.427156 [ 3 ] {b3f4ce32-6252-4eb0-90d4-afba8869950e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12252 | 2024.07.15 22:26:17.427298 [ 3 ] {b3f4ce32-6252-4eb0-90d4-afba8869950e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12253 | 2024.07.15 22:26:17.427685 [ 3 ] {b3f4ce32-6252-4eb0-90d4-afba8869950e} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12254 | 2024.07.15 22:26:17.427721 [ 3 ] {b3f4ce32-6252-4eb0-90d4-afba8869950e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12255 | 2024.07.15 22:26:17.428097 [ 3 ] {b3f4ce32-6252-4eb0-90d4-afba8869950e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12256 | 2024.07.15 22:26:17.428433 [ 3 ] {b3f4ce32-6252-4eb0-90d4-afba8869950e} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12257 | 2024.07.15 22:26:17.428584 [ 3 ] {b3f4ce32-6252-4eb0-90d4-afba8869950e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
12258 | 2024.07.15 22:26:17.428764 [ 3 ] {b3f4ce32-6252-4eb0-90d4-afba8869950e} <Debug> DynamicQueryHandler: Done processing query | ||
12259 | 2024.07.15 22:26:17.428789 [ 3 ] {b3f4ce32-6252-4eb0-90d4-afba8869950e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12260 | 2024.07.15 22:26:17.428806 [ 3 ] {} <Debug> HTTP-Session: 9034f782-38f0-4b62-b09c-671404913407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12261 | 2024.07.15 22:26:17.428932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12262 | 2024.07.15 22:26:17.428981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12263 | 2024.07.15 22:26:17.429001 [ 3 ] {} <Debug> HTTP-Session: 47a7657a-6f84-45ba-8132-e1f002dd9805 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12264 | 2024.07.15 22:26:17.429018 [ 3 ] {} <Debug> HTTP-Session: 47a7657a-6f84-45ba-8132-e1f002dd9805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12265 | 2024.07.15 22:26:17.429033 [ 3 ] {} <Debug> HTTP-Session: 47a7657a-6f84-45ba-8132-e1f002dd9805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12266 | 2024.07.15 22:26:17.429064 [ 3 ] {} <Trace> HTTP-Session: 47a7657a-6f84-45ba-8132-e1f002dd9805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12267 | 2024.07.15 22:26:17.429166 [ 3 ] {86cf3507-e339-48e3-a526-65a16f519764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12268 | 2024.07.15 22:26:17.429211 [ 3 ] {86cf3507-e339-48e3-a526-65a16f519764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12269 | 2024.07.15 22:26:17.429339 [ 3 ] {86cf3507-e339-48e3-a526-65a16f519764} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12270 | 2024.07.15 22:26:17.429603 [ 3 ] {86cf3507-e339-48e3-a526-65a16f519764} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12271 | 2024.07.15 22:26:17.429638 [ 3 ] {86cf3507-e339-48e3-a526-65a16f519764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12272 | 2024.07.15 22:26:17.430003 [ 3 ] {86cf3507-e339-48e3-a526-65a16f519764} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
12273 | 2024.07.15 22:26:17.430318 [ 3 ] {86cf3507-e339-48e3-a526-65a16f519764} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12274 | 2024.07.15 22:26:17.430472 [ 3 ] {86cf3507-e339-48e3-a526-65a16f519764} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00133 sec., 17293.233082706767 rows/sec., 935.44 KiB/sec. | ||
12275 | 2024.07.15 22:26:17.430634 [ 3 ] {86cf3507-e339-48e3-a526-65a16f519764} <Debug> DynamicQueryHandler: Done processing query | ||
12276 | 2024.07.15 22:26:17.430659 [ 3 ] {86cf3507-e339-48e3-a526-65a16f519764} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12277 | 2024.07.15 22:26:17.430674 [ 3 ] {} <Debug> HTTP-Session: 47a7657a-6f84-45ba-8132-e1f002dd9805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12278 | 2024.07.15 22:26:17.430807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12279 | 2024.07.15 22:26:17.430857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12280 | 2024.07.15 22:26:17.430878 [ 3 ] {} <Debug> HTTP-Session: d38cff74-41f6-4de7-a12d-2a9d1d015322 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12281 | 2024.07.15 22:26:17.430894 [ 3 ] {} <Debug> HTTP-Session: d38cff74-41f6-4de7-a12d-2a9d1d015322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12282 | 2024.07.15 22:26:17.430908 [ 3 ] {} <Debug> HTTP-Session: d38cff74-41f6-4de7-a12d-2a9d1d015322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12283 | 2024.07.15 22:26:17.430939 [ 3 ] {} <Trace> HTTP-Session: d38cff74-41f6-4de7-a12d-2a9d1d015322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12284 | 2024.07.15 22:26:17.431059 [ 3 ] {b6f8cb06-cd1c-4e74-b04c-3a4d931affa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12285 | 2024.07.15 22:26:17.431105 [ 3 ] {b6f8cb06-cd1c-4e74-b04c-3a4d931affa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12286 | 2024.07.15 22:26:17.431231 [ 3 ] {b6f8cb06-cd1c-4e74-b04c-3a4d931affa5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12287 | 2024.07.15 22:26:17.431517 [ 3 ] {b6f8cb06-cd1c-4e74-b04c-3a4d931affa5} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12288 | 2024.07.15 22:26:17.431554 [ 3 ] {b6f8cb06-cd1c-4e74-b04c-3a4d931affa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12289 | 2024.07.15 22:26:17.431919 [ 3 ] {b6f8cb06-cd1c-4e74-b04c-3a4d931affa5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12290 | 2024.07.15 22:26:17.432240 [ 3 ] {b6f8cb06-cd1c-4e74-b04c-3a4d931affa5} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12291 | 2024.07.15 22:26:17.432384 [ 3 ] {b6f8cb06-cd1c-4e74-b04c-3a4d931affa5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
12292 | 2024.07.15 22:26:17.432628 [ 3 ] {b6f8cb06-cd1c-4e74-b04c-3a4d931affa5} <Debug> DynamicQueryHandler: Done processing query | ||
12293 | 2024.07.15 22:26:17.432686 [ 3 ] {b6f8cb06-cd1c-4e74-b04c-3a4d931affa5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12294 | 2024.07.15 22:26:17.432744 [ 3 ] {} <Debug> HTTP-Session: d38cff74-41f6-4de7-a12d-2a9d1d015322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12295 | 2024.07.15 22:26:20.646464 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12296 | 2024.07.15 22:26:20.646526 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12297 | 2024.07.15 22:26:22.001323 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000922879 sec. | ||
12298 | 2024.07.15 22:26:22.410578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12299 | 2024.07.15 22:26:22.410697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12300 | 2024.07.15 22:26:22.410727 [ 3 ] {} <Debug> HTTP-Session: b7ff89bf-e016-482c-a439-cf3136aef4d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12301 | 2024.07.15 22:26:22.410754 [ 3 ] {} <Debug> HTTP-Session: b7ff89bf-e016-482c-a439-cf3136aef4d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12302 | 2024.07.15 22:26:22.410772 [ 3 ] {} <Debug> HTTP-Session: b7ff89bf-e016-482c-a439-cf3136aef4d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12303 | 2024.07.15 22:26:22.410828 [ 3 ] {} <Trace> HTTP-Session: b7ff89bf-e016-482c-a439-cf3136aef4d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12304 | 2024.07.15 22:26:22.411026 [ 3 ] {63f9c8a5-bf2e-4e98-8c43-0a23afae01fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12305 | 2024.07.15 22:26:22.411093 [ 3 ] {63f9c8a5-bf2e-4e98-8c43-0a23afae01fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12306 | 2024.07.15 22:26:22.411288 [ 3 ] {63f9c8a5-bf2e-4e98-8c43-0a23afae01fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12307 | 2024.07.15 22:26:22.411738 [ 3 ] {63f9c8a5-bf2e-4e98-8c43-0a23afae01fa} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12308 | 2024.07.15 22:26:22.411784 [ 3 ] {63f9c8a5-bf2e-4e98-8c43-0a23afae01fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12309 | 2024.07.15 22:26:22.412156 [ 3 ] {63f9c8a5-bf2e-4e98-8c43-0a23afae01fa} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12310 | 2024.07.15 22:26:22.412499 [ 3 ] {63f9c8a5-bf2e-4e98-8c43-0a23afae01fa} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12311 | 2024.07.15 22:26:22.412666 [ 3 ] {63f9c8a5-bf2e-4e98-8c43-0a23afae01fa} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001696 sec., 17688.67924528302 rows/sec., 1.40 MiB/sec. | ||
12312 | 2024.07.15 22:26:22.412867 [ 3 ] {63f9c8a5-bf2e-4e98-8c43-0a23afae01fa} <Debug> DynamicQueryHandler: Done processing query | ||
12313 | 2024.07.15 22:26:22.412894 [ 3 ] {63f9c8a5-bf2e-4e98-8c43-0a23afae01fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12314 | 2024.07.15 22:26:22.412911 [ 3 ] {} <Debug> HTTP-Session: b7ff89bf-e016-482c-a439-cf3136aef4d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12315 | 2024.07.15 22:26:22.413091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12316 | 2024.07.15 22:26:22.413144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12317 | 2024.07.15 22:26:22.413165 [ 3 ] {} <Debug> HTTP-Session: 17c894cd-e9dc-4a83-b4db-7a24dda90b9c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12318 | 2024.07.15 22:26:22.413183 [ 3 ] {} <Debug> HTTP-Session: 17c894cd-e9dc-4a83-b4db-7a24dda90b9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12319 | 2024.07.15 22:26:22.413197 [ 3 ] {} <Debug> HTTP-Session: 17c894cd-e9dc-4a83-b4db-7a24dda90b9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12320 | 2024.07.15 22:26:22.413231 [ 3 ] {} <Trace> HTTP-Session: 17c894cd-e9dc-4a83-b4db-7a24dda90b9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12321 | 2024.07.15 22:26:22.413380 [ 3 ] {1d7a0e7b-f002-4a55-9124-c609a34b4266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12322 | 2024.07.15 22:26:22.413427 [ 3 ] {1d7a0e7b-f002-4a55-9124-c609a34b4266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12323 | 2024.07.15 22:26:22.413559 [ 3 ] {1d7a0e7b-f002-4a55-9124-c609a34b4266} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12324 | 2024.07.15 22:26:22.413964 [ 3 ] {1d7a0e7b-f002-4a55-9124-c609a34b4266} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12325 | 2024.07.15 22:26:22.414001 [ 3 ] {1d7a0e7b-f002-4a55-9124-c609a34b4266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12326 | 2024.07.15 22:26:22.414326 [ 3 ] {1d7a0e7b-f002-4a55-9124-c609a34b4266} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12327 | 2024.07.15 22:26:22.414633 [ 3 ] {1d7a0e7b-f002-4a55-9124-c609a34b4266} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12328 | 2024.07.15 22:26:22.414791 [ 3 ] {1d7a0e7b-f002-4a55-9124-c609a34b4266} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.00147 sec., 99319.72789115646 rows/sec., 8.34 MiB/sec. | ||
12329 | 2024.07.15 22:26:22.414802 [ 80 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12330 | 2024.07.15 22:26:22.414916 [ 80 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12331 | 2024.07.15 22:26:22.414982 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12332 | 2024.07.15 22:26:22.415057 [ 3 ] {1d7a0e7b-f002-4a55-9124-c609a34b4266} <Debug> DynamicQueryHandler: Done processing query | ||
12333 | 2024.07.15 22:26:22.415125 [ 3 ] {1d7a0e7b-f002-4a55-9124-c609a34b4266} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12334 | 2024.07.15 22:26:22.415199 [ 3 ] {} <Debug> HTTP-Session: 17c894cd-e9dc-4a83-b4db-7a24dda90b9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12335 | 2024.07.15 22:26:22.415495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 15956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12336 | 2024.07.15 22:26:22.415483 [ 193 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
12337 | 2024.07.15 22:26:22.415611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12338 | 2024.07.15 22:26:22.415717 [ 3 ] {} <Debug> HTTP-Session: 4a3be17a-5bd0-41d1-9540-02cd5859ecc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12339 | 2024.07.15 22:26:22.415782 [ 3 ] {} <Debug> HTTP-Session: 4a3be17a-5bd0-41d1-9540-02cd5859ecc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12340 | 2024.07.15 22:26:22.415869 [ 3 ] {} <Debug> HTTP-Session: 4a3be17a-5bd0-41d1-9540-02cd5859ecc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12341 | 2024.07.15 22:26:22.416020 [ 3 ] {} <Trace> HTTP-Session: 4a3be17a-5bd0-41d1-9540-02cd5859ecc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12342 | 2024.07.15 22:26:22.416356 [ 193 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12343 | 2024.07.15 22:26:22.416403 [ 3 ] {a4ed0e87-2970-4d75-83e4-23084c456a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12344 | 2024.07.15 22:26:22.416427 [ 193 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 295 rows starting from the beginning of the part | ||
12345 | 2024.07.15 22:26:22.416485 [ 3 ] {a4ed0e87-2970-4d75-83e4-23084c456a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12346 | 2024.07.15 22:26:22.416671 [ 193 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 146 rows starting from the beginning of the part | ||
12347 | 2024.07.15 22:26:22.417023 [ 193 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 197 rows starting from the beginning of the part | ||
12348 | 2024.07.15 22:26:22.417359 [ 193 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 147 rows starting from the beginning of the part | ||
12349 | 2024.07.15 22:26:22.417654 [ 3 ] {a4ed0e87-2970-4d75-83e4-23084c456a55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12350 | 2024.07.15 22:26:22.417695 [ 193 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 161 rows starting from the beginning of the part | ||
12351 | 2024.07.15 22:26:22.418128 [ 193 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 146 rows starting from the beginning of the part | ||
12352 | 2024.07.15 22:26:22.418813 [ 3 ] {a4ed0e87-2970-4d75-83e4-23084c456a55} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12353 | 2024.07.15 22:26:22.418877 [ 3 ] {a4ed0e87-2970-4d75-83e4-23084c456a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12354 | 2024.07.15 22:26:22.419649 [ 3 ] {a4ed0e87-2970-4d75-83e4-23084c456a55} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12355 | 2024.07.15 22:26:22.420427 [ 3 ] {a4ed0e87-2970-4d75-83e4-23084c456a55} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12356 | 2024.07.15 22:26:22.420840 [ 3 ] {a4ed0e87-2970-4d75-83e4-23084c456a55} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.004565 sec., 20591.456736035052 rows/sec., 1.61 MiB/sec. | ||
12357 | 2024.07.15 22:26:22.420827 [ 80 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12358 | 2024.07.15 22:26:22.421117 [ 80 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12359 | 2024.07.15 22:26:22.421140 [ 197 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1092 rows, containing 4 columns (4 merged, 0 gathered) in 0.006001829 sec., 181944.53724023126 rows/sec., 15.58 MiB/sec. | ||
12360 | 2024.07.15 22:26:22.421238 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12361 | 2024.07.15 22:26:22.421378 [ 3 ] {a4ed0e87-2970-4d75-83e4-23084c456a55} <Debug> DynamicQueryHandler: Done processing query | ||
12362 | 2024.07.15 22:26:22.421484 [ 3 ] {a4ed0e87-2970-4d75-83e4-23084c456a55} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12363 | 2024.07.15 22:26:22.421503 [ 197 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12364 | 2024.07.15 22:26:22.421573 [ 3 ] {} <Debug> HTTP-Session: 4a3be17a-5bd0-41d1-9540-02cd5859ecc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12365 | 2024.07.15 22:26:22.421847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12366 | 2024.07.15 22:26:22.421868 [ 196 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
12367 | 2024.07.15 22:26:22.421991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12368 | 2024.07.15 22:26:22.422110 [ 3 ] {} <Debug> HTTP-Session: 5ecfdcea-daeb-4ff5-a3e1-11d41c24531a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12369 | 2024.07.15 22:26:22.422198 [ 3 ] {} <Debug> HTTP-Session: 5ecfdcea-daeb-4ff5-a3e1-11d41c24531a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12370 | 2024.07.15 22:26:22.422275 [ 3 ] {} <Debug> HTTP-Session: 5ecfdcea-daeb-4ff5-a3e1-11d41c24531a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12371 | 2024.07.15 22:26:22.422420 [ 3 ] {} <Trace> HTTP-Session: 5ecfdcea-daeb-4ff5-a3e1-11d41c24531a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12372 | 2024.07.15 22:26:22.422706 [ 196 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12373 | 2024.07.15 22:26:22.422825 [ 196 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 470 rows starting from the beginning of the part | ||
12374 | 2024.07.15 22:26:22.422845 [ 3 ] {d4d415c2-cc01-48b4-95a7-5992e0feec03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12375 | 2024.07.15 22:26:22.423065 [ 198 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_71_14} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12376 | 2024.07.15 22:26:22.423113 [ 3 ] {d4d415c2-cc01-48b4-95a7-5992e0feec03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12377 | 2024.07.15 22:26:22.423256 [ 196 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 94 rows starting from the beginning of the part | ||
12378 | 2024.07.15 22:26:22.423760 [ 196 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 406 rows starting from the beginning of the part | ||
12379 | 2024.07.15 22:26:22.423762 [ 198 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_71_14} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12380 | 2024.07.15 22:26:22.424301 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
12381 | 2024.07.15 22:26:22.424531 [ 196 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 96 rows starting from the beginning of the part | ||
12382 | 2024.07.15 22:26:22.424819 [ 196 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 382 rows starting from the beginning of the part | ||
12383 | 2024.07.15 22:26:22.424940 [ 3 ] {d4d415c2-cc01-48b4-95a7-5992e0feec03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12384 | 2024.07.15 22:26:22.425134 [ 196 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 94 rows starting from the beginning of the part | ||
12385 | 2024.07.15 22:26:22.426066 [ 3 ] {d4d415c2-cc01-48b4-95a7-5992e0feec03} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12386 | 2024.07.15 22:26:22.426146 [ 3 ] {d4d415c2-cc01-48b4-95a7-5992e0feec03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12387 | 2024.07.15 22:26:22.427198 [ 3 ] {d4d415c2-cc01-48b4-95a7-5992e0feec03} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12388 | 2024.07.15 22:26:22.427896 [ 196 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1542 rows, containing 4 columns (4 merged, 0 gathered) in 0.006485519 sec., 237760.46296371962 rows/sec., 17.18 MiB/sec. | ||
12389 | 2024.07.15 22:26:22.427942 [ 3 ] {d4d415c2-cc01-48b4-95a7-5992e0feec03} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12390 | 2024.07.15 22:26:22.428161 [ 196 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12391 | 2024.07.15 22:26:22.428180 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12392 | 2024.07.15 22:26:22.428272 [ 3 ] {d4d415c2-cc01-48b4-95a7-5992e0feec03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005593 sec., 28607.187555873414 rows/sec., 1.99 MiB/sec. | ||
12393 | 2024.07.15 22:26:22.428277 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12394 | 2024.07.15 22:26:22.428358 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12395 | 2024.07.15 22:26:22.429032 [ 3 ] {d4d415c2-cc01-48b4-95a7-5992e0feec03} <Debug> DynamicQueryHandler: Done processing query | ||
12396 | 2024.07.15 22:26:22.429035 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
12397 | 2024.07.15 22:26:22.429118 [ 3 ] {d4d415c2-cc01-48b4-95a7-5992e0feec03} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12398 | 2024.07.15 22:26:22.429205 [ 3 ] {} <Debug> HTTP-Session: 5ecfdcea-daeb-4ff5-a3e1-11d41c24531a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12399 | 2024.07.15 22:26:22.429541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12400 | 2024.07.15 22:26:22.429705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12401 | 2024.07.15 22:26:22.429812 [ 3 ] {} <Debug> HTTP-Session: 6f7e8d92-8a79-4f20-8c58-ead55068e69c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12402 | 2024.07.15 22:26:22.429849 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12403 | 2024.07.15 22:26:22.429895 [ 3 ] {} <Debug> HTTP-Session: 6f7e8d92-8a79-4f20-8c58-ead55068e69c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12404 | 2024.07.15 22:26:22.429958 [ 3 ] {} <Debug> HTTP-Session: 6f7e8d92-8a79-4f20-8c58-ead55068e69c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12405 | 2024.07.15 22:26:22.429975 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 10779 rows starting from the beginning of the part | ||
12406 | 2024.07.15 22:26:22.430084 [ 3 ] {} <Trace> HTTP-Session: 6f7e8d92-8a79-4f20-8c58-ead55068e69c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12407 | 2024.07.15 22:26:22.430442 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
12408 | 2024.07.15 22:26:22.430879 [ 3 ] {8a07cd67-69f1-47a2-80de-02f7545f7479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12409 | 2024.07.15 22:26:22.430925 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 196 rows starting from the beginning of the part | ||
12410 | 2024.07.15 22:26:22.431288 [ 3 ] {8a07cd67-69f1-47a2-80de-02f7545f7479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12411 | 2024.07.15 22:26:22.431338 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
12412 | 2024.07.15 22:26:22.431744 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
12413 | 2024.07.15 22:26:22.432263 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
12414 | 2024.07.15 22:26:22.433920 [ 196 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_71_14} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12415 | 2024.07.15 22:26:22.434371 [ 196 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_71_14} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12416 | 2024.07.15 22:26:22.434879 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
12417 | 2024.07.15 22:26:22.435027 [ 3 ] {8a07cd67-69f1-47a2-80de-02f7545f7479} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12418 | 2024.07.15 22:26:22.436157 [ 3 ] {8a07cd67-69f1-47a2-80de-02f7545f7479} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12419 | 2024.07.15 22:26:22.436197 [ 3 ] {8a07cd67-69f1-47a2-80de-02f7545f7479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12420 | 2024.07.15 22:26:22.437337 [ 3 ] {8a07cd67-69f1-47a2-80de-02f7545f7479} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12421 | 2024.07.15 22:26:22.437797 [ 3 ] {8a07cd67-69f1-47a2-80de-02f7545f7479} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12422 | 2024.07.15 22:26:22.438018 [ 80 ] {} <Debug> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
12423 | 2024.07.15 22:26:22.438070 [ 3 ] {8a07cd67-69f1-47a2-80de-02f7545f7479} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.007686 sec., 3903.2006245120997 rows/sec., 6.99 MiB/sec. | ||
12424 | 2024.07.15 22:26:22.438125 [ 80 ] {} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12425 | 2024.07.15 22:26:22.438290 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12426 | 2024.07.15 22:26:22.439133 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::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 | ||
12427 | 2024.07.15 22:26:22.439501 [ 3 ] {8a07cd67-69f1-47a2-80de-02f7545f7479} <Debug> DynamicQueryHandler: Done processing query | ||
12428 | 2024.07.15 22:26:22.439607 [ 3 ] {8a07cd67-69f1-47a2-80de-02f7545f7479} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
12429 | 2024.07.15 22:26:22.439683 [ 3 ] {} <Debug> HTTP-Session: 6f7e8d92-8a79-4f20-8c58-ead55068e69c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12430 | 2024.07.15 22:26:22.439710 [ 186 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11616 rows, containing 5 columns (5 merged, 0 gathered) in 0.011169252 sec., 1039998.0231442536 rows/sec., 72.46 MiB/sec. | ||
12431 | 2024.07.15 22:26:22.439949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12432 | 2024.07.15 22:26:22.440084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12433 | 2024.07.15 22:26:22.440127 [ 3 ] {} <Debug> HTTP-Session: ec6a1bc1-6c0f-444a-85c6-d8a78972f450 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12434 | 2024.07.15 22:26:22.440164 [ 3 ] {} <Debug> HTTP-Session: ec6a1bc1-6c0f-444a-85c6-d8a78972f450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12435 | 2024.07.15 22:26:22.440201 [ 186 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12436 | 2024.07.15 22:26:22.440200 [ 3 ] {} <Debug> HTTP-Session: ec6a1bc1-6c0f-444a-85c6-d8a78972f450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12437 | 2024.07.15 22:26:22.440298 [ 3 ] {} <Trace> HTTP-Session: ec6a1bc1-6c0f-444a-85c6-d8a78972f450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12438 | 2024.07.15 22:26:22.440531 [ 3 ] {07fb4b3b-29cc-4b16-adf7-973411b2cd1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12439 | 2024.07.15 22:26:22.440556 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12440 | 2024.07.15 22:26:22.440639 [ 3 ] {07fb4b3b-29cc-4b16-adf7-973411b2cd1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12441 | 2024.07.15 22:26:22.440868 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 770 rows starting from the beginning of the part | ||
12442 | 2024.07.15 22:26:22.441865 [ 3 ] {07fb4b3b-29cc-4b16-adf7-973411b2cd1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12443 | 2024.07.15 22:26:22.441973 [ 186 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12444 | 2024.07.15 22:26:22.442129 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
12445 | 2024.07.15 22:26:22.442185 [ 186 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12446 | 2024.07.15 22:26:22.442475 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.49 MiB. | ||
12447 | 2024.07.15 22:26:22.442918 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part | ||
12448 | 2024.07.15 22:26:22.442919 [ 3 ] {07fb4b3b-29cc-4b16-adf7-973411b2cd1e} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12449 | 2024.07.15 22:26:22.442970 [ 3 ] {07fb4b3b-29cc-4b16-adf7-973411b2cd1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12450 | 2024.07.15 22:26:22.443363 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part | ||
12451 | 2024.07.15 22:26:22.443858 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
12452 | 2024.07.15 22:26:22.443979 [ 3 ] {07fb4b3b-29cc-4b16-adf7-973411b2cd1e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12453 | 2024.07.15 22:26:22.444329 [ 198 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part | ||
12454 | 2024.07.15 22:26:22.444843 [ 3 ] {07fb4b3b-29cc-4b16-adf7-973411b2cd1e} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12455 | 2024.07.15 22:26:22.445075 [ 80 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12456 | 2024.07.15 22:26:22.445133 [ 3 ] {07fb4b3b-29cc-4b16-adf7-973411b2cd1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004672 sec., 12842.465753424658 rows/sec., 886.26 KiB/sec. | ||
12457 | 2024.07.15 22:26:22.445167 [ 80 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12458 | 2024.07.15 22:26:22.445275 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12459 | 2024.07.15 22:26:22.445633 [ 3 ] {07fb4b3b-29cc-4b16-adf7-973411b2cd1e} <Debug> DynamicQueryHandler: Done processing query | ||
12460 | 2024.07.15 22:26:22.445740 [ 3 ] {07fb4b3b-29cc-4b16-adf7-973411b2cd1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12461 | 2024.07.15 22:26:22.445822 [ 3 ] {} <Debug> HTTP-Session: ec6a1bc1-6c0f-444a-85c6-d8a78972f450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12462 | 2024.07.15 22:26:22.446166 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
12463 | 2024.07.15 22:26:22.446931 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12464 | 2024.07.15 22:26:22.447093 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3818 rows starting from the beginning of the part | ||
12465 | 2024.07.15 22:26:22.447620 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
12466 | 2024.07.15 22:26:22.447811 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
12467 | 2024.07.15 22:26:22.447955 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
12468 | 2024.07.15 22:26:22.448102 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
12469 | 2024.07.15 22:26:22.448311 [ 186 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
12470 | 2024.07.15 22:26:22.450569 [ 200 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4118 rows, containing 4 columns (4 merged, 0 gathered) in 0.005132862 sec., 802281.4562324099 rows/sec., 54.10 MiB/sec. | ||
12471 | 2024.07.15 22:26:22.451367 [ 194 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12472 | 2024.07.15 22:26:22.451757 [ 194 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_71_14} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12473 | 2024.07.15 22:26:22.451839 [ 194 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_71_14} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12474 | 2024.07.15 22:26:22.452352 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
12475 | 2024.07.15 22:26:22.456022 [ 189 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 920 rows, containing 19 columns (19 merged, 0 gathered) in 0.017521519 sec., 52506.863132129125 rows/sec., 94.09 MiB/sec. | ||
12476 | 2024.07.15 22:26:22.457021 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
12477 | 2024.07.15 22:26:22.457605 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12478 | 2024.07.15 22:26:22.457693 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
12479 | 2024.07.15 22:26:22.457837 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
12480 | 2024.07.15 22:26:23.000230 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.77 MiB, peak 209.55 MiB, free memory in arenas 0.00 B, will set to 200.44 MiB (RSS), difference: 1.67 MiB | ||
12481 | 2024.07.15 22:26:27.415131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12482 | 2024.07.15 22:26:27.415272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12483 | 2024.07.15 22:26:27.415304 [ 3 ] {} <Debug> HTTP-Session: 51e94fcb-644e-448d-9986-a9cef20614a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12484 | 2024.07.15 22:26:27.415331 [ 3 ] {} <Debug> HTTP-Session: 51e94fcb-644e-448d-9986-a9cef20614a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12485 | 2024.07.15 22:26:27.415349 [ 3 ] {} <Debug> HTTP-Session: 51e94fcb-644e-448d-9986-a9cef20614a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12486 | 2024.07.15 22:26:27.415407 [ 3 ] {} <Trace> HTTP-Session: 51e94fcb-644e-448d-9986-a9cef20614a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12487 | 2024.07.15 22:26:27.415602 [ 3 ] {aa4c4df7-2825-4706-a3da-b0ce93a61d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12488 | 2024.07.15 22:26:27.415678 [ 3 ] {aa4c4df7-2825-4706-a3da-b0ce93a61d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12489 | 2024.07.15 22:26:27.415907 [ 3 ] {aa4c4df7-2825-4706-a3da-b0ce93a61d1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12490 | 2024.07.15 22:26:27.416301 [ 3 ] {aa4c4df7-2825-4706-a3da-b0ce93a61d1a} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12491 | 2024.07.15 22:26:27.416346 [ 3 ] {aa4c4df7-2825-4706-a3da-b0ce93a61d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12492 | 2024.07.15 22:26:27.416745 [ 3 ] {aa4c4df7-2825-4706-a3da-b0ce93a61d1a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12493 | 2024.07.15 22:26:27.417094 [ 3 ] {aa4c4df7-2825-4706-a3da-b0ce93a61d1a} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12494 | 2024.07.15 22:26:27.417263 [ 3 ] {aa4c4df7-2825-4706-a3da-b0ce93a61d1a} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.00172 sec., 3488.3720930232557 rows/sec., 197.58 KiB/sec. | ||
12495 | 2024.07.15 22:26:27.417491 [ 3 ] {aa4c4df7-2825-4706-a3da-b0ce93a61d1a} <Debug> DynamicQueryHandler: Done processing query | ||
12496 | 2024.07.15 22:26:27.417518 [ 3 ] {aa4c4df7-2825-4706-a3da-b0ce93a61d1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12497 | 2024.07.15 22:26:27.417535 [ 3 ] {} <Debug> HTTP-Session: 51e94fcb-644e-448d-9986-a9cef20614a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12498 | 2024.07.15 22:26:27.417683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12499 | 2024.07.15 22:26:27.417738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12500 | 2024.07.15 22:26:27.417758 [ 3 ] {} <Debug> HTTP-Session: e128d14d-228c-45d2-a9e0-bc1704b74e0f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12501 | 2024.07.15 22:26:27.417777 [ 3 ] {} <Debug> HTTP-Session: e128d14d-228c-45d2-a9e0-bc1704b74e0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12502 | 2024.07.15 22:26:27.417790 [ 3 ] {} <Debug> HTTP-Session: e128d14d-228c-45d2-a9e0-bc1704b74e0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12503 | 2024.07.15 22:26:27.417825 [ 3 ] {} <Trace> HTTP-Session: e128d14d-228c-45d2-a9e0-bc1704b74e0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12504 | 2024.07.15 22:26:27.417981 [ 3 ] {2707babd-80f6-4475-9288-2673060183c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12505 | 2024.07.15 22:26:27.418028 [ 3 ] {2707babd-80f6-4475-9288-2673060183c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12506 | 2024.07.15 22:26:27.418162 [ 3 ] {2707babd-80f6-4475-9288-2673060183c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12507 | 2024.07.15 22:26:27.418524 [ 3 ] {2707babd-80f6-4475-9288-2673060183c9} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12508 | 2024.07.15 22:26:27.418561 [ 3 ] {2707babd-80f6-4475-9288-2673060183c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12509 | 2024.07.15 22:26:27.418890 [ 3 ] {2707babd-80f6-4475-9288-2673060183c9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12510 | 2024.07.15 22:26:27.419206 [ 3 ] {2707babd-80f6-4475-9288-2673060183c9} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12511 | 2024.07.15 22:26:27.419363 [ 3 ] {2707babd-80f6-4475-9288-2673060183c9} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001445 sec., 111418.68512110726 rows/sec., 9.84 MiB/sec. | ||
12512 | 2024.07.15 22:26:27.419525 [ 3 ] {2707babd-80f6-4475-9288-2673060183c9} <Debug> DynamicQueryHandler: Done processing query | ||
12513 | 2024.07.15 22:26:27.419550 [ 3 ] {2707babd-80f6-4475-9288-2673060183c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12514 | 2024.07.15 22:26:27.419567 [ 3 ] {} <Debug> HTTP-Session: e128d14d-228c-45d2-a9e0-bc1704b74e0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12515 | 2024.07.15 22:26:27.419790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12516 | 2024.07.15 22:26:27.419841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12517 | 2024.07.15 22:26:27.419862 [ 3 ] {} <Debug> HTTP-Session: 6fcd65c0-f333-4639-909a-80ed45bb09a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12518 | 2024.07.15 22:26:27.419878 [ 3 ] {} <Debug> HTTP-Session: 6fcd65c0-f333-4639-909a-80ed45bb09a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12519 | 2024.07.15 22:26:27.419892 [ 3 ] {} <Debug> HTTP-Session: 6fcd65c0-f333-4639-909a-80ed45bb09a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12520 | 2024.07.15 22:26:27.419924 [ 3 ] {} <Trace> HTTP-Session: 6fcd65c0-f333-4639-909a-80ed45bb09a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12521 | 2024.07.15 22:26:27.420119 [ 3 ] {e96b54d9-2891-4993-9fc0-bfbac0f1dcdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12522 | 2024.07.15 22:26:27.420163 [ 3 ] {e96b54d9-2891-4993-9fc0-bfbac0f1dcdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12523 | 2024.07.15 22:26:27.420290 [ 3 ] {e96b54d9-2891-4993-9fc0-bfbac0f1dcdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12524 | 2024.07.15 22:26:27.421015 [ 3 ] {e96b54d9-2891-4993-9fc0-bfbac0f1dcdd} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12525 | 2024.07.15 22:26:27.421051 [ 3 ] {e96b54d9-2891-4993-9fc0-bfbac0f1dcdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12526 | 2024.07.15 22:26:27.421383 [ 3 ] {e96b54d9-2891-4993-9fc0-bfbac0f1dcdd} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12527 | 2024.07.15 22:26:27.421689 [ 3 ] {e96b54d9-2891-4993-9fc0-bfbac0f1dcdd} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12528 | 2024.07.15 22:26:27.421844 [ 3 ] {e96b54d9-2891-4993-9fc0-bfbac0f1dcdd} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001823 sec., 209544.7065277016 rows/sec., 14.72 MiB/sec. | ||
12529 | 2024.07.15 22:26:27.422024 [ 3 ] {e96b54d9-2891-4993-9fc0-bfbac0f1dcdd} <Debug> DynamicQueryHandler: Done processing query | ||
12530 | 2024.07.15 22:26:27.422060 [ 3 ] {e96b54d9-2891-4993-9fc0-bfbac0f1dcdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12531 | 2024.07.15 22:26:27.422096 [ 3 ] {} <Debug> HTTP-Session: 6fcd65c0-f333-4639-909a-80ed45bb09a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12532 | 2024.07.15 22:26:27.422288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12533 | 2024.07.15 22:26:27.422338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12534 | 2024.07.15 22:26:27.422358 [ 3 ] {} <Debug> HTTP-Session: 850498c1-b78c-48a5-9871-240f52b5ba8c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12535 | 2024.07.15 22:26:27.422375 [ 3 ] {} <Debug> HTTP-Session: 850498c1-b78c-48a5-9871-240f52b5ba8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12536 | 2024.07.15 22:26:27.422388 [ 3 ] {} <Debug> HTTP-Session: 850498c1-b78c-48a5-9871-240f52b5ba8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12537 | 2024.07.15 22:26:27.422419 [ 3 ] {} <Trace> HTTP-Session: 850498c1-b78c-48a5-9871-240f52b5ba8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12538 | 2024.07.15 22:26:27.422515 [ 3 ] {d76fcc55-b3a9-46a1-bc97-8f70b536094a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12539 | 2024.07.15 22:26:27.422562 [ 3 ] {d76fcc55-b3a9-46a1-bc97-8f70b536094a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12540 | 2024.07.15 22:26:27.422691 [ 3 ] {d76fcc55-b3a9-46a1-bc97-8f70b536094a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12541 | 2024.07.15 22:26:27.422946 [ 3 ] {d76fcc55-b3a9-46a1-bc97-8f70b536094a} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12542 | 2024.07.15 22:26:27.422981 [ 3 ] {d76fcc55-b3a9-46a1-bc97-8f70b536094a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12543 | 2024.07.15 22:26:27.423349 [ 3 ] {d76fcc55-b3a9-46a1-bc97-8f70b536094a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
12544 | 2024.07.15 22:26:27.423670 [ 3 ] {d76fcc55-b3a9-46a1-bc97-8f70b536094a} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12545 | 2024.07.15 22:26:27.423829 [ 3 ] {d76fcc55-b3a9-46a1-bc97-8f70b536094a} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 193.70 KiB/sec. | ||
12546 | 2024.07.15 22:26:27.423978 [ 3 ] {d76fcc55-b3a9-46a1-bc97-8f70b536094a} <Debug> DynamicQueryHandler: Done processing query | ||
12547 | 2024.07.15 22:26:27.424001 [ 3 ] {d76fcc55-b3a9-46a1-bc97-8f70b536094a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12548 | 2024.07.15 22:26:27.424018 [ 3 ] {} <Debug> HTTP-Session: 850498c1-b78c-48a5-9871-240f52b5ba8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12549 | 2024.07.15 22:26:27.424141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12550 | 2024.07.15 22:26:27.424187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12551 | 2024.07.15 22:26:27.424206 [ 3 ] {} <Debug> HTTP-Session: 8929c74c-199c-4502-a2a4-042c4b45ba67 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12552 | 2024.07.15 22:26:27.424222 [ 3 ] {} <Debug> HTTP-Session: 8929c74c-199c-4502-a2a4-042c4b45ba67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12553 | 2024.07.15 22:26:27.424235 [ 3 ] {} <Debug> HTTP-Session: 8929c74c-199c-4502-a2a4-042c4b45ba67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12554 | 2024.07.15 22:26:27.424266 [ 3 ] {} <Trace> HTTP-Session: 8929c74c-199c-4502-a2a4-042c4b45ba67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12555 | 2024.07.15 22:26:27.424384 [ 3 ] {e4a9b2e4-0daa-446b-90c3-ef5ad130d718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12556 | 2024.07.15 22:26:27.424431 [ 3 ] {e4a9b2e4-0daa-446b-90c3-ef5ad130d718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12557 | 2024.07.15 22:26:27.424574 [ 3 ] {e4a9b2e4-0daa-446b-90c3-ef5ad130d718} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12558 | 2024.07.15 22:26:27.424907 [ 3 ] {e4a9b2e4-0daa-446b-90c3-ef5ad130d718} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12559 | 2024.07.15 22:26:27.424942 [ 3 ] {e4a9b2e4-0daa-446b-90c3-ef5ad130d718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12560 | 2024.07.15 22:26:27.425310 [ 3 ] {e4a9b2e4-0daa-446b-90c3-ef5ad130d718} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
12561 | 2024.07.15 22:26:27.425647 [ 3 ] {e4a9b2e4-0daa-446b-90c3-ef5ad130d718} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12562 | 2024.07.15 22:26:27.425801 [ 3 ] {e4a9b2e4-0daa-446b-90c3-ef5ad130d718} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001455 sec., 52920.962199312715 rows/sec., 3.26 MiB/sec. | ||
12563 | 2024.07.15 22:26:27.425964 [ 3 ] {e4a9b2e4-0daa-446b-90c3-ef5ad130d718} <Debug> DynamicQueryHandler: Done processing query | ||
12564 | 2024.07.15 22:26:27.425988 [ 3 ] {e4a9b2e4-0daa-446b-90c3-ef5ad130d718} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12565 | 2024.07.15 22:26:27.426004 [ 3 ] {} <Debug> HTTP-Session: 8929c74c-199c-4502-a2a4-042c4b45ba67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12566 | 2024.07.15 22:26:27.426175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12567 | 2024.07.15 22:26:27.426223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12568 | 2024.07.15 22:26:27.426243 [ 3 ] {} <Debug> HTTP-Session: 00a1d054-d8d4-49fb-89db-f6a4048e5533 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12569 | 2024.07.15 22:26:27.426259 [ 3 ] {} <Debug> HTTP-Session: 00a1d054-d8d4-49fb-89db-f6a4048e5533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12570 | 2024.07.15 22:26:27.426273 [ 3 ] {} <Debug> HTTP-Session: 00a1d054-d8d4-49fb-89db-f6a4048e5533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12571 | 2024.07.15 22:26:27.426303 [ 3 ] {} <Trace> HTTP-Session: 00a1d054-d8d4-49fb-89db-f6a4048e5533 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12572 | 2024.07.15 22:26:27.426440 [ 3 ] {a96c3ee8-309c-42c0-b168-fdc5f5e5e00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12573 | 2024.07.15 22:26:27.426485 [ 3 ] {a96c3ee8-309c-42c0-b168-fdc5f5e5e00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12574 | 2024.07.15 22:26:27.426627 [ 3 ] {a96c3ee8-309c-42c0-b168-fdc5f5e5e00e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12575 | 2024.07.15 22:26:27.426984 [ 3 ] {a96c3ee8-309c-42c0-b168-fdc5f5e5e00e} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12576 | 2024.07.15 22:26:27.427019 [ 3 ] {a96c3ee8-309c-42c0-b168-fdc5f5e5e00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12577 | 2024.07.15 22:26:27.427387 [ 3 ] {a96c3ee8-309c-42c0-b168-fdc5f5e5e00e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12578 | 2024.07.15 22:26:27.427728 [ 3 ] {a96c3ee8-309c-42c0-b168-fdc5f5e5e00e} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12579 | 2024.07.15 22:26:27.427877 [ 3 ] {a96c3ee8-309c-42c0-b168-fdc5f5e5e00e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001493 sec., 107166.7782987274 rows/sec., 7.46 MiB/sec. | ||
12580 | 2024.07.15 22:26:27.428028 [ 3 ] {a96c3ee8-309c-42c0-b168-fdc5f5e5e00e} <Debug> DynamicQueryHandler: Done processing query | ||
12581 | 2024.07.15 22:26:27.428052 [ 3 ] {a96c3ee8-309c-42c0-b168-fdc5f5e5e00e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12582 | 2024.07.15 22:26:27.428067 [ 3 ] {} <Debug> HTTP-Session: 00a1d054-d8d4-49fb-89db-f6a4048e5533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12583 | 2024.07.15 22:26:27.428183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12584 | 2024.07.15 22:26:27.428229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12585 | 2024.07.15 22:26:27.428248 [ 3 ] {} <Debug> HTTP-Session: 65c98fa0-2b7b-4ffc-9ed2-d722e5305c79 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12586 | 2024.07.15 22:26:27.428264 [ 3 ] {} <Debug> HTTP-Session: 65c98fa0-2b7b-4ffc-9ed2-d722e5305c79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12587 | 2024.07.15 22:26:27.428277 [ 3 ] {} <Debug> HTTP-Session: 65c98fa0-2b7b-4ffc-9ed2-d722e5305c79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12588 | 2024.07.15 22:26:27.428307 [ 3 ] {} <Trace> HTTP-Session: 65c98fa0-2b7b-4ffc-9ed2-d722e5305c79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12589 | 2024.07.15 22:26:27.428405 [ 3 ] {322548b8-fa21-487a-aa3b-5ffc3c94a852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12590 | 2024.07.15 22:26:27.428450 [ 3 ] {322548b8-fa21-487a-aa3b-5ffc3c94a852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12591 | 2024.07.15 22:26:27.428573 [ 3 ] {322548b8-fa21-487a-aa3b-5ffc3c94a852} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12592 | 2024.07.15 22:26:27.428837 [ 3 ] {322548b8-fa21-487a-aa3b-5ffc3c94a852} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12593 | 2024.07.15 22:26:27.428873 [ 3 ] {322548b8-fa21-487a-aa3b-5ffc3c94a852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12594 | 2024.07.15 22:26:27.429224 [ 3 ] {322548b8-fa21-487a-aa3b-5ffc3c94a852} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12595 | 2024.07.15 22:26:27.429538 [ 3 ] {322548b8-fa21-487a-aa3b-5ffc3c94a852} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12596 | 2024.07.15 22:26:27.429687 [ 3 ] {322548b8-fa21-487a-aa3b-5ffc3c94a852} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001306 sec., 17611.026033690658 rows/sec., 952.63 KiB/sec. | ||
12597 | 2024.07.15 22:26:27.429686 [ 61 ] {} <Debug> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
12598 | 2024.07.15 22:26:27.429793 [ 61 ] {} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12599 | 2024.07.15 22:26:27.429834 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12600 | 2024.07.15 22:26:27.429945 [ 3 ] {322548b8-fa21-487a-aa3b-5ffc3c94a852} <Debug> DynamicQueryHandler: Done processing query | ||
12601 | 2024.07.15 22:26:27.430056 [ 3 ] {322548b8-fa21-487a-aa3b-5ffc3c94a852} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12602 | 2024.07.15 22:26:27.430163 [ 3 ] {} <Debug> HTTP-Session: 65c98fa0-2b7b-4ffc-9ed2-d722e5305c79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12603 | 2024.07.15 22:26:27.430567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12604 | 2024.07.15 22:26:27.430596 [ 195 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::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 | ||
12605 | 2024.07.15 22:26:27.430789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12606 | 2024.07.15 22:26:27.430924 [ 3 ] {} <Debug> HTTP-Session: 99fb3b26-b011-4d7c-adb0-308a241f4185 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12607 | 2024.07.15 22:26:27.431048 [ 3 ] {} <Debug> HTTP-Session: 99fb3b26-b011-4d7c-adb0-308a241f4185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12608 | 2024.07.15 22:26:27.431155 [ 3 ] {} <Debug> HTTP-Session: 99fb3b26-b011-4d7c-adb0-308a241f4185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12609 | 2024.07.15 22:26:27.431350 [ 3 ] {} <Trace> HTTP-Session: 99fb3b26-b011-4d7c-adb0-308a241f4185 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12610 | 2024.07.15 22:26:27.431795 [ 195 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12611 | 2024.07.15 22:26:27.431824 [ 3 ] {067d02d7-a786-4586-a8c4-6c1f356266fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12612 | 2024.07.15 22:26:27.431903 [ 195 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 694 rows starting from the beginning of the part | ||
12613 | 2024.07.15 22:26:27.431931 [ 3 ] {067d02d7-a786-4586-a8c4-6c1f356266fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12614 | 2024.07.15 22:26:27.432137 [ 195 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part | ||
12615 | 2024.07.15 22:26:27.432488 [ 195 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 23 rows starting from the beginning of the part | ||
12616 | 2024.07.15 22:26:27.432863 [ 195 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 23 rows starting from the beginning of the part | ||
12617 | 2024.07.15 22:26:27.433141 [ 195 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 23 rows starting from the beginning of the part | ||
12618 | 2024.07.15 22:26:27.433344 [ 3 ] {067d02d7-a786-4586-a8c4-6c1f356266fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12619 | 2024.07.15 22:26:27.433540 [ 195 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 23 rows starting from the beginning of the part | ||
12620 | 2024.07.15 22:26:27.434534 [ 3 ] {067d02d7-a786-4586-a8c4-6c1f356266fb} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12621 | 2024.07.15 22:26:27.434606 [ 3 ] {067d02d7-a786-4586-a8c4-6c1f356266fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12622 | 2024.07.15 22:26:27.435624 [ 3 ] {067d02d7-a786-4586-a8c4-6c1f356266fb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12623 | 2024.07.15 22:26:27.436385 [ 189 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 809 rows, containing 4 columns (4 merged, 0 gathered) in 0.006428708 sec., 125841.77100593151 rows/sec., 6.73 MiB/sec. | ||
12624 | 2024.07.15 22:26:27.436441 [ 3 ] {067d02d7-a786-4586-a8c4-6c1f356266fb} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12625 | 2024.07.15 22:26:27.436767 [ 3 ] {067d02d7-a786-4586-a8c4-6c1f356266fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005113 sec., 11734.793663211422 rows/sec., 809.82 KiB/sec. | ||
12626 | 2024.07.15 22:26:27.436971 [ 189 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
12627 | 2024.07.15 22:26:27.437173 [ 3 ] {067d02d7-a786-4586-a8c4-6c1f356266fb} <Debug> DynamicQueryHandler: Done processing query | ||
12628 | 2024.07.15 22:26:27.437272 [ 3 ] {067d02d7-a786-4586-a8c4-6c1f356266fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12629 | 2024.07.15 22:26:27.437346 [ 3 ] {} <Debug> HTTP-Session: 99fb3b26-b011-4d7c-adb0-308a241f4185 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12630 | 2024.07.15 22:26:27.437858 [ 189 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_36_7} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12631 | 2024.07.15 22:26:27.437953 [ 189 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_36_7} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
12632 | 2024.07.15 22:26:27.438049 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
12633 | 2024.07.15 22:26:32.411194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 4351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12634 | 2024.07.15 22:26:32.411331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12635 | 2024.07.15 22:26:32.411360 [ 3 ] {} <Debug> HTTP-Session: b630e255-7a8e-4a52-bbda-e0f18e4b1099 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12636 | 2024.07.15 22:26:32.411388 [ 3 ] {} <Debug> HTTP-Session: b630e255-7a8e-4a52-bbda-e0f18e4b1099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12637 | 2024.07.15 22:26:32.411407 [ 3 ] {} <Debug> HTTP-Session: b630e255-7a8e-4a52-bbda-e0f18e4b1099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12638 | 2024.07.15 22:26:32.411464 [ 3 ] {} <Trace> HTTP-Session: b630e255-7a8e-4a52-bbda-e0f18e4b1099 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12639 | 2024.07.15 22:26:32.411672 [ 3 ] {da1240f5-e1fe-4d10-8007-e38d887763f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12640 | 2024.07.15 22:26:32.411746 [ 3 ] {da1240f5-e1fe-4d10-8007-e38d887763f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12641 | 2024.07.15 22:26:32.411965 [ 3 ] {da1240f5-e1fe-4d10-8007-e38d887763f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12642 | 2024.07.15 22:26:32.412417 [ 3 ] {da1240f5-e1fe-4d10-8007-e38d887763f9} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12643 | 2024.07.15 22:26:32.412458 [ 3 ] {da1240f5-e1fe-4d10-8007-e38d887763f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12644 | 2024.07.15 22:26:32.412832 [ 3 ] {da1240f5-e1fe-4d10-8007-e38d887763f9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12645 | 2024.07.15 22:26:32.413162 [ 3 ] {da1240f5-e1fe-4d10-8007-e38d887763f9} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12646 | 2024.07.15 22:26:32.413335 [ 3 ] {da1240f5-e1fe-4d10-8007-e38d887763f9} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001734 sec., 17301.038062283737 rows/sec., 1.37 MiB/sec. | ||
12647 | 2024.07.15 22:26:32.413409 [ 67 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12648 | 2024.07.15 22:26:32.413535 [ 67 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12649 | 2024.07.15 22:26:32.413596 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12650 | 2024.07.15 22:26:32.413608 [ 3 ] {da1240f5-e1fe-4d10-8007-e38d887763f9} <Debug> DynamicQueryHandler: Done processing query | ||
12651 | 2024.07.15 22:26:32.413670 [ 3 ] {da1240f5-e1fe-4d10-8007-e38d887763f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12652 | 2024.07.15 22:26:32.413719 [ 3 ] {} <Debug> HTTP-Session: b630e255-7a8e-4a52-bbda-e0f18e4b1099 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12653 | 2024.07.15 22:26:32.413800 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
12654 | 2024.07.15 22:26:32.413875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12655 | 2024.07.15 22:26:32.413951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12656 | 2024.07.15 22:26:32.413983 [ 3 ] {} <Debug> HTTP-Session: 36bdfb1c-ea98-424f-aae2-c3a5205a7555 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12657 | 2024.07.15 22:26:32.413981 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12658 | 2024.07.15 22:26:32.414004 [ 3 ] {} <Debug> HTTP-Session: 36bdfb1c-ea98-424f-aae2-c3a5205a7555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12659 | 2024.07.15 22:26:32.414027 [ 3 ] {} <Debug> HTTP-Session: 36bdfb1c-ea98-424f-aae2-c3a5205a7555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12660 | 2024.07.15 22:26:32.414037 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 36 rows starting from the beginning of the part | ||
12661 | 2024.07.15 22:26:32.414066 [ 3 ] {} <Trace> HTTP-Session: 36bdfb1c-ea98-424f-aae2-c3a5205a7555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12662 | 2024.07.15 22:26:32.414126 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 30 rows starting from the beginning of the part | ||
12663 | 2024.07.15 22:26:32.414325 [ 3 ] {bc75d036-e6e3-4659-9910-d5586828a7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12664 | 2024.07.15 22:26:32.414481 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part | ||
12665 | 2024.07.15 22:26:32.414501 [ 3 ] {bc75d036-e6e3-4659-9910-d5586828a7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12666 | 2024.07.15 22:26:32.415054 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 30 rows starting from the beginning of the part | ||
12667 | 2024.07.15 22:26:32.415270 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part | ||
12668 | 2024.07.15 22:26:32.415505 [ 190 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 30 rows starting from the beginning of the part | ||
12669 | 2024.07.15 22:26:32.415575 [ 3 ] {bc75d036-e6e3-4659-9910-d5586828a7a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12670 | 2024.07.15 22:26:32.416144 [ 3 ] {bc75d036-e6e3-4659-9910-d5586828a7a1} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12671 | 2024.07.15 22:26:32.416187 [ 3 ] {bc75d036-e6e3-4659-9910-d5586828a7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12672 | 2024.07.15 22:26:32.416632 [ 3 ] {bc75d036-e6e3-4659-9910-d5586828a7a1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
12673 | 2024.07.15 22:26:32.417090 [ 187 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 4 columns (4 merged, 0 gathered) in 0.003363876 sec., 41024.104336782926 rows/sec., 3.10 MiB/sec. | ||
12674 | 2024.07.15 22:26:32.417236 [ 3 ] {bc75d036-e6e3-4659-9910-d5586828a7a1} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12675 | 2024.07.15 22:26:32.417365 [ 187 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12676 | 2024.07.15 22:26:32.417543 [ 3 ] {bc75d036-e6e3-4659-9910-d5586828a7a1} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.003352 sec., 1789.9761336515514 rows/sec., 145.96 KiB/sec. | ||
12677 | 2024.07.15 22:26:32.418268 [ 3 ] {bc75d036-e6e3-4659-9910-d5586828a7a1} <Debug> DynamicQueryHandler: Done processing query | ||
12678 | 2024.07.15 22:26:32.418330 [ 3 ] {bc75d036-e6e3-4659-9910-d5586828a7a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12679 | 2024.07.15 22:26:32.418367 [ 3 ] {} <Debug> HTTP-Session: 36bdfb1c-ea98-424f-aae2-c3a5205a7555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12680 | 2024.07.15 22:26:32.418536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12681 | 2024.07.15 22:26:32.418593 [ 187 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_66_13} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12682 | 2024.07.15 22:26:32.418617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12683 | 2024.07.15 22:26:32.418684 [ 3 ] {} <Debug> HTTP-Session: f6948b4c-996e-45cb-a6cb-fcb8269af1d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12684 | 2024.07.15 22:26:32.418720 [ 3 ] {} <Debug> HTTP-Session: f6948b4c-996e-45cb-a6cb-fcb8269af1d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12685 | 2024.07.15 22:26:32.418747 [ 3 ] {} <Debug> HTTP-Session: f6948b4c-996e-45cb-a6cb-fcb8269af1d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12686 | 2024.07.15 22:26:32.418778 [ 187 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_66_13} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12687 | 2024.07.15 22:26:32.418800 [ 3 ] {} <Trace> HTTP-Session: f6948b4c-996e-45cb-a6cb-fcb8269af1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12688 | 2024.07.15 22:26:32.418934 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
12689 | 2024.07.15 22:26:32.419027 [ 3 ] {5cc87797-1a63-4427-9967-8bc3274de88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12690 | 2024.07.15 22:26:32.419077 [ 3 ] {5cc87797-1a63-4427-9967-8bc3274de88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12691 | 2024.07.15 22:26:32.419229 [ 3 ] {5cc87797-1a63-4427-9967-8bc3274de88f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12692 | 2024.07.15 22:26:32.419610 [ 3 ] {5cc87797-1a63-4427-9967-8bc3274de88f} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12693 | 2024.07.15 22:26:32.419647 [ 3 ] {5cc87797-1a63-4427-9967-8bc3274de88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12694 | 2024.07.15 22:26:32.419974 [ 3 ] {5cc87797-1a63-4427-9967-8bc3274de88f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12695 | 2024.07.15 22:26:32.420285 [ 3 ] {5cc87797-1a63-4427-9967-8bc3274de88f} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12696 | 2024.07.15 22:26:32.420446 [ 3 ] {5cc87797-1a63-4427-9967-8bc3274de88f} <Debug> executeQuery: Read 149 rows, 12.77 KiB in 0.001504 sec., 99069.14893617021 rows/sec., 8.29 MiB/sec. | ||
12697 | 2024.07.15 22:26:32.420711 [ 3 ] {5cc87797-1a63-4427-9967-8bc3274de88f} <Debug> DynamicQueryHandler: Done processing query | ||
12698 | 2024.07.15 22:26:32.420773 [ 3 ] {5cc87797-1a63-4427-9967-8bc3274de88f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12699 | 2024.07.15 22:26:32.420833 [ 3 ] {} <Debug> HTTP-Session: f6948b4c-996e-45cb-a6cb-fcb8269af1d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12700 | 2024.07.15 22:26:32.421011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12701 | 2024.07.15 22:26:32.421062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12702 | 2024.07.15 22:26:32.421082 [ 3 ] {} <Debug> HTTP-Session: d553baa9-f894-433d-b290-fd81dd753755 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12703 | 2024.07.15 22:26:32.421099 [ 3 ] {} <Debug> HTTP-Session: d553baa9-f894-433d-b290-fd81dd753755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12704 | 2024.07.15 22:26:32.421113 [ 3 ] {} <Debug> HTTP-Session: d553baa9-f894-433d-b290-fd81dd753755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12705 | 2024.07.15 22:26:32.421147 [ 3 ] {} <Trace> HTTP-Session: d553baa9-f894-433d-b290-fd81dd753755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12706 | 2024.07.15 22:26:32.421253 [ 3 ] {33aa15f5-51b7-4f25-b4f2-603b7c0e5fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12707 | 2024.07.15 22:26:32.421298 [ 3 ] {33aa15f5-51b7-4f25-b4f2-603b7c0e5fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12708 | 2024.07.15 22:26:32.421446 [ 3 ] {33aa15f5-51b7-4f25-b4f2-603b7c0e5fa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12709 | 2024.07.15 22:26:32.421699 [ 3 ] {33aa15f5-51b7-4f25-b4f2-603b7c0e5fa3} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12710 | 2024.07.15 22:26:32.421739 [ 3 ] {33aa15f5-51b7-4f25-b4f2-603b7c0e5fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12711 | 2024.07.15 22:26:32.422059 [ 3 ] {33aa15f5-51b7-4f25-b4f2-603b7c0e5fa3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
12712 | 2024.07.15 22:26:32.422372 [ 3 ] {33aa15f5-51b7-4f25-b4f2-603b7c0e5fa3} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12713 | 2024.07.15 22:26:32.422529 [ 3 ] {33aa15f5-51b7-4f25-b4f2-603b7c0e5fa3} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001293 sec., 4640.371229698376 rows/sec., 324.01 KiB/sec. | ||
12714 | 2024.07.15 22:26:32.422686 [ 3 ] {33aa15f5-51b7-4f25-b4f2-603b7c0e5fa3} <Debug> DynamicQueryHandler: Done processing query | ||
12715 | 2024.07.15 22:26:32.422710 [ 3 ] {33aa15f5-51b7-4f25-b4f2-603b7c0e5fa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12716 | 2024.07.15 22:26:32.422726 [ 3 ] {} <Debug> HTTP-Session: d553baa9-f894-433d-b290-fd81dd753755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12717 | 2024.07.15 22:26:32.422847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 16979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12718 | 2024.07.15 22:26:32.422894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12719 | 2024.07.15 22:26:32.422915 [ 3 ] {} <Debug> HTTP-Session: 0fdab633-69fb-46f8-9109-a8a948d3d6c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12720 | 2024.07.15 22:26:32.422932 [ 3 ] {} <Debug> HTTP-Session: 0fdab633-69fb-46f8-9109-a8a948d3d6c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12721 | 2024.07.15 22:26:32.422945 [ 3 ] {} <Debug> HTTP-Session: 0fdab633-69fb-46f8-9109-a8a948d3d6c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12722 | 2024.07.15 22:26:32.422977 [ 3 ] {} <Trace> HTTP-Session: 0fdab633-69fb-46f8-9109-a8a948d3d6c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12723 | 2024.07.15 22:26:32.423096 [ 3 ] {766eaf1f-fba8-4786-a75e-6eb5c0c9afa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12724 | 2024.07.15 22:26:32.423138 [ 3 ] {766eaf1f-fba8-4786-a75e-6eb5c0c9afa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12725 | 2024.07.15 22:26:32.423261 [ 3 ] {766eaf1f-fba8-4786-a75e-6eb5c0c9afa6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12726 | 2024.07.15 22:26:32.423564 [ 3 ] {766eaf1f-fba8-4786-a75e-6eb5c0c9afa6} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12727 | 2024.07.15 22:26:32.423600 [ 3 ] {766eaf1f-fba8-4786-a75e-6eb5c0c9afa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12728 | 2024.07.15 22:26:32.423915 [ 3 ] {766eaf1f-fba8-4786-a75e-6eb5c0c9afa6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12729 | 2024.07.15 22:26:32.424220 [ 3 ] {766eaf1f-fba8-4786-a75e-6eb5c0c9afa6} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12730 | 2024.07.15 22:26:32.424375 [ 3 ] {766eaf1f-fba8-4786-a75e-6eb5c0c9afa6} <Debug> executeQuery: Read 100 rows, 8.01 KiB in 0.001314 sec., 76103.500761035 rows/sec., 5.95 MiB/sec. | ||
12731 | 2024.07.15 22:26:32.424527 [ 3 ] {766eaf1f-fba8-4786-a75e-6eb5c0c9afa6} <Debug> DynamicQueryHandler: Done processing query | ||
12732 | 2024.07.15 22:26:32.424550 [ 3 ] {766eaf1f-fba8-4786-a75e-6eb5c0c9afa6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12733 | 2024.07.15 22:26:32.424566 [ 3 ] {} <Debug> HTTP-Session: 0fdab633-69fb-46f8-9109-a8a948d3d6c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12734 | 2024.07.15 22:26:32.424715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 31188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12735 | 2024.07.15 22:26:32.424761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12736 | 2024.07.15 22:26:32.424781 [ 3 ] {} <Debug> HTTP-Session: fa5d509e-060c-469a-a3db-a80ad76f294a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12737 | 2024.07.15 22:26:32.424797 [ 3 ] {} <Debug> HTTP-Session: fa5d509e-060c-469a-a3db-a80ad76f294a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12738 | 2024.07.15 22:26:32.424811 [ 3 ] {} <Debug> HTTP-Session: fa5d509e-060c-469a-a3db-a80ad76f294a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12739 | 2024.07.15 22:26:32.424841 [ 3 ] {} <Trace> HTTP-Session: fa5d509e-060c-469a-a3db-a80ad76f294a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12740 | 2024.07.15 22:26:32.424978 [ 3 ] {cb104132-b6ce-401c-838b-e1bcd15310c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12741 | 2024.07.15 22:26:32.425025 [ 3 ] {cb104132-b6ce-401c-838b-e1bcd15310c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12742 | 2024.07.15 22:26:32.425164 [ 3 ] {cb104132-b6ce-401c-838b-e1bcd15310c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12743 | 2024.07.15 22:26:32.425493 [ 3 ] {cb104132-b6ce-401c-838b-e1bcd15310c8} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12744 | 2024.07.15 22:26:32.425529 [ 3 ] {cb104132-b6ce-401c-838b-e1bcd15310c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12745 | 2024.07.15 22:26:32.425911 [ 3 ] {cb104132-b6ce-401c-838b-e1bcd15310c8} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12746 | 2024.07.15 22:26:32.426243 [ 3 ] {cb104132-b6ce-401c-838b-e1bcd15310c8} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12747 | 2024.07.15 22:26:32.426393 [ 3 ] {cb104132-b6ce-401c-838b-e1bcd15310c8} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001469 sec., 110959.83662355343 rows/sec., 7.73 MiB/sec. | ||
12748 | 2024.07.15 22:26:32.426548 [ 3 ] {cb104132-b6ce-401c-838b-e1bcd15310c8} <Debug> DynamicQueryHandler: Done processing query | ||
12749 | 2024.07.15 22:26:32.426572 [ 3 ] {cb104132-b6ce-401c-838b-e1bcd15310c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12750 | 2024.07.15 22:26:32.426587 [ 3 ] {} <Debug> HTTP-Session: fa5d509e-060c-469a-a3db-a80ad76f294a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12751 | 2024.07.15 22:26:32.426734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 48395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12752 | 2024.07.15 22:26:32.426780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12753 | 2024.07.15 22:26:32.426798 [ 3 ] {} <Debug> HTTP-Session: 4ff8077f-ebc6-4d71-9166-978c589c79c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12754 | 2024.07.15 22:26:32.426814 [ 3 ] {} <Debug> HTTP-Session: 4ff8077f-ebc6-4d71-9166-978c589c79c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12755 | 2024.07.15 22:26:32.426828 [ 3 ] {} <Debug> HTTP-Session: 4ff8077f-ebc6-4d71-9166-978c589c79c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12756 | 2024.07.15 22:26:32.426858 [ 3 ] {} <Trace> HTTP-Session: 4ff8077f-ebc6-4d71-9166-978c589c79c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12757 | 2024.07.15 22:26:32.427160 [ 3 ] {762e7e9e-5fb1-4be1-91ae-28b483704097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12758 | 2024.07.15 22:26:32.427223 [ 3 ] {762e7e9e-5fb1-4be1-91ae-28b483704097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12759 | 2024.07.15 22:26:32.427611 [ 3 ] {762e7e9e-5fb1-4be1-91ae-28b483704097} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12760 | 2024.07.15 22:26:32.428182 [ 3 ] {762e7e9e-5fb1-4be1-91ae-28b483704097} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12761 | 2024.07.15 22:26:32.428218 [ 3 ] {762e7e9e-5fb1-4be1-91ae-28b483704097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12762 | 2024.07.15 22:26:32.428820 [ 3 ] {762e7e9e-5fb1-4be1-91ae-28b483704097} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12763 | 2024.07.15 22:26:32.429229 [ 3 ] {762e7e9e-5fb1-4be1-91ae-28b483704097} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12764 | 2024.07.15 22:26:32.429410 [ 3 ] {762e7e9e-5fb1-4be1-91ae-28b483704097} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00246 sec., 12195.121951219513 rows/sec., 21.85 MiB/sec. | ||
12765 | 2024.07.15 22:26:32.429608 [ 3 ] {762e7e9e-5fb1-4be1-91ae-28b483704097} <Debug> DynamicQueryHandler: Done processing query | ||
12766 | 2024.07.15 22:26:32.429631 [ 3 ] {762e7e9e-5fb1-4be1-91ae-28b483704097} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
12767 | 2024.07.15 22:26:32.429647 [ 3 ] {} <Debug> HTTP-Session: 4ff8077f-ebc6-4d71-9166-978c589c79c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12768 | 2024.07.15 22:26:32.429763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12769 | 2024.07.15 22:26:32.429811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12770 | 2024.07.15 22:26:32.429830 [ 3 ] {} <Debug> HTTP-Session: 2edf73ed-578b-4006-8711-b01c06b60042 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12771 | 2024.07.15 22:26:32.429846 [ 3 ] {} <Debug> HTTP-Session: 2edf73ed-578b-4006-8711-b01c06b60042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12772 | 2024.07.15 22:26:32.429860 [ 3 ] {} <Debug> HTTP-Session: 2edf73ed-578b-4006-8711-b01c06b60042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12773 | 2024.07.15 22:26:32.429892 [ 3 ] {} <Trace> HTTP-Session: 2edf73ed-578b-4006-8711-b01c06b60042 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12774 | 2024.07.15 22:26:32.430004 [ 3 ] {a8bc7616-5c6d-4994-9b7e-234a7181a939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12775 | 2024.07.15 22:26:32.430047 [ 3 ] {a8bc7616-5c6d-4994-9b7e-234a7181a939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12776 | 2024.07.15 22:26:32.430172 [ 3 ] {a8bc7616-5c6d-4994-9b7e-234a7181a939} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12777 | 2024.07.15 22:26:32.430451 [ 3 ] {a8bc7616-5c6d-4994-9b7e-234a7181a939} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12778 | 2024.07.15 22:26:32.430487 [ 3 ] {a8bc7616-5c6d-4994-9b7e-234a7181a939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12779 | 2024.07.15 22:26:32.430844 [ 3 ] {a8bc7616-5c6d-4994-9b7e-234a7181a939} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12780 | 2024.07.15 22:26:32.431164 [ 3 ] {a8bc7616-5c6d-4994-9b7e-234a7181a939} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12781 | 2024.07.15 22:26:32.431321 [ 3 ] {a8bc7616-5c6d-4994-9b7e-234a7181a939} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
12782 | 2024.07.15 22:26:32.431476 [ 3 ] {a8bc7616-5c6d-4994-9b7e-234a7181a939} <Debug> DynamicQueryHandler: Done processing query | ||
12783 | 2024.07.15 22:26:32.431500 [ 3 ] {a8bc7616-5c6d-4994-9b7e-234a7181a939} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12784 | 2024.07.15 22:26:32.431516 [ 3 ] {} <Debug> HTTP-Session: 2edf73ed-578b-4006-8711-b01c06b60042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12785 | 2024.07.15 22:26:35.646579 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12786 | 2024.07.15 22:26:35.646645 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12787 | 2024.07.15 22:26:37.415466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12788 | 2024.07.15 22:26:37.415599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12789 | 2024.07.15 22:26:37.415630 [ 3 ] {} <Debug> HTTP-Session: d24d77b0-b25e-412d-bb2a-255865a1e2bf Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12790 | 2024.07.15 22:26:37.415659 [ 3 ] {} <Debug> HTTP-Session: d24d77b0-b25e-412d-bb2a-255865a1e2bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12791 | 2024.07.15 22:26:37.415679 [ 3 ] {} <Debug> HTTP-Session: d24d77b0-b25e-412d-bb2a-255865a1e2bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12792 | 2024.07.15 22:26:37.415738 [ 3 ] {} <Trace> HTTP-Session: d24d77b0-b25e-412d-bb2a-255865a1e2bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12793 | 2024.07.15 22:26:37.415946 [ 3 ] {a75fb88f-5b54-4d15-8c1e-041bb3917f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12794 | 2024.07.15 22:26:37.416022 [ 3 ] {a75fb88f-5b54-4d15-8c1e-041bb3917f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12795 | 2024.07.15 22:26:37.416247 [ 3 ] {a75fb88f-5b54-4d15-8c1e-041bb3917f51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12796 | 2024.07.15 22:26:37.416628 [ 3 ] {a75fb88f-5b54-4d15-8c1e-041bb3917f51} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12797 | 2024.07.15 22:26:37.416674 [ 3 ] {a75fb88f-5b54-4d15-8c1e-041bb3917f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12798 | 2024.07.15 22:26:37.417059 [ 3 ] {a75fb88f-5b54-4d15-8c1e-041bb3917f51} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12799 | 2024.07.15 22:26:37.417410 [ 3 ] {a75fb88f-5b54-4d15-8c1e-041bb3917f51} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12800 | 2024.07.15 22:26:37.417578 [ 3 ] {a75fb88f-5b54-4d15-8c1e-041bb3917f51} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001691 sec., 3548.1963335304554 rows/sec., 200.97 KiB/sec. | ||
12801 | 2024.07.15 22:26:37.417799 [ 3 ] {a75fb88f-5b54-4d15-8c1e-041bb3917f51} <Debug> DynamicQueryHandler: Done processing query | ||
12802 | 2024.07.15 22:26:37.417826 [ 3 ] {a75fb88f-5b54-4d15-8c1e-041bb3917f51} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12803 | 2024.07.15 22:26:37.417842 [ 3 ] {} <Debug> HTTP-Session: d24d77b0-b25e-412d-bb2a-255865a1e2bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12804 | 2024.07.15 22:26:37.417985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12805 | 2024.07.15 22:26:37.418041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12806 | 2024.07.15 22:26:37.418062 [ 3 ] {} <Debug> HTTP-Session: 888fc7d0-675c-49fe-bb67-656a7ee576e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12807 | 2024.07.15 22:26:37.418081 [ 3 ] {} <Debug> HTTP-Session: 888fc7d0-675c-49fe-bb67-656a7ee576e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12808 | 2024.07.15 22:26:37.418095 [ 3 ] {} <Debug> HTTP-Session: 888fc7d0-675c-49fe-bb67-656a7ee576e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12809 | 2024.07.15 22:26:37.418132 [ 3 ] {} <Trace> HTTP-Session: 888fc7d0-675c-49fe-bb67-656a7ee576e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12810 | 2024.07.15 22:26:37.418242 [ 3 ] {4ab616c9-c244-488b-9d27-5d4ed6a4a45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12811 | 2024.07.15 22:26:37.418291 [ 3 ] {4ab616c9-c244-488b-9d27-5d4ed6a4a45d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12812 | 2024.07.15 22:26:37.418428 [ 3 ] {4ab616c9-c244-488b-9d27-5d4ed6a4a45d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12813 | 2024.07.15 22:26:37.418689 [ 3 ] {4ab616c9-c244-488b-9d27-5d4ed6a4a45d} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12814 | 2024.07.15 22:26:37.418726 [ 3 ] {4ab616c9-c244-488b-9d27-5d4ed6a4a45d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12815 | 2024.07.15 22:26:37.419032 [ 3 ] {4ab616c9-c244-488b-9d27-5d4ed6a4a45d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
12816 | 2024.07.15 22:26:37.419339 [ 3 ] {4ab616c9-c244-488b-9d27-5d4ed6a4a45d} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12817 | 2024.07.15 22:26:37.419502 [ 3 ] {4ab616c9-c244-488b-9d27-5d4ed6a4a45d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001286 sec., 1555.2099533437013 rows/sec., 126.82 KiB/sec. | ||
12818 | 2024.07.15 22:26:37.419764 [ 3 ] {4ab616c9-c244-488b-9d27-5d4ed6a4a45d} <Debug> DynamicQueryHandler: Done processing query | ||
12819 | 2024.07.15 22:26:37.419810 [ 3 ] {4ab616c9-c244-488b-9d27-5d4ed6a4a45d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12820 | 2024.07.15 22:26:37.419832 [ 3 ] {} <Debug> HTTP-Session: 888fc7d0-675c-49fe-bb67-656a7ee576e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12821 | 2024.07.15 22:26:37.419996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12822 | 2024.07.15 22:26:37.420046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12823 | 2024.07.15 22:26:37.420065 [ 3 ] {} <Debug> HTTP-Session: 143a1569-9b2a-486b-841a-8b05c7668d44 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12824 | 2024.07.15 22:26:37.420082 [ 3 ] {} <Debug> HTTP-Session: 143a1569-9b2a-486b-841a-8b05c7668d44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12825 | 2024.07.15 22:26:37.420096 [ 3 ] {} <Debug> HTTP-Session: 143a1569-9b2a-486b-841a-8b05c7668d44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12826 | 2024.07.15 22:26:37.420129 [ 3 ] {} <Trace> HTTP-Session: 143a1569-9b2a-486b-841a-8b05c7668d44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12827 | 2024.07.15 22:26:37.420277 [ 3 ] {334a344d-ddb5-44d5-b762-1411127573d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12828 | 2024.07.15 22:26:37.420321 [ 3 ] {334a344d-ddb5-44d5-b762-1411127573d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12829 | 2024.07.15 22:26:37.420463 [ 3 ] {334a344d-ddb5-44d5-b762-1411127573d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12830 | 2024.07.15 22:26:37.420963 [ 3 ] {334a344d-ddb5-44d5-b762-1411127573d7} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12831 | 2024.07.15 22:26:37.421001 [ 3 ] {334a344d-ddb5-44d5-b762-1411127573d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12832 | 2024.07.15 22:26:37.421334 [ 3 ] {334a344d-ddb5-44d5-b762-1411127573d7} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12833 | 2024.07.15 22:26:37.421645 [ 3 ] {334a344d-ddb5-44d5-b762-1411127573d7} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12834 | 2024.07.15 22:26:37.421801 [ 3 ] {334a344d-ddb5-44d5-b762-1411127573d7} <Debug> executeQuery: Read 198 rows, 17.44 KiB in 0.001589 sec., 124606.67086217747 rows/sec., 10.72 MiB/sec. | ||
12835 | 2024.07.15 22:26:37.421967 [ 3 ] {334a344d-ddb5-44d5-b762-1411127573d7} <Debug> DynamicQueryHandler: Done processing query | ||
12836 | 2024.07.15 22:26:37.421992 [ 3 ] {334a344d-ddb5-44d5-b762-1411127573d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12837 | 2024.07.15 22:26:37.422008 [ 3 ] {} <Debug> HTTP-Session: 143a1569-9b2a-486b-841a-8b05c7668d44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12838 | 2024.07.15 22:26:37.422133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12839 | 2024.07.15 22:26:37.422185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12840 | 2024.07.15 22:26:37.422204 [ 3 ] {} <Debug> HTTP-Session: 72e8d76b-cfbb-4545-a2f2-414483d75e7e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12841 | 2024.07.15 22:26:37.422221 [ 3 ] {} <Debug> HTTP-Session: 72e8d76b-cfbb-4545-a2f2-414483d75e7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12842 | 2024.07.15 22:26:37.422235 [ 3 ] {} <Debug> HTTP-Session: 72e8d76b-cfbb-4545-a2f2-414483d75e7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12843 | 2024.07.15 22:26:37.422267 [ 3 ] {} <Trace> HTTP-Session: 72e8d76b-cfbb-4545-a2f2-414483d75e7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12844 | 2024.07.15 22:26:37.422365 [ 3 ] {067ff9e1-75d7-4013-88bc-68abe0f3fadb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12845 | 2024.07.15 22:26:37.422408 [ 3 ] {067ff9e1-75d7-4013-88bc-68abe0f3fadb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12846 | 2024.07.15 22:26:37.422534 [ 3 ] {067ff9e1-75d7-4013-88bc-68abe0f3fadb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12847 | 2024.07.15 22:26:37.422877 [ 3 ] {067ff9e1-75d7-4013-88bc-68abe0f3fadb} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12848 | 2024.07.15 22:26:37.422914 [ 3 ] {067ff9e1-75d7-4013-88bc-68abe0f3fadb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12849 | 2024.07.15 22:26:37.423217 [ 3 ] {067ff9e1-75d7-4013-88bc-68abe0f3fadb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
12850 | 2024.07.15 22:26:37.423534 [ 3 ] {067ff9e1-75d7-4013-88bc-68abe0f3fadb} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12851 | 2024.07.15 22:26:37.423695 [ 3 ] {067ff9e1-75d7-4013-88bc-68abe0f3fadb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001354 sec., 1477.1048744460857 rows/sec., 103.14 KiB/sec. | ||
12852 | 2024.07.15 22:26:37.423857 [ 3 ] {067ff9e1-75d7-4013-88bc-68abe0f3fadb} <Debug> DynamicQueryHandler: Done processing query | ||
12853 | 2024.07.15 22:26:37.423883 [ 3 ] {067ff9e1-75d7-4013-88bc-68abe0f3fadb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12854 | 2024.07.15 22:26:37.423901 [ 3 ] {} <Debug> HTTP-Session: 72e8d76b-cfbb-4545-a2f2-414483d75e7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12855 | 2024.07.15 22:26:37.424071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12856 | 2024.07.15 22:26:37.424122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12857 | 2024.07.15 22:26:37.424142 [ 3 ] {} <Debug> HTTP-Session: 476ae443-deeb-44dc-87de-73184e312c46 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12858 | 2024.07.15 22:26:37.424159 [ 3 ] {} <Debug> HTTP-Session: 476ae443-deeb-44dc-87de-73184e312c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12859 | 2024.07.15 22:26:37.424173 [ 3 ] {} <Debug> HTTP-Session: 476ae443-deeb-44dc-87de-73184e312c46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12860 | 2024.07.15 22:26:37.424205 [ 3 ] {} <Trace> HTTP-Session: 476ae443-deeb-44dc-87de-73184e312c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12861 | 2024.07.15 22:26:37.424410 [ 3 ] {dd2f4f05-3a98-4076-b027-0aa2abd6be61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12862 | 2024.07.15 22:26:37.424454 [ 3 ] {dd2f4f05-3a98-4076-b027-0aa2abd6be61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12863 | 2024.07.15 22:26:37.424582 [ 3 ] {dd2f4f05-3a98-4076-b027-0aa2abd6be61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12864 | 2024.07.15 22:26:37.425087 [ 3 ] {dd2f4f05-3a98-4076-b027-0aa2abd6be61} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12865 | 2024.07.15 22:26:37.425124 [ 3 ] {dd2f4f05-3a98-4076-b027-0aa2abd6be61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12866 | 2024.07.15 22:26:37.425461 [ 3 ] {dd2f4f05-3a98-4076-b027-0aa2abd6be61} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12867 | 2024.07.15 22:26:37.425765 [ 3 ] {dd2f4f05-3a98-4076-b027-0aa2abd6be61} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12868 | 2024.07.15 22:26:37.425911 [ 3 ] {dd2f4f05-3a98-4076-b027-0aa2abd6be61} <Debug> executeQuery: Read 408 rows, 29.54 KiB in 0.001611 sec., 253258.84543761637 rows/sec., 17.90 MiB/sec. | ||
12869 | 2024.07.15 22:26:37.426155 [ 3 ] {dd2f4f05-3a98-4076-b027-0aa2abd6be61} <Debug> DynamicQueryHandler: Done processing query | ||
12870 | 2024.07.15 22:26:37.426215 [ 3 ] {dd2f4f05-3a98-4076-b027-0aa2abd6be61} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
12871 | 2024.07.15 22:26:37.426274 [ 3 ] {} <Debug> HTTP-Session: 476ae443-deeb-44dc-87de-73184e312c46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12872 | 2024.07.15 22:26:37.426446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12873 | 2024.07.15 22:26:37.426494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12874 | 2024.07.15 22:26:37.426514 [ 3 ] {} <Debug> HTTP-Session: f419204d-871b-48d7-ba98-5bff0a9d5450 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12875 | 2024.07.15 22:26:37.426531 [ 3 ] {} <Debug> HTTP-Session: f419204d-871b-48d7-ba98-5bff0a9d5450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12876 | 2024.07.15 22:26:37.426544 [ 3 ] {} <Debug> HTTP-Session: f419204d-871b-48d7-ba98-5bff0a9d5450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12877 | 2024.07.15 22:26:37.426575 [ 3 ] {} <Trace> HTTP-Session: f419204d-871b-48d7-ba98-5bff0a9d5450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12878 | 2024.07.15 22:26:37.426671 [ 3 ] {d9cfa483-0d72-46fd-9086-63ec3c6405dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12879 | 2024.07.15 22:26:37.426783 [ 3 ] {d9cfa483-0d72-46fd-9086-63ec3c6405dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12880 | 2024.07.15 22:26:37.426932 [ 3 ] {d9cfa483-0d72-46fd-9086-63ec3c6405dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12881 | 2024.07.15 22:26:37.427213 [ 3 ] {d9cfa483-0d72-46fd-9086-63ec3c6405dd} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12882 | 2024.07.15 22:26:37.427250 [ 3 ] {d9cfa483-0d72-46fd-9086-63ec3c6405dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12883 | 2024.07.15 22:26:37.427617 [ 3 ] {d9cfa483-0d72-46fd-9086-63ec3c6405dd} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
12884 | 2024.07.15 22:26:37.427948 [ 3 ] {d9cfa483-0d72-46fd-9086-63ec3c6405dd} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12885 | 2024.07.15 22:26:37.428111 [ 3 ] {d9cfa483-0d72-46fd-9086-63ec3c6405dd} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001391 sec., 4313.443565780014 rows/sec., 185.34 KiB/sec. | ||
12886 | 2024.07.15 22:26:37.428361 [ 3 ] {d9cfa483-0d72-46fd-9086-63ec3c6405dd} <Debug> DynamicQueryHandler: Done processing query | ||
12887 | 2024.07.15 22:26:37.428399 [ 3 ] {d9cfa483-0d72-46fd-9086-63ec3c6405dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12888 | 2024.07.15 22:26:37.428423 [ 3 ] {} <Debug> HTTP-Session: f419204d-871b-48d7-ba98-5bff0a9d5450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12889 | 2024.07.15 22:26:37.428549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12890 | 2024.07.15 22:26:37.428599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12891 | 2024.07.15 22:26:37.428619 [ 3 ] {} <Debug> HTTP-Session: 5fae96b9-0891-4fae-bd5e-3a02d5591262 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12892 | 2024.07.15 22:26:37.428635 [ 3 ] {} <Debug> HTTP-Session: 5fae96b9-0891-4fae-bd5e-3a02d5591262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12893 | 2024.07.15 22:26:37.428649 [ 3 ] {} <Debug> HTTP-Session: 5fae96b9-0891-4fae-bd5e-3a02d5591262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12894 | 2024.07.15 22:26:37.428681 [ 3 ] {} <Trace> HTTP-Session: 5fae96b9-0891-4fae-bd5e-3a02d5591262 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12895 | 2024.07.15 22:26:37.428805 [ 3 ] {39ca5961-29da-43c0-8123-5fd016dc72dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12896 | 2024.07.15 22:26:37.428853 [ 3 ] {39ca5961-29da-43c0-8123-5fd016dc72dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12897 | 2024.07.15 22:26:37.429019 [ 3 ] {39ca5961-29da-43c0-8123-5fd016dc72dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12898 | 2024.07.15 22:26:37.429355 [ 3 ] {39ca5961-29da-43c0-8123-5fd016dc72dc} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12899 | 2024.07.15 22:26:37.429391 [ 3 ] {39ca5961-29da-43c0-8123-5fd016dc72dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12900 | 2024.07.15 22:26:37.429766 [ 3 ] {39ca5961-29da-43c0-8123-5fd016dc72dc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
12901 | 2024.07.15 22:26:37.430104 [ 3 ] {39ca5961-29da-43c0-8123-5fd016dc72dc} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12902 | 2024.07.15 22:26:37.430266 [ 3 ] {39ca5961-29da-43c0-8123-5fd016dc72dc} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001498 sec., 51401.86915887851 rows/sec., 3.17 MiB/sec. | ||
12903 | 2024.07.15 22:26:37.430437 [ 3 ] {39ca5961-29da-43c0-8123-5fd016dc72dc} <Debug> DynamicQueryHandler: Done processing query | ||
12904 | 2024.07.15 22:26:37.430462 [ 3 ] {39ca5961-29da-43c0-8123-5fd016dc72dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12905 | 2024.07.15 22:26:37.430478 [ 3 ] {} <Debug> HTTP-Session: 5fae96b9-0891-4fae-bd5e-3a02d5591262 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12906 | 2024.07.15 22:26:37.430635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 37770, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12907 | 2024.07.15 22:26:37.430682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12908 | 2024.07.15 22:26:37.430700 [ 3 ] {} <Debug> HTTP-Session: f66cad9f-b50f-416f-a05f-0fe3005e440c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12909 | 2024.07.15 22:26:37.430717 [ 3 ] {} <Debug> HTTP-Session: f66cad9f-b50f-416f-a05f-0fe3005e440c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12910 | 2024.07.15 22:26:37.430731 [ 3 ] {} <Debug> HTTP-Session: f66cad9f-b50f-416f-a05f-0fe3005e440c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12911 | 2024.07.15 22:26:37.430773 [ 3 ] {} <Trace> HTTP-Session: f66cad9f-b50f-416f-a05f-0fe3005e440c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12912 | 2024.07.15 22:26:37.430952 [ 3 ] {8f9d0e26-35d9-4f1d-972f-d4deeea28486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12913 | 2024.07.15 22:26:37.430999 [ 3 ] {8f9d0e26-35d9-4f1d-972f-d4deeea28486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12914 | 2024.07.15 22:26:37.431140 [ 3 ] {8f9d0e26-35d9-4f1d-972f-d4deeea28486} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12915 | 2024.07.15 22:26:37.431538 [ 3 ] {8f9d0e26-35d9-4f1d-972f-d4deeea28486} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12916 | 2024.07.15 22:26:37.431574 [ 3 ] {8f9d0e26-35d9-4f1d-972f-d4deeea28486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12917 | 2024.07.15 22:26:37.431939 [ 3 ] {8f9d0e26-35d9-4f1d-972f-d4deeea28486} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12918 | 2024.07.15 22:26:37.432270 [ 3 ] {8f9d0e26-35d9-4f1d-972f-d4deeea28486} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12919 | 2024.07.15 22:26:37.432429 [ 3 ] {8f9d0e26-35d9-4f1d-972f-d4deeea28486} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001561 sec., 126201.15310698269 rows/sec., 8.81 MiB/sec. | ||
12920 | 2024.07.15 22:26:37.432700 [ 3 ] {8f9d0e26-35d9-4f1d-972f-d4deeea28486} <Debug> DynamicQueryHandler: Done processing query | ||
12921 | 2024.07.15 22:26:37.432761 [ 3 ] {8f9d0e26-35d9-4f1d-972f-d4deeea28486} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12922 | 2024.07.15 22:26:37.432822 [ 3 ] {} <Debug> HTTP-Session: f66cad9f-b50f-416f-a05f-0fe3005e440c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12923 | 2024.07.15 22:26:37.432996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12924 | 2024.07.15 22:26:37.433049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12925 | 2024.07.15 22:26:37.433068 [ 3 ] {} <Debug> HTTP-Session: 9a5f7243-0f5d-49ac-85dd-f5491355206e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12926 | 2024.07.15 22:26:37.433085 [ 3 ] {} <Debug> HTTP-Session: 9a5f7243-0f5d-49ac-85dd-f5491355206e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12927 | 2024.07.15 22:26:37.433099 [ 3 ] {} <Debug> HTTP-Session: 9a5f7243-0f5d-49ac-85dd-f5491355206e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12928 | 2024.07.15 22:26:37.433131 [ 3 ] {} <Trace> HTTP-Session: 9a5f7243-0f5d-49ac-85dd-f5491355206e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12929 | 2024.07.15 22:26:37.433267 [ 3 ] {b768dd28-9f4b-4267-bbc6-59de97c658d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12930 | 2024.07.15 22:26:37.433314 [ 3 ] {b768dd28-9f4b-4267-bbc6-59de97c658d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12931 | 2024.07.15 22:26:37.433455 [ 3 ] {b768dd28-9f4b-4267-bbc6-59de97c658d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12932 | 2024.07.15 22:26:37.433720 [ 3 ] {b768dd28-9f4b-4267-bbc6-59de97c658d1} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12933 | 2024.07.15 22:26:37.433756 [ 3 ] {b768dd28-9f4b-4267-bbc6-59de97c658d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12934 | 2024.07.15 22:26:37.434118 [ 3 ] {b768dd28-9f4b-4267-bbc6-59de97c658d1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12935 | 2024.07.15 22:26:37.434432 [ 3 ] {b768dd28-9f4b-4267-bbc6-59de97c658d1} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12936 | 2024.07.15 22:26:37.434588 [ 3 ] {b768dd28-9f4b-4267-bbc6-59de97c658d1} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001347 sec., 17074.981440237563 rows/sec., 923.64 KiB/sec. | ||
12937 | 2024.07.15 22:26:37.434840 [ 3 ] {b768dd28-9f4b-4267-bbc6-59de97c658d1} <Debug> DynamicQueryHandler: Done processing query | ||
12938 | 2024.07.15 22:26:37.434875 [ 3 ] {b768dd28-9f4b-4267-bbc6-59de97c658d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12939 | 2024.07.15 22:26:37.434901 [ 3 ] {} <Debug> HTTP-Session: 9a5f7243-0f5d-49ac-85dd-f5491355206e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12940 | 2024.07.15 22:26:37.435043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12941 | 2024.07.15 22:26:37.435092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12942 | 2024.07.15 22:26:37.435112 [ 3 ] {} <Debug> HTTP-Session: 45bc7ec8-af06-4602-8de8-4eed029e10c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12943 | 2024.07.15 22:26:37.435129 [ 3 ] {} <Debug> HTTP-Session: 45bc7ec8-af06-4602-8de8-4eed029e10c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12944 | 2024.07.15 22:26:37.435142 [ 3 ] {} <Debug> HTTP-Session: 45bc7ec8-af06-4602-8de8-4eed029e10c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12945 | 2024.07.15 22:26:37.435174 [ 3 ] {} <Trace> HTTP-Session: 45bc7ec8-af06-4602-8de8-4eed029e10c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12946 | 2024.07.15 22:26:37.435300 [ 3 ] {68d74fa9-4a35-419d-858a-fe5ffda6a7e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12947 | 2024.07.15 22:26:37.435346 [ 3 ] {68d74fa9-4a35-419d-858a-fe5ffda6a7e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12948 | 2024.07.15 22:26:37.435490 [ 3 ] {68d74fa9-4a35-419d-858a-fe5ffda6a7e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12949 | 2024.07.15 22:26:37.435776 [ 3 ] {68d74fa9-4a35-419d-858a-fe5ffda6a7e4} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12950 | 2024.07.15 22:26:37.435812 [ 3 ] {68d74fa9-4a35-419d-858a-fe5ffda6a7e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
12951 | 2024.07.15 22:26:37.436172 [ 3 ] {68d74fa9-4a35-419d-858a-fe5ffda6a7e4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12952 | 2024.07.15 22:26:37.436491 [ 3 ] {68d74fa9-4a35-419d-858a-fe5ffda6a7e4} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12953 | 2024.07.15 22:26:37.436629 [ 3 ] {68d74fa9-4a35-419d-858a-fe5ffda6a7e4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
12954 | 2024.07.15 22:26:37.436799 [ 3 ] {68d74fa9-4a35-419d-858a-fe5ffda6a7e4} <Debug> DynamicQueryHandler: Done processing query | ||
12955 | 2024.07.15 22:26:37.436823 [ 3 ] {68d74fa9-4a35-419d-858a-fe5ffda6a7e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12956 | 2024.07.15 22:26:37.436839 [ 3 ] {} <Debug> HTTP-Session: 45bc7ec8-af06-4602-8de8-4eed029e10c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12957 | 2024.07.15 22:26:42.412330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 5499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12958 | 2024.07.15 22:26:42.412480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12959 | 2024.07.15 22:26:42.412511 [ 3 ] {} <Debug> HTTP-Session: ce5f9bed-501a-403f-94b8-4e1877ac213b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12960 | 2024.07.15 22:26:42.412540 [ 3 ] {} <Debug> HTTP-Session: ce5f9bed-501a-403f-94b8-4e1877ac213b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12961 | 2024.07.15 22:26:42.412559 [ 3 ] {} <Debug> HTTP-Session: ce5f9bed-501a-403f-94b8-4e1877ac213b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12962 | 2024.07.15 22:26:42.412614 [ 3 ] {} <Trace> HTTP-Session: ce5f9bed-501a-403f-94b8-4e1877ac213b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12963 | 2024.07.15 22:26:42.412823 [ 3 ] {0a1bba0c-817c-40f7-9550-4ecd6b7c9d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12964 | 2024.07.15 22:26:42.412893 [ 3 ] {0a1bba0c-817c-40f7-9550-4ecd6b7c9d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12965 | 2024.07.15 22:26:42.413095 [ 3 ] {0a1bba0c-817c-40f7-9550-4ecd6b7c9d6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12966 | 2024.07.15 22:26:42.413544 [ 3 ] {0a1bba0c-817c-40f7-9550-4ecd6b7c9d6f} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12967 | 2024.07.15 22:26:42.413592 [ 3 ] {0a1bba0c-817c-40f7-9550-4ecd6b7c9d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
12968 | 2024.07.15 22:26:42.413988 [ 3 ] {0a1bba0c-817c-40f7-9550-4ecd6b7c9d6f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12969 | 2024.07.15 22:26:42.414342 [ 3 ] {0a1bba0c-817c-40f7-9550-4ecd6b7c9d6f} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12970 | 2024.07.15 22:26:42.414521 [ 3 ] {0a1bba0c-817c-40f7-9550-4ecd6b7c9d6f} <Debug> executeQuery: Read 38 rows, 3.08 KiB in 0.001755 sec., 21652.421652421654 rows/sec., 1.71 MiB/sec. | ||
12971 | 2024.07.15 22:26:42.414747 [ 3 ] {0a1bba0c-817c-40f7-9550-4ecd6b7c9d6f} <Debug> DynamicQueryHandler: Done processing query | ||
12972 | 2024.07.15 22:26:42.414775 [ 3 ] {0a1bba0c-817c-40f7-9550-4ecd6b7c9d6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12973 | 2024.07.15 22:26:42.414793 [ 3 ] {} <Debug> HTTP-Session: ce5f9bed-501a-403f-94b8-4e1877ac213b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12974 | 2024.07.15 22:26:42.414943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 25015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12975 | 2024.07.15 22:26:42.415004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12976 | 2024.07.15 22:26:42.415025 [ 3 ] {} <Debug> HTTP-Session: 62e21da7-8a89-45ac-a527-a79b41aba013 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12977 | 2024.07.15 22:26:42.415044 [ 3 ] {} <Debug> HTTP-Session: 62e21da7-8a89-45ac-a527-a79b41aba013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12978 | 2024.07.15 22:26:42.415060 [ 3 ] {} <Debug> HTTP-Session: 62e21da7-8a89-45ac-a527-a79b41aba013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12979 | 2024.07.15 22:26:42.415097 [ 3 ] {} <Trace> HTTP-Session: 62e21da7-8a89-45ac-a527-a79b41aba013 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12980 | 2024.07.15 22:26:42.415262 [ 3 ] {1992ec10-482c-4d34-b33e-66e4760d38fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12981 | 2024.07.15 22:26:42.415311 [ 3 ] {1992ec10-482c-4d34-b33e-66e4760d38fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12982 | 2024.07.15 22:26:42.415448 [ 3 ] {1992ec10-482c-4d34-b33e-66e4760d38fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12983 | 2024.07.15 22:26:42.415904 [ 3 ] {1992ec10-482c-4d34-b33e-66e4760d38fb} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12984 | 2024.07.15 22:26:42.415945 [ 3 ] {1992ec10-482c-4d34-b33e-66e4760d38fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
12985 | 2024.07.15 22:26:42.416291 [ 3 ] {1992ec10-482c-4d34-b33e-66e4760d38fb} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12986 | 2024.07.15 22:26:42.416639 [ 3 ] {1992ec10-482c-4d34-b33e-66e4760d38fb} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12987 | 2024.07.15 22:26:42.416804 [ 3 ] {1992ec10-482c-4d34-b33e-66e4760d38fb} <Debug> executeQuery: Read 170 rows, 14.69 KiB in 0.00161 sec., 105590.06211180124 rows/sec., 8.91 MiB/sec. | ||
12988 | 2024.07.15 22:26:42.416978 [ 3 ] {1992ec10-482c-4d34-b33e-66e4760d38fb} <Debug> DynamicQueryHandler: Done processing query | ||
12989 | 2024.07.15 22:26:42.417003 [ 3 ] {1992ec10-482c-4d34-b33e-66e4760d38fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12990 | 2024.07.15 22:26:42.417021 [ 3 ] {} <Debug> HTTP-Session: 62e21da7-8a89-45ac-a527-a79b41aba013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12991 | 2024.07.15 22:26:42.417146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 18361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12992 | 2024.07.15 22:26:42.417199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12993 | 2024.07.15 22:26:42.417218 [ 3 ] {} <Debug> HTTP-Session: d32ba92e-38d3-46c9-9425-263f1c886c60 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
12994 | 2024.07.15 22:26:42.417236 [ 3 ] {} <Debug> HTTP-Session: d32ba92e-38d3-46c9-9425-263f1c886c60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12995 | 2024.07.15 22:26:42.417251 [ 3 ] {} <Debug> HTTP-Session: d32ba92e-38d3-46c9-9425-263f1c886c60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12996 | 2024.07.15 22:26:42.417284 [ 3 ] {} <Trace> HTTP-Session: d32ba92e-38d3-46c9-9425-263f1c886c60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12997 | 2024.07.15 22:26:42.417429 [ 3 ] {7de2ae97-3531-4662-a62c-5e9ef2f84d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12998 | 2024.07.15 22:26:42.417475 [ 3 ] {7de2ae97-3531-4662-a62c-5e9ef2f84d49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12999 | 2024.07.15 22:26:42.417605 [ 3 ] {7de2ae97-3531-4662-a62c-5e9ef2f84d49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13000 | 2024.07.15 22:26:42.417970 [ 3 ] {7de2ae97-3531-4662-a62c-5e9ef2f84d49} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13001 | 2024.07.15 22:26:42.418008 [ 3 ] {7de2ae97-3531-4662-a62c-5e9ef2f84d49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13002 | 2024.07.15 22:26:42.418416 [ 3 ] {7de2ae97-3531-4662-a62c-5e9ef2f84d49} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13003 | 2024.07.15 22:26:42.418743 [ 3 ] {7de2ae97-3531-4662-a62c-5e9ef2f84d49} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13004 | 2024.07.15 22:26:42.418903 [ 3 ] {7de2ae97-3531-4662-a62c-5e9ef2f84d49} <Debug> executeQuery: Read 108 rows, 8.67 KiB in 0.001527 sec., 70726.91552062868 rows/sec., 5.54 MiB/sec. | ||
13005 | 2024.07.15 22:26:42.419067 [ 3 ] {7de2ae97-3531-4662-a62c-5e9ef2f84d49} <Debug> DynamicQueryHandler: Done processing query | ||
13006 | 2024.07.15 22:26:42.419091 [ 3 ] {7de2ae97-3531-4662-a62c-5e9ef2f84d49} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13007 | 2024.07.15 22:26:42.419108 [ 3 ] {} <Debug> HTTP-Session: d32ba92e-38d3-46c9-9425-263f1c886c60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13008 | 2024.07.15 22:26:42.419257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13009 | 2024.07.15 22:26:42.419311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13010 | 2024.07.15 22:26:42.419331 [ 3 ] {} <Debug> HTTP-Session: b4879192-4c22-493e-b237-0b79085802bc Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13011 | 2024.07.15 22:26:42.419348 [ 3 ] {} <Debug> HTTP-Session: b4879192-4c22-493e-b237-0b79085802bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13012 | 2024.07.15 22:26:42.419362 [ 3 ] {} <Debug> HTTP-Session: b4879192-4c22-493e-b237-0b79085802bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13013 | 2024.07.15 22:26:42.419393 [ 3 ] {} <Trace> HTTP-Session: b4879192-4c22-493e-b237-0b79085802bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13014 | 2024.07.15 22:26:42.419548 [ 3 ] {eec3127a-719e-4726-98f5-51dde15100f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13015 | 2024.07.15 22:26:42.419597 [ 3 ] {eec3127a-719e-4726-98f5-51dde15100f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13016 | 2024.07.15 22:26:42.419745 [ 3 ] {eec3127a-719e-4726-98f5-51dde15100f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13017 | 2024.07.15 22:26:42.420160 [ 3 ] {eec3127a-719e-4726-98f5-51dde15100f7} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13018 | 2024.07.15 22:26:42.420198 [ 3 ] {eec3127a-719e-4726-98f5-51dde15100f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13019 | 2024.07.15 22:26:42.420752 [ 3 ] {eec3127a-719e-4726-98f5-51dde15100f7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13020 | 2024.07.15 22:26:42.421106 [ 3 ] {eec3127a-719e-4726-98f5-51dde15100f7} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13021 | 2024.07.15 22:26:42.421274 [ 3 ] {eec3127a-719e-4726-98f5-51dde15100f7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001789 sec., 89435.43879262157 rows/sec., 6.23 MiB/sec. | ||
13022 | 2024.07.15 22:26:42.421450 [ 3 ] {eec3127a-719e-4726-98f5-51dde15100f7} <Debug> DynamicQueryHandler: Done processing query | ||
13023 | 2024.07.15 22:26:42.421475 [ 3 ] {eec3127a-719e-4726-98f5-51dde15100f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13024 | 2024.07.15 22:26:42.421491 [ 3 ] {} <Debug> HTTP-Session: b4879192-4c22-493e-b237-0b79085802bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13025 | 2024.07.15 22:26:42.421648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13026 | 2024.07.15 22:26:42.421700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13027 | 2024.07.15 22:26:42.421720 [ 3 ] {} <Debug> HTTP-Session: da031e12-f994-4370-8674-5c7a3d136a4a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13028 | 2024.07.15 22:26:42.421738 [ 3 ] {} <Debug> HTTP-Session: da031e12-f994-4370-8674-5c7a3d136a4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13029 | 2024.07.15 22:26:42.421752 [ 3 ] {} <Debug> HTTP-Session: da031e12-f994-4370-8674-5c7a3d136a4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13030 | 2024.07.15 22:26:42.421783 [ 3 ] {} <Trace> HTTP-Session: da031e12-f994-4370-8674-5c7a3d136a4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13031 | 2024.07.15 22:26:42.422433 [ 3 ] {d7e10b0c-4194-403f-bc29-30282416f955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13032 | 2024.07.15 22:26:42.422501 [ 3 ] {d7e10b0c-4194-403f-bc29-30282416f955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13033 | 2024.07.15 22:26:42.422910 [ 3 ] {d7e10b0c-4194-403f-bc29-30282416f955} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13034 | 2024.07.15 22:26:42.423687 [ 3 ] {d7e10b0c-4194-403f-bc29-30282416f955} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13035 | 2024.07.15 22:26:42.423723 [ 3 ] {d7e10b0c-4194-403f-bc29-30282416f955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13036 | 2024.07.15 22:26:42.424372 [ 3 ] {d7e10b0c-4194-403f-bc29-30282416f955} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13037 | 2024.07.15 22:26:42.424820 [ 3 ] {d7e10b0c-4194-403f-bc29-30282416f955} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13038 | 2024.07.15 22:26:42.425017 [ 3 ] {d7e10b0c-4194-403f-bc29-30282416f955} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.00313 sec., 12140.575079872204 rows/sec., 21.76 MiB/sec. | ||
13039 | 2024.07.15 22:26:42.425537 [ 3 ] {d7e10b0c-4194-403f-bc29-30282416f955} <Debug> DynamicQueryHandler: Done processing query | ||
13040 | 2024.07.15 22:26:42.425563 [ 3 ] {d7e10b0c-4194-403f-bc29-30282416f955} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
13041 | 2024.07.15 22:26:42.425581 [ 3 ] {} <Debug> HTTP-Session: da031e12-f994-4370-8674-5c7a3d136a4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13042 | 2024.07.15 22:26:42.425688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13043 | 2024.07.15 22:26:42.425738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13044 | 2024.07.15 22:26:42.425758 [ 3 ] {} <Debug> HTTP-Session: f15339dd-8330-4f95-a6de-c0f9e1e17589 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13045 | 2024.07.15 22:26:42.425776 [ 3 ] {} <Debug> HTTP-Session: f15339dd-8330-4f95-a6de-c0f9e1e17589 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13046 | 2024.07.15 22:26:42.425789 [ 3 ] {} <Debug> HTTP-Session: f15339dd-8330-4f95-a6de-c0f9e1e17589 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13047 | 2024.07.15 22:26:42.425820 [ 3 ] {} <Trace> HTTP-Session: f15339dd-8330-4f95-a6de-c0f9e1e17589 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13048 | 2024.07.15 22:26:42.425928 [ 3 ] {86d9e011-24e3-4233-b33b-22ad7d12b458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13049 | 2024.07.15 22:26:42.425975 [ 3 ] {86d9e011-24e3-4233-b33b-22ad7d12b458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13050 | 2024.07.15 22:26:42.426126 [ 3 ] {86d9e011-24e3-4233-b33b-22ad7d12b458} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13051 | 2024.07.15 22:26:42.426405 [ 3 ] {86d9e011-24e3-4233-b33b-22ad7d12b458} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13052 | 2024.07.15 22:26:42.426441 [ 3 ] {86d9e011-24e3-4233-b33b-22ad7d12b458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13053 | 2024.07.15 22:26:42.426818 [ 3 ] {86d9e011-24e3-4233-b33b-22ad7d12b458} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
13054 | 2024.07.15 22:26:42.427154 [ 3 ] {86d9e011-24e3-4233-b33b-22ad7d12b458} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13055 | 2024.07.15 22:26:42.427300 [ 3 ] {86d9e011-24e3-4233-b33b-22ad7d12b458} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001398 sec., 6437.768240343348 rows/sec., 495.27 KiB/sec. | ||
13056 | 2024.07.15 22:26:42.427469 [ 3 ] {86d9e011-24e3-4233-b33b-22ad7d12b458} <Debug> DynamicQueryHandler: Done processing query | ||
13057 | 2024.07.15 22:26:42.427493 [ 3 ] {86d9e011-24e3-4233-b33b-22ad7d12b458} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13058 | 2024.07.15 22:26:42.427509 [ 3 ] {} <Debug> HTTP-Session: f15339dd-8330-4f95-a6de-c0f9e1e17589 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13059 | 2024.07.15 22:26:42.427610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13060 | 2024.07.15 22:26:42.427660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13061 | 2024.07.15 22:26:42.427680 [ 3 ] {} <Debug> HTTP-Session: e1a7b48b-160b-45f8-915d-4a289b284cbc Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13062 | 2024.07.15 22:26:42.427696 [ 3 ] {} <Debug> HTTP-Session: e1a7b48b-160b-45f8-915d-4a289b284cbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13063 | 2024.07.15 22:26:42.427710 [ 3 ] {} <Debug> HTTP-Session: e1a7b48b-160b-45f8-915d-4a289b284cbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13064 | 2024.07.15 22:26:42.427740 [ 3 ] {} <Trace> HTTP-Session: e1a7b48b-160b-45f8-915d-4a289b284cbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13065 | 2024.07.15 22:26:42.427856 [ 3 ] {291d4667-199d-4a53-b7c2-0d10baf3de8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13066 | 2024.07.15 22:26:42.427902 [ 3 ] {291d4667-199d-4a53-b7c2-0d10baf3de8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13067 | 2024.07.15 22:26:42.428032 [ 3 ] {291d4667-199d-4a53-b7c2-0d10baf3de8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13068 | 2024.07.15 22:26:42.428331 [ 3 ] {291d4667-199d-4a53-b7c2-0d10baf3de8b} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13069 | 2024.07.15 22:26:42.428366 [ 3 ] {291d4667-199d-4a53-b7c2-0d10baf3de8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13070 | 2024.07.15 22:26:42.428798 [ 3 ] {291d4667-199d-4a53-b7c2-0d10baf3de8b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13071 | 2024.07.15 22:26:42.429125 [ 3 ] {291d4667-199d-4a53-b7c2-0d10baf3de8b} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13072 | 2024.07.15 22:26:42.429281 [ 3 ] {291d4667-199d-4a53-b7c2-0d10baf3de8b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec. | ||
13073 | 2024.07.15 22:26:42.429453 [ 3 ] {291d4667-199d-4a53-b7c2-0d10baf3de8b} <Debug> DynamicQueryHandler: Done processing query | ||
13074 | 2024.07.15 22:26:42.429477 [ 3 ] {291d4667-199d-4a53-b7c2-0d10baf3de8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13075 | 2024.07.15 22:26:42.429494 [ 3 ] {} <Debug> HTTP-Session: e1a7b48b-160b-45f8-915d-4a289b284cbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13076 | 2024.07.15 22:26:47.414423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13077 | 2024.07.15 22:26:47.414547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13078 | 2024.07.15 22:26:47.414573 [ 3 ] {} <Debug> HTTP-Session: 20c1d1aa-428a-43df-855b-1046e490eb7e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13079 | 2024.07.15 22:26:47.414598 [ 3 ] {} <Debug> HTTP-Session: 20c1d1aa-428a-43df-855b-1046e490eb7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13080 | 2024.07.15 22:26:47.414613 [ 3 ] {} <Debug> HTTP-Session: 20c1d1aa-428a-43df-855b-1046e490eb7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13081 | 2024.07.15 22:26:47.414662 [ 3 ] {} <Trace> HTTP-Session: 20c1d1aa-428a-43df-855b-1046e490eb7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13082 | 2024.07.15 22:26:47.414843 [ 3 ] {dc4d8b1a-d953-4407-af81-24c951b9353e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13083 | 2024.07.15 22:26:47.414912 [ 3 ] {dc4d8b1a-d953-4407-af81-24c951b9353e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13084 | 2024.07.15 22:26:47.415113 [ 3 ] {dc4d8b1a-d953-4407-af81-24c951b9353e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13085 | 2024.07.15 22:26:47.415556 [ 3 ] {dc4d8b1a-d953-4407-af81-24c951b9353e} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13086 | 2024.07.15 22:26:47.415601 [ 3 ] {dc4d8b1a-d953-4407-af81-24c951b9353e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13087 | 2024.07.15 22:26:47.415999 [ 3 ] {dc4d8b1a-d953-4407-af81-24c951b9353e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13088 | 2024.07.15 22:26:47.416349 [ 3 ] {dc4d8b1a-d953-4407-af81-24c951b9353e} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13089 | 2024.07.15 22:26:47.416521 [ 3 ] {dc4d8b1a-d953-4407-af81-24c951b9353e} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001727 sec., 3474.232773595831 rows/sec., 196.78 KiB/sec. | ||
13090 | 2024.07.15 22:26:47.416731 [ 3 ] {dc4d8b1a-d953-4407-af81-24c951b9353e} <Debug> DynamicQueryHandler: Done processing query | ||
13091 | 2024.07.15 22:26:47.416758 [ 3 ] {dc4d8b1a-d953-4407-af81-24c951b9353e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13092 | 2024.07.15 22:26:47.416777 [ 3 ] {} <Debug> HTTP-Session: 20c1d1aa-428a-43df-855b-1046e490eb7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13093 | 2024.07.15 22:26:47.416938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13094 | 2024.07.15 22:26:47.416994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13095 | 2024.07.15 22:26:47.417016 [ 3 ] {} <Debug> HTTP-Session: da570ef2-f29c-41a6-9b98-4b7755cc7ff5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13096 | 2024.07.15 22:26:47.417034 [ 3 ] {} <Debug> HTTP-Session: da570ef2-f29c-41a6-9b98-4b7755cc7ff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13097 | 2024.07.15 22:26:47.417049 [ 3 ] {} <Debug> HTTP-Session: da570ef2-f29c-41a6-9b98-4b7755cc7ff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13098 | 2024.07.15 22:26:47.417085 [ 3 ] {} <Trace> HTTP-Session: da570ef2-f29c-41a6-9b98-4b7755cc7ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13099 | 2024.07.15 22:26:47.417195 [ 3 ] {eb0f9aa5-dc48-416e-b955-dbc8c9e28d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13100 | 2024.07.15 22:26:47.417243 [ 3 ] {eb0f9aa5-dc48-416e-b955-dbc8c9e28d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13101 | 2024.07.15 22:26:47.417386 [ 3 ] {eb0f9aa5-dc48-416e-b955-dbc8c9e28d06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13102 | 2024.07.15 22:26:47.417738 [ 3 ] {eb0f9aa5-dc48-416e-b955-dbc8c9e28d06} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13103 | 2024.07.15 22:26:47.417789 [ 3 ] {eb0f9aa5-dc48-416e-b955-dbc8c9e28d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13104 | 2024.07.15 22:26:47.418219 [ 3 ] {eb0f9aa5-dc48-416e-b955-dbc8c9e28d06} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
13105 | 2024.07.15 22:26:47.418670 [ 3 ] {eb0f9aa5-dc48-416e-b955-dbc8c9e28d06} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13106 | 2024.07.15 22:26:47.418872 [ 3 ] {eb0f9aa5-dc48-416e-b955-dbc8c9e28d06} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001706 sec., 2344.6658851113716 rows/sec., 191.19 KiB/sec. | ||
13107 | 2024.07.15 22:26:47.419073 [ 3 ] {eb0f9aa5-dc48-416e-b955-dbc8c9e28d06} <Debug> DynamicQueryHandler: Done processing query | ||
13108 | 2024.07.15 22:26:47.419106 [ 3 ] {eb0f9aa5-dc48-416e-b955-dbc8c9e28d06} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13109 | 2024.07.15 22:26:47.419130 [ 3 ] {} <Debug> HTTP-Session: da570ef2-f29c-41a6-9b98-4b7755cc7ff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13110 | 2024.07.15 22:26:47.419305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13111 | 2024.07.15 22:26:47.419370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13112 | 2024.07.15 22:26:47.419399 [ 3 ] {} <Debug> HTTP-Session: b38db01e-6e6b-443d-8afb-7c969848e379 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13113 | 2024.07.15 22:26:47.419423 [ 3 ] {} <Debug> HTTP-Session: b38db01e-6e6b-443d-8afb-7c969848e379 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13114 | 2024.07.15 22:26:47.419444 [ 3 ] {} <Debug> HTTP-Session: b38db01e-6e6b-443d-8afb-7c969848e379 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13115 | 2024.07.15 22:26:47.419489 [ 3 ] {} <Trace> HTTP-Session: b38db01e-6e6b-443d-8afb-7c969848e379 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13116 | 2024.07.15 22:26:47.419679 [ 3 ] {d18d0f86-0f4e-4d75-bd8b-654395818826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13117 | 2024.07.15 22:26:47.419738 [ 3 ] {d18d0f86-0f4e-4d75-bd8b-654395818826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13118 | 2024.07.15 22:26:47.419915 [ 3 ] {d18d0f86-0f4e-4d75-bd8b-654395818826} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13119 | 2024.07.15 22:26:47.420384 [ 3 ] {d18d0f86-0f4e-4d75-bd8b-654395818826} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13120 | 2024.07.15 22:26:47.420430 [ 3 ] {d18d0f86-0f4e-4d75-bd8b-654395818826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13121 | 2024.07.15 22:26:47.420867 [ 3 ] {d18d0f86-0f4e-4d75-bd8b-654395818826} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13122 | 2024.07.15 22:26:47.421296 [ 3 ] {d18d0f86-0f4e-4d75-bd8b-654395818826} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13123 | 2024.07.15 22:26:47.421484 [ 53 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13124 | 2024.07.15 22:26:47.421488 [ 3 ] {d18d0f86-0f4e-4d75-bd8b-654395818826} <Debug> executeQuery: Read 163 rows, 14.70 KiB in 0.001896 sec., 85970.4641350211 rows/sec., 7.57 MiB/sec. | ||
13125 | 2024.07.15 22:26:47.421571 [ 53 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13126 | 2024.07.15 22:26:47.421635 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13127 | 2024.07.15 22:26:47.421795 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
13128 | 2024.07.15 22:26:47.421844 [ 3 ] {d18d0f86-0f4e-4d75-bd8b-654395818826} <Debug> DynamicQueryHandler: Done processing query | ||
13129 | 2024.07.15 22:26:47.421892 [ 3 ] {d18d0f86-0f4e-4d75-bd8b-654395818826} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
13130 | 2024.07.15 22:26:47.421930 [ 3 ] {} <Debug> HTTP-Session: b38db01e-6e6b-443d-8afb-7c969848e379 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13131 | 2024.07.15 22:26:47.421960 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13132 | 2024.07.15 22:26:47.422000 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 295 rows starting from the beginning of the part | ||
13133 | 2024.07.15 22:26:47.422094 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
13134 | 2024.07.15 22:26:47.422143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13135 | 2024.07.15 22:26:47.422329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13136 | 2024.07.15 22:26:47.422444 [ 3 ] {} <Debug> HTTP-Session: 31745cf8-7810-4001-8e5e-9212721140be Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13137 | 2024.07.15 22:26:47.422470 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 149 rows starting from the beginning of the part | ||
13138 | 2024.07.15 22:26:47.422485 [ 3 ] {} <Debug> HTTP-Session: 31745cf8-7810-4001-8e5e-9212721140be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13139 | 2024.07.15 22:26:47.422513 [ 3 ] {} <Debug> HTTP-Session: 31745cf8-7810-4001-8e5e-9212721140be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13140 | 2024.07.15 22:26:47.422636 [ 3 ] {} <Trace> HTTP-Session: 31745cf8-7810-4001-8e5e-9212721140be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13141 | 2024.07.15 22:26:47.422685 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 198 rows starting from the beginning of the part | ||
13142 | 2024.07.15 22:26:47.422928 [ 3 ] {6b8cfaf7-147e-46e5-9cc0-2bf774c452db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13143 | 2024.07.15 22:26:47.422959 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 170 rows starting from the beginning of the part | ||
13144 | 2024.07.15 22:26:47.423016 [ 3 ] {6b8cfaf7-147e-46e5-9cc0-2bf774c452db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13145 | 2024.07.15 22:26:47.423172 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 163 rows starting from the beginning of the part | ||
13146 | 2024.07.15 22:26:47.423643 [ 3 ] {6b8cfaf7-147e-46e5-9cc0-2bf774c452db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13147 | 2024.07.15 22:26:47.424052 [ 3 ] {6b8cfaf7-147e-46e5-9cc0-2bf774c452db} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13148 | 2024.07.15 22:26:47.424091 [ 3 ] {6b8cfaf7-147e-46e5-9cc0-2bf774c452db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13149 | 2024.07.15 22:26:47.424541 [ 3 ] {6b8cfaf7-147e-46e5-9cc0-2bf774c452db} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
13150 | 2024.07.15 22:26:47.424989 [ 3 ] {6b8cfaf7-147e-46e5-9cc0-2bf774c452db} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13151 | 2024.07.15 22:26:47.425005 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 4 columns (4 merged, 0 gathered) in 0.003273505 sec., 347028.64360983105 rows/sec., 29.91 MiB/sec. | ||
13152 | 2024.07.15 22:26:47.425197 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13153 | 2024.07.15 22:26:47.425208 [ 3 ] {6b8cfaf7-147e-46e5-9cc0-2bf774c452db} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.002415 sec., 1656.3146997929607 rows/sec., 115.65 KiB/sec. | ||
13154 | 2024.07.15 22:26:47.425435 [ 3 ] {6b8cfaf7-147e-46e5-9cc0-2bf774c452db} <Debug> DynamicQueryHandler: Done processing query | ||
13155 | 2024.07.15 22:26:47.425480 [ 3 ] {6b8cfaf7-147e-46e5-9cc0-2bf774c452db} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13156 | 2024.07.15 22:26:47.425502 [ 3 ] {} <Debug> HTTP-Session: 31745cf8-7810-4001-8e5e-9212721140be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13157 | 2024.07.15 22:26:47.425645 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_76_15} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13158 | 2024.07.15 22:26:47.425695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 62242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13159 | 2024.07.15 22:26:47.425730 [ 190 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_76_15} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13160 | 2024.07.15 22:26:47.425752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13161 | 2024.07.15 22:26:47.425783 [ 3 ] {} <Debug> HTTP-Session: 25f0b038-284c-4702-a32e-81ad732d8c92 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13162 | 2024.07.15 22:26:47.425812 [ 3 ] {} <Debug> HTTP-Session: 25f0b038-284c-4702-a32e-81ad732d8c92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13163 | 2024.07.15 22:26:47.425816 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
13164 | 2024.07.15 22:26:47.425829 [ 3 ] {} <Debug> HTTP-Session: 25f0b038-284c-4702-a32e-81ad732d8c92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13165 | 2024.07.15 22:26:47.425867 [ 3 ] {} <Trace> HTTP-Session: 25f0b038-284c-4702-a32e-81ad732d8c92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13166 | 2024.07.15 22:26:47.426071 [ 3 ] {4c58f0f1-00aa-4bcf-96bc-1b044f70c4b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13167 | 2024.07.15 22:26:47.426112 [ 3 ] {4c58f0f1-00aa-4bcf-96bc-1b044f70c4b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13168 | 2024.07.15 22:26:47.426235 [ 3 ] {4c58f0f1-00aa-4bcf-96bc-1b044f70c4b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13169 | 2024.07.15 22:26:47.426739 [ 3 ] {4c58f0f1-00aa-4bcf-96bc-1b044f70c4b9} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13170 | 2024.07.15 22:26:47.426775 [ 3 ] {4c58f0f1-00aa-4bcf-96bc-1b044f70c4b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13171 | 2024.07.15 22:26:47.427132 [ 3 ] {4c58f0f1-00aa-4bcf-96bc-1b044f70c4b9} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13172 | 2024.07.15 22:26:47.427444 [ 3 ] {4c58f0f1-00aa-4bcf-96bc-1b044f70c4b9} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13173 | 2024.07.15 22:26:47.427596 [ 3 ] {4c58f0f1-00aa-4bcf-96bc-1b044f70c4b9} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.001634 sec., 236230.11015911872 rows/sec., 16.62 MiB/sec. | ||
13174 | 2024.07.15 22:26:47.427606 [ 53 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13175 | 2024.07.15 22:26:47.427677 [ 53 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13176 | 2024.07.15 22:26:47.427731 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13177 | 2024.07.15 22:26:47.427884 [ 3 ] {4c58f0f1-00aa-4bcf-96bc-1b044f70c4b9} <Debug> DynamicQueryHandler: Done processing query | ||
13178 | 2024.07.15 22:26:47.427906 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
13179 | 2024.07.15 22:26:47.427921 [ 3 ] {4c58f0f1-00aa-4bcf-96bc-1b044f70c4b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13180 | 2024.07.15 22:26:47.427985 [ 3 ] {} <Debug> HTTP-Session: 25f0b038-284c-4702-a32e-81ad732d8c92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13181 | 2024.07.15 22:26:47.428135 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13182 | 2024.07.15 22:26:47.428150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13183 | 2024.07.15 22:26:47.428199 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 470 rows starting from the beginning of the part | ||
13184 | 2024.07.15 22:26:47.428237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13185 | 2024.07.15 22:26:47.428306 [ 3 ] {} <Debug> HTTP-Session: 634dd985-a1a3-433d-86e4-015faad5e237 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13186 | 2024.07.15 22:26:47.428411 [ 3 ] {} <Debug> HTTP-Session: 634dd985-a1a3-433d-86e4-015faad5e237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13187 | 2024.07.15 22:26:47.428466 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 382 rows starting from the beginning of the part | ||
13188 | 2024.07.15 22:26:47.428489 [ 3 ] {} <Debug> HTTP-Session: 634dd985-a1a3-433d-86e4-015faad5e237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13189 | 2024.07.15 22:26:47.428625 [ 3 ] {} <Trace> HTTP-Session: 634dd985-a1a3-433d-86e4-015faad5e237 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13190 | 2024.07.15 22:26:47.428754 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 100 rows starting from the beginning of the part | ||
13191 | 2024.07.15 22:26:47.428974 [ 3 ] {f145999c-4a60-426a-b624-3690706825c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13192 | 2024.07.15 22:26:47.429017 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 408 rows starting from the beginning of the part | ||
13193 | 2024.07.15 22:26:47.429134 [ 3 ] {f145999c-4a60-426a-b624-3690706825c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13194 | 2024.07.15 22:26:47.429312 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 108 rows starting from the beginning of the part | ||
13195 | 2024.07.15 22:26:47.429707 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 386 rows starting from the beginning of the part | ||
13196 | 2024.07.15 22:26:47.430280 [ 3 ] {f145999c-4a60-426a-b624-3690706825c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13197 | 2024.07.15 22:26:47.430897 [ 3 ] {f145999c-4a60-426a-b624-3690706825c8} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13198 | 2024.07.15 22:26:47.430961 [ 3 ] {f145999c-4a60-426a-b624-3690706825c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13199 | 2024.07.15 22:26:47.431937 [ 3 ] {f145999c-4a60-426a-b624-3690706825c8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
13200 | 2024.07.15 22:26:47.432517 [ 3 ] {f145999c-4a60-426a-b624-3690706825c8} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13201 | 2024.07.15 22:26:47.432738 [ 187 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1854 rows, containing 4 columns (4 merged, 0 gathered) in 0.004906537 sec., 377863.246521936 rows/sec., 27.07 MiB/sec. | ||
13202 | 2024.07.15 22:26:47.432862 [ 53 ] {} <Debug> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
13203 | 2024.07.15 22:26:47.432895 [ 3 ] {f145999c-4a60-426a-b624-3690706825c8} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004075 sec., 1472.39263803681 rows/sec., 63.27 KiB/sec. | ||
13204 | 2024.07.15 22:26:47.432911 [ 53 ] {} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13205 | 2024.07.15 22:26:47.432998 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13206 | 2024.07.15 22:26:47.433141 [ 197 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13207 | 2024.07.15 22:26:47.433393 [ 3 ] {f145999c-4a60-426a-b624-3690706825c8} <Debug> DynamicQueryHandler: Done processing query | ||
13208 | 2024.07.15 22:26:47.433467 [ 3 ] {f145999c-4a60-426a-b624-3690706825c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13209 | 2024.07.15 22:26:47.433493 [ 187 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::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 | ||
13210 | 2024.07.15 22:26:47.433523 [ 3 ] {} <Debug> HTTP-Session: 634dd985-a1a3-433d-86e4-015faad5e237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13211 | 2024.07.15 22:26:47.433825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13212 | 2024.07.15 22:26:47.434089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13213 | 2024.07.15 22:26:47.434183 [ 3 ] {} <Debug> HTTP-Session: f0564535-d3d9-4c05-b3c8-7ddb22bb18ec Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13214 | 2024.07.15 22:26:47.434211 [ 187 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13215 | 2024.07.15 22:26:47.434260 [ 3 ] {} <Debug> HTTP-Session: f0564535-d3d9-4c05-b3c8-7ddb22bb18ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13216 | 2024.07.15 22:26:47.434338 [ 3 ] {} <Debug> HTTP-Session: f0564535-d3d9-4c05-b3c8-7ddb22bb18ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13217 | 2024.07.15 22:26:47.434339 [ 187 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
13218 | 2024.07.15 22:26:47.434486 [ 3 ] {} <Trace> HTTP-Session: f0564535-d3d9-4c05-b3c8-7ddb22bb18ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13219 | 2024.07.15 22:26:47.434535 [ 197 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_76_15} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13220 | 2024.07.15 22:26:47.434758 [ 187 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
13221 | 2024.07.15 22:26:47.434936 [ 197 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_76_15} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13222 | 2024.07.15 22:26:47.435177 [ 3 ] {ac681fea-d495-4cd3-875c-a451ff643df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13223 | 2024.07.15 22:26:47.435199 [ 187 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
13224 | 2024.07.15 22:26:47.435359 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
13225 | 2024.07.15 22:26:47.435442 [ 3 ] {ac681fea-d495-4cd3-875c-a451ff643df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13226 | 2024.07.15 22:26:47.435610 [ 187 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
13227 | 2024.07.15 22:26:47.435912 [ 187 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
13228 | 2024.07.15 22:26:47.436195 [ 187 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
13229 | 2024.07.15 22:26:47.436847 [ 3 ] {ac681fea-d495-4cd3-875c-a451ff643df7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13230 | 2024.07.15 22:26:47.437624 [ 3 ] {ac681fea-d495-4cd3-875c-a451ff643df7} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13231 | 2024.07.15 22:26:47.437700 [ 3 ] {ac681fea-d495-4cd3-875c-a451ff643df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13232 | 2024.07.15 22:26:47.438828 [ 187 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005675663 sec., 38057.227851618394 rows/sec., 1.60 MiB/sec. | ||
13233 | 2024.07.15 22:26:47.438881 [ 3 ] {ac681fea-d495-4cd3-875c-a451ff643df7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
13234 | 2024.07.15 22:26:47.439144 [ 200 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
13235 | 2024.07.15 22:26:47.439548 [ 3 ] {ac681fea-d495-4cd3-875c-a451ff643df7} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13236 | 2024.07.15 22:26:47.439984 [ 53 ] {} <Debug> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
13237 | 2024.07.15 22:26:47.440076 [ 3 ] {ac681fea-d495-4cd3-875c-a451ff643df7} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00522 sec., 14750.957854406131 rows/sec., 930.17 KiB/sec. | ||
13238 | 2024.07.15 22:26:47.440103 [ 53 ] {} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13239 | 2024.07.15 22:26:47.440187 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13240 | 2024.07.15 22:26:47.440593 [ 186 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::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 | ||
13241 | 2024.07.15 22:26:47.440663 [ 200 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_36_7} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13242 | 2024.07.15 22:26:47.440697 [ 3 ] {ac681fea-d495-4cd3-875c-a451ff643df7} <Debug> DynamicQueryHandler: Done processing query | ||
13243 | 2024.07.15 22:26:47.440796 [ 3 ] {ac681fea-d495-4cd3-875c-a451ff643df7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13244 | 2024.07.15 22:26:47.440885 [ 3 ] {} <Debug> HTTP-Session: f0564535-d3d9-4c05-b3c8-7ddb22bb18ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13245 | 2024.07.15 22:26:47.441071 [ 200 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_36_7} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
13246 | 2024.07.15 22:26:47.441092 [ 186 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13247 | 2024.07.15 22:26:47.441132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30999, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13248 | 2024.07.15 22:26:47.441157 [ 186 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2387 rows starting from the beginning of the part | ||
13249 | 2024.07.15 22:26:47.441275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13250 | 2024.07.15 22:26:47.441363 [ 3 ] {} <Debug> HTTP-Session: fb5c57dd-2d81-45ef-971c-ba077ce803f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13251 | 2024.07.15 22:26:47.441452 [ 3 ] {} <Debug> HTTP-Session: fb5c57dd-2d81-45ef-971c-ba077ce803f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13252 | 2024.07.15 22:26:47.441506 [ 3 ] {} <Debug> HTTP-Session: fb5c57dd-2d81-45ef-971c-ba077ce803f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13253 | 2024.07.15 22:26:47.441516 [ 186 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 77 rows starting from the beginning of the part | ||
13254 | 2024.07.15 22:26:47.441582 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13255 | 2024.07.15 22:26:47.441666 [ 3 ] {} <Trace> HTTP-Session: fb5c57dd-2d81-45ef-971c-ba077ce803f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13256 | 2024.07.15 22:26:47.441857 [ 186 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 77 rows starting from the beginning of the part | ||
13257 | 2024.07.15 22:26:47.441979 [ 186 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 77 rows starting from the beginning of the part | ||
13258 | 2024.07.15 22:26:47.442063 [ 3 ] {c7d9fca1-ea94-4a8d-a83b-2208de8e58ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13259 | 2024.07.15 22:26:47.442251 [ 3 ] {c7d9fca1-ea94-4a8d-a83b-2208de8e58ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13260 | 2024.07.15 22:26:47.442282 [ 186 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 77 rows starting from the beginning of the part | ||
13261 | 2024.07.15 22:26:47.442673 [ 186 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 77 rows starting from the beginning of the part | ||
13262 | 2024.07.15 22:26:47.443136 [ 3 ] {c7d9fca1-ea94-4a8d-a83b-2208de8e58ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13263 | 2024.07.15 22:26:47.443673 [ 3 ] {c7d9fca1-ea94-4a8d-a83b-2208de8e58ec} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13264 | 2024.07.15 22:26:47.443721 [ 3 ] {c7d9fca1-ea94-4a8d-a83b-2208de8e58ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13265 | 2024.07.15 22:26:47.444301 [ 3 ] {c7d9fca1-ea94-4a8d-a83b-2208de8e58ec} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13266 | 2024.07.15 22:26:47.444749 [ 199 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2772 rows, containing 5 columns (5 merged, 0 gathered) in 0.004381567 sec., 632650.3737133313 rows/sec., 38.96 MiB/sec. | ||
13267 | 2024.07.15 22:26:47.444935 [ 3 ] {c7d9fca1-ea94-4a8d-a83b-2208de8e58ec} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13268 | 2024.07.15 22:26:47.445089 [ 199 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
13269 | 2024.07.15 22:26:47.445174 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13270 | 2024.07.15 22:26:47.445206 [ 3 ] {c7d9fca1-ea94-4a8d-a83b-2208de8e58ec} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.003282 sec., 49360.14625228519 rows/sec., 3.44 MiB/sec. | ||
13271 | 2024.07.15 22:26:47.445276 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13272 | 2024.07.15 22:26:47.445381 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13273 | 2024.07.15 22:26:47.445781 [ 3 ] {c7d9fca1-ea94-4a8d-a83b-2208de8e58ec} <Debug> DynamicQueryHandler: Done processing query | ||
13274 | 2024.07.15 22:26:47.445811 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
13275 | 2024.07.15 22:26:47.445863 [ 3 ] {c7d9fca1-ea94-4a8d-a83b-2208de8e58ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13276 | 2024.07.15 22:26:47.445951 [ 3 ] {} <Debug> HTTP-Session: fb5c57dd-2d81-45ef-971c-ba077ce803f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13277 | 2024.07.15 22:26:47.446233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13278 | 2024.07.15 22:26:47.446402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13279 | 2024.07.15 22:26:47.446505 [ 3 ] {} <Debug> HTTP-Session: 89298382-551f-4b0f-97bb-ad68d2cbbae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13280 | 2024.07.15 22:26:47.446532 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13281 | 2024.07.15 22:26:47.446570 [ 3 ] {} <Debug> HTTP-Session: 89298382-551f-4b0f-97bb-ad68d2cbbae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13282 | 2024.07.15 22:26:47.446625 [ 3 ] {} <Debug> HTTP-Session: 89298382-551f-4b0f-97bb-ad68d2cbbae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13283 | 2024.07.15 22:26:47.446632 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 11616 rows starting from the beginning of the part | ||
13284 | 2024.07.15 22:26:47.446727 [ 3 ] {} <Trace> HTTP-Session: 89298382-551f-4b0f-97bb-ad68d2cbbae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13285 | 2024.07.15 22:26:47.447049 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
13286 | 2024.07.15 22:26:47.447090 [ 3 ] {e8787634-4d17-4fe9-a1b2-d80e141ebfe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13287 | 2024.07.15 22:26:47.447255 [ 3 ] {e8787634-4d17-4fe9-a1b2-d80e141ebfe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13288 | 2024.07.15 22:26:47.447405 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 163 rows starting from the beginning of the part | ||
13289 | 2024.07.15 22:26:47.447807 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 197 rows starting from the beginning of the part | ||
13290 | 2024.07.15 22:26:47.447887 [ 199 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13291 | 2024.07.15 22:26:47.448253 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
13292 | 2024.07.15 22:26:47.448320 [ 3 ] {e8787634-4d17-4fe9-a1b2-d80e141ebfe1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13293 | 2024.07.15 22:26:47.448644 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 162 rows starting from the beginning of the part | ||
13294 | 2024.07.15 22:26:47.448996 [ 199 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
13295 | 2024.07.15 22:26:47.449477 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
13296 | 2024.07.15 22:26:47.449671 [ 3 ] {e8787634-4d17-4fe9-a1b2-d80e141ebfe1} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13297 | 2024.07.15 22:26:47.449732 [ 3 ] {e8787634-4d17-4fe9-a1b2-d80e141ebfe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13298 | 2024.07.15 22:26:47.450409 [ 3 ] {e8787634-4d17-4fe9-a1b2-d80e141ebfe1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
13299 | 2024.07.15 22:26:47.450829 [ 3 ] {e8787634-4d17-4fe9-a1b2-d80e141ebfe1} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13300 | 2024.07.15 22:26:47.451175 [ 3 ] {e8787634-4d17-4fe9-a1b2-d80e141ebfe1} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004201 sec., 5474.886931682933 rows/sec., 296.15 KiB/sec. | ||
13301 | 2024.07.15 22:26:47.451528 [ 3 ] {e8787634-4d17-4fe9-a1b2-d80e141ebfe1} <Debug> DynamicQueryHandler: Done processing query | ||
13302 | 2024.07.15 22:26:47.451578 [ 3 ] {e8787634-4d17-4fe9-a1b2-d80e141ebfe1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13303 | 2024.07.15 22:26:47.451635 [ 3 ] {} <Debug> HTTP-Session: 89298382-551f-4b0f-97bb-ad68d2cbbae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13304 | 2024.07.15 22:26:47.451822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13305 | 2024.07.15 22:26:47.451903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13306 | 2024.07.15 22:26:47.451927 [ 3 ] {} <Debug> HTTP-Session: 95be4cda-e7ca-4e1e-8d63-9e468ca6294b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13307 | 2024.07.15 22:26:47.451951 [ 3 ] {} <Debug> HTTP-Session: 95be4cda-e7ca-4e1e-8d63-9e468ca6294b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13308 | 2024.07.15 22:26:47.451964 [ 3 ] {} <Debug> HTTP-Session: 95be4cda-e7ca-4e1e-8d63-9e468ca6294b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13309 | 2024.07.15 22:26:47.452047 [ 3 ] {} <Trace> HTTP-Session: 95be4cda-e7ca-4e1e-8d63-9e468ca6294b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13310 | 2024.07.15 22:26:47.452299 [ 3 ] {9990e5b3-d25d-4c70-9b7b-291dd0b26183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13311 | 2024.07.15 22:26:47.452349 [ 3 ] {9990e5b3-d25d-4c70-9b7b-291dd0b26183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13312 | 2024.07.15 22:26:47.452613 [ 3 ] {9990e5b3-d25d-4c70-9b7b-291dd0b26183} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13313 | 2024.07.15 22:26:47.453106 [ 3 ] {9990e5b3-d25d-4c70-9b7b-291dd0b26183} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13314 | 2024.07.15 22:26:47.453149 [ 3 ] {9990e5b3-d25d-4c70-9b7b-291dd0b26183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13315 | 2024.07.15 22:26:47.453622 [ 3 ] {9990e5b3-d25d-4c70-9b7b-291dd0b26183} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13316 | 2024.07.15 22:26:47.453986 [ 3 ] {9990e5b3-d25d-4c70-9b7b-291dd0b26183} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13317 | 2024.07.15 22:26:47.454167 [ 53 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13318 | 2024.07.15 22:26:47.454255 [ 3 ] {9990e5b3-d25d-4c70-9b7b-291dd0b26183} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002029 sec., 29571.21734844751 rows/sec., 1.99 MiB/sec. | ||
13319 | 2024.07.15 22:26:47.454264 [ 53 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13320 | 2024.07.15 22:26:47.454354 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13321 | 2024.07.15 22:26:47.454959 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
13322 | 2024.07.15 22:26:47.455034 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12458 rows, containing 5 columns (5 merged, 0 gathered) in 0.009512259 sec., 1309678.384493105 rows/sec., 91.25 MiB/sec. | ||
13323 | 2024.07.15 22:26:47.455064 [ 3 ] {9990e5b3-d25d-4c70-9b7b-291dd0b26183} <Debug> DynamicQueryHandler: Done processing query | ||
13324 | 2024.07.15 22:26:47.455141 [ 3 ] {9990e5b3-d25d-4c70-9b7b-291dd0b26183} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13325 | 2024.07.15 22:26:47.455190 [ 3 ] {} <Debug> HTTP-Session: 95be4cda-e7ca-4e1e-8d63-9e468ca6294b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13326 | 2024.07.15 22:26:47.455290 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13327 | 2024.07.15 22:26:47.455326 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4118 rows starting from the beginning of the part | ||
13328 | 2024.07.15 22:26:47.455470 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
13329 | 2024.07.15 22:26:47.455567 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13330 | 2024.07.15 22:26:47.455784 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
13331 | 2024.07.15 22:26:47.456077 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
13332 | 2024.07.15 22:26:47.456291 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
13333 | 2024.07.15 22:26:47.456631 [ 193 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
13334 | 2024.07.15 22:26:47.457525 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13335 | 2024.07.15 22:26:47.457755 [ 199 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13336 | 2024.07.15 22:26:47.457895 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.58 MiB. | ||
13337 | 2024.07.15 22:26:47.459044 [ 196 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4418 rows, containing 4 columns (4 merged, 0 gathered) in 0.00452152 sec., 977105.0443213786 rows/sec., 65.89 MiB/sec. | ||
13338 | 2024.07.15 22:26:47.459338 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13339 | 2024.07.15 22:26:47.459721 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_76_15} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13340 | 2024.07.15 22:26:47.459793 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_76_15} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13341 | 2024.07.15 22:26:47.459865 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
13342 | 2024.07.15 22:26:50.646693 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13343 | 2024.07.15 22:26:50.646795 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13344 | 2024.07.15 22:26:52.411798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 6215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13345 | 2024.07.15 22:26:52.411909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13346 | 2024.07.15 22:26:52.411933 [ 3 ] {} <Debug> HTTP-Session: 40e7176d-fa11-40b6-9bcd-22a759bf1045 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13347 | 2024.07.15 22:26:52.411956 [ 3 ] {} <Debug> HTTP-Session: 40e7176d-fa11-40b6-9bcd-22a759bf1045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13348 | 2024.07.15 22:26:52.411971 [ 3 ] {} <Debug> HTTP-Session: 40e7176d-fa11-40b6-9bcd-22a759bf1045 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13349 | 2024.07.15 22:26:52.412017 [ 3 ] {} <Trace> HTTP-Session: 40e7176d-fa11-40b6-9bcd-22a759bf1045 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13350 | 2024.07.15 22:26:52.412206 [ 3 ] {d4a0766b-638a-4901-b200-21ee7405dff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13351 | 2024.07.15 22:26:52.412272 [ 3 ] {d4a0766b-638a-4901-b200-21ee7405dff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13352 | 2024.07.15 22:26:52.412466 [ 3 ] {d4a0766b-638a-4901-b200-21ee7405dff2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13353 | 2024.07.15 22:26:52.412915 [ 3 ] {d4a0766b-638a-4901-b200-21ee7405dff2} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13354 | 2024.07.15 22:26:52.412955 [ 3 ] {d4a0766b-638a-4901-b200-21ee7405dff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13355 | 2024.07.15 22:26:52.413317 [ 3 ] {d4a0766b-638a-4901-b200-21ee7405dff2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13356 | 2024.07.15 22:26:52.413656 [ 3 ] {d4a0766b-638a-4901-b200-21ee7405dff2} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13357 | 2024.07.15 22:26:52.413818 [ 3 ] {d4a0766b-638a-4901-b200-21ee7405dff2} <Debug> executeQuery: Read 43 rows, 3.49 KiB in 0.001673 sec., 25702.331141661685 rows/sec., 2.03 MiB/sec. | ||
13358 | 2024.07.15 22:26:52.414022 [ 3 ] {d4a0766b-638a-4901-b200-21ee7405dff2} <Debug> DynamicQueryHandler: Done processing query | ||
13359 | 2024.07.15 22:26:52.414049 [ 3 ] {d4a0766b-638a-4901-b200-21ee7405dff2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13360 | 2024.07.15 22:26:52.414065 [ 3 ] {} <Debug> HTTP-Session: 40e7176d-fa11-40b6-9bcd-22a759bf1045 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13361 | 2024.07.15 22:26:52.414211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13362 | 2024.07.15 22:26:52.414260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13363 | 2024.07.15 22:26:52.414278 [ 3 ] {} <Debug> HTTP-Session: 6eab5342-8178-45c5-8744-bb6c5b2367c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13364 | 2024.07.15 22:26:52.414296 [ 3 ] {} <Debug> HTTP-Session: 6eab5342-8178-45c5-8744-bb6c5b2367c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13365 | 2024.07.15 22:26:52.414309 [ 3 ] {} <Debug> HTTP-Session: 6eab5342-8178-45c5-8744-bb6c5b2367c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13366 | 2024.07.15 22:26:52.414339 [ 3 ] {} <Trace> HTTP-Session: 6eab5342-8178-45c5-8744-bb6c5b2367c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13367 | 2024.07.15 22:26:52.414434 [ 3 ] {b04d14e3-b583-4c62-9f93-618c217ceaee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13368 | 2024.07.15 22:26:52.414476 [ 3 ] {b04d14e3-b583-4c62-9f93-618c217ceaee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13369 | 2024.07.15 22:26:52.414604 [ 3 ] {b04d14e3-b583-4c62-9f93-618c217ceaee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13370 | 2024.07.15 22:26:52.414906 [ 3 ] {b04d14e3-b583-4c62-9f93-618c217ceaee} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13371 | 2024.07.15 22:26:52.414942 [ 3 ] {b04d14e3-b583-4c62-9f93-618c217ceaee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13372 | 2024.07.15 22:26:52.415253 [ 3 ] {b04d14e3-b583-4c62-9f93-618c217ceaee} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
13373 | 2024.07.15 22:26:52.415565 [ 3 ] {b04d14e3-b583-4c62-9f93-618c217ceaee} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13374 | 2024.07.15 22:26:52.415719 [ 3 ] {b04d14e3-b583-4c62-9f93-618c217ceaee} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.0013 sec., 1538.4615384615386 rows/sec., 125.45 KiB/sec. | ||
13375 | 2024.07.15 22:26:52.415725 [ 45 ] {} <Debug> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
13376 | 2024.07.15 22:26:52.415832 [ 45 ] {} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13377 | 2024.07.15 22:26:52.415864 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13378 | 2024.07.15 22:26:52.415995 [ 3 ] {b04d14e3-b583-4c62-9f93-618c217ceaee} <Debug> DynamicQueryHandler: Done processing query | ||
13379 | 2024.07.15 22:26:52.416069 [ 3 ] {b04d14e3-b583-4c62-9f93-618c217ceaee} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13380 | 2024.07.15 22:26:52.416107 [ 3 ] {} <Debug> HTTP-Session: 6eab5342-8178-45c5-8744-bb6c5b2367c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13381 | 2024.07.15 22:26:52.416114 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
13382 | 2024.07.15 22:26:52.416347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 27437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13383 | 2024.07.15 22:26:52.416555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13384 | 2024.07.15 22:26:52.416670 [ 3 ] {} <Debug> HTTP-Session: 7e441135-2c5a-4c58-bcc5-c545edd61cb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13385 | 2024.07.15 22:26:52.416751 [ 3 ] {} <Debug> HTTP-Session: 7e441135-2c5a-4c58-bcc5-c545edd61cb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13386 | 2024.07.15 22:26:52.416778 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13387 | 2024.07.15 22:26:52.416801 [ 3 ] {} <Debug> HTTP-Session: 7e441135-2c5a-4c58-bcc5-c545edd61cb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13388 | 2024.07.15 22:26:52.416854 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 16 rows starting from the beginning of the part | ||
13389 | 2024.07.15 22:26:52.416868 [ 3 ] {} <Trace> HTTP-Session: 7e441135-2c5a-4c58-bcc5-c545edd61cb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13390 | 2024.07.15 22:26:52.416929 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
13391 | 2024.07.15 22:26:52.417231 [ 3 ] {cf8b10f5-8180-4208-a754-585c5f855bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13392 | 2024.07.15 22:26:52.417317 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
13393 | 2024.07.15 22:26:52.417412 [ 3 ] {cf8b10f5-8180-4208-a754-585c5f855bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13394 | 2024.07.15 22:26:52.417606 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
13395 | 2024.07.15 22:26:52.417962 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
13396 | 2024.07.15 22:26:52.418303 [ 198 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
13397 | 2024.07.15 22:26:52.418609 [ 3 ] {cf8b10f5-8180-4208-a754-585c5f855bba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13398 | 2024.07.15 22:26:52.420540 [ 3 ] {cf8b10f5-8180-4208-a754-585c5f855bba} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13399 | 2024.07.15 22:26:52.420588 [ 3 ] {cf8b10f5-8180-4208-a754-585c5f855bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13400 | 2024.07.15 22:26:52.421123 [ 3 ] {cf8b10f5-8180-4208-a754-585c5f855bba} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13401 | 2024.07.15 22:26:52.421213 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005269105 sec., 6073.137658103226 rows/sec., 495.22 KiB/sec. | ||
13402 | 2024.07.15 22:26:52.421529 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
13403 | 2024.07.15 22:26:52.421692 [ 3 ] {cf8b10f5-8180-4208-a754-585c5f855bba} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13404 | 2024.07.15 22:26:52.422086 [ 3 ] {cf8b10f5-8180-4208-a754-585c5f855bba} <Debug> executeQuery: Read 186 rows, 16.15 KiB in 0.005077 sec., 36635.80854835533 rows/sec., 3.11 MiB/sec. | ||
13405 | 2024.07.15 22:26:52.422456 [ 3 ] {cf8b10f5-8180-4208-a754-585c5f855bba} <Debug> DynamicQueryHandler: Done processing query | ||
13406 | 2024.07.15 22:26:52.422509 [ 3 ] {cf8b10f5-8180-4208-a754-585c5f855bba} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13407 | 2024.07.15 22:26:52.422524 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_29_6} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13408 | 2024.07.15 22:26:52.422538 [ 3 ] {} <Debug> HTTP-Session: 7e441135-2c5a-4c58-bcc5-c545edd61cb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13409 | 2024.07.15 22:26:52.422668 [ 196 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_29_6} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
13410 | 2024.07.15 22:26:52.422712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13411 | 2024.07.15 22:26:52.422809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13412 | 2024.07.15 22:26:52.422830 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13413 | 2024.07.15 22:26:52.422842 [ 3 ] {} <Debug> HTTP-Session: 45f391f6-d8f9-4fdb-acf9-01ecc1d1dd0d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13414 | 2024.07.15 22:26:52.422880 [ 3 ] {} <Debug> HTTP-Session: 45f391f6-d8f9-4fdb-acf9-01ecc1d1dd0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13415 | 2024.07.15 22:26:52.422894 [ 3 ] {} <Debug> HTTP-Session: 45f391f6-d8f9-4fdb-acf9-01ecc1d1dd0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13416 | 2024.07.15 22:26:52.422926 [ 3 ] {} <Trace> HTTP-Session: 45f391f6-d8f9-4fdb-acf9-01ecc1d1dd0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13417 | 2024.07.15 22:26:52.423026 [ 3 ] {e4ec79e0-1f39-42a3-a19f-1548d2ae1e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13418 | 2024.07.15 22:26:52.423069 [ 3 ] {e4ec79e0-1f39-42a3-a19f-1548d2ae1e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13419 | 2024.07.15 22:26:52.423211 [ 3 ] {e4ec79e0-1f39-42a3-a19f-1548d2ae1e81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13420 | 2024.07.15 22:26:52.423496 [ 3 ] {e4ec79e0-1f39-42a3-a19f-1548d2ae1e81} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13421 | 2024.07.15 22:26:52.423532 [ 3 ] {e4ec79e0-1f39-42a3-a19f-1548d2ae1e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13422 | 2024.07.15 22:26:52.423838 [ 3 ] {e4ec79e0-1f39-42a3-a19f-1548d2ae1e81} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
13423 | 2024.07.15 22:26:52.424154 [ 3 ] {e4ec79e0-1f39-42a3-a19f-1548d2ae1e81} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13424 | 2024.07.15 22:26:52.424307 [ 45 ] {} <Debug> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
13425 | 2024.07.15 22:26:52.424313 [ 3 ] {e4ec79e0-1f39-42a3-a19f-1548d2ae1e81} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001301 sec., 1537.2790161414296 rows/sec., 107.34 KiB/sec. | ||
13426 | 2024.07.15 22:26:52.424369 [ 45 ] {} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13427 | 2024.07.15 22:26:52.424433 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13428 | 2024.07.15 22:26:52.424596 [ 3 ] {e4ec79e0-1f39-42a3-a19f-1548d2ae1e81} <Debug> DynamicQueryHandler: Done processing query | ||
13429 | 2024.07.15 22:26:52.424622 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
13430 | 2024.07.15 22:26:52.424637 [ 3 ] {e4ec79e0-1f39-42a3-a19f-1548d2ae1e81} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13431 | 2024.07.15 22:26:52.424714 [ 3 ] {} <Debug> HTTP-Session: 45f391f6-d8f9-4fdb-acf9-01ecc1d1dd0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13432 | 2024.07.15 22:26:52.424855 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13433 | 2024.07.15 22:26:52.424882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 19487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13434 | 2024.07.15 22:26:52.424915 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 16 rows starting from the beginning of the part | ||
13435 | 2024.07.15 22:26:52.424972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13436 | 2024.07.15 22:26:52.425056 [ 3 ] {} <Debug> HTTP-Session: 1d88e2d7-55c8-4358-8658-cdafa1785053 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13437 | 2024.07.15 22:26:52.425132 [ 3 ] {} <Debug> HTTP-Session: 1d88e2d7-55c8-4358-8658-cdafa1785053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13438 | 2024.07.15 22:26:52.425163 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
13439 | 2024.07.15 22:26:52.425187 [ 3 ] {} <Debug> HTTP-Session: 1d88e2d7-55c8-4358-8658-cdafa1785053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13440 | 2024.07.15 22:26:52.425306 [ 3 ] {} <Trace> HTTP-Session: 1d88e2d7-55c8-4358-8658-cdafa1785053 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13441 | 2024.07.15 22:26:52.425453 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
13442 | 2024.07.15 22:26:52.425674 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
13443 | 2024.07.15 22:26:52.425699 [ 3 ] {8e39c14a-7942-4cbb-b60c-03adcc08436b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13444 | 2024.07.15 22:26:52.425853 [ 3 ] {8e39c14a-7942-4cbb-b60c-03adcc08436b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13445 | 2024.07.15 22:26:52.426019 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
13446 | 2024.07.15 22:26:52.426394 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
13447 | 2024.07.15 22:26:52.426826 [ 3 ] {8e39c14a-7942-4cbb-b60c-03adcc08436b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13448 | 2024.07.15 22:26:52.427707 [ 3 ] {8e39c14a-7942-4cbb-b60c-03adcc08436b} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13449 | 2024.07.15 22:26:52.427779 [ 3 ] {8e39c14a-7942-4cbb-b60c-03adcc08436b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13450 | 2024.07.15 22:26:52.428586 [ 3 ] {8e39c14a-7942-4cbb-b60c-03adcc08436b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13451 | 2024.07.15 22:26:52.428848 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004307045 sec., 7429.687871847172 rows/sec., 518.77 KiB/sec. | ||
13452 | 2024.07.15 22:26:52.429080 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
13453 | 2024.07.15 22:26:52.429342 [ 3 ] {8e39c14a-7942-4cbb-b60c-03adcc08436b} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13454 | 2024.07.15 22:26:52.429761 [ 3 ] {8e39c14a-7942-4cbb-b60c-03adcc08436b} <Debug> executeQuery: Read 115 rows, 9.18 KiB in 0.004222 sec., 27238.275698720983 rows/sec., 2.12 MiB/sec. | ||
13455 | 2024.07.15 22:26:52.429972 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_29_6} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13456 | 2024.07.15 22:26:52.430094 [ 3 ] {8e39c14a-7942-4cbb-b60c-03adcc08436b} <Debug> DynamicQueryHandler: Done processing query | ||
13457 | 2024.07.15 22:26:52.430107 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_29_6} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
13458 | 2024.07.15 22:26:52.430143 [ 3 ] {8e39c14a-7942-4cbb-b60c-03adcc08436b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13459 | 2024.07.15 22:26:52.430174 [ 3 ] {} <Debug> HTTP-Session: 1d88e2d7-55c8-4358-8658-cdafa1785053 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13460 | 2024.07.15 22:26:52.430282 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13461 | 2024.07.15 22:26:52.430384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13462 | 2024.07.15 22:26:52.430440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13463 | 2024.07.15 22:26:52.430460 [ 3 ] {} <Debug> HTTP-Session: 87916d64-4749-4785-894a-e04ba12a2b83 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13464 | 2024.07.15 22:26:52.430477 [ 3 ] {} <Debug> HTTP-Session: 87916d64-4749-4785-894a-e04ba12a2b83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13465 | 2024.07.15 22:26:52.430490 [ 3 ] {} <Debug> HTTP-Session: 87916d64-4749-4785-894a-e04ba12a2b83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13466 | 2024.07.15 22:26:52.430523 [ 3 ] {} <Trace> HTTP-Session: 87916d64-4749-4785-894a-e04ba12a2b83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13467 | 2024.07.15 22:26:52.430686 [ 3 ] {a5055d15-fb1c-478b-8edd-3eea537a14ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13468 | 2024.07.15 22:26:52.430733 [ 3 ] {a5055d15-fb1c-478b-8edd-3eea537a14ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13469 | 2024.07.15 22:26:52.430898 [ 3 ] {a5055d15-fb1c-478b-8edd-3eea537a14ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13470 | 2024.07.15 22:26:52.431290 [ 3 ] {a5055d15-fb1c-478b-8edd-3eea537a14ad} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13471 | 2024.07.15 22:26:52.431326 [ 3 ] {a5055d15-fb1c-478b-8edd-3eea537a14ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13472 | 2024.07.15 22:26:52.431734 [ 3 ] {a5055d15-fb1c-478b-8edd-3eea537a14ad} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13473 | 2024.07.15 22:26:52.432079 [ 3 ] {a5055d15-fb1c-478b-8edd-3eea537a14ad} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13474 | 2024.07.15 22:26:52.432233 [ 3 ] {a5055d15-fb1c-478b-8edd-3eea537a14ad} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001615 sec., 99690.40247678019 rows/sec., 6.94 MiB/sec. | ||
13475 | 2024.07.15 22:26:52.432490 [ 3 ] {a5055d15-fb1c-478b-8edd-3eea537a14ad} <Debug> DynamicQueryHandler: Done processing query | ||
13476 | 2024.07.15 22:26:52.432552 [ 3 ] {a5055d15-fb1c-478b-8edd-3eea537a14ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13477 | 2024.07.15 22:26:52.432599 [ 3 ] {} <Debug> HTTP-Session: 87916d64-4749-4785-894a-e04ba12a2b83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13478 | 2024.07.15 22:26:52.432841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 69087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13479 | 2024.07.15 22:26:52.432893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13480 | 2024.07.15 22:26:52.432913 [ 3 ] {} <Debug> HTTP-Session: e8608a63-8d2a-486c-8724-1780119f9ed3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13481 | 2024.07.15 22:26:52.432929 [ 3 ] {} <Debug> HTTP-Session: e8608a63-8d2a-486c-8724-1780119f9ed3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13482 | 2024.07.15 22:26:52.432942 [ 3 ] {} <Debug> HTTP-Session: e8608a63-8d2a-486c-8724-1780119f9ed3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13483 | 2024.07.15 22:26:52.432975 [ 3 ] {} <Trace> HTTP-Session: e8608a63-8d2a-486c-8724-1780119f9ed3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13484 | 2024.07.15 22:26:52.433645 [ 3 ] {4b60599e-c1d5-4f9e-8f45-3be92688924a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13485 | 2024.07.15 22:26:52.433717 [ 3 ] {4b60599e-c1d5-4f9e-8f45-3be92688924a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13486 | 2024.07.15 22:26:52.434144 [ 3 ] {4b60599e-c1d5-4f9e-8f45-3be92688924a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13487 | 2024.07.15 22:26:52.434983 [ 3 ] {4b60599e-c1d5-4f9e-8f45-3be92688924a} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13488 | 2024.07.15 22:26:52.435019 [ 3 ] {4b60599e-c1d5-4f9e-8f45-3be92688924a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13489 | 2024.07.15 22:26:52.435659 [ 3 ] {4b60599e-c1d5-4f9e-8f45-3be92688924a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13490 | 2024.07.15 22:26:52.436066 [ 3 ] {4b60599e-c1d5-4f9e-8f45-3be92688924a} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13491 | 2024.07.15 22:26:52.436251 [ 3 ] {4b60599e-c1d5-4f9e-8f45-3be92688924a} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.003187 sec., 13492.31251961092 rows/sec., 24.18 MiB/sec. | ||
13492 | 2024.07.15 22:26:52.436469 [ 3 ] {4b60599e-c1d5-4f9e-8f45-3be92688924a} <Debug> DynamicQueryHandler: Done processing query | ||
13493 | 2024.07.15 22:26:52.436493 [ 3 ] {4b60599e-c1d5-4f9e-8f45-3be92688924a} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
13494 | 2024.07.15 22:26:52.436508 [ 3 ] {} <Debug> HTTP-Session: e8608a63-8d2a-486c-8724-1780119f9ed3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13495 | 2024.07.15 22:26:52.436633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13496 | 2024.07.15 22:26:52.436680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13497 | 2024.07.15 22:26:52.436699 [ 3 ] {} <Debug> HTTP-Session: cda38516-df14-400f-b70e-a0dd5378dc25 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13498 | 2024.07.15 22:26:52.436715 [ 3 ] {} <Debug> HTTP-Session: cda38516-df14-400f-b70e-a0dd5378dc25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13499 | 2024.07.15 22:26:52.436729 [ 3 ] {} <Debug> HTTP-Session: cda38516-df14-400f-b70e-a0dd5378dc25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13500 | 2024.07.15 22:26:52.436759 [ 3 ] {} <Trace> HTTP-Session: cda38516-df14-400f-b70e-a0dd5378dc25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13501 | 2024.07.15 22:26:52.436853 [ 3 ] {e9ddf3f7-d437-437b-b543-a6c4145d8cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13502 | 2024.07.15 22:26:52.436895 [ 3 ] {e9ddf3f7-d437-437b-b543-a6c4145d8cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13503 | 2024.07.15 22:26:52.437020 [ 3 ] {e9ddf3f7-d437-437b-b543-a6c4145d8cbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13504 | 2024.07.15 22:26:52.437337 [ 3 ] {e9ddf3f7-d437-437b-b543-a6c4145d8cbc} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13505 | 2024.07.15 22:26:52.437373 [ 3 ] {e9ddf3f7-d437-437b-b543-a6c4145d8cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13506 | 2024.07.15 22:26:52.437717 [ 3 ] {e9ddf3f7-d437-437b-b543-a6c4145d8cbc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
13507 | 2024.07.15 22:26:52.438039 [ 3 ] {e9ddf3f7-d437-437b-b543-a6c4145d8cbc} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13508 | 2024.07.15 22:26:52.438200 [ 3 ] {e9ddf3f7-d437-437b-b543-a6c4145d8cbc} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 290.60 KiB/sec. | ||
13509 | 2024.07.15 22:26:52.438528 [ 3 ] {e9ddf3f7-d437-437b-b543-a6c4145d8cbc} <Debug> DynamicQueryHandler: Done processing query | ||
13510 | 2024.07.15 22:26:52.438574 [ 3 ] {e9ddf3f7-d437-437b-b543-a6c4145d8cbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13511 | 2024.07.15 22:26:52.438599 [ 3 ] {} <Debug> HTTP-Session: cda38516-df14-400f-b70e-a0dd5378dc25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13512 | 2024.07.15 22:26:52.438743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13513 | 2024.07.15 22:26:52.438791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13514 | 2024.07.15 22:26:52.438809 [ 3 ] {} <Debug> HTTP-Session: f7c7ec4b-8220-491e-bdf5-cc9c4cae7beb Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13515 | 2024.07.15 22:26:52.438826 [ 3 ] {} <Debug> HTTP-Session: f7c7ec4b-8220-491e-bdf5-cc9c4cae7beb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13516 | 2024.07.15 22:26:52.438840 [ 3 ] {} <Debug> HTTP-Session: f7c7ec4b-8220-491e-bdf5-cc9c4cae7beb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13517 | 2024.07.15 22:26:52.438870 [ 3 ] {} <Trace> HTTP-Session: f7c7ec4b-8220-491e-bdf5-cc9c4cae7beb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13518 | 2024.07.15 22:26:52.439000 [ 3 ] {146969c5-21ff-4a4f-b5a8-8c3dae72e983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13519 | 2024.07.15 22:26:52.439047 [ 3 ] {146969c5-21ff-4a4f-b5a8-8c3dae72e983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13520 | 2024.07.15 22:26:52.439191 [ 3 ] {146969c5-21ff-4a4f-b5a8-8c3dae72e983} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13521 | 2024.07.15 22:26:52.439509 [ 3 ] {146969c5-21ff-4a4f-b5a8-8c3dae72e983} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13522 | 2024.07.15 22:26:52.439546 [ 3 ] {146969c5-21ff-4a4f-b5a8-8c3dae72e983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13523 | 2024.07.15 22:26:52.439908 [ 3 ] {146969c5-21ff-4a4f-b5a8-8c3dae72e983} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13524 | 2024.07.15 22:26:52.440224 [ 3 ] {146969c5-21ff-4a4f-b5a8-8c3dae72e983} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13525 | 2024.07.15 22:26:52.440374 [ 3 ] {146969c5-21ff-4a4f-b5a8-8c3dae72e983} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
13526 | 2024.07.15 22:26:52.440634 [ 3 ] {146969c5-21ff-4a4f-b5a8-8c3dae72e983} <Debug> DynamicQueryHandler: Done processing query | ||
13527 | 2024.07.15 22:26:52.440698 [ 3 ] {146969c5-21ff-4a4f-b5a8-8c3dae72e983} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13528 | 2024.07.15 22:26:52.440760 [ 3 ] {} <Debug> HTTP-Session: f7c7ec4b-8220-491e-bdf5-cc9c4cae7beb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13529 | 2024.07.15 22:26:57.414501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13530 | 2024.07.15 22:26:57.414622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13531 | 2024.07.15 22:26:57.414647 [ 3 ] {} <Debug> HTTP-Session: 5167eac9-9b8c-44bc-b397-f51cb4d9f99d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13532 | 2024.07.15 22:26:57.414671 [ 3 ] {} <Debug> HTTP-Session: 5167eac9-9b8c-44bc-b397-f51cb4d9f99d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13533 | 2024.07.15 22:26:57.414685 [ 3 ] {} <Debug> HTTP-Session: 5167eac9-9b8c-44bc-b397-f51cb4d9f99d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13534 | 2024.07.15 22:26:57.414734 [ 3 ] {} <Trace> HTTP-Session: 5167eac9-9b8c-44bc-b397-f51cb4d9f99d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13535 | 2024.07.15 22:26:57.414903 [ 3 ] {c7fd9374-531c-4076-82e9-aec0d8639d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13536 | 2024.07.15 22:26:57.414967 [ 3 ] {c7fd9374-531c-4076-82e9-aec0d8639d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13537 | 2024.07.15 22:26:57.415163 [ 3 ] {c7fd9374-531c-4076-82e9-aec0d8639d78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13538 | 2024.07.15 22:26:57.415597 [ 3 ] {c7fd9374-531c-4076-82e9-aec0d8639d78} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13539 | 2024.07.15 22:26:57.415637 [ 3 ] {c7fd9374-531c-4076-82e9-aec0d8639d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13540 | 2024.07.15 22:26:57.416002 [ 3 ] {c7fd9374-531c-4076-82e9-aec0d8639d78} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13541 | 2024.07.15 22:26:57.416367 [ 3 ] {c7fd9374-531c-4076-82e9-aec0d8639d78} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13542 | 2024.07.15 22:26:57.416511 [ 42 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13543 | 2024.07.15 22:26:57.416512 [ 3 ] {c7fd9374-531c-4076-82e9-aec0d8639d78} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001659 sec., 3616.636528028933 rows/sec., 204.85 KiB/sec. | ||
13544 | 2024.07.15 22:26:57.416560 [ 42 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13545 | 2024.07.15 22:26:57.416600 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13546 | 2024.07.15 22:26:57.416735 [ 198 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
13547 | 2024.07.15 22:26:57.416769 [ 3 ] {c7fd9374-531c-4076-82e9-aec0d8639d78} <Debug> DynamicQueryHandler: Done processing query | ||
13548 | 2024.07.15 22:26:57.416797 [ 3 ] {c7fd9374-531c-4076-82e9-aec0d8639d78} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13549 | 2024.07.15 22:26:57.416816 [ 3 ] {} <Debug> HTTP-Session: 5167eac9-9b8c-44bc-b397-f51cb4d9f99d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13550 | 2024.07.15 22:26:57.416890 [ 198 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13551 | 2024.07.15 22:26:57.416927 [ 198 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 36 rows starting from the beginning of the part | ||
13552 | 2024.07.15 22:26:57.417011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13553 | 2024.07.15 22:26:57.417024 [ 198 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part | ||
13554 | 2024.07.15 22:26:57.417142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13555 | 2024.07.15 22:26:57.417269 [ 3 ] {} <Debug> HTTP-Session: 7415fe86-3572-45ab-ae01-cc8fd26636e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13556 | 2024.07.15 22:26:57.417383 [ 3 ] {} <Debug> HTTP-Session: 7415fe86-3572-45ab-ae01-cc8fd26636e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13557 | 2024.07.15 22:26:57.417476 [ 3 ] {} <Debug> HTTP-Session: 7415fe86-3572-45ab-ae01-cc8fd26636e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13558 | 2024.07.15 22:26:57.417545 [ 198 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 38 rows starting from the beginning of the part | ||
13559 | 2024.07.15 22:26:57.417638 [ 3 ] {} <Trace> HTTP-Session: 7415fe86-3572-45ab-ae01-cc8fd26636e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13560 | 2024.07.15 22:26:57.417771 [ 198 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part | ||
13561 | 2024.07.15 22:26:57.417890 [ 198 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 43 rows starting from the beginning of the part | ||
13562 | 2024.07.15 22:26:57.417936 [ 3 ] {94d77411-a6b7-4dcb-b1a8-93f51060595b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13563 | 2024.07.15 22:26:57.418096 [ 3 ] {94d77411-a6b7-4dcb-b1a8-93f51060595b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13564 | 2024.07.15 22:26:57.418117 [ 198 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part | ||
13565 | 2024.07.15 22:26:57.418697 [ 3 ] {94d77411-a6b7-4dcb-b1a8-93f51060595b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13566 | 2024.07.15 22:26:57.419394 [ 3 ] {94d77411-a6b7-4dcb-b1a8-93f51060595b} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13567 | 2024.07.15 22:26:57.419444 [ 3 ] {94d77411-a6b7-4dcb-b1a8-93f51060595b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13568 | 2024.07.15 22:26:57.419920 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 135 rows, containing 4 columns (4 merged, 0 gathered) in 0.003235845 sec., 41720.16892032838 rows/sec., 3.10 MiB/sec. | ||
13569 | 2024.07.15 22:26:57.420015 [ 3 ] {94d77411-a6b7-4dcb-b1a8-93f51060595b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13570 | 2024.07.15 22:26:57.420167 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13571 | 2024.07.15 22:26:57.420768 [ 3 ] {94d77411-a6b7-4dcb-b1a8-93f51060595b} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13572 | 2024.07.15 22:26:57.421076 [ 3 ] {94d77411-a6b7-4dcb-b1a8-93f51060595b} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.003259 sec., 49401.65694998465 rows/sec., 4.36 MiB/sec. | ||
13573 | 2024.07.15 22:26:57.421218 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_71_14} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13574 | 2024.07.15 22:26:57.421426 [ 3 ] {94d77411-a6b7-4dcb-b1a8-93f51060595b} <Debug> DynamicQueryHandler: Done processing query | ||
13575 | 2024.07.15 22:26:57.421435 [ 188 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_71_14} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13576 | 2024.07.15 22:26:57.421473 [ 3 ] {94d77411-a6b7-4dcb-b1a8-93f51060595b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
13577 | 2024.07.15 22:26:57.421501 [ 3 ] {} <Debug> HTTP-Session: 7415fe86-3572-45ab-ae01-cc8fd26636e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13578 | 2024.07.15 22:26:57.421620 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13579 | 2024.07.15 22:26:57.421708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13580 | 2024.07.15 22:26:57.421767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13581 | 2024.07.15 22:26:57.421786 [ 3 ] {} <Debug> HTTP-Session: 813f3525-da89-4fed-a41f-0858a75cab3a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13582 | 2024.07.15 22:26:57.421803 [ 3 ] {} <Debug> HTTP-Session: 813f3525-da89-4fed-a41f-0858a75cab3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13583 | 2024.07.15 22:26:57.421817 [ 3 ] {} <Debug> HTTP-Session: 813f3525-da89-4fed-a41f-0858a75cab3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13584 | 2024.07.15 22:26:57.421850 [ 3 ] {} <Trace> HTTP-Session: 813f3525-da89-4fed-a41f-0858a75cab3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13585 | 2024.07.15 22:26:57.422064 [ 3 ] {0a7dc877-4c6e-4355-ae4c-c93965e5e278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13586 | 2024.07.15 22:26:57.422119 [ 3 ] {0a7dc877-4c6e-4355-ae4c-c93965e5e278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13587 | 2024.07.15 22:26:57.422267 [ 3 ] {0a7dc877-4c6e-4355-ae4c-c93965e5e278} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13588 | 2024.07.15 22:26:57.422796 [ 3 ] {0a7dc877-4c6e-4355-ae4c-c93965e5e278} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13589 | 2024.07.15 22:26:57.422831 [ 3 ] {0a7dc877-4c6e-4355-ae4c-c93965e5e278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13590 | 2024.07.15 22:26:57.423162 [ 3 ] {0a7dc877-4c6e-4355-ae4c-c93965e5e278} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13591 | 2024.07.15 22:26:57.423472 [ 3 ] {0a7dc877-4c6e-4355-ae4c-c93965e5e278} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13592 | 2024.07.15 22:26:57.423617 [ 3 ] {0a7dc877-4c6e-4355-ae4c-c93965e5e278} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.00167 sec., 228742.51497005988 rows/sec., 16.07 MiB/sec. | ||
13593 | 2024.07.15 22:26:57.423778 [ 3 ] {0a7dc877-4c6e-4355-ae4c-c93965e5e278} <Debug> DynamicQueryHandler: Done processing query | ||
13594 | 2024.07.15 22:26:57.423803 [ 3 ] {0a7dc877-4c6e-4355-ae4c-c93965e5e278} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13595 | 2024.07.15 22:26:57.423817 [ 3 ] {} <Debug> HTTP-Session: 813f3525-da89-4fed-a41f-0858a75cab3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13596 | 2024.07.15 22:26:57.423937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13597 | 2024.07.15 22:26:57.423984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13598 | 2024.07.15 22:26:57.424003 [ 3 ] {} <Debug> HTTP-Session: 4a0df117-e719-4fa9-9ac5-088b9b48bab8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13599 | 2024.07.15 22:26:57.424019 [ 3 ] {} <Debug> HTTP-Session: 4a0df117-e719-4fa9-9ac5-088b9b48bab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13600 | 2024.07.15 22:26:57.424033 [ 3 ] {} <Debug> HTTP-Session: 4a0df117-e719-4fa9-9ac5-088b9b48bab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13601 | 2024.07.15 22:26:57.424063 [ 3 ] {} <Trace> HTTP-Session: 4a0df117-e719-4fa9-9ac5-088b9b48bab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13602 | 2024.07.15 22:26:57.424157 [ 3 ] {5c671666-edbb-42f8-bf76-9043e7963b7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13603 | 2024.07.15 22:26:57.424202 [ 3 ] {5c671666-edbb-42f8-bf76-9043e7963b7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13604 | 2024.07.15 22:26:57.424328 [ 3 ] {5c671666-edbb-42f8-bf76-9043e7963b7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13605 | 2024.07.15 22:26:57.424598 [ 3 ] {5c671666-edbb-42f8-bf76-9043e7963b7d} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13606 | 2024.07.15 22:26:57.424633 [ 3 ] {5c671666-edbb-42f8-bf76-9043e7963b7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13607 | 2024.07.15 22:26:57.424987 [ 3 ] {5c671666-edbb-42f8-bf76-9043e7963b7d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
13608 | 2024.07.15 22:26:57.425326 [ 3 ] {5c671666-edbb-42f8-bf76-9043e7963b7d} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13609 | 2024.07.15 22:26:57.425449 [ 3 ] {5c671666-edbb-42f8-bf76-9043e7963b7d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 195.61 KiB/sec. | ||
13610 | 2024.07.15 22:26:57.425605 [ 3 ] {5c671666-edbb-42f8-bf76-9043e7963b7d} <Debug> DynamicQueryHandler: Done processing query | ||
13611 | 2024.07.15 22:26:57.425629 [ 3 ] {5c671666-edbb-42f8-bf76-9043e7963b7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13612 | 2024.07.15 22:26:57.425644 [ 3 ] {} <Debug> HTTP-Session: 4a0df117-e719-4fa9-9ac5-088b9b48bab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13613 | 2024.07.15 22:26:57.425759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13614 | 2024.07.15 22:26:57.425806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13615 | 2024.07.15 22:26:57.425824 [ 3 ] {} <Debug> HTTP-Session: a567a0e7-6d47-44bc-ae2a-afad05fb5937 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13616 | 2024.07.15 22:26:57.425840 [ 3 ] {} <Debug> HTTP-Session: a567a0e7-6d47-44bc-ae2a-afad05fb5937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13617 | 2024.07.15 22:26:57.425854 [ 3 ] {} <Debug> HTTP-Session: a567a0e7-6d47-44bc-ae2a-afad05fb5937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13618 | 2024.07.15 22:26:57.425884 [ 3 ] {} <Trace> HTTP-Session: a567a0e7-6d47-44bc-ae2a-afad05fb5937 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13619 | 2024.07.15 22:26:57.426020 [ 3 ] {bad43adb-3c7c-4e7d-8a82-b9a3a95fbb99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13620 | 2024.07.15 22:26:57.426067 [ 3 ] {bad43adb-3c7c-4e7d-8a82-b9a3a95fbb99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13621 | 2024.07.15 22:26:57.426205 [ 3 ] {bad43adb-3c7c-4e7d-8a82-b9a3a95fbb99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13622 | 2024.07.15 22:26:57.426597 [ 3 ] {bad43adb-3c7c-4e7d-8a82-b9a3a95fbb99} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13623 | 2024.07.15 22:26:57.426631 [ 3 ] {bad43adb-3c7c-4e7d-8a82-b9a3a95fbb99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13624 | 2024.07.15 22:26:57.426997 [ 3 ] {bad43adb-3c7c-4e7d-8a82-b9a3a95fbb99} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
13625 | 2024.07.15 22:26:57.427325 [ 3 ] {bad43adb-3c7c-4e7d-8a82-b9a3a95fbb99} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13626 | 2024.07.15 22:26:57.427452 [ 3 ] {bad43adb-3c7c-4e7d-8a82-b9a3a95fbb99} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001497 sec., 51436.205744822975 rows/sec., 3.17 MiB/sec. | ||
13627 | 2024.07.15 22:26:57.427720 [ 3 ] {bad43adb-3c7c-4e7d-8a82-b9a3a95fbb99} <Debug> DynamicQueryHandler: Done processing query | ||
13628 | 2024.07.15 22:26:57.427783 [ 3 ] {bad43adb-3c7c-4e7d-8a82-b9a3a95fbb99} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13629 | 2024.07.15 22:26:57.427823 [ 3 ] {} <Debug> HTTP-Session: a567a0e7-6d47-44bc-ae2a-afad05fb5937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13630 | 2024.07.15 22:26:57.427987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13631 | 2024.07.15 22:26:57.428038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13632 | 2024.07.15 22:26:57.428058 [ 3 ] {} <Debug> HTTP-Session: e83fa1cf-f9dc-45cc-8495-1ec515e2a7b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13633 | 2024.07.15 22:26:57.428074 [ 3 ] {} <Debug> HTTP-Session: e83fa1cf-f9dc-45cc-8495-1ec515e2a7b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13634 | 2024.07.15 22:26:57.428088 [ 3 ] {} <Debug> HTTP-Session: e83fa1cf-f9dc-45cc-8495-1ec515e2a7b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13635 | 2024.07.15 22:26:57.428119 [ 3 ] {} <Trace> HTTP-Session: e83fa1cf-f9dc-45cc-8495-1ec515e2a7b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13636 | 2024.07.15 22:26:57.428297 [ 3 ] {98287017-b6ec-4f16-bb90-6666e70e3a7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13637 | 2024.07.15 22:26:57.428343 [ 3 ] {98287017-b6ec-4f16-bb90-6666e70e3a7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13638 | 2024.07.15 22:26:57.428498 [ 3 ] {98287017-b6ec-4f16-bb90-6666e70e3a7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13639 | 2024.07.15 22:26:57.429004 [ 3 ] {98287017-b6ec-4f16-bb90-6666e70e3a7c} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13640 | 2024.07.15 22:26:57.429039 [ 3 ] {98287017-b6ec-4f16-bb90-6666e70e3a7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13641 | 2024.07.15 22:26:57.429416 [ 3 ] {98287017-b6ec-4f16-bb90-6666e70e3a7c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13642 | 2024.07.15 22:26:57.429743 [ 3 ] {98287017-b6ec-4f16-bb90-6666e70e3a7c} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13643 | 2024.07.15 22:26:57.429883 [ 3 ] {98287017-b6ec-4f16-bb90-6666e70e3a7c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001683 sec., 95068.330362448 rows/sec., 6.62 MiB/sec. | ||
13644 | 2024.07.15 22:26:57.430063 [ 3 ] {98287017-b6ec-4f16-bb90-6666e70e3a7c} <Debug> DynamicQueryHandler: Done processing query | ||
13645 | 2024.07.15 22:26:57.430102 [ 3 ] {98287017-b6ec-4f16-bb90-6666e70e3a7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13646 | 2024.07.15 22:26:57.430135 [ 3 ] {} <Debug> HTTP-Session: e83fa1cf-f9dc-45cc-8495-1ec515e2a7b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13647 | 2024.07.15 22:26:57.430266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13648 | 2024.07.15 22:26:57.430314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13649 | 2024.07.15 22:26:57.430432 [ 3 ] {} <Debug> HTTP-Session: 35e24036-e322-4d65-acfe-0a044baa6fa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13650 | 2024.07.15 22:26:57.430449 [ 3 ] {} <Debug> HTTP-Session: 35e24036-e322-4d65-acfe-0a044baa6fa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13651 | 2024.07.15 22:26:57.430463 [ 3 ] {} <Debug> HTTP-Session: 35e24036-e322-4d65-acfe-0a044baa6fa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13652 | 2024.07.15 22:26:57.430493 [ 3 ] {} <Trace> HTTP-Session: 35e24036-e322-4d65-acfe-0a044baa6fa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13653 | 2024.07.15 22:26:57.430592 [ 3 ] {b867b560-ac72-44a4-a115-cc9ad137910c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13654 | 2024.07.15 22:26:57.430635 [ 3 ] {b867b560-ac72-44a4-a115-cc9ad137910c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13655 | 2024.07.15 22:26:57.430759 [ 3 ] {b867b560-ac72-44a4-a115-cc9ad137910c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13656 | 2024.07.15 22:26:57.431045 [ 3 ] {b867b560-ac72-44a4-a115-cc9ad137910c} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13657 | 2024.07.15 22:26:57.431079 [ 3 ] {b867b560-ac72-44a4-a115-cc9ad137910c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13658 | 2024.07.15 22:26:57.431447 [ 3 ] {b867b560-ac72-44a4-a115-cc9ad137910c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
13659 | 2024.07.15 22:26:57.431755 [ 3 ] {b867b560-ac72-44a4-a115-cc9ad137910c} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13660 | 2024.07.15 22:26:57.431886 [ 3 ] {b867b560-ac72-44a4-a115-cc9ad137910c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001323 sec., 17384.731670445955 rows/sec., 940.39 KiB/sec. | ||
13661 | 2024.07.15 22:26:57.431935 [ 41 ] {} <Debug> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
13662 | 2024.07.15 22:26:57.432037 [ 41 ] {} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13663 | 2024.07.15 22:26:57.432077 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13664 | 2024.07.15 22:26:57.432144 [ 3 ] {b867b560-ac72-44a4-a115-cc9ad137910c} <Debug> DynamicQueryHandler: Done processing query | ||
13665 | 2024.07.15 22:26:57.432215 [ 3 ] {b867b560-ac72-44a4-a115-cc9ad137910c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13666 | 2024.07.15 22:26:57.432304 [ 3 ] {} <Debug> HTTP-Session: 35e24036-e322-4d65-acfe-0a044baa6fa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13667 | 2024.07.15 22:26:57.432459 [ 191 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::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 | ||
13668 | 2024.07.15 22:26:57.432600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13669 | 2024.07.15 22:26:57.432722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13670 | 2024.07.15 22:26:57.432774 [ 3 ] {} <Debug> HTTP-Session: 9b7e4649-e480-4b83-b67f-55ed20b27634 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13671 | 2024.07.15 22:26:57.432816 [ 3 ] {} <Debug> HTTP-Session: 9b7e4649-e480-4b83-b67f-55ed20b27634 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13672 | 2024.07.15 22:26:57.432826 [ 191 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13673 | 2024.07.15 22:26:57.432840 [ 3 ] {} <Debug> HTTP-Session: 9b7e4649-e480-4b83-b67f-55ed20b27634 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13674 | 2024.07.15 22:26:57.432884 [ 191 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 809 rows starting from the beginning of the part | ||
13675 | 2024.07.15 22:26:57.432904 [ 3 ] {} <Trace> HTTP-Session: 9b7e4649-e480-4b83-b67f-55ed20b27634 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13676 | 2024.07.15 22:26:57.433080 [ 191 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 23 rows starting from the beginning of the part | ||
13677 | 2024.07.15 22:26:57.433244 [ 3 ] {3249cd56-29ce-4518-8db6-ff1eec2070ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13678 | 2024.07.15 22:26:57.433418 [ 3 ] {3249cd56-29ce-4518-8db6-ff1eec2070ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13679 | 2024.07.15 22:26:57.433437 [ 191 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 9 rows starting from the beginning of the part | ||
13680 | 2024.07.15 22:26:57.433818 [ 191 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 23 rows starting from the beginning of the part | ||
13681 | 2024.07.15 22:26:57.434183 [ 191 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
13682 | 2024.07.15 22:26:57.434539 [ 191 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 23 rows starting from the beginning of the part | ||
13683 | 2024.07.15 22:26:57.434587 [ 3 ] {3249cd56-29ce-4518-8db6-ff1eec2070ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13684 | 2024.07.15 22:26:57.435377 [ 3 ] {3249cd56-29ce-4518-8db6-ff1eec2070ed} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13685 | 2024.07.15 22:26:57.435449 [ 3 ] {3249cd56-29ce-4518-8db6-ff1eec2070ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13686 | 2024.07.15 22:26:57.436399 [ 3 ] {3249cd56-29ce-4518-8db6-ff1eec2070ed} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13687 | 2024.07.15 22:26:57.437134 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 893 rows, containing 4 columns (4 merged, 0 gathered) in 0.004957749 sec., 180122.0674947441 rows/sec., 9.67 MiB/sec. | ||
13688 | 2024.07.15 22:26:57.437219 [ 3 ] {3249cd56-29ce-4518-8db6-ff1eec2070ed} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13689 | 2024.07.15 22:26:57.437439 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
13690 | 2024.07.15 22:26:57.437554 [ 3 ] {3249cd56-29ce-4518-8db6-ff1eec2070ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004452 sec., 13477.08894878706 rows/sec., 930.06 KiB/sec. | ||
13691 | 2024.07.15 22:26:57.437929 [ 3 ] {3249cd56-29ce-4518-8db6-ff1eec2070ed} <Debug> DynamicQueryHandler: Done processing query | ||
13692 | 2024.07.15 22:26:57.437986 [ 3 ] {3249cd56-29ce-4518-8db6-ff1eec2070ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13693 | 2024.07.15 22:26:57.438036 [ 3 ] {} <Debug> HTTP-Session: 9b7e4649-e480-4b83-b67f-55ed20b27634 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13694 | 2024.07.15 22:26:57.438221 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_41_8} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13695 | 2024.07.15 22:26:57.438314 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_41_8} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
13696 | 2024.07.15 22:26:57.438406 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
13697 | 2024.07.15 22:27:02.412040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 6790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13698 | 2024.07.15 22:27:02.412184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13699 | 2024.07.15 22:27:02.412217 [ 3 ] {} <Debug> HTTP-Session: 407698d2-e3af-4e57-89af-650c35becf25 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13700 | 2024.07.15 22:27:02.412245 [ 3 ] {} <Debug> HTTP-Session: 407698d2-e3af-4e57-89af-650c35becf25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13701 | 2024.07.15 22:27:02.412263 [ 3 ] {} <Debug> HTTP-Session: 407698d2-e3af-4e57-89af-650c35becf25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13702 | 2024.07.15 22:27:02.412321 [ 3 ] {} <Trace> HTTP-Session: 407698d2-e3af-4e57-89af-650c35becf25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13703 | 2024.07.15 22:27:02.412539 [ 3 ] {03bb1897-febc-4503-9672-2536bd1198fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13704 | 2024.07.15 22:27:02.412605 [ 3 ] {03bb1897-febc-4503-9672-2536bd1198fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13705 | 2024.07.15 22:27:02.412798 [ 3 ] {03bb1897-febc-4503-9672-2536bd1198fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13706 | 2024.07.15 22:27:02.413239 [ 3 ] {03bb1897-febc-4503-9672-2536bd1198fa} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13707 | 2024.07.15 22:27:02.413284 [ 3 ] {03bb1897-febc-4503-9672-2536bd1198fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13708 | 2024.07.15 22:27:02.413668 [ 3 ] {03bb1897-febc-4503-9672-2536bd1198fa} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13709 | 2024.07.15 22:27:02.414021 [ 3 ] {03bb1897-febc-4503-9672-2536bd1198fa} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13710 | 2024.07.15 22:27:02.414181 [ 3 ] {03bb1897-febc-4503-9672-2536bd1198fa} <Debug> executeQuery: Read 47 rows, 3.81 KiB in 0.001712 sec., 27453.271028037383 rows/sec., 2.17 MiB/sec. | ||
13711 | 2024.07.15 22:27:02.414525 [ 3 ] {03bb1897-febc-4503-9672-2536bd1198fa} <Debug> DynamicQueryHandler: Done processing query | ||
13712 | 2024.07.15 22:27:02.414592 [ 3 ] {03bb1897-febc-4503-9672-2536bd1198fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13713 | 2024.07.15 22:27:02.414654 [ 3 ] {} <Debug> HTTP-Session: 407698d2-e3af-4e57-89af-650c35becf25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13714 | 2024.07.15 22:27:02.414922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13715 | 2024.07.15 22:27:02.414998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13716 | 2024.07.15 22:27:02.415019 [ 3 ] {} <Debug> HTTP-Session: 3a5ccb3e-374f-4a36-9e16-2777f98b920d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13717 | 2024.07.15 22:27:02.415037 [ 3 ] {} <Debug> HTTP-Session: 3a5ccb3e-374f-4a36-9e16-2777f98b920d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13718 | 2024.07.15 22:27:02.415051 [ 3 ] {} <Debug> HTTP-Session: 3a5ccb3e-374f-4a36-9e16-2777f98b920d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13719 | 2024.07.15 22:27:02.415089 [ 3 ] {} <Trace> HTTP-Session: 3a5ccb3e-374f-4a36-9e16-2777f98b920d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13720 | 2024.07.15 22:27:02.415250 [ 3 ] {0e265031-18e1-4c44-99bb-7181b0f5a6f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13721 | 2024.07.15 22:27:02.415300 [ 3 ] {0e265031-18e1-4c44-99bb-7181b0f5a6f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13722 | 2024.07.15 22:27:02.415455 [ 3 ] {0e265031-18e1-4c44-99bb-7181b0f5a6f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13723 | 2024.07.15 22:27:02.415915 [ 3 ] {0e265031-18e1-4c44-99bb-7181b0f5a6f3} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13724 | 2024.07.15 22:27:02.415955 [ 3 ] {0e265031-18e1-4c44-99bb-7181b0f5a6f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13725 | 2024.07.15 22:27:02.416287 [ 3 ] {0e265031-18e1-4c44-99bb-7181b0f5a6f3} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13726 | 2024.07.15 22:27:02.416595 [ 3 ] {0e265031-18e1-4c44-99bb-7181b0f5a6f3} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13727 | 2024.07.15 22:27:02.416742 [ 3 ] {0e265031-18e1-4c44-99bb-7181b0f5a6f3} <Debug> executeQuery: Read 197 rows, 17.20 KiB in 0.001562 sec., 126120.3585147247 rows/sec., 10.75 MiB/sec. | ||
13728 | 2024.07.15 22:27:02.416927 [ 3 ] {0e265031-18e1-4c44-99bb-7181b0f5a6f3} <Debug> DynamicQueryHandler: Done processing query | ||
13729 | 2024.07.15 22:27:02.416963 [ 3 ] {0e265031-18e1-4c44-99bb-7181b0f5a6f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13730 | 2024.07.15 22:27:02.416993 [ 3 ] {} <Debug> HTTP-Session: 3a5ccb3e-374f-4a36-9e16-2777f98b920d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13731 | 2024.07.15 22:27:02.417161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 18837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13732 | 2024.07.15 22:27:02.417212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13733 | 2024.07.15 22:27:02.417233 [ 3 ] {} <Debug> HTTP-Session: 78fd5193-2809-49f9-bbd4-124bd46f5971 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13734 | 2024.07.15 22:27:02.417249 [ 3 ] {} <Debug> HTTP-Session: 78fd5193-2809-49f9-bbd4-124bd46f5971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13735 | 2024.07.15 22:27:02.417263 [ 3 ] {} <Debug> HTTP-Session: 78fd5193-2809-49f9-bbd4-124bd46f5971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13736 | 2024.07.15 22:27:02.417294 [ 3 ] {} <Trace> HTTP-Session: 78fd5193-2809-49f9-bbd4-124bd46f5971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13737 | 2024.07.15 22:27:02.417420 [ 3 ] {4e70eaa9-2915-43c6-b449-2582684e1b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13738 | 2024.07.15 22:27:02.417462 [ 3 ] {4e70eaa9-2915-43c6-b449-2582684e1b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13739 | 2024.07.15 22:27:02.417587 [ 3 ] {4e70eaa9-2915-43c6-b449-2582684e1b87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13740 | 2024.07.15 22:27:02.417970 [ 3 ] {4e70eaa9-2915-43c6-b449-2582684e1b87} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13741 | 2024.07.15 22:27:02.418007 [ 3 ] {4e70eaa9-2915-43c6-b449-2582684e1b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13742 | 2024.07.15 22:27:02.418324 [ 3 ] {4e70eaa9-2915-43c6-b449-2582684e1b87} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13743 | 2024.07.15 22:27:02.418627 [ 3 ] {4e70eaa9-2915-43c6-b449-2582684e1b87} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13744 | 2024.07.15 22:27:02.418790 [ 3 ] {4e70eaa9-2915-43c6-b449-2582684e1b87} <Debug> executeQuery: Read 111 rows, 8.88 KiB in 0.001411 sec., 78667.61162296245 rows/sec., 6.15 MiB/sec. | ||
13745 | 2024.07.15 22:27:02.418961 [ 3 ] {4e70eaa9-2915-43c6-b449-2582684e1b87} <Debug> DynamicQueryHandler: Done processing query | ||
13746 | 2024.07.15 22:27:02.418984 [ 3 ] {4e70eaa9-2915-43c6-b449-2582684e1b87} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13747 | 2024.07.15 22:27:02.419002 [ 3 ] {} <Debug> HTTP-Session: 78fd5193-2809-49f9-bbd4-124bd46f5971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13748 | 2024.07.15 22:27:02.419175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13749 | 2024.07.15 22:27:02.419226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13750 | 2024.07.15 22:27:02.419245 [ 3 ] {} <Debug> HTTP-Session: cf103594-362b-46f2-a6d9-660739cb388d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13751 | 2024.07.15 22:27:02.419261 [ 3 ] {} <Debug> HTTP-Session: cf103594-362b-46f2-a6d9-660739cb388d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13752 | 2024.07.15 22:27:02.419275 [ 3 ] {} <Debug> HTTP-Session: cf103594-362b-46f2-a6d9-660739cb388d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13753 | 2024.07.15 22:27:02.419305 [ 3 ] {} <Trace> HTTP-Session: cf103594-362b-46f2-a6d9-660739cb388d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13754 | 2024.07.15 22:27:02.419446 [ 3 ] {6687a219-d771-4b52-b18c-4a07f4248504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13755 | 2024.07.15 22:27:02.419493 [ 3 ] {6687a219-d771-4b52-b18c-4a07f4248504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13756 | 2024.07.15 22:27:02.419638 [ 3 ] {6687a219-d771-4b52-b18c-4a07f4248504} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13757 | 2024.07.15 22:27:02.419997 [ 3 ] {6687a219-d771-4b52-b18c-4a07f4248504} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13758 | 2024.07.15 22:27:02.420034 [ 3 ] {6687a219-d771-4b52-b18c-4a07f4248504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13759 | 2024.07.15 22:27:02.420421 [ 3 ] {6687a219-d771-4b52-b18c-4a07f4248504} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13760 | 2024.07.15 22:27:02.420760 [ 3 ] {6687a219-d771-4b52-b18c-4a07f4248504} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13761 | 2024.07.15 22:27:02.420925 [ 3 ] {6687a219-d771-4b52-b18c-4a07f4248504} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001529 sec., 104643.55788096796 rows/sec., 7.29 MiB/sec. | ||
13762 | 2024.07.15 22:27:02.421094 [ 3 ] {6687a219-d771-4b52-b18c-4a07f4248504} <Debug> DynamicQueryHandler: Done processing query | ||
13763 | 2024.07.15 22:27:02.421123 [ 3 ] {6687a219-d771-4b52-b18c-4a07f4248504} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13764 | 2024.07.15 22:27:02.421146 [ 3 ] {} <Debug> HTTP-Session: cf103594-362b-46f2-a6d9-660739cb388d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13765 | 2024.07.15 22:27:02.421310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 75804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13766 | 2024.07.15 22:27:02.421369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13767 | 2024.07.15 22:27:02.421395 [ 3 ] {} <Debug> HTTP-Session: 63f52b9d-6f43-4f37-bff4-e24bbe74bee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13768 | 2024.07.15 22:27:02.421417 [ 3 ] {} <Debug> HTTP-Session: 63f52b9d-6f43-4f37-bff4-e24bbe74bee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13769 | 2024.07.15 22:27:02.421437 [ 3 ] {} <Debug> HTTP-Session: 63f52b9d-6f43-4f37-bff4-e24bbe74bee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13770 | 2024.07.15 22:27:02.421478 [ 3 ] {} <Trace> HTTP-Session: 63f52b9d-6f43-4f37-bff4-e24bbe74bee9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13771 | 2024.07.15 22:27:02.422027 [ 3 ] {d2e83b97-abcd-4672-a9b1-c62630ed8b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13772 | 2024.07.15 22:27:02.422092 [ 3 ] {d2e83b97-abcd-4672-a9b1-c62630ed8b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13773 | 2024.07.15 22:27:02.422493 [ 3 ] {d2e83b97-abcd-4672-a9b1-c62630ed8b88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13774 | 2024.07.15 22:27:02.423311 [ 3 ] {d2e83b97-abcd-4672-a9b1-c62630ed8b88} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13775 | 2024.07.15 22:27:02.423347 [ 3 ] {d2e83b97-abcd-4672-a9b1-c62630ed8b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13776 | 2024.07.15 22:27:02.423971 [ 3 ] {d2e83b97-abcd-4672-a9b1-c62630ed8b88} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
13777 | 2024.07.15 22:27:02.424365 [ 3 ] {d2e83b97-abcd-4672-a9b1-c62630ed8b88} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13778 | 2024.07.15 22:27:02.424548 [ 3 ] {d2e83b97-abcd-4672-a9b1-c62630ed8b88} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.002953 sec., 15916.017609210972 rows/sec., 28.52 MiB/sec. | ||
13779 | 2024.07.15 22:27:02.425029 [ 3 ] {d2e83b97-abcd-4672-a9b1-c62630ed8b88} <Debug> DynamicQueryHandler: Done processing query | ||
13780 | 2024.07.15 22:27:02.425055 [ 3 ] {d2e83b97-abcd-4672-a9b1-c62630ed8b88} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
13781 | 2024.07.15 22:27:02.425070 [ 3 ] {} <Debug> HTTP-Session: 63f52b9d-6f43-4f37-bff4-e24bbe74bee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13782 | 2024.07.15 22:27:02.425191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13783 | 2024.07.15 22:27:02.425240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13784 | 2024.07.15 22:27:02.425259 [ 3 ] {} <Debug> HTTP-Session: e4380b65-3310-43ff-8bd7-ffad5ac3784b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13785 | 2024.07.15 22:27:02.425275 [ 3 ] {} <Debug> HTTP-Session: e4380b65-3310-43ff-8bd7-ffad5ac3784b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13786 | 2024.07.15 22:27:02.425289 [ 3 ] {} <Debug> HTTP-Session: e4380b65-3310-43ff-8bd7-ffad5ac3784b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13787 | 2024.07.15 22:27:02.425319 [ 3 ] {} <Trace> HTTP-Session: e4380b65-3310-43ff-8bd7-ffad5ac3784b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13788 | 2024.07.15 22:27:02.425435 [ 3 ] {cb482360-8c60-4ffe-b71a-39810ea30081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13789 | 2024.07.15 22:27:02.425481 [ 3 ] {cb482360-8c60-4ffe-b71a-39810ea30081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13790 | 2024.07.15 22:27:02.425623 [ 3 ] {cb482360-8c60-4ffe-b71a-39810ea30081} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13791 | 2024.07.15 22:27:02.425908 [ 3 ] {cb482360-8c60-4ffe-b71a-39810ea30081} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13792 | 2024.07.15 22:27:02.425944 [ 3 ] {cb482360-8c60-4ffe-b71a-39810ea30081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13793 | 2024.07.15 22:27:02.426297 [ 3 ] {cb482360-8c60-4ffe-b71a-39810ea30081} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13794 | 2024.07.15 22:27:02.426612 [ 3 ] {cb482360-8c60-4ffe-b71a-39810ea30081} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13795 | 2024.07.15 22:27:02.426770 [ 3 ] {cb482360-8c60-4ffe-b71a-39810ea30081} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
13796 | 2024.07.15 22:27:02.426990 [ 3 ] {cb482360-8c60-4ffe-b71a-39810ea30081} <Debug> DynamicQueryHandler: Done processing query | ||
13797 | 2024.07.15 22:27:02.427041 [ 3 ] {cb482360-8c60-4ffe-b71a-39810ea30081} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13798 | 2024.07.15 22:27:02.427104 [ 3 ] {} <Debug> HTTP-Session: e4380b65-3310-43ff-8bd7-ffad5ac3784b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13799 | 2024.07.15 22:27:05.647075 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13800 | 2024.07.15 22:27:05.647181 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13801 | 2024.07.15 22:27:07.416320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13802 | 2024.07.15 22:27:07.416442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13803 | 2024.07.15 22:27:07.416471 [ 3 ] {} <Debug> HTTP-Session: 7c36fc4e-d0ec-4403-b03b-4b4acc4c89d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13804 | 2024.07.15 22:27:07.416501 [ 3 ] {} <Debug> HTTP-Session: 7c36fc4e-d0ec-4403-b03b-4b4acc4c89d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13805 | 2024.07.15 22:27:07.416519 [ 3 ] {} <Debug> HTTP-Session: 7c36fc4e-d0ec-4403-b03b-4b4acc4c89d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13806 | 2024.07.15 22:27:07.416574 [ 3 ] {} <Trace> HTTP-Session: 7c36fc4e-d0ec-4403-b03b-4b4acc4c89d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13807 | 2024.07.15 22:27:07.416765 [ 3 ] {2f15984d-273e-45e1-8504-82a1f22fdbc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13808 | 2024.07.15 22:27:07.416833 [ 3 ] {2f15984d-273e-45e1-8504-82a1f22fdbc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13809 | 2024.07.15 22:27:07.417025 [ 3 ] {2f15984d-273e-45e1-8504-82a1f22fdbc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13810 | 2024.07.15 22:27:07.417433 [ 3 ] {2f15984d-273e-45e1-8504-82a1f22fdbc9} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13811 | 2024.07.15 22:27:07.417481 [ 3 ] {2f15984d-273e-45e1-8504-82a1f22fdbc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13812 | 2024.07.15 22:27:07.417856 [ 3 ] {2f15984d-273e-45e1-8504-82a1f22fdbc9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13813 | 2024.07.15 22:27:07.418196 [ 3 ] {2f15984d-273e-45e1-8504-82a1f22fdbc9} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13814 | 2024.07.15 22:27:07.418375 [ 3 ] {2f15984d-273e-45e1-8504-82a1f22fdbc9} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001655 sec., 3625.3776435045315 rows/sec., 205.34 KiB/sec. | ||
13815 | 2024.07.15 22:27:07.418638 [ 3 ] {2f15984d-273e-45e1-8504-82a1f22fdbc9} <Debug> DynamicQueryHandler: Done processing query | ||
13816 | 2024.07.15 22:27:07.418679 [ 3 ] {2f15984d-273e-45e1-8504-82a1f22fdbc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13817 | 2024.07.15 22:27:07.418712 [ 3 ] {} <Debug> HTTP-Session: 7c36fc4e-d0ec-4403-b03b-4b4acc4c89d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13818 | 2024.07.15 22:27:07.418938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13819 | 2024.07.15 22:27:07.418995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13820 | 2024.07.15 22:27:07.419016 [ 3 ] {} <Debug> HTTP-Session: e7ce3b0f-d7e0-410c-a36f-8622875b8d02 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13821 | 2024.07.15 22:27:07.419035 [ 3 ] {} <Debug> HTTP-Session: e7ce3b0f-d7e0-410c-a36f-8622875b8d02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13822 | 2024.07.15 22:27:07.419049 [ 3 ] {} <Debug> HTTP-Session: e7ce3b0f-d7e0-410c-a36f-8622875b8d02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13823 | 2024.07.15 22:27:07.419085 [ 3 ] {} <Trace> HTTP-Session: e7ce3b0f-d7e0-410c-a36f-8622875b8d02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13824 | 2024.07.15 22:27:07.419248 [ 3 ] {57b0eb5c-fb3f-47a7-9d10-3be844d01823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13825 | 2024.07.15 22:27:07.419295 [ 3 ] {57b0eb5c-fb3f-47a7-9d10-3be844d01823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13826 | 2024.07.15 22:27:07.419431 [ 3 ] {57b0eb5c-fb3f-47a7-9d10-3be844d01823} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13827 | 2024.07.15 22:27:07.419861 [ 3 ] {57b0eb5c-fb3f-47a7-9d10-3be844d01823} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13828 | 2024.07.15 22:27:07.419899 [ 3 ] {57b0eb5c-fb3f-47a7-9d10-3be844d01823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13829 | 2024.07.15 22:27:07.420224 [ 3 ] {57b0eb5c-fb3f-47a7-9d10-3be844d01823} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13830 | 2024.07.15 22:27:07.420529 [ 3 ] {57b0eb5c-fb3f-47a7-9d10-3be844d01823} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13831 | 2024.07.15 22:27:07.420680 [ 3 ] {57b0eb5c-fb3f-47a7-9d10-3be844d01823} <Debug> executeQuery: Read 197 rows, 17.37 KiB in 0.001501 sec., 131245.8361092605 rows/sec., 11.30 MiB/sec. | ||
13832 | 2024.07.15 22:27:07.420844 [ 3 ] {57b0eb5c-fb3f-47a7-9d10-3be844d01823} <Debug> DynamicQueryHandler: Done processing query | ||
13833 | 2024.07.15 22:27:07.420869 [ 3 ] {57b0eb5c-fb3f-47a7-9d10-3be844d01823} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
13834 | 2024.07.15 22:27:07.420885 [ 3 ] {} <Debug> HTTP-Session: e7ce3b0f-d7e0-410c-a36f-8622875b8d02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13835 | 2024.07.15 22:27:07.421087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13836 | 2024.07.15 22:27:07.421138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13837 | 2024.07.15 22:27:07.421156 [ 3 ] {} <Debug> HTTP-Session: f6d2264c-c1d0-4f26-9cd0-e2f683cb6f30 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13838 | 2024.07.15 22:27:07.421173 [ 3 ] {} <Debug> HTTP-Session: f6d2264c-c1d0-4f26-9cd0-e2f683cb6f30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13839 | 2024.07.15 22:27:07.421187 [ 3 ] {} <Debug> HTTP-Session: f6d2264c-c1d0-4f26-9cd0-e2f683cb6f30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13840 | 2024.07.15 22:27:07.421219 [ 3 ] {} <Trace> HTTP-Session: f6d2264c-c1d0-4f26-9cd0-e2f683cb6f30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13841 | 2024.07.15 22:27:07.421432 [ 3 ] {149fdbbd-170c-4b53-a749-1ed00bd2f001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13842 | 2024.07.15 22:27:07.421477 [ 3 ] {149fdbbd-170c-4b53-a749-1ed00bd2f001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13843 | 2024.07.15 22:27:07.421601 [ 3 ] {149fdbbd-170c-4b53-a749-1ed00bd2f001} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13844 | 2024.07.15 22:27:07.422145 [ 3 ] {149fdbbd-170c-4b53-a749-1ed00bd2f001} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13845 | 2024.07.15 22:27:07.422182 [ 3 ] {149fdbbd-170c-4b53-a749-1ed00bd2f001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13846 | 2024.07.15 22:27:07.422496 [ 3 ] {149fdbbd-170c-4b53-a749-1ed00bd2f001} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13847 | 2024.07.15 22:27:07.422790 [ 3 ] {149fdbbd-170c-4b53-a749-1ed00bd2f001} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13848 | 2024.07.15 22:27:07.422933 [ 3 ] {149fdbbd-170c-4b53-a749-1ed00bd2f001} <Debug> executeQuery: Read 406 rows, 29.37 KiB in 0.001612 sec., 251861.04218362283 rows/sec., 17.79 MiB/sec. | ||
13849 | 2024.07.15 22:27:07.423122 [ 3 ] {149fdbbd-170c-4b53-a749-1ed00bd2f001} <Debug> DynamicQueryHandler: Done processing query | ||
13850 | 2024.07.15 22:27:07.423146 [ 3 ] {149fdbbd-170c-4b53-a749-1ed00bd2f001} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
13851 | 2024.07.15 22:27:07.423162 [ 3 ] {} <Debug> HTTP-Session: f6d2264c-c1d0-4f26-9cd0-e2f683cb6f30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13852 | 2024.07.15 22:27:07.423303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13853 | 2024.07.15 22:27:07.423349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13854 | 2024.07.15 22:27:07.423369 [ 3 ] {} <Debug> HTTP-Session: d64b902f-ca57-4085-8a28-6439f870518b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13855 | 2024.07.15 22:27:07.423385 [ 3 ] {} <Debug> HTTP-Session: d64b902f-ca57-4085-8a28-6439f870518b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13856 | 2024.07.15 22:27:07.423399 [ 3 ] {} <Debug> HTTP-Session: d64b902f-ca57-4085-8a28-6439f870518b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13857 | 2024.07.15 22:27:07.423428 [ 3 ] {} <Trace> HTTP-Session: d64b902f-ca57-4085-8a28-6439f870518b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13858 | 2024.07.15 22:27:07.423522 [ 3 ] {af860ce1-71f7-4e49-a564-0baeaf2fc277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13859 | 2024.07.15 22:27:07.423566 [ 3 ] {af860ce1-71f7-4e49-a564-0baeaf2fc277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13860 | 2024.07.15 22:27:07.423704 [ 3 ] {af860ce1-71f7-4e49-a564-0baeaf2fc277} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13861 | 2024.07.15 22:27:07.423956 [ 3 ] {af860ce1-71f7-4e49-a564-0baeaf2fc277} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13862 | 2024.07.15 22:27:07.423991 [ 3 ] {af860ce1-71f7-4e49-a564-0baeaf2fc277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13863 | 2024.07.15 22:27:07.424347 [ 3 ] {af860ce1-71f7-4e49-a564-0baeaf2fc277} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
13864 | 2024.07.15 22:27:07.424658 [ 3 ] {af860ce1-71f7-4e49-a564-0baeaf2fc277} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13865 | 2024.07.15 22:27:07.424814 [ 3 ] {af860ce1-71f7-4e49-a564-0baeaf2fc277} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 196.95 KiB/sec. | ||
13866 | 2024.07.15 22:27:07.424962 [ 3 ] {af860ce1-71f7-4e49-a564-0baeaf2fc277} <Debug> DynamicQueryHandler: Done processing query | ||
13867 | 2024.07.15 22:27:07.424986 [ 3 ] {af860ce1-71f7-4e49-a564-0baeaf2fc277} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13868 | 2024.07.15 22:27:07.425001 [ 3 ] {} <Debug> HTTP-Session: d64b902f-ca57-4085-8a28-6439f870518b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13869 | 2024.07.15 22:27:07.425134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13870 | 2024.07.15 22:27:07.425181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13871 | 2024.07.15 22:27:07.425199 [ 3 ] {} <Debug> HTTP-Session: 2443add9-d182-44db-909f-34da15b26319 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13872 | 2024.07.15 22:27:07.425216 [ 3 ] {} <Debug> HTTP-Session: 2443add9-d182-44db-909f-34da15b26319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13873 | 2024.07.15 22:27:07.425229 [ 3 ] {} <Debug> HTTP-Session: 2443add9-d182-44db-909f-34da15b26319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13874 | 2024.07.15 22:27:07.425260 [ 3 ] {} <Trace> HTTP-Session: 2443add9-d182-44db-909f-34da15b26319 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13875 | 2024.07.15 22:27:07.425374 [ 3 ] {ffe4fada-befa-4cb5-94f8-839f672662d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13876 | 2024.07.15 22:27:07.425422 [ 3 ] {ffe4fada-befa-4cb5-94f8-839f672662d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13877 | 2024.07.15 22:27:07.425558 [ 3 ] {ffe4fada-befa-4cb5-94f8-839f672662d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13878 | 2024.07.15 22:27:07.425868 [ 3 ] {ffe4fada-befa-4cb5-94f8-839f672662d1} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13879 | 2024.07.15 22:27:07.425903 [ 3 ] {ffe4fada-befa-4cb5-94f8-839f672662d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13880 | 2024.07.15 22:27:07.426265 [ 3 ] {ffe4fada-befa-4cb5-94f8-839f672662d1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
13881 | 2024.07.15 22:27:07.426589 [ 3 ] {ffe4fada-befa-4cb5-94f8-839f672662d1} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13882 | 2024.07.15 22:27:07.426745 [ 3 ] {ffe4fada-befa-4cb5-94f8-839f672662d1} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001402 sec., 54921.54065620542 rows/sec., 3.38 MiB/sec. | ||
13883 | 2024.07.15 22:27:07.427046 [ 3 ] {ffe4fada-befa-4cb5-94f8-839f672662d1} <Debug> DynamicQueryHandler: Done processing query | ||
13884 | 2024.07.15 22:27:07.427115 [ 3 ] {ffe4fada-befa-4cb5-94f8-839f672662d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13885 | 2024.07.15 22:27:07.427175 [ 3 ] {} <Debug> HTTP-Session: 2443add9-d182-44db-909f-34da15b26319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13886 | 2024.07.15 22:27:07.427396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 37580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13887 | 2024.07.15 22:27:07.427450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13888 | 2024.07.15 22:27:07.427469 [ 3 ] {} <Debug> HTTP-Session: ce2a66d5-0a44-4f49-bfb5-da02b1fdc802 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13889 | 2024.07.15 22:27:07.427486 [ 3 ] {} <Debug> HTTP-Session: ce2a66d5-0a44-4f49-bfb5-da02b1fdc802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13890 | 2024.07.15 22:27:07.427500 [ 3 ] {} <Debug> HTTP-Session: ce2a66d5-0a44-4f49-bfb5-da02b1fdc802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13891 | 2024.07.15 22:27:07.427533 [ 3 ] {} <Trace> HTTP-Session: ce2a66d5-0a44-4f49-bfb5-da02b1fdc802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13892 | 2024.07.15 22:27:07.427698 [ 3 ] {c9224931-6567-43a3-923b-009ecd7eab7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13893 | 2024.07.15 22:27:07.427747 [ 3 ] {c9224931-6567-43a3-923b-009ecd7eab7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13894 | 2024.07.15 22:27:07.427905 [ 3 ] {c9224931-6567-43a3-923b-009ecd7eab7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13895 | 2024.07.15 22:27:07.428281 [ 3 ] {c9224931-6567-43a3-923b-009ecd7eab7a} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13896 | 2024.07.15 22:27:07.428317 [ 3 ] {c9224931-6567-43a3-923b-009ecd7eab7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13897 | 2024.07.15 22:27:07.428684 [ 3 ] {c9224931-6567-43a3-923b-009ecd7eab7a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13898 | 2024.07.15 22:27:07.429015 [ 3 ] {c9224931-6567-43a3-923b-009ecd7eab7a} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13899 | 2024.07.15 22:27:07.429165 [ 3 ] {c9224931-6567-43a3-923b-009ecd7eab7a} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001541 sec., 127190.13627514601 rows/sec., 8.88 MiB/sec. | ||
13900 | 2024.07.15 22:27:07.429322 [ 3 ] {c9224931-6567-43a3-923b-009ecd7eab7a} <Debug> DynamicQueryHandler: Done processing query | ||
13901 | 2024.07.15 22:27:07.429346 [ 3 ] {c9224931-6567-43a3-923b-009ecd7eab7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
13902 | 2024.07.15 22:27:07.429361 [ 3 ] {} <Debug> HTTP-Session: ce2a66d5-0a44-4f49-bfb5-da02b1fdc802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13903 | 2024.07.15 22:27:07.429488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13904 | 2024.07.15 22:27:07.429536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13905 | 2024.07.15 22:27:07.429555 [ 3 ] {} <Debug> HTTP-Session: 85bec45e-79e5-4b85-a0e6-955835ad752e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13906 | 2024.07.15 22:27:07.429571 [ 3 ] {} <Debug> HTTP-Session: 85bec45e-79e5-4b85-a0e6-955835ad752e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13907 | 2024.07.15 22:27:07.429585 [ 3 ] {} <Debug> HTTP-Session: 85bec45e-79e5-4b85-a0e6-955835ad752e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13908 | 2024.07.15 22:27:07.429615 [ 3 ] {} <Trace> HTTP-Session: 85bec45e-79e5-4b85-a0e6-955835ad752e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13909 | 2024.07.15 22:27:07.429723 [ 3 ] {5538754a-b92f-4376-96b5-168184921176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13910 | 2024.07.15 22:27:07.429769 [ 3 ] {5538754a-b92f-4376-96b5-168184921176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13911 | 2024.07.15 22:27:07.429891 [ 3 ] {5538754a-b92f-4376-96b5-168184921176} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13912 | 2024.07.15 22:27:07.430226 [ 3 ] {5538754a-b92f-4376-96b5-168184921176} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13913 | 2024.07.15 22:27:07.430261 [ 3 ] {5538754a-b92f-4376-96b5-168184921176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13914 | 2024.07.15 22:27:07.430606 [ 3 ] {5538754a-b92f-4376-96b5-168184921176} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
13915 | 2024.07.15 22:27:07.430917 [ 3 ] {5538754a-b92f-4376-96b5-168184921176} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13916 | 2024.07.15 22:27:07.431069 [ 3 ] {5538754a-b92f-4376-96b5-168184921176} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00137 sec., 16788.321167883212 rows/sec., 908.13 KiB/sec. | ||
13917 | 2024.07.15 22:27:07.431271 [ 3 ] {5538754a-b92f-4376-96b5-168184921176} <Debug> DynamicQueryHandler: Done processing query | ||
13918 | 2024.07.15 22:27:07.431297 [ 3 ] {5538754a-b92f-4376-96b5-168184921176} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13919 | 2024.07.15 22:27:07.431312 [ 3 ] {} <Debug> HTTP-Session: 85bec45e-79e5-4b85-a0e6-955835ad752e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13920 | 2024.07.15 22:27:07.431422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13921 | 2024.07.15 22:27:07.431471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13922 | 2024.07.15 22:27:07.431489 [ 3 ] {} <Debug> HTTP-Session: 76cfa57f-e35f-434e-86ad-5cc33c35e383 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13923 | 2024.07.15 22:27:07.431506 [ 3 ] {} <Debug> HTTP-Session: 76cfa57f-e35f-434e-86ad-5cc33c35e383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13924 | 2024.07.15 22:27:07.431519 [ 3 ] {} <Debug> HTTP-Session: 76cfa57f-e35f-434e-86ad-5cc33c35e383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13925 | 2024.07.15 22:27:07.431549 [ 3 ] {} <Trace> HTTP-Session: 76cfa57f-e35f-434e-86ad-5cc33c35e383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13926 | 2024.07.15 22:27:07.431670 [ 3 ] {82a9a574-064f-4700-9f0f-5e847a2a0abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13927 | 2024.07.15 22:27:07.431714 [ 3 ] {82a9a574-064f-4700-9f0f-5e847a2a0abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13928 | 2024.07.15 22:27:07.431840 [ 3 ] {82a9a574-064f-4700-9f0f-5e847a2a0abc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13929 | 2024.07.15 22:27:07.432135 [ 3 ] {82a9a574-064f-4700-9f0f-5e847a2a0abc} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13930 | 2024.07.15 22:27:07.432171 [ 3 ] {82a9a574-064f-4700-9f0f-5e847a2a0abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13931 | 2024.07.15 22:27:07.432516 [ 3 ] {82a9a574-064f-4700-9f0f-5e847a2a0abc} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13932 | 2024.07.15 22:27:07.432830 [ 3 ] {82a9a574-064f-4700-9f0f-5e847a2a0abc} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13933 | 2024.07.15 22:27:07.432979 [ 3 ] {82a9a574-064f-4700-9f0f-5e847a2a0abc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
13934 | 2024.07.15 22:27:07.433207 [ 3 ] {82a9a574-064f-4700-9f0f-5e847a2a0abc} <Debug> DynamicQueryHandler: Done processing query | ||
13935 | 2024.07.15 22:27:07.433262 [ 3 ] {82a9a574-064f-4700-9f0f-5e847a2a0abc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13936 | 2024.07.15 22:27:07.433322 [ 3 ] {} <Debug> HTTP-Session: 76cfa57f-e35f-434e-86ad-5cc33c35e383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13937 | 2024.07.15 22:27:12.406981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13938 | 2024.07.15 22:27:12.407120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13939 | 2024.07.15 22:27:12.407150 [ 3 ] {} <Debug> HTTP-Session: e2a4034e-8997-480e-ac30-d80419a61866 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13940 | 2024.07.15 22:27:12.407179 [ 3 ] {} <Debug> HTTP-Session: e2a4034e-8997-480e-ac30-d80419a61866 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13941 | 2024.07.15 22:27:12.407197 [ 3 ] {} <Debug> HTTP-Session: e2a4034e-8997-480e-ac30-d80419a61866 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13942 | 2024.07.15 22:27:12.407252 [ 3 ] {} <Trace> HTTP-Session: e2a4034e-8997-480e-ac30-d80419a61866 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13943 | 2024.07.15 22:27:12.407530 [ 3 ] {0d3d1a4c-ddd0-447a-8f61-e1631af9146e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
13944 | 2024.07.15 22:27:12.407991 [ 3 ] {0d3d1a4c-ddd0-447a-8f61-e1631af9146e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13945 | 2024.07.15 22:27:12.408043 [ 3 ] {0d3d1a4c-ddd0-447a-8f61-e1631af9146e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
13946 | 2024.07.15 22:27:12.408412 [ 3 ] {0d3d1a4c-ddd0-447a-8f61-e1631af9146e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13947 | 2024.07.15 22:27:12.408492 [ 3 ] {0d3d1a4c-ddd0-447a-8f61-e1631af9146e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13948 | 2024.07.15 22:27:12.408663 [ 3 ] {0d3d1a4c-ddd0-447a-8f61-e1631af9146e} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
13949 | 2024.07.15 22:27:12.408702 [ 3 ] {0d3d1a4c-ddd0-447a-8f61-e1631af9146e} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13950 | 2024.07.15 22:27:12.408727 [ 3 ] {0d3d1a4c-ddd0-447a-8f61-e1631af9146e} <Debug> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (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 | ||
13951 | 2024.07.15 22:27:12.408744 [ 3 ] {0d3d1a4c-ddd0-447a-8f61-e1631af9146e} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13952 | 2024.07.15 22:27:12.408792 [ 3 ] {0d3d1a4c-ddd0-447a-8f61-e1631af9146e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
13953 | 2024.07.15 22:27:12.408816 [ 3 ] {0d3d1a4c-ddd0-447a-8f61-e1631af9146e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 41 rows starting from 0 | ||
13954 | 2024.07.15 22:27:12.410163 [ 3 ] {0d3d1a4c-ddd0-447a-8f61-e1631af9146e} <Debug> executeQuery: Read 41 rows, 1.55 KiB in 0.002771 sec., 14796.102490075786 rows/sec., 560.35 KiB/sec. | ||
13955 | 2024.07.15 22:27:12.410438 [ 3 ] {0d3d1a4c-ddd0-447a-8f61-e1631af9146e} <Debug> DynamicQueryHandler: Done processing query | ||
13956 | 2024.07.15 22:27:12.410465 [ 3 ] {0d3d1a4c-ddd0-447a-8f61-e1631af9146e} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
13957 | 2024.07.15 22:27:12.410482 [ 3 ] {} <Debug> HTTP-Session: e2a4034e-8997-480e-ac30-d80419a61866 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13958 | 2024.07.15 22:27:12.417020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13959 | 2024.07.15 22:27:12.417084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13960 | 2024.07.15 22:27:12.417109 [ 3 ] {} <Debug> HTTP-Session: 7b474ac1-8c0d-4c02-9a20-744351a7d46d Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13961 | 2024.07.15 22:27:12.417130 [ 3 ] {} <Debug> HTTP-Session: 7b474ac1-8c0d-4c02-9a20-744351a7d46d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13962 | 2024.07.15 22:27:12.417147 [ 3 ] {} <Debug> HTTP-Session: 7b474ac1-8c0d-4c02-9a20-744351a7d46d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13963 | 2024.07.15 22:27:12.417187 [ 3 ] {} <Trace> HTTP-Session: 7b474ac1-8c0d-4c02-9a20-744351a7d46d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13964 | 2024.07.15 22:27:12.417322 [ 3 ] {4db11ecf-3ab3-4eb8-9e48-738a8771e0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
13965 | 2024.07.15 22:27:12.417380 [ 3 ] {4db11ecf-3ab3-4eb8-9e48-738a8771e0dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13966 | 2024.07.15 22:27:12.417581 [ 3 ] {4db11ecf-3ab3-4eb8-9e48-738a8771e0dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13967 | 2024.07.15 22:27:12.418009 [ 3 ] {4db11ecf-3ab3-4eb8-9e48-738a8771e0dc} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13968 | 2024.07.15 22:27:12.418043 [ 3 ] {4db11ecf-3ab3-4eb8-9e48-738a8771e0dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
13969 | 2024.07.15 22:27:12.418526 [ 3 ] {4db11ecf-3ab3-4eb8-9e48-738a8771e0dc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
13970 | 2024.07.15 22:27:12.418850 [ 3 ] {4db11ecf-3ab3-4eb8-9e48-738a8771e0dc} <Trace> oximeter.timeseries_schema (247c6612-dd85-4f85-8241-4052fd8261f3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13971 | 2024.07.15 22:27:12.418985 [ 3 ] {4db11ecf-3ab3-4eb8-9e48-738a8771e0dc} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001706 sec., 586.1664712778429 rows/sec., 163.14 KiB/sec. | ||
13972 | 2024.07.15 22:27:12.419347 [ 3 ] {4db11ecf-3ab3-4eb8-9e48-738a8771e0dc} <Debug> DynamicQueryHandler: Done processing query | ||
13973 | 2024.07.15 22:27:12.419371 [ 3 ] {4db11ecf-3ab3-4eb8-9e48-738a8771e0dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13974 | 2024.07.15 22:27:12.419387 [ 3 ] {} <Debug> HTTP-Session: 7b474ac1-8c0d-4c02-9a20-744351a7d46d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13975 | 2024.07.15 22:27:12.419524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 7219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13976 | 2024.07.15 22:27:12.419572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13977 | 2024.07.15 22:27:12.419591 [ 3 ] {} <Debug> HTTP-Session: 2e6d372f-013a-45f4-9fb9-4135fd55189e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13978 | 2024.07.15 22:27:12.419607 [ 3 ] {} <Debug> HTTP-Session: 2e6d372f-013a-45f4-9fb9-4135fd55189e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13979 | 2024.07.15 22:27:12.419620 [ 3 ] {} <Debug> HTTP-Session: 2e6d372f-013a-45f4-9fb9-4135fd55189e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13980 | 2024.07.15 22:27:12.419650 [ 3 ] {} <Trace> HTTP-Session: 2e6d372f-013a-45f4-9fb9-4135fd55189e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13981 | 2024.07.15 22:27:12.419760 [ 3 ] {240215b2-f6fd-4abf-ae26-3d55e641fb1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13982 | 2024.07.15 22:27:12.419802 [ 3 ] {240215b2-f6fd-4abf-ae26-3d55e641fb1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13983 | 2024.07.15 22:27:12.419942 [ 3 ] {240215b2-f6fd-4abf-ae26-3d55e641fb1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13984 | 2024.07.15 22:27:12.420323 [ 3 ] {240215b2-f6fd-4abf-ae26-3d55e641fb1a} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13985 | 2024.07.15 22:27:12.420359 [ 3 ] {240215b2-f6fd-4abf-ae26-3d55e641fb1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
13986 | 2024.07.15 22:27:12.420663 [ 3 ] {240215b2-f6fd-4abf-ae26-3d55e641fb1a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13987 | 2024.07.15 22:27:12.420961 [ 3 ] {240215b2-f6fd-4abf-ae26-3d55e641fb1a} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13988 | 2024.07.15 22:27:12.421086 [ 3 ] {240215b2-f6fd-4abf-ae26-3d55e641fb1a} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001326 sec., 37707.39064856712 rows/sec., 2.98 MiB/sec. | ||
13989 | 2024.07.15 22:27:12.421231 [ 3 ] {240215b2-f6fd-4abf-ae26-3d55e641fb1a} <Debug> DynamicQueryHandler: Done processing query | ||
13990 | 2024.07.15 22:27:12.421255 [ 3 ] {240215b2-f6fd-4abf-ae26-3d55e641fb1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13991 | 2024.07.15 22:27:12.421271 [ 3 ] {} <Debug> HTTP-Session: 2e6d372f-013a-45f4-9fb9-4135fd55189e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13992 | 2024.07.15 22:27:12.421384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13993 | 2024.07.15 22:27:12.421430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13994 | 2024.07.15 22:27:12.421450 [ 3 ] {} <Debug> HTTP-Session: b7453c57-08ef-4409-8554-dfb6c5a750e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
13995 | 2024.07.15 22:27:12.421467 [ 3 ] {} <Debug> HTTP-Session: b7453c57-08ef-4409-8554-dfb6c5a750e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13996 | 2024.07.15 22:27:12.421481 [ 3 ] {} <Debug> HTTP-Session: b7453c57-08ef-4409-8554-dfb6c5a750e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13997 | 2024.07.15 22:27:12.421512 [ 3 ] {} <Trace> HTTP-Session: b7453c57-08ef-4409-8554-dfb6c5a750e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13998 | 2024.07.15 22:27:12.421606 [ 3 ] {004205e6-e658-4321-a737-57ec5ff536d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13999 | 2024.07.15 22:27:12.421647 [ 3 ] {004205e6-e658-4321-a737-57ec5ff536d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14000 | 2024.07.15 22:27:12.421767 [ 3 ] {004205e6-e658-4321-a737-57ec5ff536d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14001 | 2024.07.15 22:27:12.422030 [ 3 ] {004205e6-e658-4321-a737-57ec5ff536d4} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14002 | 2024.07.15 22:27:12.422065 [ 3 ] {004205e6-e658-4321-a737-57ec5ff536d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14003 | 2024.07.15 22:27:12.422360 [ 3 ] {004205e6-e658-4321-a737-57ec5ff536d4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
14004 | 2024.07.15 22:27:12.422654 [ 3 ] {004205e6-e658-4321-a737-57ec5ff536d4} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14005 | 2024.07.15 22:27:12.422774 [ 3 ] {004205e6-e658-4321-a737-57ec5ff536d4} <Debug> executeQuery: Read 5 rows, 395.00 B in 0.001194 sec., 4187.604690117253 rows/sec., 323.07 KiB/sec. | ||
14006 | 2024.07.15 22:27:12.423065 [ 3 ] {004205e6-e658-4321-a737-57ec5ff536d4} <Debug> DynamicQueryHandler: Done processing query | ||
14007 | 2024.07.15 22:27:12.423118 [ 3 ] {004205e6-e658-4321-a737-57ec5ff536d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14008 | 2024.07.15 22:27:12.423169 [ 3 ] {} <Debug> HTTP-Session: b7453c57-08ef-4409-8554-dfb6c5a750e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14009 | 2024.07.15 22:27:12.423405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 31439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14010 | 2024.07.15 22:27:12.423456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14011 | 2024.07.15 22:27:12.423476 [ 3 ] {} <Debug> HTTP-Session: 548eb293-3d90-4248-8af6-9aa525418556 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14012 | 2024.07.15 22:27:12.423492 [ 3 ] {} <Debug> HTTP-Session: 548eb293-3d90-4248-8af6-9aa525418556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14013 | 2024.07.15 22:27:12.423505 [ 3 ] {} <Debug> HTTP-Session: 548eb293-3d90-4248-8af6-9aa525418556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14014 | 2024.07.15 22:27:12.423535 [ 3 ] {} <Trace> HTTP-Session: 548eb293-3d90-4248-8af6-9aa525418556 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14015 | 2024.07.15 22:27:12.423688 [ 3 ] {0fbf50fa-725e-4800-b384-62f72c25f51c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14016 | 2024.07.15 22:27:12.423731 [ 3 ] {0fbf50fa-725e-4800-b384-62f72c25f51c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14017 | 2024.07.15 22:27:12.423869 [ 3 ] {0fbf50fa-725e-4800-b384-62f72c25f51c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14018 | 2024.07.15 22:27:12.424276 [ 3 ] {0fbf50fa-725e-4800-b384-62f72c25f51c} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14019 | 2024.07.15 22:27:12.424312 [ 3 ] {0fbf50fa-725e-4800-b384-62f72c25f51c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14020 | 2024.07.15 22:27:12.424622 [ 3 ] {0fbf50fa-725e-4800-b384-62f72c25f51c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14021 | 2024.07.15 22:27:12.424928 [ 3 ] {0fbf50fa-725e-4800-b384-62f72c25f51c} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14022 | 2024.07.15 22:27:12.425052 [ 30 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14023 | 2024.07.15 22:27:12.425056 [ 3 ] {0fbf50fa-725e-4800-b384-62f72c25f51c} <Debug> executeQuery: Read 213 rows, 18.52 KiB in 0.001438 sec., 148122.39221140472 rows/sec., 12.58 MiB/sec. | ||
14024 | 2024.07.15 22:27:12.425093 [ 30 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14025 | 2024.07.15 22:27:12.425130 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14026 | 2024.07.15 22:27:12.425252 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
14027 | 2024.07.15 22:27:12.425261 [ 3 ] {0fbf50fa-725e-4800-b384-62f72c25f51c} <Debug> DynamicQueryHandler: Done processing query | ||
14028 | 2024.07.15 22:27:12.425306 [ 3 ] {0fbf50fa-725e-4800-b384-62f72c25f51c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14029 | 2024.07.15 22:27:12.425327 [ 3 ] {} <Debug> HTTP-Session: 548eb293-3d90-4248-8af6-9aa525418556 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14030 | 2024.07.15 22:27:12.425405 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14031 | 2024.07.15 22:27:12.425440 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 319 rows starting from the beginning of the part | ||
14032 | 2024.07.15 22:27:12.425460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 726, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14033 | 2024.07.15 22:27:12.425521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14034 | 2024.07.15 22:27:12.425546 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 186 rows starting from the beginning of the part | ||
14035 | 2024.07.15 22:27:12.425599 [ 3 ] {} <Debug> HTTP-Session: 1d3e7a4c-466a-42ff-a3aa-36e64c55aeb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14036 | 2024.07.15 22:27:12.425659 [ 3 ] {} <Debug> HTTP-Session: 1d3e7a4c-466a-42ff-a3aa-36e64c55aeb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14037 | 2024.07.15 22:27:12.425735 [ 3 ] {} <Debug> HTTP-Session: 1d3e7a4c-466a-42ff-a3aa-36e64c55aeb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14038 | 2024.07.15 22:27:12.425918 [ 3 ] {} <Trace> HTTP-Session: 1d3e7a4c-466a-42ff-a3aa-36e64c55aeb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14039 | 2024.07.15 22:27:12.425981 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 161 rows starting from the beginning of the part | ||
14040 | 2024.07.15 22:27:12.426307 [ 3 ] {1fc09005-f487-470d-a2e0-faea7e67a656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14041 | 2024.07.15 22:27:12.426338 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
14042 | 2024.07.15 22:27:12.426463 [ 3 ] {1fc09005-f487-470d-a2e0-faea7e67a656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14043 | 2024.07.15 22:27:12.426687 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 197 rows starting from the beginning of the part | ||
14044 | 2024.07.15 22:27:12.426932 [ 194 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 213 rows starting from the beginning of the part | ||
14045 | 2024.07.15 22:27:12.427412 [ 3 ] {1fc09005-f487-470d-a2e0-faea7e67a656} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14046 | 2024.07.15 22:27:12.427829 [ 3 ] {1fc09005-f487-470d-a2e0-faea7e67a656} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14047 | 2024.07.15 22:27:12.427869 [ 3 ] {1fc09005-f487-470d-a2e0-faea7e67a656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14048 | 2024.07.15 22:27:12.428305 [ 3 ] {1fc09005-f487-470d-a2e0-faea7e67a656} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
14049 | 2024.07.15 22:27:12.428670 [ 3 ] {1fc09005-f487-470d-a2e0-faea7e67a656} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14050 | 2024.07.15 22:27:12.428925 [ 200 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1273 rows, containing 4 columns (4 merged, 0 gathered) in 0.003715744 sec., 342596.26066811924 rows/sec., 29.45 MiB/sec. | ||
14051 | 2024.07.15 22:27:12.428938 [ 3 ] {1fc09005-f487-470d-a2e0-faea7e67a656} <Debug> executeQuery: Read 5 rows, 335.00 B in 0.002784 sec., 1795.9770114942528 rows/sec., 117.51 KiB/sec. | ||
14052 | 2024.07.15 22:27:12.429260 [ 3 ] {1fc09005-f487-470d-a2e0-faea7e67a656} <Debug> DynamicQueryHandler: Done processing query | ||
14053 | 2024.07.15 22:27:12.429289 [ 3 ] {1fc09005-f487-470d-a2e0-faea7e67a656} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14054 | 2024.07.15 22:27:12.429309 [ 3 ] {} <Debug> HTTP-Session: 1d3e7a4c-466a-42ff-a3aa-36e64c55aeb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14055 | 2024.07.15 22:27:12.429412 [ 193 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14056 | 2024.07.15 22:27:12.429582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14057 | 2024.07.15 22:27:12.429661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14058 | 2024.07.15 22:27:12.429683 [ 3 ] {} <Debug> HTTP-Session: b86d7762-cc4f-4990-99a8-5cab3c0aa2e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14059 | 2024.07.15 22:27:12.429703 [ 3 ] {} <Debug> HTTP-Session: b86d7762-cc4f-4990-99a8-5cab3c0aa2e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14060 | 2024.07.15 22:27:12.429729 [ 3 ] {} <Debug> HTTP-Session: b86d7762-cc4f-4990-99a8-5cab3c0aa2e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14061 | 2024.07.15 22:27:12.429792 [ 3 ] {} <Trace> HTTP-Session: b86d7762-cc4f-4990-99a8-5cab3c0aa2e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14062 | 2024.07.15 22:27:12.430144 [ 3 ] {9f9e839e-bff1-4f74-96ba-71d0561658e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14063 | 2024.07.15 22:27:12.430212 [ 3 ] {9f9e839e-bff1-4f74-96ba-71d0561658e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14064 | 2024.07.15 22:27:12.430485 [ 193 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_81_16} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14065 | 2024.07.15 22:27:12.430543 [ 3 ] {9f9e839e-bff1-4f74-96ba-71d0561658e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14066 | 2024.07.15 22:27:12.430682 [ 193 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_81_16} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14067 | 2024.07.15 22:27:12.430843 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
14068 | 2024.07.15 22:27:12.431080 [ 3 ] {9f9e839e-bff1-4f74-96ba-71d0561658e6} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14069 | 2024.07.15 22:27:12.431119 [ 3 ] {9f9e839e-bff1-4f74-96ba-71d0561658e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14070 | 2024.07.15 22:27:12.431435 [ 3 ] {9f9e839e-bff1-4f74-96ba-71d0561658e6} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14071 | 2024.07.15 22:27:12.431735 [ 3 ] {9f9e839e-bff1-4f74-96ba-71d0561658e6} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14072 | 2024.07.15 22:27:12.431860 [ 3 ] {9f9e839e-bff1-4f74-96ba-71d0561658e6} <Debug> executeQuery: Read 146 rows, 11.48 KiB in 0.001894 sec., 77085.53326293558 rows/sec., 5.92 MiB/sec. | ||
14073 | 2024.07.15 22:27:12.431867 [ 30 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14074 | 2024.07.15 22:27:12.431918 [ 30 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14075 | 2024.07.15 22:27:12.431946 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14076 | 2024.07.15 22:27:12.432086 [ 3 ] {9f9e839e-bff1-4f74-96ba-71d0561658e6} <Debug> DynamicQueryHandler: Done processing query | ||
14077 | 2024.07.15 22:27:12.432149 [ 3 ] {9f9e839e-bff1-4f74-96ba-71d0561658e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14078 | 2024.07.15 22:27:12.432170 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
14079 | 2024.07.15 22:27:12.432184 [ 3 ] {} <Debug> HTTP-Session: b86d7762-cc4f-4990-99a8-5cab3c0aa2e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14080 | 2024.07.15 22:27:12.432573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 31347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14081 | 2024.07.15 22:27:12.432701 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14082 | 2024.07.15 22:27:12.432816 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 481 rows starting from the beginning of the part | ||
14083 | 2024.07.15 22:27:12.432822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14084 | 2024.07.15 22:27:12.432946 [ 3 ] {} <Debug> HTTP-Session: 9788f4ed-5e62-4351-a950-290a6551226a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14085 | 2024.07.15 22:27:12.433070 [ 3 ] {} <Debug> HTTP-Session: 9788f4ed-5e62-4351-a950-290a6551226a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14086 | 2024.07.15 22:27:12.433200 [ 3 ] {} <Debug> HTTP-Session: 9788f4ed-5e62-4351-a950-290a6551226a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14087 | 2024.07.15 22:27:12.433242 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 115 rows starting from the beginning of the part | ||
14088 | 2024.07.15 22:27:12.433423 [ 3 ] {} <Trace> HTTP-Session: 9788f4ed-5e62-4351-a950-290a6551226a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14089 | 2024.07.15 22:27:12.433733 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 382 rows starting from the beginning of the part | ||
14090 | 2024.07.15 22:27:12.433974 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 111 rows starting from the beginning of the part | ||
14091 | 2024.07.15 22:27:12.433999 [ 3 ] {d87bb6e6-5b2f-433d-b919-14a69b4c1b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14092 | 2024.07.15 22:27:12.434227 [ 3 ] {d87bb6e6-5b2f-433d-b919-14a69b4c1b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14093 | 2024.07.15 22:27:12.434260 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 406 rows starting from the beginning of the part | ||
14094 | 2024.07.15 22:27:12.434568 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 146 rows starting from the beginning of the part | ||
14095 | 2024.07.15 22:27:12.435259 [ 3 ] {d87bb6e6-5b2f-433d-b919-14a69b4c1b62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14096 | 2024.07.15 22:27:12.436195 [ 3 ] {d87bb6e6-5b2f-433d-b919-14a69b4c1b62} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14097 | 2024.07.15 22:27:12.436273 [ 3 ] {d87bb6e6-5b2f-433d-b919-14a69b4c1b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14098 | 2024.07.15 22:27:12.437093 [ 3 ] {d87bb6e6-5b2f-433d-b919-14a69b4c1b62} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14099 | 2024.07.15 22:27:12.437433 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1641 rows, containing 4 columns (4 merged, 0 gathered) in 0.005403337 sec., 303701.2127875792 rows/sec., 22.01 MiB/sec. | ||
14100 | 2024.07.15 22:27:12.437688 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14101 | 2024.07.15 22:27:12.437845 [ 3 ] {d87bb6e6-5b2f-433d-b919-14a69b4c1b62} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14102 | 2024.07.15 22:27:12.438273 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14103 | 2024.07.15 22:27:12.438338 [ 3 ] {d87bb6e6-5b2f-433d-b919-14a69b4c1b62} <Debug> executeQuery: Read 164 rows, 11.67 KiB in 0.004568 sec., 35901.926444833625 rows/sec., 2.49 MiB/sec. | ||
14104 | 2024.07.15 22:27:12.438344 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14105 | 2024.07.15 22:27:12.438423 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14106 | 2024.07.15 22:27:12.438861 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_81_16} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14107 | 2024.07.15 22:27:12.438950 [ 3 ] {d87bb6e6-5b2f-433d-b919-14a69b4c1b62} <Debug> DynamicQueryHandler: Done processing query | ||
14108 | 2024.07.15 22:27:12.439055 [ 3 ] {d87bb6e6-5b2f-433d-b919-14a69b4c1b62} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14109 | 2024.07.15 22:27:12.439143 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_81_16} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14110 | 2024.07.15 22:27:12.439173 [ 3 ] {} <Debug> HTTP-Session: 9788f4ed-5e62-4351-a950-290a6551226a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14111 | 2024.07.15 22:27:12.439425 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
14112 | 2024.07.15 22:27:12.439466 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
14113 | 2024.07.15 22:27:12.439614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 80950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14114 | 2024.07.15 22:27:12.439821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14115 | 2024.07.15 22:27:12.439909 [ 3 ] {} <Debug> HTTP-Session: 8379d8d0-8733-4c47-91a9-f92bb3ebd749 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14116 | 2024.07.15 22:27:12.439983 [ 3 ] {} <Debug> HTTP-Session: 8379d8d0-8733-4c47-91a9-f92bb3ebd749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14117 | 2024.07.15 22:27:12.440053 [ 3 ] {} <Debug> HTTP-Session: 8379d8d0-8733-4c47-91a9-f92bb3ebd749 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14118 | 2024.07.15 22:27:12.440177 [ 3 ] {} <Trace> HTTP-Session: 8379d8d0-8733-4c47-91a9-f92bb3ebd749 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14119 | 2024.07.15 22:27:12.440252 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14120 | 2024.07.15 22:27:12.440411 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 12458 rows starting from the beginning of the part | ||
14121 | 2024.07.15 22:27:12.440746 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 161 rows starting from the beginning of the part | ||
14122 | 2024.07.15 22:27:12.440974 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
14123 | 2024.07.15 22:27:12.441005 [ 3 ] {844a43f2-db91-46c4-b0c7-eda06e773acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14124 | 2024.07.15 22:27:12.441331 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
14125 | 2024.07.15 22:27:12.441358 [ 3 ] {844a43f2-db91-46c4-b0c7-eda06e773acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14126 | 2024.07.15 22:27:12.441691 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 196 rows starting from the beginning of the part | ||
14127 | 2024.07.15 22:27:12.442065 [ 201 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 164 rows starting from the beginning of the part | ||
14128 | 2024.07.15 22:27:12.443621 [ 3 ] {844a43f2-db91-46c4-b0c7-eda06e773acb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14129 | 2024.07.15 22:27:12.445437 [ 3 ] {844a43f2-db91-46c4-b0c7-eda06e773acb} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14130 | 2024.07.15 22:27:12.445478 [ 3 ] {844a43f2-db91-46c4-b0c7-eda06e773acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14131 | 2024.07.15 22:27:12.446768 [ 3 ] {844a43f2-db91-46c4-b0c7-eda06e773acb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14132 | 2024.07.15 22:27:12.447287 [ 3 ] {844a43f2-db91-46c4-b0c7-eda06e773acb} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14133 | 2024.07.15 22:27:12.447438 [ 30 ] {} <Debug> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14134 | 2024.07.15 22:27:12.447451 [ 3 ] {844a43f2-db91-46c4-b0c7-eda06e773acb} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.007008 sec., 7134.703196347032 rows/sec., 12.79 MiB/sec. | ||
14135 | 2024.07.15 22:27:12.447481 [ 30 ] {} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14136 | 2024.07.15 22:27:12.447548 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14137 | 2024.07.15 22:27:12.448216 [ 186 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::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 | ||
14138 | 2024.07.15 22:27:12.448459 [ 3 ] {844a43f2-db91-46c4-b0c7-eda06e773acb} <Debug> DynamicQueryHandler: Done processing query | ||
14139 | 2024.07.15 22:27:12.448584 [ 3 ] {844a43f2-db91-46c4-b0c7-eda06e773acb} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
14140 | 2024.07.15 22:27:12.448689 [ 3 ] {} <Debug> HTTP-Session: 8379d8d0-8733-4c47-91a9-f92bb3ebd749 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14141 | 2024.07.15 22:27:12.449018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14142 | 2024.07.15 22:27:12.449181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14143 | 2024.07.15 22:27:12.449271 [ 3 ] {} <Debug> HTTP-Session: 875fad7a-eef9-437a-83de-b37f87c6b18b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14144 | 2024.07.15 22:27:12.449342 [ 3 ] {} <Debug> HTTP-Session: 875fad7a-eef9-437a-83de-b37f87c6b18b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14145 | 2024.07.15 22:27:12.449437 [ 3 ] {} <Debug> HTTP-Session: 875fad7a-eef9-437a-83de-b37f87c6b18b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14146 | 2024.07.15 22:27:12.449614 [ 3 ] {} <Trace> HTTP-Session: 875fad7a-eef9-437a-83de-b37f87c6b18b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14147 | 2024.07.15 22:27:12.449596 [ 197 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13299 rows, containing 5 columns (5 merged, 0 gathered) in 0.010935298 sec., 1216153.4143834033 rows/sec., 84.73 MiB/sec. | ||
14148 | 2024.07.15 22:27:12.450024 [ 3 ] {7957c5e2-98ae-4e9d-961c-412cc3d27987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14149 | 2024.07.15 22:27:12.450233 [ 3 ] {7957c5e2-98ae-4e9d-961c-412cc3d27987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14150 | 2024.07.15 22:27:12.450464 [ 187 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14151 | 2024.07.15 22:27:12.451170 [ 186 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14152 | 2024.07.15 22:27:12.451716 [ 186 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 920 rows starting from the beginning of the part | ||
14153 | 2024.07.15 22:27:12.451753 [ 3 ] {7957c5e2-98ae-4e9d-961c-412cc3d27987} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14154 | 2024.07.15 22:27:12.452676 [ 187 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14155 | 2024.07.15 22:27:12.453092 [ 187 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14156 | 2024.07.15 22:27:12.453127 [ 186 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part | ||
14157 | 2024.07.15 22:27:12.453278 [ 3 ] {7957c5e2-98ae-4e9d-961c-412cc3d27987} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14158 | 2024.07.15 22:27:12.453380 [ 3 ] {7957c5e2-98ae-4e9d-961c-412cc3d27987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14159 | 2024.07.15 22:27:12.453416 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. | ||
14160 | 2024.07.15 22:27:12.453818 [ 186 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 38 rows starting from the beginning of the part | ||
14161 | 2024.07.15 22:27:12.454226 [ 186 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 43 rows starting from the beginning of the part | ||
14162 | 2024.07.15 22:27:12.454281 [ 3 ] {7957c5e2-98ae-4e9d-961c-412cc3d27987} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
14163 | 2024.07.15 22:27:12.454526 [ 186 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 47 rows starting from the beginning of the part | ||
14164 | 2024.07.15 22:27:12.455051 [ 186 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 50 rows starting from the beginning of the part | ||
14165 | 2024.07.15 22:27:12.455062 [ 3 ] {7957c5e2-98ae-4e9d-961c-412cc3d27987} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14166 | 2024.07.15 22:27:12.455444 [ 3 ] {7957c5e2-98ae-4e9d-961c-412cc3d27987} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.005585 sec., 1611.4592658907789 rows/sec., 113.83 KiB/sec. | ||
14167 | 2024.07.15 22:27:12.455851 [ 3 ] {7957c5e2-98ae-4e9d-961c-412cc3d27987} <Debug> DynamicQueryHandler: Done processing query | ||
14168 | 2024.07.15 22:27:12.455888 [ 3 ] {7957c5e2-98ae-4e9d-961c-412cc3d27987} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14169 | 2024.07.15 22:27:12.455909 [ 3 ] {} <Debug> HTTP-Session: 875fad7a-eef9-437a-83de-b37f87c6b18b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14170 | 2024.07.15 22:27:12.456044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14171 | 2024.07.15 22:27:12.456109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14172 | 2024.07.15 22:27:12.456141 [ 3 ] {} <Debug> HTTP-Session: 2ebb2ce1-0ace-4466-9794-64f82e2a34b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14173 | 2024.07.15 22:27:12.456169 [ 3 ] {} <Debug> HTTP-Session: 2ebb2ce1-0ace-4466-9794-64f82e2a34b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14174 | 2024.07.15 22:27:12.456195 [ 3 ] {} <Debug> HTTP-Session: 2ebb2ce1-0ace-4466-9794-64f82e2a34b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14175 | 2024.07.15 22:27:12.456247 [ 3 ] {} <Trace> HTTP-Session: 2ebb2ce1-0ace-4466-9794-64f82e2a34b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14176 | 2024.07.15 22:27:12.456402 [ 3 ] {4fdecc5f-955e-4fcb-910f-3e088548f61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14177 | 2024.07.15 22:27:12.456447 [ 3 ] {4fdecc5f-955e-4fcb-910f-3e088548f61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14178 | 2024.07.15 22:27:12.456582 [ 3 ] {4fdecc5f-955e-4fcb-910f-3e088548f61d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14179 | 2024.07.15 22:27:12.456896 [ 3 ] {4fdecc5f-955e-4fcb-910f-3e088548f61d} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14180 | 2024.07.15 22:27:12.456933 [ 3 ] {4fdecc5f-955e-4fcb-910f-3e088548f61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14181 | 2024.07.15 22:27:12.457345 [ 3 ] {4fdecc5f-955e-4fcb-910f-3e088548f61d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14182 | 2024.07.15 22:27:12.457879 [ 3 ] {4fdecc5f-955e-4fcb-910f-3e088548f61d} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14183 | 2024.07.15 22:27:12.458136 [ 3 ] {4fdecc5f-955e-4fcb-910f-3e088548f61d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001788 sec., 33557.04697986577 rows/sec., 2.26 MiB/sec. | ||
14184 | 2024.07.15 22:27:12.458165 [ 28 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14185 | 2024.07.15 22:27:12.458351 [ 28 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14186 | 2024.07.15 22:27:12.458489 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14187 | 2024.07.15 22:27:12.458686 [ 3 ] {4fdecc5f-955e-4fcb-910f-3e088548f61d} <Debug> DynamicQueryHandler: Done processing query | ||
14188 | 2024.07.15 22:27:12.458782 [ 3 ] {4fdecc5f-955e-4fcb-910f-3e088548f61d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14189 | 2024.07.15 22:27:12.458835 [ 3 ] {} <Debug> HTTP-Session: 2ebb2ce1-0ace-4466-9794-64f82e2a34b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14190 | 2024.07.15 22:27:12.458960 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
14191 | 2024.07.15 22:27:12.459154 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14192 | 2024.07.15 22:27:12.459208 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4418 rows starting from the beginning of the part | ||
14193 | 2024.07.15 22:27:12.459538 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
14194 | 2024.07.15 22:27:12.459767 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
14195 | 2024.07.15 22:27:12.460016 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
14196 | 2024.07.15 22:27:12.460355 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
14197 | 2024.07.15 22:27:12.460732 [ 190 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
14198 | 2024.07.15 22:27:12.463964 [ 187 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4718 rows, containing 4 columns (4 merged, 0 gathered) in 0.005266304 sec., 895884.4760955691 rows/sec., 60.41 MiB/sec. | ||
14199 | 2024.07.15 22:27:12.464526 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14200 | 2024.07.15 22:27:12.465010 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_81_16} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14201 | 2024.07.15 22:27:12.465099 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_81_16} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14202 | 2024.07.15 22:27:12.465298 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
14203 | 2024.07.15 22:27:12.465594 [ 189 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1128 rows, containing 19 columns (19 merged, 0 gathered) in 0.017945717 sec., 62856.22357691253 rows/sec., 112.64 MiB/sec. | ||
14204 | 2024.07.15 22:27:12.466941 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14205 | 2024.07.15 22:27:12.467556 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14206 | 2024.07.15 22:27:12.467643 [ 187 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14207 | 2024.07.15 22:27:12.467789 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.38 MiB. | ||
14208 | 2024.07.15 22:27:13.000148 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.56 MiB, peak 216.98 MiB, free memory in arenas 0.00 B, will set to 206.34 MiB (RSS), difference: 3.77 MiB | ||
14209 | 2024.07.15 22:27:17.413683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14210 | 2024.07.15 22:27:17.413868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14211 | 2024.07.15 22:27:17.413912 [ 3 ] {} <Debug> HTTP-Session: 0966353b-ea7e-458e-bdf5-739e02f5e81e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14212 | 2024.07.15 22:27:17.413952 [ 3 ] {} <Debug> HTTP-Session: 0966353b-ea7e-458e-bdf5-739e02f5e81e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14213 | 2024.07.15 22:27:17.413979 [ 3 ] {} <Debug> HTTP-Session: 0966353b-ea7e-458e-bdf5-739e02f5e81e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14214 | 2024.07.15 22:27:17.414055 [ 3 ] {} <Trace> HTTP-Session: 0966353b-ea7e-458e-bdf5-739e02f5e81e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14215 | 2024.07.15 22:27:17.414305 [ 3 ] {e532fc7b-7936-4a37-a702-bdd88879a761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14216 | 2024.07.15 22:27:17.414373 [ 3 ] {e532fc7b-7936-4a37-a702-bdd88879a761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14217 | 2024.07.15 22:27:17.414572 [ 3 ] {e532fc7b-7936-4a37-a702-bdd88879a761} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14218 | 2024.07.15 22:27:17.414975 [ 3 ] {e532fc7b-7936-4a37-a702-bdd88879a761} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14219 | 2024.07.15 22:27:17.415022 [ 3 ] {e532fc7b-7936-4a37-a702-bdd88879a761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14220 | 2024.07.15 22:27:17.415402 [ 3 ] {e532fc7b-7936-4a37-a702-bdd88879a761} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14221 | 2024.07.15 22:27:17.415741 [ 3 ] {e532fc7b-7936-4a37-a702-bdd88879a761} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14222 | 2024.07.15 22:27:17.415922 [ 3 ] {e532fc7b-7936-4a37-a702-bdd88879a761} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001667 sec., 3599.2801439712057 rows/sec., 203.87 KiB/sec. | ||
14223 | 2024.07.15 22:27:17.416134 [ 3 ] {e532fc7b-7936-4a37-a702-bdd88879a761} <Debug> DynamicQueryHandler: Done processing query | ||
14224 | 2024.07.15 22:27:17.416162 [ 3 ] {e532fc7b-7936-4a37-a702-bdd88879a761} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14225 | 2024.07.15 22:27:17.416178 [ 3 ] {} <Debug> HTTP-Session: 0966353b-ea7e-458e-bdf5-739e02f5e81e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14226 | 2024.07.15 22:27:17.416359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14227 | 2024.07.15 22:27:17.416412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14228 | 2024.07.15 22:27:17.416433 [ 3 ] {} <Debug> HTTP-Session: 54930249-7280-4d8a-b2db-b1da1e4a5772 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14229 | 2024.07.15 22:27:17.416451 [ 3 ] {} <Debug> HTTP-Session: 54930249-7280-4d8a-b2db-b1da1e4a5772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14230 | 2024.07.15 22:27:17.416465 [ 3 ] {} <Debug> HTTP-Session: 54930249-7280-4d8a-b2db-b1da1e4a5772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14231 | 2024.07.15 22:27:17.416500 [ 3 ] {} <Trace> HTTP-Session: 54930249-7280-4d8a-b2db-b1da1e4a5772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14232 | 2024.07.15 22:27:17.416652 [ 3 ] {9e0eecbe-69fd-4531-82a8-3baa1189d2d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14233 | 2024.07.15 22:27:17.416698 [ 3 ] {9e0eecbe-69fd-4531-82a8-3baa1189d2d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14234 | 2024.07.15 22:27:17.416834 [ 3 ] {9e0eecbe-69fd-4531-82a8-3baa1189d2d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14235 | 2024.07.15 22:27:17.417240 [ 3 ] {9e0eecbe-69fd-4531-82a8-3baa1189d2d6} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14236 | 2024.07.15 22:27:17.417279 [ 3 ] {9e0eecbe-69fd-4531-82a8-3baa1189d2d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14237 | 2024.07.15 22:27:17.417614 [ 3 ] {9e0eecbe-69fd-4531-82a8-3baa1189d2d6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14238 | 2024.07.15 22:27:17.417938 [ 3 ] {9e0eecbe-69fd-4531-82a8-3baa1189d2d6} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14239 | 2024.07.15 22:27:17.418087 [ 3 ] {9e0eecbe-69fd-4531-82a8-3baa1189d2d6} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.0015 sec., 107333.33333333333 rows/sec., 9.48 MiB/sec. | ||
14240 | 2024.07.15 22:27:17.418258 [ 3 ] {9e0eecbe-69fd-4531-82a8-3baa1189d2d6} <Debug> DynamicQueryHandler: Done processing query | ||
14241 | 2024.07.15 22:27:17.418283 [ 3 ] {9e0eecbe-69fd-4531-82a8-3baa1189d2d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14242 | 2024.07.15 22:27:17.418299 [ 3 ] {} <Debug> HTTP-Session: 54930249-7280-4d8a-b2db-b1da1e4a5772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14243 | 2024.07.15 22:27:17.418498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14244 | 2024.07.15 22:27:17.418548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14245 | 2024.07.15 22:27:17.418566 [ 3 ] {} <Debug> HTTP-Session: 7fd41e15-5c7a-43b7-a60e-107ab8d0cf1e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14246 | 2024.07.15 22:27:17.418584 [ 3 ] {} <Debug> HTTP-Session: 7fd41e15-5c7a-43b7-a60e-107ab8d0cf1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14247 | 2024.07.15 22:27:17.418598 [ 3 ] {} <Debug> HTTP-Session: 7fd41e15-5c7a-43b7-a60e-107ab8d0cf1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14248 | 2024.07.15 22:27:17.418631 [ 3 ] {} <Trace> HTTP-Session: 7fd41e15-5c7a-43b7-a60e-107ab8d0cf1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14249 | 2024.07.15 22:27:17.418834 [ 3 ] {165d696a-9b80-4544-8a71-4000d211eda6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14250 | 2024.07.15 22:27:17.418879 [ 3 ] {165d696a-9b80-4544-8a71-4000d211eda6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14251 | 2024.07.15 22:27:17.419008 [ 3 ] {165d696a-9b80-4544-8a71-4000d211eda6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14252 | 2024.07.15 22:27:17.419522 [ 3 ] {165d696a-9b80-4544-8a71-4000d211eda6} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14253 | 2024.07.15 22:27:17.419559 [ 3 ] {165d696a-9b80-4544-8a71-4000d211eda6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14254 | 2024.07.15 22:27:17.419888 [ 3 ] {165d696a-9b80-4544-8a71-4000d211eda6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14255 | 2024.07.15 22:27:17.420195 [ 3 ] {165d696a-9b80-4544-8a71-4000d211eda6} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14256 | 2024.07.15 22:27:17.420351 [ 3 ] {165d696a-9b80-4544-8a71-4000d211eda6} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001622 sec., 235511.71393341554 rows/sec., 16.54 MiB/sec. | ||
14257 | 2024.07.15 22:27:17.420511 [ 3 ] {165d696a-9b80-4544-8a71-4000d211eda6} <Debug> DynamicQueryHandler: Done processing query | ||
14258 | 2024.07.15 22:27:17.420535 [ 3 ] {165d696a-9b80-4544-8a71-4000d211eda6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14259 | 2024.07.15 22:27:17.420550 [ 3 ] {} <Debug> HTTP-Session: 7fd41e15-5c7a-43b7-a60e-107ab8d0cf1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14260 | 2024.07.15 22:27:17.420680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14261 | 2024.07.15 22:27:17.420730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14262 | 2024.07.15 22:27:17.420749 [ 3 ] {} <Debug> HTTP-Session: 676406f0-d0b9-41f2-989b-d3d1a2bfe860 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14263 | 2024.07.15 22:27:17.420766 [ 3 ] {} <Debug> HTTP-Session: 676406f0-d0b9-41f2-989b-d3d1a2bfe860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14264 | 2024.07.15 22:27:17.420779 [ 3 ] {} <Debug> HTTP-Session: 676406f0-d0b9-41f2-989b-d3d1a2bfe860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14265 | 2024.07.15 22:27:17.420812 [ 3 ] {} <Trace> HTTP-Session: 676406f0-d0b9-41f2-989b-d3d1a2bfe860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14266 | 2024.07.15 22:27:17.420907 [ 3 ] {e786c6ef-89d6-45f6-a6ad-6f4569393ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14267 | 2024.07.15 22:27:17.420953 [ 3 ] {e786c6ef-89d6-45f6-a6ad-6f4569393ebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14268 | 2024.07.15 22:27:17.421079 [ 3 ] {e786c6ef-89d6-45f6-a6ad-6f4569393ebc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14269 | 2024.07.15 22:27:17.421340 [ 3 ] {e786c6ef-89d6-45f6-a6ad-6f4569393ebc} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14270 | 2024.07.15 22:27:17.421375 [ 3 ] {e786c6ef-89d6-45f6-a6ad-6f4569393ebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14271 | 2024.07.15 22:27:17.421736 [ 3 ] {e786c6ef-89d6-45f6-a6ad-6f4569393ebc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
14272 | 2024.07.15 22:27:17.422050 [ 3 ] {e786c6ef-89d6-45f6-a6ad-6f4569393ebc} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14273 | 2024.07.15 22:27:17.422209 [ 3 ] {e786c6ef-89d6-45f6-a6ad-6f4569393ebc} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001325 sec., 4528.301886792453 rows/sec., 194.58 KiB/sec. | ||
14274 | 2024.07.15 22:27:17.422370 [ 3 ] {e786c6ef-89d6-45f6-a6ad-6f4569393ebc} <Debug> DynamicQueryHandler: Done processing query | ||
14275 | 2024.07.15 22:27:17.422394 [ 3 ] {e786c6ef-89d6-45f6-a6ad-6f4569393ebc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14276 | 2024.07.15 22:27:17.422411 [ 3 ] {} <Debug> HTTP-Session: 676406f0-d0b9-41f2-989b-d3d1a2bfe860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14277 | 2024.07.15 22:27:17.422529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14278 | 2024.07.15 22:27:17.422578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14279 | 2024.07.15 22:27:17.422596 [ 3 ] {} <Debug> HTTP-Session: b41278c7-aec2-4c9d-baf5-258059dc3974 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14280 | 2024.07.15 22:27:17.422612 [ 3 ] {} <Debug> HTTP-Session: b41278c7-aec2-4c9d-baf5-258059dc3974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14281 | 2024.07.15 22:27:17.422625 [ 3 ] {} <Debug> HTTP-Session: b41278c7-aec2-4c9d-baf5-258059dc3974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14282 | 2024.07.15 22:27:17.422655 [ 3 ] {} <Trace> HTTP-Session: b41278c7-aec2-4c9d-baf5-258059dc3974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14283 | 2024.07.15 22:27:17.422791 [ 3 ] {63084d6e-32bb-4f35-8b0d-3e7a46ffcda9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14284 | 2024.07.15 22:27:17.422837 [ 3 ] {63084d6e-32bb-4f35-8b0d-3e7a46ffcda9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14285 | 2024.07.15 22:27:17.422978 [ 3 ] {63084d6e-32bb-4f35-8b0d-3e7a46ffcda9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14286 | 2024.07.15 22:27:17.423377 [ 3 ] {63084d6e-32bb-4f35-8b0d-3e7a46ffcda9} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14287 | 2024.07.15 22:27:17.423413 [ 3 ] {63084d6e-32bb-4f35-8b0d-3e7a46ffcda9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14288 | 2024.07.15 22:27:17.423775 [ 3 ] {63084d6e-32bb-4f35-8b0d-3e7a46ffcda9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
14289 | 2024.07.15 22:27:17.424114 [ 3 ] {63084d6e-32bb-4f35-8b0d-3e7a46ffcda9} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14290 | 2024.07.15 22:27:17.424273 [ 3 ] {63084d6e-32bb-4f35-8b0d-3e7a46ffcda9} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001539 sec., 50032.48862897986 rows/sec., 3.08 MiB/sec. | ||
14291 | 2024.07.15 22:27:17.424441 [ 3 ] {63084d6e-32bb-4f35-8b0d-3e7a46ffcda9} <Debug> DynamicQueryHandler: Done processing query | ||
14292 | 2024.07.15 22:27:17.424465 [ 3 ] {63084d6e-32bb-4f35-8b0d-3e7a46ffcda9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14293 | 2024.07.15 22:27:17.424481 [ 3 ] {} <Debug> HTTP-Session: b41278c7-aec2-4c9d-baf5-258059dc3974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14294 | 2024.07.15 22:27:17.424630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14295 | 2024.07.15 22:27:17.424679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14296 | 2024.07.15 22:27:17.424699 [ 3 ] {} <Debug> HTTP-Session: 46003aae-9704-4f9b-a2f5-c9f93d7478f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14297 | 2024.07.15 22:27:17.424715 [ 3 ] {} <Debug> HTTP-Session: 46003aae-9704-4f9b-a2f5-c9f93d7478f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14298 | 2024.07.15 22:27:17.424729 [ 3 ] {} <Debug> HTTP-Session: 46003aae-9704-4f9b-a2f5-c9f93d7478f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14299 | 2024.07.15 22:27:17.424760 [ 3 ] {} <Trace> HTTP-Session: 46003aae-9704-4f9b-a2f5-c9f93d7478f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14300 | 2024.07.15 22:27:17.424913 [ 3 ] {527d8a9a-5819-4e09-b962-148c9a231c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14301 | 2024.07.15 22:27:17.424961 [ 3 ] {527d8a9a-5819-4e09-b962-148c9a231c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14302 | 2024.07.15 22:27:17.425102 [ 3 ] {527d8a9a-5819-4e09-b962-148c9a231c5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14303 | 2024.07.15 22:27:17.425503 [ 3 ] {527d8a9a-5819-4e09-b962-148c9a231c5f} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14304 | 2024.07.15 22:27:17.425538 [ 3 ] {527d8a9a-5819-4e09-b962-148c9a231c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14305 | 2024.07.15 22:27:17.425909 [ 3 ] {527d8a9a-5819-4e09-b962-148c9a231c5f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14306 | 2024.07.15 22:27:17.426244 [ 3 ] {527d8a9a-5819-4e09-b962-148c9a231c5f} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14307 | 2024.07.15 22:27:17.426397 [ 3 ] {527d8a9a-5819-4e09-b962-148c9a231c5f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
14308 | 2024.07.15 22:27:17.426562 [ 3 ] {527d8a9a-5819-4e09-b962-148c9a231c5f} <Debug> DynamicQueryHandler: Done processing query | ||
14309 | 2024.07.15 22:27:17.426587 [ 3 ] {527d8a9a-5819-4e09-b962-148c9a231c5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14310 | 2024.07.15 22:27:17.426602 [ 3 ] {} <Debug> HTTP-Session: 46003aae-9704-4f9b-a2f5-c9f93d7478f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14311 | 2024.07.15 22:27:17.426723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14312 | 2024.07.15 22:27:17.426771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14313 | 2024.07.15 22:27:17.426790 [ 3 ] {} <Debug> HTTP-Session: 28f085ba-a68a-4732-88c9-af9cdff99539 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14314 | 2024.07.15 22:27:17.426806 [ 3 ] {} <Debug> HTTP-Session: 28f085ba-a68a-4732-88c9-af9cdff99539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14315 | 2024.07.15 22:27:17.426820 [ 3 ] {} <Debug> HTTP-Session: 28f085ba-a68a-4732-88c9-af9cdff99539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14316 | 2024.07.15 22:27:17.426850 [ 3 ] {} <Trace> HTTP-Session: 28f085ba-a68a-4732-88c9-af9cdff99539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14317 | 2024.07.15 22:27:17.426951 [ 3 ] {1203a80b-8d36-40e4-b898-4c94a821d194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14318 | 2024.07.15 22:27:17.426995 [ 3 ] {1203a80b-8d36-40e4-b898-4c94a821d194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14319 | 2024.07.15 22:27:17.427119 [ 3 ] {1203a80b-8d36-40e4-b898-4c94a821d194} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14320 | 2024.07.15 22:27:17.427463 [ 3 ] {1203a80b-8d36-40e4-b898-4c94a821d194} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14321 | 2024.07.15 22:27:17.427498 [ 3 ] {1203a80b-8d36-40e4-b898-4c94a821d194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14322 | 2024.07.15 22:27:17.427848 [ 3 ] {1203a80b-8d36-40e4-b898-4c94a821d194} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
14323 | 2024.07.15 22:27:17.428165 [ 3 ] {1203a80b-8d36-40e4-b898-4c94a821d194} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14324 | 2024.07.15 22:27:17.428343 [ 3 ] {1203a80b-8d36-40e4-b898-4c94a821d194} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001406 sec., 16358.46372688478 rows/sec., 884.88 KiB/sec. | ||
14325 | 2024.07.15 22:27:17.428608 [ 3 ] {1203a80b-8d36-40e4-b898-4c94a821d194} <Debug> DynamicQueryHandler: Done processing query | ||
14326 | 2024.07.15 22:27:17.428660 [ 3 ] {1203a80b-8d36-40e4-b898-4c94a821d194} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14327 | 2024.07.15 22:27:17.428693 [ 3 ] {} <Debug> HTTP-Session: 28f085ba-a68a-4732-88c9-af9cdff99539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14328 | 2024.07.15 22:27:17.428814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14329 | 2024.07.15 22:27:17.428890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14330 | 2024.07.15 22:27:17.428909 [ 3 ] {} <Debug> HTTP-Session: cb445aca-d619-4c16-9416-2fda2aba8646 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14331 | 2024.07.15 22:27:17.428926 [ 3 ] {} <Debug> HTTP-Session: cb445aca-d619-4c16-9416-2fda2aba8646 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14332 | 2024.07.15 22:27:17.428939 [ 3 ] {} <Debug> HTTP-Session: cb445aca-d619-4c16-9416-2fda2aba8646 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14333 | 2024.07.15 22:27:17.428970 [ 3 ] {} <Trace> HTTP-Session: cb445aca-d619-4c16-9416-2fda2aba8646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14334 | 2024.07.15 22:27:17.429102 [ 3 ] {483eff06-e640-44bd-a6c1-cccf8bb72f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14335 | 2024.07.15 22:27:17.429147 [ 3 ] {483eff06-e640-44bd-a6c1-cccf8bb72f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14336 | 2024.07.15 22:27:17.429289 [ 3 ] {483eff06-e640-44bd-a6c1-cccf8bb72f78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14337 | 2024.07.15 22:27:17.429582 [ 3 ] {483eff06-e640-44bd-a6c1-cccf8bb72f78} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14338 | 2024.07.15 22:27:17.429618 [ 3 ] {483eff06-e640-44bd-a6c1-cccf8bb72f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14339 | 2024.07.15 22:27:17.430004 [ 3 ] {483eff06-e640-44bd-a6c1-cccf8bb72f78} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14340 | 2024.07.15 22:27:17.430319 [ 3 ] {483eff06-e640-44bd-a6c1-cccf8bb72f78} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14341 | 2024.07.15 22:27:17.430467 [ 3 ] {483eff06-e640-44bd-a6c1-cccf8bb72f78} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
14342 | 2024.07.15 22:27:17.430626 [ 3 ] {483eff06-e640-44bd-a6c1-cccf8bb72f78} <Debug> DynamicQueryHandler: Done processing query | ||
14343 | 2024.07.15 22:27:17.430650 [ 3 ] {483eff06-e640-44bd-a6c1-cccf8bb72f78} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14344 | 2024.07.15 22:27:17.430665 [ 3 ] {} <Debug> HTTP-Session: cb445aca-d619-4c16-9416-2fda2aba8646 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14345 | 2024.07.15 22:27:20.647454 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14346 | 2024.07.15 22:27:20.647572 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14347 | 2024.07.15 22:27:22.413440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 7219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14348 | 2024.07.15 22:27:22.413565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14349 | 2024.07.15 22:27:22.413593 [ 3 ] {} <Debug> HTTP-Session: 08514a26-a0ff-4ee3-b90a-f4c527baced4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14350 | 2024.07.15 22:27:22.413621 [ 3 ] {} <Debug> HTTP-Session: 08514a26-a0ff-4ee3-b90a-f4c527baced4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14351 | 2024.07.15 22:27:22.413639 [ 3 ] {} <Debug> HTTP-Session: 08514a26-a0ff-4ee3-b90a-f4c527baced4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14352 | 2024.07.15 22:27:22.413695 [ 3 ] {} <Trace> HTTP-Session: 08514a26-a0ff-4ee3-b90a-f4c527baced4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14353 | 2024.07.15 22:27:22.413914 [ 3 ] {012a30f2-f480-4e3c-97f7-89635f481a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14354 | 2024.07.15 22:27:22.413990 [ 3 ] {012a30f2-f480-4e3c-97f7-89635f481a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14355 | 2024.07.15 22:27:22.414213 [ 3 ] {012a30f2-f480-4e3c-97f7-89635f481a8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14356 | 2024.07.15 22:27:22.414789 [ 3 ] {012a30f2-f480-4e3c-97f7-89635f481a8e} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14357 | 2024.07.15 22:27:22.414835 [ 3 ] {012a30f2-f480-4e3c-97f7-89635f481a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14358 | 2024.07.15 22:27:22.415213 [ 3 ] {012a30f2-f480-4e3c-97f7-89635f481a8e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14359 | 2024.07.15 22:27:22.415547 [ 3 ] {012a30f2-f480-4e3c-97f7-89635f481a8e} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14360 | 2024.07.15 22:27:22.415721 [ 3 ] {012a30f2-f480-4e3c-97f7-89635f481a8e} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001878 sec., 26624.068157614485 rows/sec., 2.11 MiB/sec. | ||
14361 | 2024.07.15 22:27:22.415740 [ 59 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14362 | 2024.07.15 22:27:22.415847 [ 59 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14363 | 2024.07.15 22:27:22.415900 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14364 | 2024.07.15 22:27:22.416048 [ 3 ] {012a30f2-f480-4e3c-97f7-89635f481a8e} <Debug> DynamicQueryHandler: Done processing query | ||
14365 | 2024.07.15 22:27:22.416116 [ 3 ] {012a30f2-f480-4e3c-97f7-89635f481a8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14366 | 2024.07.15 22:27:22.416140 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
14367 | 2024.07.15 22:27:22.416179 [ 3 ] {} <Debug> HTTP-Session: 08514a26-a0ff-4ee3-b90a-f4c527baced4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14368 | 2024.07.15 22:27:22.416529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14369 | 2024.07.15 22:27:22.416719 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14370 | 2024.07.15 22:27:22.416750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14371 | 2024.07.15 22:27:22.416824 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 49 rows starting from the beginning of the part | ||
14372 | 2024.07.15 22:27:22.416880 [ 3 ] {} <Debug> HTTP-Session: 20453d21-0adb-45fd-9144-554d9255e49b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14373 | 2024.07.15 22:27:22.416987 [ 3 ] {} <Debug> HTTP-Session: 20453d21-0adb-45fd-9144-554d9255e49b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14374 | 2024.07.15 22:27:22.417066 [ 3 ] {} <Debug> HTTP-Session: 20453d21-0adb-45fd-9144-554d9255e49b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14375 | 2024.07.15 22:27:22.417255 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 47 rows starting from the beginning of the part | ||
14376 | 2024.07.15 22:27:22.417301 [ 3 ] {} <Trace> HTTP-Session: 20453d21-0adb-45fd-9144-554d9255e49b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14377 | 2024.07.15 22:27:22.417769 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 6 rows starting from the beginning of the part | ||
14378 | 2024.07.15 22:27:22.417791 [ 3 ] {91fdf6de-8dbd-4b67-9f0f-6dfcab4f21e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14379 | 2024.07.15 22:27:22.417968 [ 3 ] {91fdf6de-8dbd-4b67-9f0f-6dfcab4f21e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14380 | 2024.07.15 22:27:22.418077 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 50 rows starting from the beginning of the part | ||
14381 | 2024.07.15 22:27:22.418440 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 6 rows starting from the beginning of the part | ||
14382 | 2024.07.15 22:27:22.418751 [ 195 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 50 rows starting from the beginning of the part | ||
14383 | 2024.07.15 22:27:22.418975 [ 3 ] {91fdf6de-8dbd-4b67-9f0f-6dfcab4f21e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14384 | 2024.07.15 22:27:22.419894 [ 3 ] {91fdf6de-8dbd-4b67-9f0f-6dfcab4f21e4} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14385 | 2024.07.15 22:27:22.419956 [ 3 ] {91fdf6de-8dbd-4b67-9f0f-6dfcab4f21e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14386 | 2024.07.15 22:27:22.420799 [ 3 ] {91fdf6de-8dbd-4b67-9f0f-6dfcab4f21e4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
14387 | 2024.07.15 22:27:22.421505 [ 189 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 4 columns (4 merged, 0 gathered) in 0.0055124 sec., 37733.11080473115 rows/sec., 2.90 MiB/sec. | ||
14388 | 2024.07.15 22:27:22.421697 [ 3 ] {91fdf6de-8dbd-4b67-9f0f-6dfcab4f21e4} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14389 | 2024.07.15 22:27:22.421911 [ 189 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14390 | 2024.07.15 22:27:22.421985 [ 3 ] {91fdf6de-8dbd-4b67-9f0f-6dfcab4f21e4} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.00439 sec., 683.371298405467 rows/sec., 50.72 KiB/sec. | ||
14391 | 2024.07.15 22:27:22.422335 [ 3 ] {91fdf6de-8dbd-4b67-9f0f-6dfcab4f21e4} <Debug> DynamicQueryHandler: Done processing query | ||
14392 | 2024.07.15 22:27:22.422385 [ 3 ] {91fdf6de-8dbd-4b67-9f0f-6dfcab4f21e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14393 | 2024.07.15 22:27:22.422451 [ 3 ] {} <Debug> HTTP-Session: 20453d21-0adb-45fd-9144-554d9255e49b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14394 | 2024.07.15 22:27:22.422697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 31306, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14395 | 2024.07.15 22:27:22.422777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14396 | 2024.07.15 22:27:22.422820 [ 3 ] {} <Debug> HTTP-Session: a136640c-c8aa-48a1-97e7-e5f85ff3ecf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14397 | 2024.07.15 22:27:22.422827 [ 189 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_76_15} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14398 | 2024.07.15 22:27:22.422848 [ 3 ] {} <Debug> HTTP-Session: a136640c-c8aa-48a1-97e7-e5f85ff3ecf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14399 | 2024.07.15 22:27:22.422894 [ 3 ] {} <Debug> HTTP-Session: a136640c-c8aa-48a1-97e7-e5f85ff3ecf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14400 | 2024.07.15 22:27:22.422978 [ 3 ] {} <Trace> HTTP-Session: a136640c-c8aa-48a1-97e7-e5f85ff3ecf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14401 | 2024.07.15 22:27:22.423019 [ 189 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_76_15} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14402 | 2024.07.15 22:27:22.423165 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
14403 | 2024.07.15 22:27:22.423222 [ 3 ] {ef716bc9-2e9e-48ea-9fa5-8542cd9d7f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14404 | 2024.07.15 22:27:22.423272 [ 3 ] {ef716bc9-2e9e-48ea-9fa5-8542cd9d7f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14405 | 2024.07.15 22:27:22.423418 [ 3 ] {ef716bc9-2e9e-48ea-9fa5-8542cd9d7f57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14406 | 2024.07.15 22:27:22.423864 [ 3 ] {ef716bc9-2e9e-48ea-9fa5-8542cd9d7f57} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14407 | 2024.07.15 22:27:22.423901 [ 3 ] {ef716bc9-2e9e-48ea-9fa5-8542cd9d7f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14408 | 2024.07.15 22:27:22.424238 [ 3 ] {ef716bc9-2e9e-48ea-9fa5-8542cd9d7f57} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14409 | 2024.07.15 22:27:22.424556 [ 3 ] {ef716bc9-2e9e-48ea-9fa5-8542cd9d7f57} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14410 | 2024.07.15 22:27:22.424708 [ 3 ] {ef716bc9-2e9e-48ea-9fa5-8542cd9d7f57} <Debug> executeQuery: Read 212 rows, 18.44 KiB in 0.001606 sec., 132004.98132004982 rows/sec., 11.22 MiB/sec. | ||
14411 | 2024.07.15 22:27:22.424871 [ 3 ] {ef716bc9-2e9e-48ea-9fa5-8542cd9d7f57} <Debug> DynamicQueryHandler: Done processing query | ||
14412 | 2024.07.15 22:27:22.424896 [ 3 ] {ef716bc9-2e9e-48ea-9fa5-8542cd9d7f57} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14413 | 2024.07.15 22:27:22.424911 [ 3 ] {} <Debug> HTTP-Session: a136640c-c8aa-48a1-97e7-e5f85ff3ecf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14414 | 2024.07.15 22:27:22.425015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14415 | 2024.07.15 22:27:22.425063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14416 | 2024.07.15 22:27:22.425081 [ 3 ] {} <Debug> HTTP-Session: 9b20c638-8e58-47a3-8ffd-5efc5929cf80 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14417 | 2024.07.15 22:27:22.425097 [ 3 ] {} <Debug> HTTP-Session: 9b20c638-8e58-47a3-8ffd-5efc5929cf80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14418 | 2024.07.15 22:27:22.425110 [ 3 ] {} <Debug> HTTP-Session: 9b20c638-8e58-47a3-8ffd-5efc5929cf80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14419 | 2024.07.15 22:27:22.425141 [ 3 ] {} <Trace> HTTP-Session: 9b20c638-8e58-47a3-8ffd-5efc5929cf80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14420 | 2024.07.15 22:27:22.425233 [ 3 ] {7110aba6-a68e-4c8b-a5d2-19740f13419f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14421 | 2024.07.15 22:27:22.425275 [ 3 ] {7110aba6-a68e-4c8b-a5d2-19740f13419f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14422 | 2024.07.15 22:27:22.425398 [ 3 ] {7110aba6-a68e-4c8b-a5d2-19740f13419f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14423 | 2024.07.15 22:27:22.425683 [ 3 ] {7110aba6-a68e-4c8b-a5d2-19740f13419f} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14424 | 2024.07.15 22:27:22.425720 [ 3 ] {7110aba6-a68e-4c8b-a5d2-19740f13419f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14425 | 2024.07.15 22:27:22.426015 [ 3 ] {7110aba6-a68e-4c8b-a5d2-19740f13419f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
14426 | 2024.07.15 22:27:22.426315 [ 3 ] {7110aba6-a68e-4c8b-a5d2-19740f13419f} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14427 | 2024.07.15 22:27:22.426475 [ 3 ] {7110aba6-a68e-4c8b-a5d2-19740f13419f} <Debug> executeQuery: Read 3 rows, 192.00 B in 0.00126 sec., 2380.9523809523807 rows/sec., 148.81 KiB/sec. | ||
14428 | 2024.07.15 22:27:22.426764 [ 3 ] {7110aba6-a68e-4c8b-a5d2-19740f13419f} <Debug> DynamicQueryHandler: Done processing query | ||
14429 | 2024.07.15 22:27:22.426794 [ 3 ] {7110aba6-a68e-4c8b-a5d2-19740f13419f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14430 | 2024.07.15 22:27:22.426810 [ 3 ] {} <Debug> HTTP-Session: 9b20c638-8e58-47a3-8ffd-5efc5929cf80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14431 | 2024.07.15 22:27:22.426946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 22680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14432 | 2024.07.15 22:27:22.426994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14433 | 2024.07.15 22:27:22.427012 [ 3 ] {} <Debug> HTTP-Session: 9543e361-d1e8-4d71-8c0f-d673b0358010 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14434 | 2024.07.15 22:27:22.427029 [ 3 ] {} <Debug> HTTP-Session: 9543e361-d1e8-4d71-8c0f-d673b0358010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14435 | 2024.07.15 22:27:22.427043 [ 3 ] {} <Debug> HTTP-Session: 9543e361-d1e8-4d71-8c0f-d673b0358010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14436 | 2024.07.15 22:27:22.427073 [ 3 ] {} <Trace> HTTP-Session: 9543e361-d1e8-4d71-8c0f-d673b0358010 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14437 | 2024.07.15 22:27:22.427232 [ 3 ] {550d410e-b724-4e3a-bf09-6ef964f17054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14438 | 2024.07.15 22:27:22.427276 [ 3 ] {550d410e-b724-4e3a-bf09-6ef964f17054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14439 | 2024.07.15 22:27:22.427417 [ 3 ] {550d410e-b724-4e3a-bf09-6ef964f17054} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14440 | 2024.07.15 22:27:22.427794 [ 3 ] {550d410e-b724-4e3a-bf09-6ef964f17054} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14441 | 2024.07.15 22:27:22.427830 [ 3 ] {550d410e-b724-4e3a-bf09-6ef964f17054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14442 | 2024.07.15 22:27:22.428133 [ 3 ] {550d410e-b724-4e3a-bf09-6ef964f17054} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14443 | 2024.07.15 22:27:22.428487 [ 3 ] {550d410e-b724-4e3a-bf09-6ef964f17054} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14444 | 2024.07.15 22:27:22.428780 [ 3 ] {550d410e-b724-4e3a-bf09-6ef964f17054} <Debug> executeQuery: Read 135 rows, 10.59 KiB in 0.001608 sec., 83955.22388059701 rows/sec., 6.43 MiB/sec. | ||
14445 | 2024.07.15 22:27:22.429162 [ 3 ] {550d410e-b724-4e3a-bf09-6ef964f17054} <Debug> DynamicQueryHandler: Done processing query | ||
14446 | 2024.07.15 22:27:22.429187 [ 3 ] {550d410e-b724-4e3a-bf09-6ef964f17054} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14447 | 2024.07.15 22:27:22.429203 [ 3 ] {} <Debug> HTTP-Session: 9543e361-d1e8-4d71-8c0f-d673b0358010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14448 | 2024.07.15 22:27:22.429343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 31157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14449 | 2024.07.15 22:27:22.429390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14450 | 2024.07.15 22:27:22.429408 [ 3 ] {} <Debug> HTTP-Session: fc49ad81-df07-4f5e-8594-4aed0cb27a78 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14451 | 2024.07.15 22:27:22.429424 [ 3 ] {} <Debug> HTTP-Session: fc49ad81-df07-4f5e-8594-4aed0cb27a78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14452 | 2024.07.15 22:27:22.429438 [ 3 ] {} <Debug> HTTP-Session: fc49ad81-df07-4f5e-8594-4aed0cb27a78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14453 | 2024.07.15 22:27:22.429468 [ 3 ] {} <Trace> HTTP-Session: fc49ad81-df07-4f5e-8594-4aed0cb27a78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14454 | 2024.07.15 22:27:22.429611 [ 3 ] {06aa9009-aa55-4a64-beae-27f0bf622cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14455 | 2024.07.15 22:27:22.429659 [ 3 ] {06aa9009-aa55-4a64-beae-27f0bf622cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14456 | 2024.07.15 22:27:22.429827 [ 3 ] {06aa9009-aa55-4a64-beae-27f0bf622cd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14457 | 2024.07.15 22:27:22.430208 [ 3 ] {06aa9009-aa55-4a64-beae-27f0bf622cd3} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14458 | 2024.07.15 22:27:22.430247 [ 3 ] {06aa9009-aa55-4a64-beae-27f0bf622cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14459 | 2024.07.15 22:27:22.430634 [ 3 ] {06aa9009-aa55-4a64-beae-27f0bf622cd3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14460 | 2024.07.15 22:27:22.430966 [ 3 ] {06aa9009-aa55-4a64-beae-27f0bf622cd3} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14461 | 2024.07.15 22:27:22.431122 [ 3 ] {06aa9009-aa55-4a64-beae-27f0bf622cd3} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.001565 sec., 104153.35463258786 rows/sec., 7.24 MiB/sec. | ||
14462 | 2024.07.15 22:27:22.431285 [ 3 ] {06aa9009-aa55-4a64-beae-27f0bf622cd3} <Debug> DynamicQueryHandler: Done processing query | ||
14463 | 2024.07.15 22:27:22.431309 [ 3 ] {06aa9009-aa55-4a64-beae-27f0bf622cd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14464 | 2024.07.15 22:27:22.431324 [ 3 ] {} <Debug> HTTP-Session: fc49ad81-df07-4f5e-8594-4aed0cb27a78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14465 | 2024.07.15 22:27:22.431485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 80948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14466 | 2024.07.15 22:27:22.431532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14467 | 2024.07.15 22:27:22.431551 [ 3 ] {} <Debug> HTTP-Session: 23fcf39d-6a0c-4982-8c07-d68e84c82218 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14468 | 2024.07.15 22:27:22.431567 [ 3 ] {} <Debug> HTTP-Session: 23fcf39d-6a0c-4982-8c07-d68e84c82218 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14469 | 2024.07.15 22:27:22.431581 [ 3 ] {} <Debug> HTTP-Session: 23fcf39d-6a0c-4982-8c07-d68e84c82218 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14470 | 2024.07.15 22:27:22.431611 [ 3 ] {} <Trace> HTTP-Session: 23fcf39d-6a0c-4982-8c07-d68e84c82218 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14471 | 2024.07.15 22:27:22.432063 [ 3 ] {942b17f8-c970-41dd-a5ca-09300ae1aa92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14472 | 2024.07.15 22:27:22.432127 [ 3 ] {942b17f8-c970-41dd-a5ca-09300ae1aa92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14473 | 2024.07.15 22:27:22.432532 [ 3 ] {942b17f8-c970-41dd-a5ca-09300ae1aa92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14474 | 2024.07.15 22:27:22.433366 [ 3 ] {942b17f8-c970-41dd-a5ca-09300ae1aa92} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14475 | 2024.07.15 22:27:22.433401 [ 3 ] {942b17f8-c970-41dd-a5ca-09300ae1aa92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14476 | 2024.07.15 22:27:22.434040 [ 3 ] {942b17f8-c970-41dd-a5ca-09300ae1aa92} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14477 | 2024.07.15 22:27:22.434440 [ 3 ] {942b17f8-c970-41dd-a5ca-09300ae1aa92} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14478 | 2024.07.15 22:27:22.434627 [ 3 ] {942b17f8-c970-41dd-a5ca-09300ae1aa92} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.00292 sec., 17123.287671232876 rows/sec., 30.68 MiB/sec. | ||
14479 | 2024.07.15 22:27:22.434820 [ 3 ] {942b17f8-c970-41dd-a5ca-09300ae1aa92} <Debug> DynamicQueryHandler: Done processing query | ||
14480 | 2024.07.15 22:27:22.434844 [ 3 ] {942b17f8-c970-41dd-a5ca-09300ae1aa92} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
14481 | 2024.07.15 22:27:22.434860 [ 3 ] {} <Debug> HTTP-Session: 23fcf39d-6a0c-4982-8c07-d68e84c82218 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14482 | 2024.07.15 22:27:22.434978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14483 | 2024.07.15 22:27:22.435025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14484 | 2024.07.15 22:27:22.435045 [ 3 ] {} <Debug> HTTP-Session: d4e9a305-e2ed-4b2f-8dcd-c9a61b83e50c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14485 | 2024.07.15 22:27:22.435061 [ 3 ] {} <Debug> HTTP-Session: d4e9a305-e2ed-4b2f-8dcd-c9a61b83e50c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14486 | 2024.07.15 22:27:22.435074 [ 3 ] {} <Debug> HTTP-Session: d4e9a305-e2ed-4b2f-8dcd-c9a61b83e50c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14487 | 2024.07.15 22:27:22.435105 [ 3 ] {} <Trace> HTTP-Session: d4e9a305-e2ed-4b2f-8dcd-c9a61b83e50c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14488 | 2024.07.15 22:27:22.435213 [ 3 ] {4facb635-3c86-42ad-8a27-338e46fe69d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14489 | 2024.07.15 22:27:22.435257 [ 3 ] {4facb635-3c86-42ad-8a27-338e46fe69d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14490 | 2024.07.15 22:27:22.435382 [ 3 ] {4facb635-3c86-42ad-8a27-338e46fe69d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14491 | 2024.07.15 22:27:22.435670 [ 3 ] {4facb635-3c86-42ad-8a27-338e46fe69d5} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14492 | 2024.07.15 22:27:22.435706 [ 3 ] {4facb635-3c86-42ad-8a27-338e46fe69d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14493 | 2024.07.15 22:27:22.436054 [ 3 ] {4facb635-3c86-42ad-8a27-338e46fe69d5} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14494 | 2024.07.15 22:27:22.436375 [ 3 ] {4facb635-3c86-42ad-8a27-338e46fe69d5} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14495 | 2024.07.15 22:27:22.436553 [ 3 ] {4facb635-3c86-42ad-8a27-338e46fe69d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. | ||
14496 | 2024.07.15 22:27:22.436711 [ 3 ] {4facb635-3c86-42ad-8a27-338e46fe69d5} <Debug> DynamicQueryHandler: Done processing query | ||
14497 | 2024.07.15 22:27:22.436735 [ 3 ] {4facb635-3c86-42ad-8a27-338e46fe69d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14498 | 2024.07.15 22:27:22.436750 [ 3 ] {} <Debug> HTTP-Session: d4e9a305-e2ed-4b2f-8dcd-c9a61b83e50c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14499 | 2024.07.15 22:27:27.415605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14500 | 2024.07.15 22:27:27.415741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14501 | 2024.07.15 22:27:27.415770 [ 3 ] {} <Debug> HTTP-Session: cb46f23e-b2fc-4be5-891d-ef7c2218937c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14502 | 2024.07.15 22:27:27.415799 [ 3 ] {} <Debug> HTTP-Session: cb46f23e-b2fc-4be5-891d-ef7c2218937c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14503 | 2024.07.15 22:27:27.415816 [ 3 ] {} <Debug> HTTP-Session: cb46f23e-b2fc-4be5-891d-ef7c2218937c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14504 | 2024.07.15 22:27:27.415871 [ 3 ] {} <Trace> HTTP-Session: cb46f23e-b2fc-4be5-891d-ef7c2218937c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14505 | 2024.07.15 22:27:27.416064 [ 3 ] {e375a874-8ef4-477a-9afb-3bc8ed52f7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14506 | 2024.07.15 22:27:27.416138 [ 3 ] {e375a874-8ef4-477a-9afb-3bc8ed52f7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14507 | 2024.07.15 22:27:27.416355 [ 3 ] {e375a874-8ef4-477a-9afb-3bc8ed52f7a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14508 | 2024.07.15 22:27:27.416756 [ 3 ] {e375a874-8ef4-477a-9afb-3bc8ed52f7a9} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14509 | 2024.07.15 22:27:27.416800 [ 3 ] {e375a874-8ef4-477a-9afb-3bc8ed52f7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14510 | 2024.07.15 22:27:27.417165 [ 3 ] {e375a874-8ef4-477a-9afb-3bc8ed52f7a9} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14511 | 2024.07.15 22:27:27.417495 [ 3 ] {e375a874-8ef4-477a-9afb-3bc8ed52f7a9} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14512 | 2024.07.15 22:27:27.417658 [ 3 ] {e375a874-8ef4-477a-9afb-3bc8ed52f7a9} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001654 sec., 3627.569528415961 rows/sec., 205.47 KiB/sec. | ||
14513 | 2024.07.15 22:27:27.417865 [ 3 ] {e375a874-8ef4-477a-9afb-3bc8ed52f7a9} <Debug> DynamicQueryHandler: Done processing query | ||
14514 | 2024.07.15 22:27:27.417892 [ 3 ] {e375a874-8ef4-477a-9afb-3bc8ed52f7a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14515 | 2024.07.15 22:27:27.417908 [ 3 ] {} <Debug> HTTP-Session: cb46f23e-b2fc-4be5-891d-ef7c2218937c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14516 | 2024.07.15 22:27:27.418060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14517 | 2024.07.15 22:27:27.418112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14518 | 2024.07.15 22:27:27.418132 [ 3 ] {} <Debug> HTTP-Session: a2b06ebe-0a63-4910-891b-cc6e37574b93 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14519 | 2024.07.15 22:27:27.418151 [ 3 ] {} <Debug> HTTP-Session: a2b06ebe-0a63-4910-891b-cc6e37574b93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14520 | 2024.07.15 22:27:27.418165 [ 3 ] {} <Debug> HTTP-Session: a2b06ebe-0a63-4910-891b-cc6e37574b93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14521 | 2024.07.15 22:27:27.418200 [ 3 ] {} <Trace> HTTP-Session: a2b06ebe-0a63-4910-891b-cc6e37574b93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14522 | 2024.07.15 22:27:27.418348 [ 3 ] {2374268b-9674-495f-8e07-248b1072c495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14523 | 2024.07.15 22:27:27.418396 [ 3 ] {2374268b-9674-495f-8e07-248b1072c495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14524 | 2024.07.15 22:27:27.418524 [ 3 ] {2374268b-9674-495f-8e07-248b1072c495} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14525 | 2024.07.15 22:27:27.418954 [ 3 ] {2374268b-9674-495f-8e07-248b1072c495} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14526 | 2024.07.15 22:27:27.418991 [ 3 ] {2374268b-9674-495f-8e07-248b1072c495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14527 | 2024.07.15 22:27:27.419317 [ 3 ] {2374268b-9674-495f-8e07-248b1072c495} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14528 | 2024.07.15 22:27:27.419622 [ 3 ] {2374268b-9674-495f-8e07-248b1072c495} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14529 | 2024.07.15 22:27:27.419777 [ 3 ] {2374268b-9674-495f-8e07-248b1072c495} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001496 sec., 107620.32085561498 rows/sec., 9.50 MiB/sec. | ||
14530 | 2024.07.15 22:27:27.420005 [ 3 ] {2374268b-9674-495f-8e07-248b1072c495} <Debug> DynamicQueryHandler: Done processing query | ||
14531 | 2024.07.15 22:27:27.420031 [ 3 ] {2374268b-9674-495f-8e07-248b1072c495} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14532 | 2024.07.15 22:27:27.420048 [ 3 ] {} <Debug> HTTP-Session: a2b06ebe-0a63-4910-891b-cc6e37574b93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14533 | 2024.07.15 22:27:27.420319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14534 | 2024.07.15 22:27:27.420451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14535 | 2024.07.15 22:27:27.420497 [ 3 ] {} <Debug> HTTP-Session: d9b2178d-d520-4a51-a35f-5a36c395cbf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14536 | 2024.07.15 22:27:27.420529 [ 3 ] {} <Debug> HTTP-Session: d9b2178d-d520-4a51-a35f-5a36c395cbf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14537 | 2024.07.15 22:27:27.420543 [ 3 ] {} <Debug> HTTP-Session: d9b2178d-d520-4a51-a35f-5a36c395cbf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14538 | 2024.07.15 22:27:27.420576 [ 3 ] {} <Trace> HTTP-Session: d9b2178d-d520-4a51-a35f-5a36c395cbf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14539 | 2024.07.15 22:27:27.420776 [ 3 ] {6d243e63-a90a-4689-a664-4269282515e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14540 | 2024.07.15 22:27:27.420821 [ 3 ] {6d243e63-a90a-4689-a664-4269282515e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14541 | 2024.07.15 22:27:27.420966 [ 3 ] {6d243e63-a90a-4689-a664-4269282515e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14542 | 2024.07.15 22:27:27.421489 [ 3 ] {6d243e63-a90a-4689-a664-4269282515e3} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14543 | 2024.07.15 22:27:27.421525 [ 3 ] {6d243e63-a90a-4689-a664-4269282515e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14544 | 2024.07.15 22:27:27.421847 [ 3 ] {6d243e63-a90a-4689-a664-4269282515e3} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14545 | 2024.07.15 22:27:27.422156 [ 3 ] {6d243e63-a90a-4689-a664-4269282515e3} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14546 | 2024.07.15 22:27:27.422311 [ 3 ] {6d243e63-a90a-4689-a664-4269282515e3} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001638 sec., 233211.23321123322 rows/sec., 16.38 MiB/sec. | ||
14547 | 2024.07.15 22:27:27.422467 [ 3 ] {6d243e63-a90a-4689-a664-4269282515e3} <Debug> DynamicQueryHandler: Done processing query | ||
14548 | 2024.07.15 22:27:27.422491 [ 3 ] {6d243e63-a90a-4689-a664-4269282515e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14549 | 2024.07.15 22:27:27.422507 [ 3 ] {} <Debug> HTTP-Session: d9b2178d-d520-4a51-a35f-5a36c395cbf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14550 | 2024.07.15 22:27:27.422651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14551 | 2024.07.15 22:27:27.422698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14552 | 2024.07.15 22:27:27.422717 [ 3 ] {} <Debug> HTTP-Session: 221d6555-5243-4bd9-85d1-52524009b390 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14553 | 2024.07.15 22:27:27.422733 [ 3 ] {} <Debug> HTTP-Session: 221d6555-5243-4bd9-85d1-52524009b390 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14554 | 2024.07.15 22:27:27.422747 [ 3 ] {} <Debug> HTTP-Session: 221d6555-5243-4bd9-85d1-52524009b390 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14555 | 2024.07.15 22:27:27.422778 [ 3 ] {} <Trace> HTTP-Session: 221d6555-5243-4bd9-85d1-52524009b390 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14556 | 2024.07.15 22:27:27.422872 [ 3 ] {933f29af-2b2c-4c3e-a3a4-0d36472c40e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14557 | 2024.07.15 22:27:27.422918 [ 3 ] {933f29af-2b2c-4c3e-a3a4-0d36472c40e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14558 | 2024.07.15 22:27:27.423044 [ 3 ] {933f29af-2b2c-4c3e-a3a4-0d36472c40e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14559 | 2024.07.15 22:27:27.423308 [ 3 ] {933f29af-2b2c-4c3e-a3a4-0d36472c40e9} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14560 | 2024.07.15 22:27:27.423343 [ 3 ] {933f29af-2b2c-4c3e-a3a4-0d36472c40e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14561 | 2024.07.15 22:27:27.423693 [ 3 ] {933f29af-2b2c-4c3e-a3a4-0d36472c40e9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
14562 | 2024.07.15 22:27:27.424007 [ 3 ] {933f29af-2b2c-4c3e-a3a4-0d36472c40e9} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14563 | 2024.07.15 22:27:27.424167 [ 3 ] {933f29af-2b2c-4c3e-a3a4-0d36472c40e9} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 196.20 KiB/sec. | ||
14564 | 2024.07.15 22:27:27.424326 [ 3 ] {933f29af-2b2c-4c3e-a3a4-0d36472c40e9} <Debug> DynamicQueryHandler: Done processing query | ||
14565 | 2024.07.15 22:27:27.424351 [ 3 ] {933f29af-2b2c-4c3e-a3a4-0d36472c40e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14566 | 2024.07.15 22:27:27.424366 [ 3 ] {} <Debug> HTTP-Session: 221d6555-5243-4bd9-85d1-52524009b390 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14567 | 2024.07.15 22:27:27.424526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14568 | 2024.07.15 22:27:27.424574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14569 | 2024.07.15 22:27:27.424593 [ 3 ] {} <Debug> HTTP-Session: 01caa344-7d74-4685-a354-e3cd22d2919f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14570 | 2024.07.15 22:27:27.424609 [ 3 ] {} <Debug> HTTP-Session: 01caa344-7d74-4685-a354-e3cd22d2919f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14571 | 2024.07.15 22:27:27.424623 [ 3 ] {} <Debug> HTTP-Session: 01caa344-7d74-4685-a354-e3cd22d2919f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14572 | 2024.07.15 22:27:27.424653 [ 3 ] {} <Trace> HTTP-Session: 01caa344-7d74-4685-a354-e3cd22d2919f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14573 | 2024.07.15 22:27:27.424767 [ 3 ] {f18f08ad-6f70-4216-8e09-1e333d280970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14574 | 2024.07.15 22:27:27.424815 [ 3 ] {f18f08ad-6f70-4216-8e09-1e333d280970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14575 | 2024.07.15 22:27:27.424955 [ 3 ] {f18f08ad-6f70-4216-8e09-1e333d280970} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14576 | 2024.07.15 22:27:27.425348 [ 3 ] {f18f08ad-6f70-4216-8e09-1e333d280970} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14577 | 2024.07.15 22:27:27.425383 [ 3 ] {f18f08ad-6f70-4216-8e09-1e333d280970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14578 | 2024.07.15 22:27:27.425741 [ 3 ] {f18f08ad-6f70-4216-8e09-1e333d280970} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
14579 | 2024.07.15 22:27:27.426068 [ 3 ] {f18f08ad-6f70-4216-8e09-1e333d280970} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14580 | 2024.07.15 22:27:27.426226 [ 3 ] {f18f08ad-6f70-4216-8e09-1e333d280970} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001489 sec., 51712.55876427132 rows/sec., 3.18 MiB/sec. | ||
14581 | 2024.07.15 22:27:27.426419 [ 3 ] {f18f08ad-6f70-4216-8e09-1e333d280970} <Debug> DynamicQueryHandler: Done processing query | ||
14582 | 2024.07.15 22:27:27.426449 [ 3 ] {f18f08ad-6f70-4216-8e09-1e333d280970} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14583 | 2024.07.15 22:27:27.426467 [ 3 ] {} <Debug> HTTP-Session: 01caa344-7d74-4685-a354-e3cd22d2919f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14584 | 2024.07.15 22:27:27.426632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14585 | 2024.07.15 22:27:27.426681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14586 | 2024.07.15 22:27:27.426700 [ 3 ] {} <Debug> HTTP-Session: f0b54342-cb77-4967-a840-8ec7492ba673 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14587 | 2024.07.15 22:27:27.426716 [ 3 ] {} <Debug> HTTP-Session: f0b54342-cb77-4967-a840-8ec7492ba673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14588 | 2024.07.15 22:27:27.426730 [ 3 ] {} <Debug> HTTP-Session: f0b54342-cb77-4967-a840-8ec7492ba673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14589 | 2024.07.15 22:27:27.426761 [ 3 ] {} <Trace> HTTP-Session: f0b54342-cb77-4967-a840-8ec7492ba673 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14590 | 2024.07.15 22:27:27.426906 [ 3 ] {33a82f00-b857-4926-8ec5-69e64108cda5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14591 | 2024.07.15 22:27:27.426951 [ 3 ] {33a82f00-b857-4926-8ec5-69e64108cda5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14592 | 2024.07.15 22:27:27.427091 [ 3 ] {33a82f00-b857-4926-8ec5-69e64108cda5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14593 | 2024.07.15 22:27:27.427465 [ 3 ] {33a82f00-b857-4926-8ec5-69e64108cda5} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14594 | 2024.07.15 22:27:27.427501 [ 3 ] {33a82f00-b857-4926-8ec5-69e64108cda5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14595 | 2024.07.15 22:27:27.427887 [ 3 ] {33a82f00-b857-4926-8ec5-69e64108cda5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14596 | 2024.07.15 22:27:27.428210 [ 3 ] {33a82f00-b857-4926-8ec5-69e64108cda5} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14597 | 2024.07.15 22:27:27.428368 [ 3 ] {33a82f00-b857-4926-8ec5-69e64108cda5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. | ||
14598 | 2024.07.15 22:27:27.428635 [ 3 ] {33a82f00-b857-4926-8ec5-69e64108cda5} <Debug> DynamicQueryHandler: Done processing query | ||
14599 | 2024.07.15 22:27:27.428698 [ 3 ] {33a82f00-b857-4926-8ec5-69e64108cda5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14600 | 2024.07.15 22:27:27.428767 [ 3 ] {} <Debug> HTTP-Session: f0b54342-cb77-4967-a840-8ec7492ba673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14601 | 2024.07.15 22:27:27.429013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14602 | 2024.07.15 22:27:27.429156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14603 | 2024.07.15 22:27:27.429211 [ 3 ] {} <Debug> HTTP-Session: 3757b86d-ebe0-4bf1-be42-cb5092082636 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14604 | 2024.07.15 22:27:27.429252 [ 3 ] {} <Debug> HTTP-Session: 3757b86d-ebe0-4bf1-be42-cb5092082636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14605 | 2024.07.15 22:27:27.429279 [ 3 ] {} <Debug> HTTP-Session: 3757b86d-ebe0-4bf1-be42-cb5092082636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14606 | 2024.07.15 22:27:27.429320 [ 3 ] {} <Trace> HTTP-Session: 3757b86d-ebe0-4bf1-be42-cb5092082636 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14607 | 2024.07.15 22:27:27.429428 [ 3 ] {c1cfe617-4206-4b17-b171-cf073dcf47ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14608 | 2024.07.15 22:27:27.429474 [ 3 ] {c1cfe617-4206-4b17-b171-cf073dcf47ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14609 | 2024.07.15 22:27:27.429612 [ 3 ] {c1cfe617-4206-4b17-b171-cf073dcf47ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14610 | 2024.07.15 22:27:27.429888 [ 3 ] {c1cfe617-4206-4b17-b171-cf073dcf47ed} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14611 | 2024.07.15 22:27:27.429923 [ 3 ] {c1cfe617-4206-4b17-b171-cf073dcf47ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14612 | 2024.07.15 22:27:27.430270 [ 3 ] {c1cfe617-4206-4b17-b171-cf073dcf47ed} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
14613 | 2024.07.15 22:27:27.430581 [ 3 ] {c1cfe617-4206-4b17-b171-cf073dcf47ed} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14614 | 2024.07.15 22:27:27.430751 [ 3 ] {c1cfe617-4206-4b17-b171-cf073dcf47ed} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001344 sec., 17113.09523809524 rows/sec., 925.70 KiB/sec. | ||
14615 | 2024.07.15 22:27:27.431328 [ 3 ] {c1cfe617-4206-4b17-b171-cf073dcf47ed} <Debug> DynamicQueryHandler: Done processing query | ||
14616 | 2024.07.15 22:27:27.431427 [ 3 ] {c1cfe617-4206-4b17-b171-cf073dcf47ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14617 | 2024.07.15 22:27:27.431515 [ 3 ] {} <Debug> HTTP-Session: 3757b86d-ebe0-4bf1-be42-cb5092082636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14618 | 2024.07.15 22:27:27.431808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14619 | 2024.07.15 22:27:27.431931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14620 | 2024.07.15 22:27:27.431964 [ 3 ] {} <Debug> HTTP-Session: 640dca57-e92d-47d7-906b-50a48cccb37e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14621 | 2024.07.15 22:27:27.431980 [ 3 ] {} <Debug> HTTP-Session: 640dca57-e92d-47d7-906b-50a48cccb37e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14622 | 2024.07.15 22:27:27.431994 [ 3 ] {} <Debug> HTTP-Session: 640dca57-e92d-47d7-906b-50a48cccb37e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14623 | 2024.07.15 22:27:27.432024 [ 3 ] {} <Trace> HTTP-Session: 640dca57-e92d-47d7-906b-50a48cccb37e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14624 | 2024.07.15 22:27:27.432141 [ 3 ] {3c034625-9232-4936-95f6-c3e5199d45c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14625 | 2024.07.15 22:27:27.432187 [ 3 ] {3c034625-9232-4936-95f6-c3e5199d45c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14626 | 2024.07.15 22:27:27.432326 [ 3 ] {3c034625-9232-4936-95f6-c3e5199d45c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14627 | 2024.07.15 22:27:27.432628 [ 3 ] {3c034625-9232-4936-95f6-c3e5199d45c5} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14628 | 2024.07.15 22:27:27.432664 [ 3 ] {3c034625-9232-4936-95f6-c3e5199d45c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14629 | 2024.07.15 22:27:27.433015 [ 3 ] {3c034625-9232-4936-95f6-c3e5199d45c5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14630 | 2024.07.15 22:27:27.433333 [ 3 ] {3c034625-9232-4936-95f6-c3e5199d45c5} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14631 | 2024.07.15 22:27:27.433481 [ 3 ] {3c034625-9232-4936-95f6-c3e5199d45c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
14632 | 2024.07.15 22:27:27.433741 [ 3 ] {3c034625-9232-4936-95f6-c3e5199d45c5} <Debug> DynamicQueryHandler: Done processing query | ||
14633 | 2024.07.15 22:27:27.433767 [ 3 ] {3c034625-9232-4936-95f6-c3e5199d45c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14634 | 2024.07.15 22:27:27.433815 [ 3 ] {} <Debug> HTTP-Session: 640dca57-e92d-47d7-906b-50a48cccb37e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14635 | 2024.07.15 22:27:32.413268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 7219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14636 | 2024.07.15 22:27:32.413403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14637 | 2024.07.15 22:27:32.413432 [ 3 ] {} <Debug> HTTP-Session: 5143744b-058b-4f3e-b9df-b7ecc7cc039f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14638 | 2024.07.15 22:27:32.413460 [ 3 ] {} <Debug> HTTP-Session: 5143744b-058b-4f3e-b9df-b7ecc7cc039f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14639 | 2024.07.15 22:27:32.413479 [ 3 ] {} <Debug> HTTP-Session: 5143744b-058b-4f3e-b9df-b7ecc7cc039f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14640 | 2024.07.15 22:27:32.413533 [ 3 ] {} <Trace> HTTP-Session: 5143744b-058b-4f3e-b9df-b7ecc7cc039f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14641 | 2024.07.15 22:27:32.413757 [ 3 ] {997b85a7-386f-4d58-9ff2-7bc22cfeba68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14642 | 2024.07.15 22:27:32.413823 [ 3 ] {997b85a7-386f-4d58-9ff2-7bc22cfeba68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14643 | 2024.07.15 22:27:32.414013 [ 3 ] {997b85a7-386f-4d58-9ff2-7bc22cfeba68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14644 | 2024.07.15 22:27:32.414464 [ 3 ] {997b85a7-386f-4d58-9ff2-7bc22cfeba68} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14645 | 2024.07.15 22:27:32.414505 [ 3 ] {997b85a7-386f-4d58-9ff2-7bc22cfeba68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14646 | 2024.07.15 22:27:32.414862 [ 3 ] {997b85a7-386f-4d58-9ff2-7bc22cfeba68} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14647 | 2024.07.15 22:27:32.415183 [ 3 ] {997b85a7-386f-4d58-9ff2-7bc22cfeba68} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14648 | 2024.07.15 22:27:32.415362 [ 3 ] {997b85a7-386f-4d58-9ff2-7bc22cfeba68} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001665 sec., 30030.03003003003 rows/sec., 2.38 MiB/sec. | ||
14649 | 2024.07.15 22:27:32.415617 [ 3 ] {997b85a7-386f-4d58-9ff2-7bc22cfeba68} <Debug> DynamicQueryHandler: Done processing query | ||
14650 | 2024.07.15 22:27:32.415675 [ 3 ] {997b85a7-386f-4d58-9ff2-7bc22cfeba68} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14651 | 2024.07.15 22:27:32.415730 [ 3 ] {} <Debug> HTTP-Session: 5143744b-058b-4f3e-b9df-b7ecc7cc039f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14652 | 2024.07.15 22:27:32.415906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1134, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14653 | 2024.07.15 22:27:32.415960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14654 | 2024.07.15 22:27:32.415980 [ 3 ] {} <Debug> HTTP-Session: 5e3aebcc-2773-4ac3-a9e8-b196a25c5d2e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14655 | 2024.07.15 22:27:32.415998 [ 3 ] {} <Debug> HTTP-Session: 5e3aebcc-2773-4ac3-a9e8-b196a25c5d2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14656 | 2024.07.15 22:27:32.416012 [ 3 ] {} <Debug> HTTP-Session: 5e3aebcc-2773-4ac3-a9e8-b196a25c5d2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14657 | 2024.07.15 22:27:32.416044 [ 3 ] {} <Trace> HTTP-Session: 5e3aebcc-2773-4ac3-a9e8-b196a25c5d2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14658 | 2024.07.15 22:27:32.416143 [ 3 ] {61381b45-18fb-4d80-8b04-76984789cb5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14659 | 2024.07.15 22:27:32.416189 [ 3 ] {61381b45-18fb-4d80-8b04-76984789cb5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14660 | 2024.07.15 22:27:32.416333 [ 3 ] {61381b45-18fb-4d80-8b04-76984789cb5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14661 | 2024.07.15 22:27:32.416644 [ 3 ] {61381b45-18fb-4d80-8b04-76984789cb5a} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14662 | 2024.07.15 22:27:32.416680 [ 3 ] {61381b45-18fb-4d80-8b04-76984789cb5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14663 | 2024.07.15 22:27:32.416985 [ 3 ] {61381b45-18fb-4d80-8b04-76984789cb5a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
14664 | 2024.07.15 22:27:32.417280 [ 3 ] {61381b45-18fb-4d80-8b04-76984789cb5a} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14665 | 2024.07.15 22:27:32.417436 [ 3 ] {61381b45-18fb-4d80-8b04-76984789cb5a} <Debug> executeQuery: Read 7 rows, 577.00 B in 0.001319 sec., 5307.050796057619 rows/sec., 427.20 KiB/sec. | ||
14666 | 2024.07.15 22:27:32.417596 [ 3 ] {61381b45-18fb-4d80-8b04-76984789cb5a} <Debug> DynamicQueryHandler: Done processing query | ||
14667 | 2024.07.15 22:27:32.417621 [ 3 ] {61381b45-18fb-4d80-8b04-76984789cb5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14668 | 2024.07.15 22:27:32.417637 [ 3 ] {} <Debug> HTTP-Session: 5e3aebcc-2773-4ac3-a9e8-b196a25c5d2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14669 | 2024.07.15 22:27:32.417814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 31194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14670 | 2024.07.15 22:27:32.417863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14671 | 2024.07.15 22:27:32.417882 [ 3 ] {} <Debug> HTTP-Session: 75c04c6e-e53f-4753-b9e8-6e6193a38233 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14672 | 2024.07.15 22:27:32.417898 [ 3 ] {} <Debug> HTTP-Session: 75c04c6e-e53f-4753-b9e8-6e6193a38233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14673 | 2024.07.15 22:27:32.417912 [ 3 ] {} <Debug> HTTP-Session: 75c04c6e-e53f-4753-b9e8-6e6193a38233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14674 | 2024.07.15 22:27:32.417943 [ 3 ] {} <Trace> HTTP-Session: 75c04c6e-e53f-4753-b9e8-6e6193a38233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14675 | 2024.07.15 22:27:32.418088 [ 3 ] {e10c6de3-9c89-4269-9f14-ef55e21bb68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14676 | 2024.07.15 22:27:32.418130 [ 3 ] {e10c6de3-9c89-4269-9f14-ef55e21bb68d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14677 | 2024.07.15 22:27:32.418252 [ 3 ] {e10c6de3-9c89-4269-9f14-ef55e21bb68d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14678 | 2024.07.15 22:27:32.418675 [ 3 ] {e10c6de3-9c89-4269-9f14-ef55e21bb68d} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14679 | 2024.07.15 22:27:32.418712 [ 3 ] {e10c6de3-9c89-4269-9f14-ef55e21bb68d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14680 | 2024.07.15 22:27:32.419028 [ 3 ] {e10c6de3-9c89-4269-9f14-ef55e21bb68d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
14681 | 2024.07.15 22:27:32.419347 [ 3 ] {e10c6de3-9c89-4269-9f14-ef55e21bb68d} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14682 | 2024.07.15 22:27:32.419517 [ 3 ] {e10c6de3-9c89-4269-9f14-ef55e21bb68d} <Debug> executeQuery: Read 211 rows, 18.39 KiB in 0.001491 sec., 141515.7612340711 rows/sec., 12.05 MiB/sec. | ||
14683 | 2024.07.15 22:27:32.419700 [ 3 ] {e10c6de3-9c89-4269-9f14-ef55e21bb68d} <Debug> DynamicQueryHandler: Done processing query | ||
14684 | 2024.07.15 22:27:32.419735 [ 3 ] {e10c6de3-9c89-4269-9f14-ef55e21bb68d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14685 | 2024.07.15 22:27:32.419767 [ 3 ] {} <Debug> HTTP-Session: 75c04c6e-e53f-4753-b9e8-6e6193a38233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14686 | 2024.07.15 22:27:32.419908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 1018, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14687 | 2024.07.15 22:27:32.419956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14688 | 2024.07.15 22:27:32.419976 [ 3 ] {} <Debug> HTTP-Session: 06ed3010-77b2-4208-bcab-5e429eb4f72f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14689 | 2024.07.15 22:27:32.419993 [ 3 ] {} <Debug> HTTP-Session: 06ed3010-77b2-4208-bcab-5e429eb4f72f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14690 | 2024.07.15 22:27:32.420007 [ 3 ] {} <Debug> HTTP-Session: 06ed3010-77b2-4208-bcab-5e429eb4f72f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14691 | 2024.07.15 22:27:32.420037 [ 3 ] {} <Trace> HTTP-Session: 06ed3010-77b2-4208-bcab-5e429eb4f72f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14692 | 2024.07.15 22:27:32.420128 [ 3 ] {fdcac001-9bb4-4a3f-a020-d14d9753eda2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14693 | 2024.07.15 22:27:32.420170 [ 3 ] {fdcac001-9bb4-4a3f-a020-d14d9753eda2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14694 | 2024.07.15 22:27:32.420291 [ 3 ] {fdcac001-9bb4-4a3f-a020-d14d9753eda2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14695 | 2024.07.15 22:27:32.420573 [ 3 ] {fdcac001-9bb4-4a3f-a020-d14d9753eda2} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14696 | 2024.07.15 22:27:32.420608 [ 3 ] {fdcac001-9bb4-4a3f-a020-d14d9753eda2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14697 | 2024.07.15 22:27:32.420907 [ 3 ] {fdcac001-9bb4-4a3f-a020-d14d9753eda2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
14698 | 2024.07.15 22:27:32.421200 [ 3 ] {fdcac001-9bb4-4a3f-a020-d14d9753eda2} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14699 | 2024.07.15 22:27:32.421359 [ 3 ] {fdcac001-9bb4-4a3f-a020-d14d9753eda2} <Debug> executeQuery: Read 7 rows, 493.00 B in 0.001246 sec., 5617.9775280898875 rows/sec., 386.39 KiB/sec. | ||
14700 | 2024.07.15 22:27:32.421789 [ 3 ] {fdcac001-9bb4-4a3f-a020-d14d9753eda2} <Debug> DynamicQueryHandler: Done processing query | ||
14701 | 2024.07.15 22:27:32.421860 [ 3 ] {fdcac001-9bb4-4a3f-a020-d14d9753eda2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14702 | 2024.07.15 22:27:32.421949 [ 3 ] {} <Debug> HTTP-Session: 06ed3010-77b2-4208-bcab-5e429eb4f72f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14703 | 2024.07.15 22:27:32.422239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 21472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14704 | 2024.07.15 22:27:32.422340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14705 | 2024.07.15 22:27:32.422361 [ 3 ] {} <Debug> HTTP-Session: 2101ce25-8f33-4dc0-9369-f93038ed709a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14706 | 2024.07.15 22:27:32.422377 [ 3 ] {} <Debug> HTTP-Session: 2101ce25-8f33-4dc0-9369-f93038ed709a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14707 | 2024.07.15 22:27:32.422391 [ 3 ] {} <Debug> HTTP-Session: 2101ce25-8f33-4dc0-9369-f93038ed709a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14708 | 2024.07.15 22:27:32.422421 [ 3 ] {} <Trace> HTTP-Session: 2101ce25-8f33-4dc0-9369-f93038ed709a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14709 | 2024.07.15 22:27:32.422555 [ 3 ] {c800a6b2-321a-49de-8a3a-b53f783a12b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14710 | 2024.07.15 22:27:32.422598 [ 3 ] {c800a6b2-321a-49de-8a3a-b53f783a12b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14711 | 2024.07.15 22:27:32.422731 [ 3 ] {c800a6b2-321a-49de-8a3a-b53f783a12b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14712 | 2024.07.15 22:27:32.423099 [ 3 ] {c800a6b2-321a-49de-8a3a-b53f783a12b0} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14713 | 2024.07.15 22:27:32.423135 [ 3 ] {c800a6b2-321a-49de-8a3a-b53f783a12b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14714 | 2024.07.15 22:27:32.423445 [ 3 ] {c800a6b2-321a-49de-8a3a-b53f783a12b0} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
14715 | 2024.07.15 22:27:32.423741 [ 3 ] {c800a6b2-321a-49de-8a3a-b53f783a12b0} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14716 | 2024.07.15 22:27:32.423891 [ 3 ] {c800a6b2-321a-49de-8a3a-b53f783a12b0} <Debug> executeQuery: Read 127 rows, 10.10 KiB in 0.001386 sec., 91630.59163059163 rows/sec., 7.12 MiB/sec. | ||
14717 | 2024.07.15 22:27:32.424087 [ 3 ] {c800a6b2-321a-49de-8a3a-b53f783a12b0} <Debug> DynamicQueryHandler: Done processing query | ||
14718 | 2024.07.15 22:27:32.424125 [ 3 ] {c800a6b2-321a-49de-8a3a-b53f783a12b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14719 | 2024.07.15 22:27:32.424153 [ 3 ] {} <Debug> HTTP-Session: 2101ce25-8f33-4dc0-9369-f93038ed709a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14720 | 2024.07.15 22:27:32.424351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 31367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14721 | 2024.07.15 22:27:32.424398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14722 | 2024.07.15 22:27:32.424419 [ 3 ] {} <Debug> HTTP-Session: de002d38-5e6d-4067-b8b7-1a9be50ef0ae Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14723 | 2024.07.15 22:27:32.424435 [ 3 ] {} <Debug> HTTP-Session: de002d38-5e6d-4067-b8b7-1a9be50ef0ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14724 | 2024.07.15 22:27:32.424449 [ 3 ] {} <Debug> HTTP-Session: de002d38-5e6d-4067-b8b7-1a9be50ef0ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14725 | 2024.07.15 22:27:32.424479 [ 3 ] {} <Trace> HTTP-Session: de002d38-5e6d-4067-b8b7-1a9be50ef0ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14726 | 2024.07.15 22:27:32.424615 [ 3 ] {42e21825-076b-4745-a5d1-2b50092be346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14727 | 2024.07.15 22:27:32.424662 [ 3 ] {42e21825-076b-4745-a5d1-2b50092be346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14728 | 2024.07.15 22:27:32.424807 [ 3 ] {42e21825-076b-4745-a5d1-2b50092be346} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14729 | 2024.07.15 22:27:32.425198 [ 3 ] {42e21825-076b-4745-a5d1-2b50092be346} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14730 | 2024.07.15 22:27:32.425234 [ 3 ] {42e21825-076b-4745-a5d1-2b50092be346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14731 | 2024.07.15 22:27:32.425614 [ 3 ] {42e21825-076b-4745-a5d1-2b50092be346} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
14732 | 2024.07.15 22:27:32.425961 [ 3 ] {42e21825-076b-4745-a5d1-2b50092be346} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14733 | 2024.07.15 22:27:32.426150 [ 3 ] {42e21825-076b-4745-a5d1-2b50092be346} <Debug> executeQuery: Read 164 rows, 11.68 KiB in 0.00159 sec., 103144.65408805032 rows/sec., 7.18 MiB/sec. | ||
14734 | 2024.07.15 22:27:32.426323 [ 3 ] {42e21825-076b-4745-a5d1-2b50092be346} <Debug> DynamicQueryHandler: Done processing query | ||
14735 | 2024.07.15 22:27:32.426353 [ 3 ] {42e21825-076b-4745-a5d1-2b50092be346} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14736 | 2024.07.15 22:27:32.426376 [ 3 ] {} <Debug> HTTP-Session: de002d38-5e6d-4067-b8b7-1a9be50ef0ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14737 | 2024.07.15 22:27:32.426585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 80931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14738 | 2024.07.15 22:27:32.426663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14739 | 2024.07.15 22:27:32.426688 [ 3 ] {} <Debug> HTTP-Session: cc6f1d4f-27f5-480e-954d-d7f72e75fef7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14740 | 2024.07.15 22:27:32.426712 [ 3 ] {} <Debug> HTTP-Session: cc6f1d4f-27f5-480e-954d-d7f72e75fef7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14741 | 2024.07.15 22:27:32.426733 [ 3 ] {} <Debug> HTTP-Session: cc6f1d4f-27f5-480e-954d-d7f72e75fef7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14742 | 2024.07.15 22:27:32.426773 [ 3 ] {} <Trace> HTTP-Session: cc6f1d4f-27f5-480e-954d-d7f72e75fef7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14743 | 2024.07.15 22:27:32.427309 [ 3 ] {ccb45e05-7ac3-402b-980f-b91996fa5037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14744 | 2024.07.15 22:27:32.427377 [ 3 ] {ccb45e05-7ac3-402b-980f-b91996fa5037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14745 | 2024.07.15 22:27:32.427784 [ 3 ] {ccb45e05-7ac3-402b-980f-b91996fa5037} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14746 | 2024.07.15 22:27:32.428555 [ 3 ] {ccb45e05-7ac3-402b-980f-b91996fa5037} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14747 | 2024.07.15 22:27:32.428591 [ 3 ] {ccb45e05-7ac3-402b-980f-b91996fa5037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14748 | 2024.07.15 22:27:32.429235 [ 3 ] {ccb45e05-7ac3-402b-980f-b91996fa5037} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
14749 | 2024.07.15 22:27:32.429638 [ 3 ] {ccb45e05-7ac3-402b-980f-b91996fa5037} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14750 | 2024.07.15 22:27:32.429833 [ 3 ] {ccb45e05-7ac3-402b-980f-b91996fa5037} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.002947 sec., 16966.4065151001 rows/sec., 30.40 MiB/sec. | ||
14751 | 2024.07.15 22:27:32.430033 [ 3 ] {ccb45e05-7ac3-402b-980f-b91996fa5037} <Debug> DynamicQueryHandler: Done processing query | ||
14752 | 2024.07.15 22:27:32.430059 [ 3 ] {ccb45e05-7ac3-402b-980f-b91996fa5037} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
14753 | 2024.07.15 22:27:32.430075 [ 3 ] {} <Debug> HTTP-Session: cc6f1d4f-27f5-480e-954d-d7f72e75fef7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14754 | 2024.07.15 22:27:32.430206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14755 | 2024.07.15 22:27:32.430254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14756 | 2024.07.15 22:27:32.430275 [ 3 ] {} <Debug> HTTP-Session: 490274ff-c09b-46fc-9dd7-e141329e8394 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14757 | 2024.07.15 22:27:32.430292 [ 3 ] {} <Debug> HTTP-Session: 490274ff-c09b-46fc-9dd7-e141329e8394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14758 | 2024.07.15 22:27:32.430307 [ 3 ] {} <Debug> HTTP-Session: 490274ff-c09b-46fc-9dd7-e141329e8394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14759 | 2024.07.15 22:27:32.430338 [ 3 ] {} <Trace> HTTP-Session: 490274ff-c09b-46fc-9dd7-e141329e8394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14760 | 2024.07.15 22:27:32.430450 [ 3 ] {eb696d3d-19d9-4a02-b135-55acb2bb12a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14761 | 2024.07.15 22:27:32.430495 [ 3 ] {eb696d3d-19d9-4a02-b135-55acb2bb12a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14762 | 2024.07.15 22:27:32.430621 [ 3 ] {eb696d3d-19d9-4a02-b135-55acb2bb12a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14763 | 2024.07.15 22:27:32.430908 [ 3 ] {eb696d3d-19d9-4a02-b135-55acb2bb12a0} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14764 | 2024.07.15 22:27:32.430945 [ 3 ] {eb696d3d-19d9-4a02-b135-55acb2bb12a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14765 | 2024.07.15 22:27:32.431300 [ 3 ] {eb696d3d-19d9-4a02-b135-55acb2bb12a0} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
14766 | 2024.07.15 22:27:32.431627 [ 3 ] {eb696d3d-19d9-4a02-b135-55acb2bb12a0} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14767 | 2024.07.15 22:27:32.431790 [ 3 ] {eb696d3d-19d9-4a02-b135-55acb2bb12a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
14768 | 2024.07.15 22:27:32.431960 [ 3 ] {eb696d3d-19d9-4a02-b135-55acb2bb12a0} <Debug> DynamicQueryHandler: Done processing query | ||
14769 | 2024.07.15 22:27:32.431985 [ 3 ] {eb696d3d-19d9-4a02-b135-55acb2bb12a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14770 | 2024.07.15 22:27:32.432001 [ 3 ] {} <Debug> HTTP-Session: 490274ff-c09b-46fc-9dd7-e141329e8394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14771 | 2024.07.15 22:27:35.647843 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14772 | 2024.07.15 22:27:35.647945 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14773 | 2024.07.15 22:27:37.416041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14774 | 2024.07.15 22:27:37.416156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14775 | 2024.07.15 22:27:37.416185 [ 3 ] {} <Debug> HTTP-Session: 2a8ecfe2-cf91-4d82-a43a-608d25c3f4a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14776 | 2024.07.15 22:27:37.416212 [ 3 ] {} <Debug> HTTP-Session: 2a8ecfe2-cf91-4d82-a43a-608d25c3f4a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14777 | 2024.07.15 22:27:37.416230 [ 3 ] {} <Debug> HTTP-Session: 2a8ecfe2-cf91-4d82-a43a-608d25c3f4a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14778 | 2024.07.15 22:27:37.416285 [ 3 ] {} <Trace> HTTP-Session: 2a8ecfe2-cf91-4d82-a43a-608d25c3f4a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14779 | 2024.07.15 22:27:37.416485 [ 3 ] {5f730493-4b2f-4832-88de-02d864bb2cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14780 | 2024.07.15 22:27:37.416559 [ 3 ] {5f730493-4b2f-4832-88de-02d864bb2cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14781 | 2024.07.15 22:27:37.416776 [ 3 ] {5f730493-4b2f-4832-88de-02d864bb2cef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14782 | 2024.07.15 22:27:37.417172 [ 3 ] {5f730493-4b2f-4832-88de-02d864bb2cef} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14783 | 2024.07.15 22:27:37.417215 [ 3 ] {5f730493-4b2f-4832-88de-02d864bb2cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14784 | 2024.07.15 22:27:37.417582 [ 3 ] {5f730493-4b2f-4832-88de-02d864bb2cef} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14785 | 2024.07.15 22:27:37.417927 [ 3 ] {5f730493-4b2f-4832-88de-02d864bb2cef} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14786 | 2024.07.15 22:27:37.418100 [ 3 ] {5f730493-4b2f-4832-88de-02d864bb2cef} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001667 sec., 3599.2801439712057 rows/sec., 203.87 KiB/sec. | ||
14787 | 2024.07.15 22:27:37.418297 [ 3 ] {5f730493-4b2f-4832-88de-02d864bb2cef} <Debug> DynamicQueryHandler: Done processing query | ||
14788 | 2024.07.15 22:27:37.418324 [ 3 ] {5f730493-4b2f-4832-88de-02d864bb2cef} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14789 | 2024.07.15 22:27:37.418340 [ 3 ] {} <Debug> HTTP-Session: 2a8ecfe2-cf91-4d82-a43a-608d25c3f4a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14790 | 2024.07.15 22:27:37.418463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14791 | 2024.07.15 22:27:37.418515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14792 | 2024.07.15 22:27:37.418535 [ 3 ] {} <Debug> HTTP-Session: c99e540d-be29-438a-acd2-111042f654f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14793 | 2024.07.15 22:27:37.418553 [ 3 ] {} <Debug> HTTP-Session: c99e540d-be29-438a-acd2-111042f654f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14794 | 2024.07.15 22:27:37.418567 [ 3 ] {} <Debug> HTTP-Session: c99e540d-be29-438a-acd2-111042f654f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14795 | 2024.07.15 22:27:37.418600 [ 3 ] {} <Trace> HTTP-Session: c99e540d-be29-438a-acd2-111042f654f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14796 | 2024.07.15 22:27:37.418701 [ 3 ] {60b94076-3d66-49f8-9947-015002fb1fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14797 | 2024.07.15 22:27:37.418747 [ 3 ] {60b94076-3d66-49f8-9947-015002fb1fed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14798 | 2024.07.15 22:27:37.418879 [ 3 ] {60b94076-3d66-49f8-9947-015002fb1fed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14799 | 2024.07.15 22:27:37.419180 [ 3 ] {60b94076-3d66-49f8-9947-015002fb1fed} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14800 | 2024.07.15 22:27:37.419217 [ 3 ] {60b94076-3d66-49f8-9947-015002fb1fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14801 | 2024.07.15 22:27:37.419520 [ 3 ] {60b94076-3d66-49f8-9947-015002fb1fed} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
14802 | 2024.07.15 22:27:37.419816 [ 3 ] {60b94076-3d66-49f8-9947-015002fb1fed} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14803 | 2024.07.15 22:27:37.419971 [ 3 ] {60b94076-3d66-49f8-9947-015002fb1fed} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00129 sec., 1550.387596899225 rows/sec., 126.42 KiB/sec. | ||
14804 | 2024.07.15 22:27:37.420224 [ 3 ] {60b94076-3d66-49f8-9947-015002fb1fed} <Debug> DynamicQueryHandler: Done processing query | ||
14805 | 2024.07.15 22:27:37.420277 [ 3 ] {60b94076-3d66-49f8-9947-015002fb1fed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14806 | 2024.07.15 22:27:37.420321 [ 3 ] {} <Debug> HTTP-Session: c99e540d-be29-438a-acd2-111042f654f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14807 | 2024.07.15 22:27:37.420552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14808 | 2024.07.15 22:27:37.420603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14809 | 2024.07.15 22:27:37.420623 [ 3 ] {} <Debug> HTTP-Session: 6af1dd12-bcc8-4b4c-a121-3664db32ec40 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14810 | 2024.07.15 22:27:37.420640 [ 3 ] {} <Debug> HTTP-Session: 6af1dd12-bcc8-4b4c-a121-3664db32ec40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14811 | 2024.07.15 22:27:37.420654 [ 3 ] {} <Debug> HTTP-Session: 6af1dd12-bcc8-4b4c-a121-3664db32ec40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14812 | 2024.07.15 22:27:37.420686 [ 3 ] {} <Trace> HTTP-Session: 6af1dd12-bcc8-4b4c-a121-3664db32ec40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14813 | 2024.07.15 22:27:37.420837 [ 3 ] {b9dfd418-c57b-42d3-99c2-5a526cd314de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14814 | 2024.07.15 22:27:37.420882 [ 3 ] {b9dfd418-c57b-42d3-99c2-5a526cd314de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14815 | 2024.07.15 22:27:37.421020 [ 3 ] {b9dfd418-c57b-42d3-99c2-5a526cd314de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14816 | 2024.07.15 22:27:37.421401 [ 3 ] {b9dfd418-c57b-42d3-99c2-5a526cd314de} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14817 | 2024.07.15 22:27:37.421438 [ 3 ] {b9dfd418-c57b-42d3-99c2-5a526cd314de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14818 | 2024.07.15 22:27:37.421752 [ 3 ] {b9dfd418-c57b-42d3-99c2-5a526cd314de} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
14819 | 2024.07.15 22:27:37.422046 [ 3 ] {b9dfd418-c57b-42d3-99c2-5a526cd314de} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14820 | 2024.07.15 22:27:37.422202 [ 3 ] {b9dfd418-c57b-42d3-99c2-5a526cd314de} <Debug> executeQuery: Read 198 rows, 17.44 KiB in 0.001433 sec., 138171.66782972784 rows/sec., 11.89 MiB/sec. | ||
14821 | 2024.07.15 22:27:37.422213 [ 96 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
14822 | 2024.07.15 22:27:37.422327 [ 96 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14823 | 2024.07.15 22:27:37.422364 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14824 | 2024.07.15 22:27:37.422439 [ 3 ] {b9dfd418-c57b-42d3-99c2-5a526cd314de} <Debug> DynamicQueryHandler: Done processing query | ||
14825 | 2024.07.15 22:27:37.422491 [ 3 ] {b9dfd418-c57b-42d3-99c2-5a526cd314de} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14826 | 2024.07.15 22:27:37.422554 [ 3 ] {} <Debug> HTTP-Session: 6af1dd12-bcc8-4b4c-a121-3664db32ec40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14827 | 2024.07.15 22:27:37.422616 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::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 | ||
14828 | 2024.07.15 22:27:37.422705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14829 | 2024.07.15 22:27:37.422797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14830 | 2024.07.15 22:27:37.422851 [ 3 ] {} <Debug> HTTP-Session: f1c93647-f5e1-4ac4-8840-f34282d69a09 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14831 | 2024.07.15 22:27:37.422887 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14832 | 2024.07.15 22:27:37.422895 [ 3 ] {} <Debug> HTTP-Session: f1c93647-f5e1-4ac4-8840-f34282d69a09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14833 | 2024.07.15 22:27:37.422939 [ 3 ] {} <Debug> HTTP-Session: f1c93647-f5e1-4ac4-8840-f34282d69a09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14834 | 2024.07.15 22:27:37.422944 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 361 rows starting from the beginning of the part | ||
14835 | 2024.07.15 22:27:37.423001 [ 3 ] {} <Trace> HTTP-Session: f1c93647-f5e1-4ac4-8840-f34282d69a09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14836 | 2024.07.15 22:27:37.423184 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 161 rows starting from the beginning of the part | ||
14837 | 2024.07.15 22:27:37.423374 [ 3 ] {8a6bab1d-8f59-4c68-ad5d-2e4642c08652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14838 | 2024.07.15 22:27:37.423422 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 212 rows starting from the beginning of the part | ||
14839 | 2024.07.15 22:27:37.423593 [ 3 ] {8a6bab1d-8f59-4c68-ad5d-2e4642c08652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14840 | 2024.07.15 22:27:37.423856 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 161 rows starting from the beginning of the part | ||
14841 | 2024.07.15 22:27:37.424144 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 211 rows starting from the beginning of the part | ||
14842 | 2024.07.15 22:27:37.424536 [ 191 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 198 rows starting from the beginning of the part | ||
14843 | 2024.07.15 22:27:37.424588 [ 3 ] {8a6bab1d-8f59-4c68-ad5d-2e4642c08652} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14844 | 2024.07.15 22:27:37.425487 [ 3 ] {8a6bab1d-8f59-4c68-ad5d-2e4642c08652} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14845 | 2024.07.15 22:27:37.425552 [ 3 ] {8a6bab1d-8f59-4c68-ad5d-2e4642c08652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
14846 | 2024.07.15 22:27:37.426375 [ 3 ] {8a6bab1d-8f59-4c68-ad5d-2e4642c08652} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
14847 | 2024.07.15 22:27:37.427140 [ 3 ] {8a6bab1d-8f59-4c68-ad5d-2e4642c08652} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14848 | 2024.07.15 22:27:37.427610 [ 3 ] {8a6bab1d-8f59-4c68-ad5d-2e4642c08652} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004357 sec., 459.03144365389034 rows/sec., 32.05 KiB/sec. | ||
14849 | 2024.07.15 22:27:37.427617 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1304 rows, containing 4 columns (4 merged, 0 gathered) in 0.005134762 sec., 253955.29529898366 rows/sec., 21.95 MiB/sec. | ||
14850 | 2024.07.15 22:27:37.428066 [ 3 ] {8a6bab1d-8f59-4c68-ad5d-2e4642c08652} <Debug> DynamicQueryHandler: Done processing query | ||
14851 | 2024.07.15 22:27:37.428088 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
14852 | 2024.07.15 22:27:37.428119 [ 3 ] {8a6bab1d-8f59-4c68-ad5d-2e4642c08652} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14853 | 2024.07.15 22:27:37.428178 [ 3 ] {} <Debug> HTTP-Session: f1c93647-f5e1-4ac4-8840-f34282d69a09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14854 | 2024.07.15 22:27:37.428520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14855 | 2024.07.15 22:27:37.428595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14856 | 2024.07.15 22:27:37.428634 [ 3 ] {} <Debug> HTTP-Session: cce9f085-8205-4bde-8721-c68465dcb7ad Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14857 | 2024.07.15 22:27:37.428649 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_86_17} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14858 | 2024.07.15 22:27:37.428664 [ 3 ] {} <Debug> HTTP-Session: cce9f085-8205-4bde-8721-c68465dcb7ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14859 | 2024.07.15 22:27:37.428724 [ 3 ] {} <Debug> HTTP-Session: cce9f085-8205-4bde-8721-c68465dcb7ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14860 | 2024.07.15 22:27:37.428809 [ 3 ] {} <Trace> HTTP-Session: cce9f085-8205-4bde-8721-c68465dcb7ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14861 | 2024.07.15 22:27:37.428868 [ 188 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_86_17} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
14862 | 2024.07.15 22:27:37.429031 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
14863 | 2024.07.15 22:27:37.429121 [ 3 ] {bcc7612b-a4e3-4451-8eab-f5f81072978a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14864 | 2024.07.15 22:27:37.429168 [ 3 ] {bcc7612b-a4e3-4451-8eab-f5f81072978a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14865 | 2024.07.15 22:27:37.429309 [ 3 ] {bcc7612b-a4e3-4451-8eab-f5f81072978a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14866 | 2024.07.15 22:27:37.429937 [ 3 ] {bcc7612b-a4e3-4451-8eab-f5f81072978a} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14867 | 2024.07.15 22:27:37.429975 [ 3 ] {bcc7612b-a4e3-4451-8eab-f5f81072978a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14868 | 2024.07.15 22:27:37.430310 [ 3 ] {bcc7612b-a4e3-4451-8eab-f5f81072978a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
14869 | 2024.07.15 22:27:37.430615 [ 3 ] {bcc7612b-a4e3-4451-8eab-f5f81072978a} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14870 | 2024.07.15 22:27:37.430770 [ 3 ] {bcc7612b-a4e3-4451-8eab-f5f81072978a} <Debug> executeQuery: Read 408 rows, 29.54 KiB in 0.001802 sec., 226415.09433962265 rows/sec., 16.01 MiB/sec. | ||
14871 | 2024.07.15 22:27:37.430774 [ 96 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
14872 | 2024.07.15 22:27:37.430865 [ 96 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14873 | 2024.07.15 22:27:37.430914 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14874 | 2024.07.15 22:27:37.431049 [ 3 ] {bcc7612b-a4e3-4451-8eab-f5f81072978a} <Debug> DynamicQueryHandler: Done processing query | ||
14875 | 2024.07.15 22:27:37.431068 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::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 | ||
14876 | 2024.07.15 22:27:37.431082 [ 3 ] {bcc7612b-a4e3-4451-8eab-f5f81072978a} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
14877 | 2024.07.15 22:27:37.431116 [ 3 ] {} <Debug> HTTP-Session: cce9f085-8205-4bde-8721-c68465dcb7ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14878 | 2024.07.15 22:27:37.431217 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14879 | 2024.07.15 22:27:37.431259 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 514 rows starting from the beginning of the part | ||
14880 | 2024.07.15 22:27:37.431263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14881 | 2024.07.15 22:27:37.431344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14882 | 2024.07.15 22:27:37.431470 [ 3 ] {} <Debug> HTTP-Session: 8386af82-b55b-486a-9b7c-02cf8bf7fe1e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14883 | 2024.07.15 22:27:37.431510 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 382 rows starting from the beginning of the part | ||
14884 | 2024.07.15 22:27:37.431544 [ 3 ] {} <Debug> HTTP-Session: 8386af82-b55b-486a-9b7c-02cf8bf7fe1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14885 | 2024.07.15 22:27:37.431622 [ 3 ] {} <Debug> HTTP-Session: 8386af82-b55b-486a-9b7c-02cf8bf7fe1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14886 | 2024.07.15 22:27:37.431806 [ 3 ] {} <Trace> HTTP-Session: 8386af82-b55b-486a-9b7c-02cf8bf7fe1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14887 | 2024.07.15 22:27:37.431934 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 135 rows starting from the beginning of the part | ||
14888 | 2024.07.15 22:27:37.432136 [ 3 ] {6d19d0c7-e717-4df8-a456-bde6e4d59a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14889 | 2024.07.15 22:27:37.432181 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 382 rows starting from the beginning of the part | ||
14890 | 2024.07.15 22:27:37.432302 [ 3 ] {6d19d0c7-e717-4df8-a456-bde6e4d59a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14891 | 2024.07.15 22:27:37.432476 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 127 rows starting from the beginning of the part | ||
14892 | 2024.07.15 22:27:37.432752 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 408 rows starting from the beginning of the part | ||
14893 | 2024.07.15 22:27:37.433183 [ 3 ] {6d19d0c7-e717-4df8-a456-bde6e4d59a7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14894 | 2024.07.15 22:27:37.433633 [ 3 ] {6d19d0c7-e717-4df8-a456-bde6e4d59a7e} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14895 | 2024.07.15 22:27:37.433671 [ 3 ] {6d19d0c7-e717-4df8-a456-bde6e4d59a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
14896 | 2024.07.15 22:27:37.434227 [ 3 ] {6d19d0c7-e717-4df8-a456-bde6e4d59a7e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
14897 | 2024.07.15 22:27:37.434617 [ 3 ] {6d19d0c7-e717-4df8-a456-bde6e4d59a7e} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14898 | 2024.07.15 22:27:37.434724 [ 194 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1948 rows, containing 4 columns (4 merged, 0 gathered) in 0.003725494 sec., 522883.67663456174 rows/sec., 37.49 MiB/sec. | ||
14899 | 2024.07.15 22:27:37.434877 [ 96 ] {} <Debug> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
14900 | 2024.07.15 22:27:37.434890 [ 3 ] {6d19d0c7-e717-4df8-a456-bde6e4d59a7e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.002887 sec., 2078.2819535850367 rows/sec., 89.30 KiB/sec. | ||
14901 | 2024.07.15 22:27:37.435005 [ 96 ] {} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14902 | 2024.07.15 22:27:37.435135 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14903 | 2024.07.15 22:27:37.435175 [ 193 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
14904 | 2024.07.15 22:27:37.435428 [ 3 ] {6d19d0c7-e717-4df8-a456-bde6e4d59a7e} <Debug> DynamicQueryHandler: Done processing query | ||
14905 | 2024.07.15 22:27:37.435517 [ 3 ] {6d19d0c7-e717-4df8-a456-bde6e4d59a7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14906 | 2024.07.15 22:27:37.435588 [ 3 ] {} <Debug> HTTP-Session: 8386af82-b55b-486a-9b7c-02cf8bf7fe1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14907 | 2024.07.15 22:27:37.435646 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::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 | ||
14908 | 2024.07.15 22:27:37.435790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14909 | 2024.07.15 22:27:37.435964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14910 | 2024.07.15 22:27:37.436068 [ 3 ] {} <Debug> HTTP-Session: 42d15350-7d16-4993-a9ef-3087df832726 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14911 | 2024.07.15 22:27:37.436084 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14912 | 2024.07.15 22:27:37.436167 [ 3 ] {} <Debug> HTTP-Session: 42d15350-7d16-4993-a9ef-3087df832726 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14913 | 2024.07.15 22:27:37.436219 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
14914 | 2024.07.15 22:27:37.436238 [ 3 ] {} <Debug> HTTP-Session: 42d15350-7d16-4993-a9ef-3087df832726 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14915 | 2024.07.15 22:27:37.436360 [ 3 ] {} <Trace> HTTP-Session: 42d15350-7d16-4993-a9ef-3087df832726 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14916 | 2024.07.15 22:27:37.436672 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
14917 | 2024.07.15 22:27:37.436887 [ 3 ] {4e6698c2-eea5-4d5f-87a2-fc877c92b58c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14918 | 2024.07.15 22:27:37.437136 [ 3 ] {4e6698c2-eea5-4d5f-87a2-fc877c92b58c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14919 | 2024.07.15 22:27:37.437145 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
14920 | 2024.07.15 22:27:37.437548 [ 197 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_86_17} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14921 | 2024.07.15 22:27:37.437791 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
14922 | 2024.07.15 22:27:37.438301 [ 197 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_86_17} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
14923 | 2024.07.15 22:27:37.438479 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
14924 | 2024.07.15 22:27:37.438726 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
14925 | 2024.07.15 22:27:37.438977 [ 194 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
14926 | 2024.07.15 22:27:37.439131 [ 3 ] {4e6698c2-eea5-4d5f-87a2-fc877c92b58c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14927 | 2024.07.15 22:27:37.439842 [ 3 ] {4e6698c2-eea5-4d5f-87a2-fc877c92b58c} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14928 | 2024.07.15 22:27:37.439883 [ 3 ] {4e6698c2-eea5-4d5f-87a2-fc877c92b58c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
14929 | 2024.07.15 22:27:37.440429 [ 3 ] {4e6698c2-eea5-4d5f-87a2-fc877c92b58c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
14930 | 2024.07.15 22:27:37.440561 [ 187 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.005248005 sec., 46874.95534017212 rows/sec., 1.97 MiB/sec. | ||
14931 | 2024.07.15 22:27:37.440925 [ 187 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
14932 | 2024.07.15 22:27:37.441070 [ 3 ] {4e6698c2-eea5-4d5f-87a2-fc877c92b58c} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14933 | 2024.07.15 22:27:37.441329 [ 96 ] {} <Debug> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
14934 | 2024.07.15 22:27:37.441358 [ 3 ] {4e6698c2-eea5-4d5f-87a2-fc877c92b58c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004684 sec., 16438.941076003415 rows/sec., 1.01 MiB/sec. | ||
14935 | 2024.07.15 22:27:37.441505 [ 96 ] {} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14936 | 2024.07.15 22:27:37.441702 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14937 | 2024.07.15 22:27:37.441994 [ 3 ] {4e6698c2-eea5-4d5f-87a2-fc877c92b58c} <Debug> DynamicQueryHandler: Done processing query | ||
14938 | 2024.07.15 22:27:37.442080 [ 3 ] {4e6698c2-eea5-4d5f-87a2-fc877c92b58c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14939 | 2024.07.15 22:27:37.442125 [ 197 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::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 | ||
14940 | 2024.07.15 22:27:37.442136 [ 3 ] {} <Debug> HTTP-Session: 42d15350-7d16-4993-a9ef-3087df832726 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14941 | 2024.07.15 22:27:37.442325 [ 187 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_41_8} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14942 | 2024.07.15 22:27:37.442407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 37770, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14943 | 2024.07.15 22:27:37.442574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14944 | 2024.07.15 22:27:37.442661 [ 3 ] {} <Debug> HTTP-Session: c8596ed6-271f-4ce3-a642-51691c935956 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14945 | 2024.07.15 22:27:37.442670 [ 197 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14946 | 2024.07.15 22:27:37.442693 [ 3 ] {} <Debug> HTTP-Session: c8596ed6-271f-4ce3-a642-51691c935956 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14947 | 2024.07.15 22:27:37.442713 [ 187 ] {7949e47f-7d0e-41d4-a67a-de41006eabf7::all_1_41_8} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
14948 | 2024.07.15 22:27:37.442744 [ 3 ] {} <Debug> HTTP-Session: c8596ed6-271f-4ce3-a642-51691c935956 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14949 | 2024.07.15 22:27:37.442768 [ 197 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2772 rows starting from the beginning of the part | ||
14950 | 2024.07.15 22:27:37.442838 [ 3 ] {} <Trace> HTTP-Session: c8596ed6-271f-4ce3-a642-51691c935956 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14951 | 2024.07.15 22:27:37.443210 [ 197 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 77 rows starting from the beginning of the part | ||
14952 | 2024.07.15 22:27:37.443282 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
14953 | 2024.07.15 22:27:37.443369 [ 3 ] {7eb60662-1619-4f46-a1c2-60add221856a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14954 | 2024.07.15 22:27:37.443600 [ 3 ] {7eb60662-1619-4f46-a1c2-60add221856a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14955 | 2024.07.15 22:27:37.443623 [ 197 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 77 rows starting from the beginning of the part | ||
14956 | 2024.07.15 22:27:37.443974 [ 197 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 77 rows starting from the beginning of the part | ||
14957 | 2024.07.15 22:27:37.444380 [ 197 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 77 rows starting from the beginning of the part | ||
14958 | 2024.07.15 22:27:37.444748 [ 197 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 77 rows starting from the beginning of the part | ||
14959 | 2024.07.15 22:27:37.444853 [ 3 ] {7eb60662-1619-4f46-a1c2-60add221856a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14960 | 2024.07.15 22:27:37.445897 [ 3 ] {7eb60662-1619-4f46-a1c2-60add221856a} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14961 | 2024.07.15 22:27:37.445937 [ 3 ] {7eb60662-1619-4f46-a1c2-60add221856a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
14962 | 2024.07.15 22:27:37.446962 [ 3 ] {7eb60662-1619-4f46-a1c2-60add221856a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
14963 | 2024.07.15 22:27:37.447619 [ 3 ] {7eb60662-1619-4f46-a1c2-60add221856a} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14964 | 2024.07.15 22:27:37.447826 [ 197 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3157 rows, containing 5 columns (5 merged, 0 gathered) in 0.005949998 sec., 530588.4136431643 rows/sec., 32.67 MiB/sec. | ||
14965 | 2024.07.15 22:27:37.447982 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
14966 | 2024.07.15 22:27:37.447986 [ 3 ] {7eb60662-1619-4f46-a1c2-60add221856a} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.004872 sec., 40435.13957307061 rows/sec., 2.82 MiB/sec. | ||
14967 | 2024.07.15 22:27:37.448069 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14968 | 2024.07.15 22:27:37.448210 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14969 | 2024.07.15 22:27:37.448271 [ 197 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
14970 | 2024.07.15 22:27:37.448569 [ 3 ] {7eb60662-1619-4f46-a1c2-60add221856a} <Debug> DynamicQueryHandler: Done processing query | ||
14971 | 2024.07.15 22:27:37.448685 [ 3 ] {7eb60662-1619-4f46-a1c2-60add221856a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
14972 | 2024.07.15 22:27:37.448809 [ 3 ] {} <Debug> HTTP-Session: c8596ed6-271f-4ce3-a642-51691c935956 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14973 | 2024.07.15 22:27:37.448876 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::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 | ||
14974 | 2024.07.15 22:27:37.449120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14975 | 2024.07.15 22:27:37.449423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14976 | 2024.07.15 22:27:37.449561 [ 3 ] {} <Debug> HTTP-Session: ffbd074f-5f57-4d5b-bc17-7af6223d408a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
14977 | 2024.07.15 22:27:37.449686 [ 3 ] {} <Debug> HTTP-Session: ffbd074f-5f57-4d5b-bc17-7af6223d408a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14978 | 2024.07.15 22:27:37.449835 [ 3 ] {} <Debug> HTTP-Session: ffbd074f-5f57-4d5b-bc17-7af6223d408a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14979 | 2024.07.15 22:27:37.450122 [ 3 ] {} <Trace> HTTP-Session: ffbd074f-5f57-4d5b-bc17-7af6223d408a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14980 | 2024.07.15 22:27:37.450311 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14981 | 2024.07.15 22:27:37.450509 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 13299 rows starting from the beginning of the part | ||
14982 | 2024.07.15 22:27:37.450719 [ 3 ] {1511dc09-0b0e-418c-bdb0-9af62e4038d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14983 | 2024.07.15 22:27:37.451080 [ 3 ] {1511dc09-0b0e-418c-bdb0-9af62e4038d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14984 | 2024.07.15 22:27:37.451401 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
14985 | 2024.07.15 22:27:37.451757 [ 199 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14986 | 2024.07.15 22:27:37.452476 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 163 rows starting from the beginning of the part | ||
14987 | 2024.07.15 22:27:37.452975 [ 199 ] {91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
14988 | 2024.07.15 22:27:37.453043 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
14989 | 2024.07.15 22:27:37.453379 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
14990 | 2024.07.15 22:27:37.453378 [ 3 ] {1511dc09-0b0e-418c-bdb0-9af62e4038d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14991 | 2024.07.15 22:27:37.453548 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 164 rows starting from the beginning of the part | ||
14992 | 2024.07.15 22:27:37.453750 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 197 rows starting from the beginning of the part | ||
14993 | 2024.07.15 22:27:37.454306 [ 3 ] {1511dc09-0b0e-418c-bdb0-9af62e4038d3} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14994 | 2024.07.15 22:27:37.454347 [ 3 ] {1511dc09-0b0e-418c-bdb0-9af62e4038d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
14995 | 2024.07.15 22:27:37.454820 [ 3 ] {1511dc09-0b0e-418c-bdb0-9af62e4038d3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
14996 | 2024.07.15 22:27:37.455178 [ 3 ] {1511dc09-0b0e-418c-bdb0-9af62e4038d3} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14997 | 2024.07.15 22:27:37.455353 [ 39 ] {} <Debug> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
14998 | 2024.07.15 22:27:37.455364 [ 3 ] {1511dc09-0b0e-418c-bdb0-9af62e4038d3} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004885 sec., 4708.290685772774 rows/sec., 254.69 KiB/sec. | ||
14999 | 2024.07.15 22:27:37.455432 [ 39 ] {} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15000 | 2024.07.15 22:27:37.455546 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15001 | 2024.07.15 22:27:37.455958 [ 3 ] {1511dc09-0b0e-418c-bdb0-9af62e4038d3} <Debug> DynamicQueryHandler: Done processing query | ||
15002 | 2024.07.15 22:27:37.456107 [ 3 ] {1511dc09-0b0e-418c-bdb0-9af62e4038d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15003 | 2024.07.15 22:27:37.456264 [ 3 ] {} <Debug> HTTP-Session: ffbd074f-5f57-4d5b-bc17-7af6223d408a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15004 | 2024.07.15 22:27:37.456647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15005 | 2024.07.15 22:27:37.456705 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::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 | ||
15006 | 2024.07.15 22:27:37.456872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15007 | 2024.07.15 22:27:37.457031 [ 3 ] {} <Debug> HTTP-Session: 3cdaf7b7-11e7-4463-bef6-fb8e2964c054 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15008 | 2024.07.15 22:27:37.457144 [ 3 ] {} <Debug> HTTP-Session: 3cdaf7b7-11e7-4463-bef6-fb8e2964c054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15009 | 2024.07.15 22:27:37.457264 [ 3 ] {} <Debug> HTTP-Session: 3cdaf7b7-11e7-4463-bef6-fb8e2964c054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15010 | 2024.07.15 22:27:37.457497 [ 3 ] {} <Trace> HTTP-Session: 3cdaf7b7-11e7-4463-bef6-fb8e2964c054 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15011 | 2024.07.15 22:27:37.457921 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15012 | 2024.07.15 22:27:37.458075 [ 3 ] {bb8342fa-8f01-4771-a313-7e566cfa073e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15013 | 2024.07.15 22:27:37.458138 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 893 rows starting from the beginning of the part | ||
15014 | 2024.07.15 22:27:37.458333 [ 3 ] {bb8342fa-8f01-4771-a313-7e566cfa073e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15015 | 2024.07.15 22:27:37.458998 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 23 rows starting from the beginning of the part | ||
15016 | 2024.07.15 22:27:37.459731 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 9 rows starting from the beginning of the part | ||
15017 | 2024.07.15 22:27:37.459754 [ 3 ] {bb8342fa-8f01-4771-a313-7e566cfa073e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15018 | 2024.07.15 22:27:37.460007 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 23 rows starting from the beginning of the part | ||
15019 | 2024.07.15 22:27:37.460484 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 23 rows starting from the beginning of the part | ||
15020 | 2024.07.15 22:27:37.461132 [ 200 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 23 rows starting from the beginning of the part | ||
15021 | 2024.07.15 22:27:37.461284 [ 3 ] {bb8342fa-8f01-4771-a313-7e566cfa073e} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15022 | 2024.07.15 22:27:37.461403 [ 3 ] {bb8342fa-8f01-4771-a313-7e566cfa073e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15023 | 2024.07.15 22:27:37.462670 [ 3 ] {bb8342fa-8f01-4771-a313-7e566cfa073e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15024 | 2024.07.15 22:27:37.463624 [ 186 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14143 rows, containing 5 columns (5 merged, 0 gathered) in 0.015206102 sec., 930087.145278915 rows/sec., 64.80 MiB/sec. | ||
15025 | 2024.07.15 22:27:37.464152 [ 186 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15026 | 2024.07.15 22:27:37.464341 [ 3 ] {bb8342fa-8f01-4771-a313-7e566cfa073e} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15027 | 2024.07.15 22:27:37.464878 [ 39 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15028 | 2024.07.15 22:27:37.465009 [ 3 ] {bb8342fa-8f01-4771-a313-7e566cfa073e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007158 sec., 8382.229673093043 rows/sec., 578.46 KiB/sec. | ||
15029 | 2024.07.15 22:27:37.465101 [ 39 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15030 | 2024.07.15 22:27:37.465310 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15031 | 2024.07.15 22:27:37.465997 [ 3 ] {bb8342fa-8f01-4771-a313-7e566cfa073e} <Debug> DynamicQueryHandler: Done processing query | ||
15032 | 2024.07.15 22:27:37.466148 [ 3 ] {bb8342fa-8f01-4771-a313-7e566cfa073e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15033 | 2024.07.15 22:27:37.466155 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::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 | ||
15034 | 2024.07.15 22:27:37.466321 [ 3 ] {} <Debug> HTTP-Session: 3cdaf7b7-11e7-4463-bef6-fb8e2964c054 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15035 | 2024.07.15 22:27:37.467558 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15036 | 2024.07.15 22:27:37.467598 [ 189 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15037 | 2024.07.15 22:27:37.467730 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 994 rows, containing 4 columns (4 merged, 0 gathered) in 0.011961168 sec., 83102.25222152218 rows/sec., 4.47 MiB/sec. | ||
15038 | 2024.07.15 22:27:37.467830 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4718 rows starting from the beginning of the part | ||
15039 | 2024.07.15 22:27:37.468052 [ 189 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15040 | 2024.07.15 22:27:37.468497 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
15041 | 2024.07.15 22:27:37.468560 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.98 MiB. | ||
15042 | 2024.07.15 22:27:37.468561 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
15043 | 2024.07.15 22:27:37.469109 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
15044 | 2024.07.15 22:27:37.470115 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
15045 | 2024.07.15 22:27:37.470353 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
15046 | 2024.07.15 22:27:37.470592 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_46_9} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15047 | 2024.07.15 22:27:37.470645 [ 192 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
15048 | 2024.07.15 22:27:37.470864 [ 186 ] {e48265b3-8446-4236-9a91-1ffc815e1c4d::all_1_46_9} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
15049 | 2024.07.15 22:27:37.471122 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
15050 | 2024.07.15 22:27:37.473102 [ 188 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5018 rows, containing 4 columns (4 merged, 0 gathered) in 0.00755362 sec., 664317.2412697489 rows/sec., 44.79 MiB/sec. | ||
15051 | 2024.07.15 22:27:37.473728 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15052 | 2024.07.15 22:27:37.474198 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_86_17} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15053 | 2024.07.15 22:27:37.474367 [ 189 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_86_17} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15054 | 2024.07.15 22:27:37.474456 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
15055 | 2024.07.15 22:27:42.413719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 7219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15056 | 2024.07.15 22:27:42.413863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15057 | 2024.07.15 22:27:42.413892 [ 3 ] {} <Debug> HTTP-Session: 5f40ba6f-9bd8-4419-9bb8-ac56fc405957 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15058 | 2024.07.15 22:27:42.413919 [ 3 ] {} <Debug> HTTP-Session: 5f40ba6f-9bd8-4419-9bb8-ac56fc405957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15059 | 2024.07.15 22:27:42.413938 [ 3 ] {} <Debug> HTTP-Session: 5f40ba6f-9bd8-4419-9bb8-ac56fc405957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15060 | 2024.07.15 22:27:42.413995 [ 3 ] {} <Trace> HTTP-Session: 5f40ba6f-9bd8-4419-9bb8-ac56fc405957 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15061 | 2024.07.15 22:27:42.414198 [ 3 ] {e28a0b35-2f69-4cef-b172-fe6dcee2e8b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15062 | 2024.07.15 22:27:42.414264 [ 3 ] {e28a0b35-2f69-4cef-b172-fe6dcee2e8b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15063 | 2024.07.15 22:27:42.414461 [ 3 ] {e28a0b35-2f69-4cef-b172-fe6dcee2e8b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15064 | 2024.07.15 22:27:42.414946 [ 3 ] {e28a0b35-2f69-4cef-b172-fe6dcee2e8b1} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15065 | 2024.07.15 22:27:42.414989 [ 3 ] {e28a0b35-2f69-4cef-b172-fe6dcee2e8b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15066 | 2024.07.15 22:27:42.415368 [ 3 ] {e28a0b35-2f69-4cef-b172-fe6dcee2e8b1} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15067 | 2024.07.15 22:27:42.415715 [ 3 ] {e28a0b35-2f69-4cef-b172-fe6dcee2e8b1} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15068 | 2024.07.15 22:27:42.415870 [ 3 ] {e28a0b35-2f69-4cef-b172-fe6dcee2e8b1} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001735 sec., 28818.44380403458 rows/sec., 2.28 MiB/sec. | ||
15069 | 2024.07.15 22:27:42.416185 [ 3 ] {e28a0b35-2f69-4cef-b172-fe6dcee2e8b1} <Debug> DynamicQueryHandler: Done processing query | ||
15070 | 2024.07.15 22:27:42.416246 [ 3 ] {e28a0b35-2f69-4cef-b172-fe6dcee2e8b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15071 | 2024.07.15 22:27:42.416293 [ 3 ] {} <Debug> HTTP-Session: 5f40ba6f-9bd8-4419-9bb8-ac56fc405957 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15072 | 2024.07.15 22:27:42.416530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30536, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15073 | 2024.07.15 22:27:42.416591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15074 | 2024.07.15 22:27:42.416610 [ 3 ] {} <Debug> HTTP-Session: 9d54ea56-3036-4736-b92b-69ab8c52abc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15075 | 2024.07.15 22:27:42.416629 [ 3 ] {} <Debug> HTTP-Session: 9d54ea56-3036-4736-b92b-69ab8c52abc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15076 | 2024.07.15 22:27:42.416642 [ 3 ] {} <Debug> HTTP-Session: 9d54ea56-3036-4736-b92b-69ab8c52abc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15077 | 2024.07.15 22:27:42.416679 [ 3 ] {} <Trace> HTTP-Session: 9d54ea56-3036-4736-b92b-69ab8c52abc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15078 | 2024.07.15 22:27:42.416847 [ 3 ] {7be1dc13-77c9-4cde-809d-51c4fe7229f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15079 | 2024.07.15 22:27:42.416895 [ 3 ] {7be1dc13-77c9-4cde-809d-51c4fe7229f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15080 | 2024.07.15 22:27:42.417046 [ 3 ] {7be1dc13-77c9-4cde-809d-51c4fe7229f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15081 | 2024.07.15 22:27:42.417537 [ 3 ] {7be1dc13-77c9-4cde-809d-51c4fe7229f9} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15082 | 2024.07.15 22:27:42.417574 [ 3 ] {7be1dc13-77c9-4cde-809d-51c4fe7229f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15083 | 2024.07.15 22:27:42.417911 [ 3 ] {7be1dc13-77c9-4cde-809d-51c4fe7229f9} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15084 | 2024.07.15 22:27:42.418254 [ 3 ] {7be1dc13-77c9-4cde-809d-51c4fe7229f9} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15085 | 2024.07.15 22:27:42.418386 [ 3 ] {7be1dc13-77c9-4cde-809d-51c4fe7229f9} <Debug> executeQuery: Read 206 rows, 18.03 KiB in 0.001617 sec., 127396.41311069884 rows/sec., 10.89 MiB/sec. | ||
15086 | 2024.07.15 22:27:42.418562 [ 3 ] {7be1dc13-77c9-4cde-809d-51c4fe7229f9} <Debug> DynamicQueryHandler: Done processing query | ||
15087 | 2024.07.15 22:27:42.418586 [ 3 ] {7be1dc13-77c9-4cde-809d-51c4fe7229f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15088 | 2024.07.15 22:27:42.418602 [ 3 ] {} <Debug> HTTP-Session: 9d54ea56-3036-4736-b92b-69ab8c52abc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15089 | 2024.07.15 22:27:42.418786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 19344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15090 | 2024.07.15 22:27:42.418838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15091 | 2024.07.15 22:27:42.418858 [ 3 ] {} <Debug> HTTP-Session: df68244c-fd16-4334-bc11-b213d549ee5f Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15092 | 2024.07.15 22:27:42.418875 [ 3 ] {} <Debug> HTTP-Session: df68244c-fd16-4334-bc11-b213d549ee5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15093 | 2024.07.15 22:27:42.418889 [ 3 ] {} <Debug> HTTP-Session: df68244c-fd16-4334-bc11-b213d549ee5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15094 | 2024.07.15 22:27:42.418922 [ 3 ] {} <Trace> HTTP-Session: df68244c-fd16-4334-bc11-b213d549ee5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15095 | 2024.07.15 22:27:42.419067 [ 3 ] {720d02f5-5e42-415d-9b3b-ce90aeccb3b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15096 | 2024.07.15 22:27:42.419110 [ 3 ] {720d02f5-5e42-415d-9b3b-ce90aeccb3b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15097 | 2024.07.15 22:27:42.419236 [ 3 ] {720d02f5-5e42-415d-9b3b-ce90aeccb3b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15098 | 2024.07.15 22:27:42.419598 [ 3 ] {720d02f5-5e42-415d-9b3b-ce90aeccb3b6} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15099 | 2024.07.15 22:27:42.419634 [ 3 ] {720d02f5-5e42-415d-9b3b-ce90aeccb3b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15100 | 2024.07.15 22:27:42.419954 [ 3 ] {720d02f5-5e42-415d-9b3b-ce90aeccb3b6} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15101 | 2024.07.15 22:27:42.420260 [ 3 ] {720d02f5-5e42-415d-9b3b-ce90aeccb3b6} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15102 | 2024.07.15 22:27:42.420384 [ 3 ] {720d02f5-5e42-415d-9b3b-ce90aeccb3b6} <Debug> executeQuery: Read 114 rows, 9.12 KiB in 0.001375 sec., 82909.09090909091 rows/sec., 6.48 MiB/sec. | ||
15103 | 2024.07.15 22:27:42.420531 [ 3 ] {720d02f5-5e42-415d-9b3b-ce90aeccb3b6} <Debug> DynamicQueryHandler: Done processing query | ||
15104 | 2024.07.15 22:27:42.420555 [ 3 ] {720d02f5-5e42-415d-9b3b-ce90aeccb3b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15105 | 2024.07.15 22:27:42.420571 [ 3 ] {} <Debug> HTTP-Session: df68244c-fd16-4334-bc11-b213d549ee5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15106 | 2024.07.15 22:27:42.420728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15107 | 2024.07.15 22:27:42.420776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15108 | 2024.07.15 22:27:42.420795 [ 3 ] {} <Debug> HTTP-Session: da4a356f-dc09-449c-a88f-959d92895974 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15109 | 2024.07.15 22:27:42.420812 [ 3 ] {} <Debug> HTTP-Session: da4a356f-dc09-449c-a88f-959d92895974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15110 | 2024.07.15 22:27:42.420826 [ 3 ] {} <Debug> HTTP-Session: da4a356f-dc09-449c-a88f-959d92895974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15111 | 2024.07.15 22:27:42.420857 [ 3 ] {} <Trace> HTTP-Session: da4a356f-dc09-449c-a88f-959d92895974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15112 | 2024.07.15 22:27:42.421003 [ 3 ] {ee99fc94-3461-43f9-8dc8-ce89cf5b3034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15113 | 2024.07.15 22:27:42.421049 [ 3 ] {ee99fc94-3461-43f9-8dc8-ce89cf5b3034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15114 | 2024.07.15 22:27:42.421192 [ 3 ] {ee99fc94-3461-43f9-8dc8-ce89cf5b3034} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15115 | 2024.07.15 22:27:42.421583 [ 3 ] {ee99fc94-3461-43f9-8dc8-ce89cf5b3034} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15116 | 2024.07.15 22:27:42.421618 [ 3 ] {ee99fc94-3461-43f9-8dc8-ce89cf5b3034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15117 | 2024.07.15 22:27:42.422013 [ 3 ] {ee99fc94-3461-43f9-8dc8-ce89cf5b3034} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15118 | 2024.07.15 22:27:42.422351 [ 3 ] {ee99fc94-3461-43f9-8dc8-ce89cf5b3034} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15119 | 2024.07.15 22:27:42.422487 [ 3 ] {ee99fc94-3461-43f9-8dc8-ce89cf5b3034} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec. | ||
15120 | 2024.07.15 22:27:42.422647 [ 3 ] {ee99fc94-3461-43f9-8dc8-ce89cf5b3034} <Debug> DynamicQueryHandler: Done processing query | ||
15121 | 2024.07.15 22:27:42.422672 [ 3 ] {ee99fc94-3461-43f9-8dc8-ce89cf5b3034} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15122 | 2024.07.15 22:27:42.422688 [ 3 ] {} <Debug> HTTP-Session: da4a356f-dc09-449c-a88f-959d92895974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15123 | 2024.07.15 22:27:42.422872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 80843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15124 | 2024.07.15 22:27:42.422922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15125 | 2024.07.15 22:27:42.422941 [ 3 ] {} <Debug> HTTP-Session: 8024d287-12d2-4104-8dd2-caca033f7d98 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15126 | 2024.07.15 22:27:42.422957 [ 3 ] {} <Debug> HTTP-Session: 8024d287-12d2-4104-8dd2-caca033f7d98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15127 | 2024.07.15 22:27:42.422971 [ 3 ] {} <Debug> HTTP-Session: 8024d287-12d2-4104-8dd2-caca033f7d98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15128 | 2024.07.15 22:27:42.423002 [ 3 ] {} <Trace> HTTP-Session: 8024d287-12d2-4104-8dd2-caca033f7d98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15129 | 2024.07.15 22:27:42.423456 [ 3 ] {140933d1-b33b-45f2-8cca-69d38b8bed7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15130 | 2024.07.15 22:27:42.423522 [ 3 ] {140933d1-b33b-45f2-8cca-69d38b8bed7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15131 | 2024.07.15 22:27:42.423931 [ 3 ] {140933d1-b33b-45f2-8cca-69d38b8bed7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15132 | 2024.07.15 22:27:42.424690 [ 3 ] {140933d1-b33b-45f2-8cca-69d38b8bed7d} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15133 | 2024.07.15 22:27:42.424724 [ 3 ] {140933d1-b33b-45f2-8cca-69d38b8bed7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15134 | 2024.07.15 22:27:42.425383 [ 3 ] {140933d1-b33b-45f2-8cca-69d38b8bed7d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15135 | 2024.07.15 22:27:42.425805 [ 3 ] {140933d1-b33b-45f2-8cca-69d38b8bed7d} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15136 | 2024.07.15 22:27:42.425950 [ 3 ] {140933d1-b33b-45f2-8cca-69d38b8bed7d} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.002848 sec., 17556.1797752809 rows/sec., 31.46 MiB/sec. | ||
15137 | 2024.07.15 22:27:42.426143 [ 3 ] {140933d1-b33b-45f2-8cca-69d38b8bed7d} <Debug> DynamicQueryHandler: Done processing query | ||
15138 | 2024.07.15 22:27:42.426168 [ 3 ] {140933d1-b33b-45f2-8cca-69d38b8bed7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
15139 | 2024.07.15 22:27:42.426183 [ 3 ] {} <Debug> HTTP-Session: 8024d287-12d2-4104-8dd2-caca033f7d98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15140 | 2024.07.15 22:27:42.426353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15141 | 2024.07.15 22:27:42.426400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15142 | 2024.07.15 22:27:42.426420 [ 3 ] {} <Debug> HTTP-Session: d1600bd8-31ca-48ea-b8e5-be87b6f5ac81 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15143 | 2024.07.15 22:27:42.426436 [ 3 ] {} <Debug> HTTP-Session: d1600bd8-31ca-48ea-b8e5-be87b6f5ac81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15144 | 2024.07.15 22:27:42.426450 [ 3 ] {} <Debug> HTTP-Session: d1600bd8-31ca-48ea-b8e5-be87b6f5ac81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15145 | 2024.07.15 22:27:42.426480 [ 3 ] {} <Trace> HTTP-Session: d1600bd8-31ca-48ea-b8e5-be87b6f5ac81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15146 | 2024.07.15 22:27:42.426590 [ 3 ] {a21a8bdd-c990-4fa9-852d-f92846172007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15147 | 2024.07.15 22:27:42.426633 [ 3 ] {a21a8bdd-c990-4fa9-852d-f92846172007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15148 | 2024.07.15 22:27:42.426757 [ 3 ] {a21a8bdd-c990-4fa9-852d-f92846172007} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15149 | 2024.07.15 22:27:42.427097 [ 3 ] {a21a8bdd-c990-4fa9-852d-f92846172007} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15150 | 2024.07.15 22:27:42.427132 [ 3 ] {a21a8bdd-c990-4fa9-852d-f92846172007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15151 | 2024.07.15 22:27:42.427486 [ 3 ] {a21a8bdd-c990-4fa9-852d-f92846172007} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15152 | 2024.07.15 22:27:42.427800 [ 3 ] {a21a8bdd-c990-4fa9-852d-f92846172007} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15153 | 2024.07.15 22:27:42.427922 [ 3 ] {a21a8bdd-c990-4fa9-852d-f92846172007} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. | ||
15154 | 2024.07.15 22:27:42.428082 [ 3 ] {a21a8bdd-c990-4fa9-852d-f92846172007} <Debug> DynamicQueryHandler: Done processing query | ||
15155 | 2024.07.15 22:27:42.428106 [ 3 ] {a21a8bdd-c990-4fa9-852d-f92846172007} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15156 | 2024.07.15 22:27:42.428123 [ 3 ] {} <Debug> HTTP-Session: d1600bd8-31ca-48ea-b8e5-be87b6f5ac81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15157 | 2024.07.15 22:27:47.414773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15158 | 2024.07.15 22:27:47.414917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15159 | 2024.07.15 22:27:47.414947 [ 3 ] {} <Debug> HTTP-Session: b141df02-84e6-44b0-9a13-de3f7fe76be8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15160 | 2024.07.15 22:27:47.414975 [ 3 ] {} <Debug> HTTP-Session: b141df02-84e6-44b0-9a13-de3f7fe76be8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15161 | 2024.07.15 22:27:47.414994 [ 3 ] {} <Debug> HTTP-Session: b141df02-84e6-44b0-9a13-de3f7fe76be8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15162 | 2024.07.15 22:27:47.415050 [ 3 ] {} <Trace> HTTP-Session: b141df02-84e6-44b0-9a13-de3f7fe76be8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15163 | 2024.07.15 22:27:47.415249 [ 3 ] {053b9951-928b-4c01-bd30-311c2bb09140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15164 | 2024.07.15 22:27:47.415318 [ 3 ] {053b9951-928b-4c01-bd30-311c2bb09140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15165 | 2024.07.15 22:27:47.415517 [ 3 ] {053b9951-928b-4c01-bd30-311c2bb09140} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15166 | 2024.07.15 22:27:47.415964 [ 3 ] {053b9951-928b-4c01-bd30-311c2bb09140} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15167 | 2024.07.15 22:27:47.416008 [ 3 ] {053b9951-928b-4c01-bd30-311c2bb09140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15168 | 2024.07.15 22:27:47.416375 [ 3 ] {053b9951-928b-4c01-bd30-311c2bb09140} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15169 | 2024.07.15 22:27:47.416721 [ 3 ] {053b9951-928b-4c01-bd30-311c2bb09140} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15170 | 2024.07.15 22:27:47.416895 [ 3 ] {053b9951-928b-4c01-bd30-311c2bb09140} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001701 sec., 3527.336860670194 rows/sec., 199.79 KiB/sec. | ||
15171 | 2024.07.15 22:27:47.416943 [ 76 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15172 | 2024.07.15 22:27:47.417072 [ 76 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15173 | 2024.07.15 22:27:47.417133 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15174 | 2024.07.15 22:27:47.417183 [ 3 ] {053b9951-928b-4c01-bd30-311c2bb09140} <Debug> DynamicQueryHandler: Done processing query | ||
15175 | 2024.07.15 22:27:47.417245 [ 3 ] {053b9951-928b-4c01-bd30-311c2bb09140} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15176 | 2024.07.15 22:27:47.417323 [ 3 ] {} <Debug> HTTP-Session: b141df02-84e6-44b0-9a13-de3f7fe76be8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15177 | 2024.07.15 22:27:47.417474 [ 196 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
15178 | 2024.07.15 22:27:47.417589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15179 | 2024.07.15 22:27:47.417791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15180 | 2024.07.15 22:27:47.417904 [ 3 ] {} <Debug> HTTP-Session: 277b1835-3190-496b-84c9-6167ef31e00e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15181 | 2024.07.15 22:27:47.418011 [ 3 ] {} <Debug> HTTP-Session: 277b1835-3190-496b-84c9-6167ef31e00e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15182 | 2024.07.15 22:27:47.418096 [ 3 ] {} <Debug> HTTP-Session: 277b1835-3190-496b-84c9-6167ef31e00e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15183 | 2024.07.15 22:27:47.418274 [ 3 ] {} <Trace> HTTP-Session: 277b1835-3190-496b-84c9-6167ef31e00e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15184 | 2024.07.15 22:27:47.418298 [ 196 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15185 | 2024.07.15 22:27:47.418428 [ 196 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 56 rows starting from the beginning of the part | ||
15186 | 2024.07.15 22:27:47.418662 [ 3 ] {d3ca1241-e959-486f-8d1e-7d6d994ee304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15187 | 2024.07.15 22:27:47.418886 [ 196 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 6 rows starting from the beginning of the part | ||
15188 | 2024.07.15 22:27:47.418935 [ 3 ] {d3ca1241-e959-486f-8d1e-7d6d994ee304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15189 | 2024.07.15 22:27:47.419301 [ 196 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 50 rows starting from the beginning of the part | ||
15190 | 2024.07.15 22:27:47.419709 [ 196 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 6 rows starting from the beginning of the part | ||
15191 | 2024.07.15 22:27:47.420020 [ 196 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 50 rows starting from the beginning of the part | ||
15192 | 2024.07.15 22:27:47.420287 [ 3 ] {d3ca1241-e959-486f-8d1e-7d6d994ee304} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15193 | 2024.07.15 22:27:47.420358 [ 196 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 6 rows starting from the beginning of the part | ||
15194 | 2024.07.15 22:27:47.421242 [ 3 ] {d3ca1241-e959-486f-8d1e-7d6d994ee304} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15195 | 2024.07.15 22:27:47.421296 [ 3 ] {d3ca1241-e959-486f-8d1e-7d6d994ee304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15196 | 2024.07.15 22:27:47.422265 [ 3 ] {d3ca1241-e959-486f-8d1e-7d6d994ee304} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
15197 | 2024.07.15 22:27:47.423126 [ 189 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.005861317 sec., 29686.160977131934 rows/sec., 2.24 MiB/sec. | ||
15198 | 2024.07.15 22:27:47.423263 [ 3 ] {d3ca1241-e959-486f-8d1e-7d6d994ee304} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15199 | 2024.07.15 22:27:47.423382 [ 189 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15200 | 2024.07.15 22:27:47.423539 [ 76 ] {} <Debug> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
15201 | 2024.07.15 22:27:47.423610 [ 3 ] {d3ca1241-e959-486f-8d1e-7d6d994ee304} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.005096 sec., 784.9293563579278 rows/sec., 64.01 KiB/sec. | ||
15202 | 2024.07.15 22:27:47.423656 [ 76 ] {} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15203 | 2024.07.15 22:27:47.423805 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15204 | 2024.07.15 22:27:47.424151 [ 3 ] {d3ca1241-e959-486f-8d1e-7d6d994ee304} <Debug> DynamicQueryHandler: Done processing query | ||
15205 | 2024.07.15 22:27:47.424257 [ 3 ] {d3ca1241-e959-486f-8d1e-7d6d994ee304} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15206 | 2024.07.15 22:27:47.424327 [ 3 ] {} <Debug> HTTP-Session: 277b1835-3190-496b-84c9-6167ef31e00e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15207 | 2024.07.15 22:27:47.424547 [ 187 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
15208 | 2024.07.15 22:27:47.424569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15209 | 2024.07.15 22:27:47.424717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15210 | 2024.07.15 22:27:47.424791 [ 3 ] {} <Debug> HTTP-Session: 3778ed6e-d856-455d-90cc-f09d2f887d12 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15211 | 2024.07.15 22:27:47.424866 [ 3 ] {} <Debug> HTTP-Session: 3778ed6e-d856-455d-90cc-f09d2f887d12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15212 | 2024.07.15 22:27:47.424926 [ 3 ] {} <Debug> HTTP-Session: 3778ed6e-d856-455d-90cc-f09d2f887d12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15213 | 2024.07.15 22:27:47.424941 [ 201 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_81_16} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15214 | 2024.07.15 22:27:47.425061 [ 3 ] {} <Trace> HTTP-Session: 3778ed6e-d856-455d-90cc-f09d2f887d12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15215 | 2024.07.15 22:27:47.425137 [ 187 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15216 | 2024.07.15 22:27:47.425234 [ 187 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 16 rows starting from the beginning of the part | ||
15217 | 2024.07.15 22:27:47.425300 [ 201 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_81_16} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15218 | 2024.07.15 22:27:47.425473 [ 3 ] {d98105ae-9e51-4d53-883b-e109e3dd9370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15219 | 2024.07.15 22:27:47.425646 [ 3 ] {d98105ae-9e51-4d53-883b-e109e3dd9370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15220 | 2024.07.15 22:27:47.425738 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
15221 | 2024.07.15 22:27:47.425789 [ 187 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part | ||
15222 | 2024.07.15 22:27:47.426127 [ 187 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 3 rows starting from the beginning of the part | ||
15223 | 2024.07.15 22:27:47.426547 [ 187 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part | ||
15224 | 2024.07.15 22:27:47.426722 [ 3 ] {d98105ae-9e51-4d53-883b-e109e3dd9370} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15225 | 2024.07.15 22:27:47.426820 [ 187 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
15226 | 2024.07.15 22:27:47.427129 [ 187 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
15227 | 2024.07.15 22:27:47.427904 [ 3 ] {d98105ae-9e51-4d53-883b-e109e3dd9370} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15228 | 2024.07.15 22:27:47.427968 [ 3 ] {d98105ae-9e51-4d53-883b-e109e3dd9370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15229 | 2024.07.15 22:27:47.428782 [ 3 ] {d98105ae-9e51-4d53-883b-e109e3dd9370} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15230 | 2024.07.15 22:27:47.429763 [ 201 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.005704533 sec., 6486.069937714446 rows/sec., 519.91 KiB/sec. | ||
15231 | 2024.07.15 22:27:47.429776 [ 3 ] {d98105ae-9e51-4d53-883b-e109e3dd9370} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15232 | 2024.07.15 22:27:47.430123 [ 3 ] {d98105ae-9e51-4d53-883b-e109e3dd9370} <Debug> executeQuery: Read 163 rows, 14.70 KiB in 0.004852 sec., 33594.39406430338 rows/sec., 2.96 MiB/sec. | ||
15233 | 2024.07.15 22:27:47.430139 [ 201 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
15234 | 2024.07.15 22:27:47.430651 [ 3 ] {d98105ae-9e51-4d53-883b-e109e3dd9370} <Debug> DynamicQueryHandler: Done processing query | ||
15235 | 2024.07.15 22:27:47.430733 [ 3 ] {d98105ae-9e51-4d53-883b-e109e3dd9370} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15236 | 2024.07.15 22:27:47.430816 [ 3 ] {} <Debug> HTTP-Session: 3778ed6e-d856-455d-90cc-f09d2f887d12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15237 | 2024.07.15 22:27:47.431189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15238 | 2024.07.15 22:27:47.431396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15239 | 2024.07.15 22:27:47.431523 [ 3 ] {} <Debug> HTTP-Session: 814b5f92-4dbc-462c-848d-6058cad13bc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15240 | 2024.07.15 22:27:47.431613 [ 3 ] {} <Debug> HTTP-Session: 814b5f92-4dbc-462c-848d-6058cad13bc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15241 | 2024.07.15 22:27:47.431711 [ 3 ] {} <Debug> HTTP-Session: 814b5f92-4dbc-462c-848d-6058cad13bc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15242 | 2024.07.15 22:27:47.431747 [ 201 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_34_7} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15243 | 2024.07.15 22:27:47.431777 [ 3 ] {} <Trace> HTTP-Session: 814b5f92-4dbc-462c-848d-6058cad13bc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15244 | 2024.07.15 22:27:47.431898 [ 201 ] {81b8c1e1-6224-48b9-a010-f63cda835fd7::all_1_34_7} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
15245 | 2024.07.15 22:27:47.431954 [ 3 ] {c8935425-6986-4174-b6ca-59b81c773365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15246 | 2024.07.15 22:27:47.432044 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
15247 | 2024.07.15 22:27:47.432056 [ 3 ] {c8935425-6986-4174-b6ca-59b81c773365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15248 | 2024.07.15 22:27:47.432225 [ 3 ] {c8935425-6986-4174-b6ca-59b81c773365} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15249 | 2024.07.15 22:27:47.432517 [ 3 ] {c8935425-6986-4174-b6ca-59b81c773365} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15250 | 2024.07.15 22:27:47.432555 [ 3 ] {c8935425-6986-4174-b6ca-59b81c773365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15251 | 2024.07.15 22:27:47.432858 [ 3 ] {c8935425-6986-4174-b6ca-59b81c773365} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
15252 | 2024.07.15 22:27:47.433180 [ 3 ] {c8935425-6986-4174-b6ca-59b81c773365} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15253 | 2024.07.15 22:27:47.433336 [ 3 ] {c8935425-6986-4174-b6ca-59b81c773365} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001432 sec., 2793.296089385475 rows/sec., 195.04 KiB/sec. | ||
15254 | 2024.07.15 22:27:47.433350 [ 88 ] {} <Debug> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
15255 | 2024.07.15 22:27:47.433424 [ 88 ] {} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15256 | 2024.07.15 22:27:47.433464 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15257 | 2024.07.15 22:27:47.433631 [ 3 ] {c8935425-6986-4174-b6ca-59b81c773365} <Debug> DynamicQueryHandler: Done processing query | ||
15258 | 2024.07.15 22:27:47.433659 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
15259 | 2024.07.15 22:27:47.433674 [ 3 ] {c8935425-6986-4174-b6ca-59b81c773365} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15260 | 2024.07.15 22:27:47.433727 [ 3 ] {} <Debug> HTTP-Session: 814b5f92-4dbc-462c-848d-6058cad13bc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15261 | 2024.07.15 22:27:47.433841 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15262 | 2024.07.15 22:27:47.433876 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 16 rows starting from the beginning of the part | ||
15263 | 2024.07.15 22:27:47.433932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 62242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15264 | 2024.07.15 22:27:47.434091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15265 | 2024.07.15 22:27:47.434131 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part | ||
15266 | 2024.07.15 22:27:47.434160 [ 3 ] {} <Debug> HTTP-Session: 3afa4ff8-972f-4e48-b912-0c003bf8962e Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15267 | 2024.07.15 22:27:47.434234 [ 3 ] {} <Debug> HTTP-Session: 3afa4ff8-972f-4e48-b912-0c003bf8962e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15268 | 2024.07.15 22:27:47.434307 [ 3 ] {} <Debug> HTTP-Session: 3afa4ff8-972f-4e48-b912-0c003bf8962e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15269 | 2024.07.15 22:27:47.434445 [ 3 ] {} <Trace> HTTP-Session: 3afa4ff8-972f-4e48-b912-0c003bf8962e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15270 | 2024.07.15 22:27:47.434462 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 3 rows starting from the beginning of the part | ||
15271 | 2024.07.15 22:27:47.434694 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part | ||
15272 | 2024.07.15 22:27:47.434943 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
15273 | 2024.07.15 22:27:47.434981 [ 3 ] {2b33543c-7d81-474d-abfb-99be9142927f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15274 | 2024.07.15 22:27:47.435207 [ 195 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
15275 | 2024.07.15 22:27:47.435242 [ 3 ] {2b33543c-7d81-474d-abfb-99be9142927f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15276 | 2024.07.15 22:27:47.435972 [ 3 ] {2b33543c-7d81-474d-abfb-99be9142927f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15277 | 2024.07.15 22:27:47.437141 [ 3 ] {2b33543c-7d81-474d-abfb-99be9142927f} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15278 | 2024.07.15 22:27:47.437216 [ 3 ] {2b33543c-7d81-474d-abfb-99be9142927f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15279 | 2024.07.15 22:27:47.437602 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.004048741 sec., 9138.643346166129 rows/sec., 625.44 KiB/sec. | ||
15280 | 2024.07.15 22:27:47.437841 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
15281 | 2024.07.15 22:27:47.437995 [ 3 ] {2b33543c-7d81-474d-abfb-99be9142927f} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15282 | 2024.07.15 22:27:47.438771 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_34_7} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15283 | 2024.07.15 22:27:47.438917 [ 3 ] {2b33543c-7d81-474d-abfb-99be9142927f} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15284 | 2024.07.15 22:27:47.438961 [ 201 ] {58927e36-78a2-4030-91ab-ca8195305b51::all_1_34_7} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
15285 | 2024.07.15 22:27:47.439130 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15286 | 2024.07.15 22:27:47.439250 [ 3 ] {2b33543c-7d81-474d-abfb-99be9142927f} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.004529 sec., 85228.52726871274 rows/sec., 5.99 MiB/sec. | ||
15287 | 2024.07.15 22:27:47.439460 [ 3 ] {2b33543c-7d81-474d-abfb-99be9142927f} <Debug> DynamicQueryHandler: Done processing query | ||
15288 | 2024.07.15 22:27:47.439497 [ 3 ] {2b33543c-7d81-474d-abfb-99be9142927f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15289 | 2024.07.15 22:27:47.439528 [ 3 ] {} <Debug> HTTP-Session: 3afa4ff8-972f-4e48-b912-0c003bf8962e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15290 | 2024.07.15 22:27:47.439654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15291 | 2024.07.15 22:27:47.439704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15292 | 2024.07.15 22:27:47.439724 [ 3 ] {} <Debug> HTTP-Session: 71b530cf-951c-4c19-a000-b4cc4d4ee6a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15293 | 2024.07.15 22:27:47.439740 [ 3 ] {} <Debug> HTTP-Session: 71b530cf-951c-4c19-a000-b4cc4d4ee6a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15294 | 2024.07.15 22:27:47.439754 [ 3 ] {} <Debug> HTTP-Session: 71b530cf-951c-4c19-a000-b4cc4d4ee6a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15295 | 2024.07.15 22:27:47.439785 [ 3 ] {} <Trace> HTTP-Session: 71b530cf-951c-4c19-a000-b4cc4d4ee6a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15296 | 2024.07.15 22:27:47.439881 [ 3 ] {db880c58-7fb0-4d89-8a84-185b09fb9228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15297 | 2024.07.15 22:27:47.439925 [ 3 ] {db880c58-7fb0-4d89-8a84-185b09fb9228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15298 | 2024.07.15 22:27:47.440059 [ 3 ] {db880c58-7fb0-4d89-8a84-185b09fb9228} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15299 | 2024.07.15 22:27:47.440384 [ 3 ] {db880c58-7fb0-4d89-8a84-185b09fb9228} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15300 | 2024.07.15 22:27:47.440426 [ 3 ] {db880c58-7fb0-4d89-8a84-185b09fb9228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15301 | 2024.07.15 22:27:47.440786 [ 3 ] {db880c58-7fb0-4d89-8a84-185b09fb9228} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
15302 | 2024.07.15 22:27:47.441110 [ 3 ] {db880c58-7fb0-4d89-8a84-185b09fb9228} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15303 | 2024.07.15 22:27:47.441260 [ 3 ] {db880c58-7fb0-4d89-8a84-185b09fb9228} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001396 sec., 4297.994269340974 rows/sec., 184.68 KiB/sec. | ||
15304 | 2024.07.15 22:27:47.441454 [ 3 ] {db880c58-7fb0-4d89-8a84-185b09fb9228} <Debug> DynamicQueryHandler: Done processing query | ||
15305 | 2024.07.15 22:27:47.441498 [ 3 ] {db880c58-7fb0-4d89-8a84-185b09fb9228} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15306 | 2024.07.15 22:27:47.441522 [ 3 ] {} <Debug> HTTP-Session: 71b530cf-951c-4c19-a000-b4cc4d4ee6a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15307 | 2024.07.15 22:27:47.441646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15308 | 2024.07.15 22:27:47.441694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15309 | 2024.07.15 22:27:47.441713 [ 3 ] {} <Debug> HTTP-Session: 8694b845-740d-435d-bb71-1cf50bc974ce Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15310 | 2024.07.15 22:27:47.441729 [ 3 ] {} <Debug> HTTP-Session: 8694b845-740d-435d-bb71-1cf50bc974ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15311 | 2024.07.15 22:27:47.441743 [ 3 ] {} <Debug> HTTP-Session: 8694b845-740d-435d-bb71-1cf50bc974ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15312 | 2024.07.15 22:27:47.441775 [ 3 ] {} <Trace> HTTP-Session: 8694b845-740d-435d-bb71-1cf50bc974ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15313 | 2024.07.15 22:27:47.441894 [ 3 ] {06438067-cd05-45a6-aad7-77f15045b746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
15314 | 2024.07.15 22:27:47.441940 [ 3 ] {06438067-cd05-45a6-aad7-77f15045b746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
15315 | 2024.07.15 22:27:47.442081 [ 3 ] {06438067-cd05-45a6-aad7-77f15045b746} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15316 | 2024.07.15 22:27:47.442432 [ 3 ] {06438067-cd05-45a6-aad7-77f15045b746} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15317 | 2024.07.15 22:27:47.442468 [ 3 ] {06438067-cd05-45a6-aad7-77f15045b746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15318 | 2024.07.15 22:27:47.442835 [ 3 ] {06438067-cd05-45a6-aad7-77f15045b746} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
15319 | 2024.07.15 22:27:47.443170 [ 3 ] {06438067-cd05-45a6-aad7-77f15045b746} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15320 | 2024.07.15 22:27:47.443327 [ 3 ] {06438067-cd05-45a6-aad7-77f15045b746} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001479 sec., 52062.204192021636 rows/sec., 3.21 MiB/sec. | ||
15321 | 2024.07.15 22:27:47.443500 [ 3 ] {06438067-cd05-45a6-aad7-77f15045b746} <Debug> DynamicQueryHandler: Done processing query | ||
15322 | 2024.07.15 22:27:47.443524 [ 3 ] {06438067-cd05-45a6-aad7-77f15045b746} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15323 | 2024.07.15 22:27:47.443540 [ 3 ] {} <Debug> HTTP-Session: 8694b845-740d-435d-bb71-1cf50bc974ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15324 | 2024.07.15 22:27:47.443689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30999, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15325 | 2024.07.15 22:27:47.443736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15326 | 2024.07.15 22:27:47.443756 [ 3 ] {} <Debug> HTTP-Session: a9e9a513-9216-428b-92ee-a338e9e6a3d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15327 | 2024.07.15 22:27:47.443772 [ 3 ] {} <Debug> HTTP-Session: a9e9a513-9216-428b-92ee-a338e9e6a3d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15328 | 2024.07.15 22:27:47.443785 [ 3 ] {} <Debug> HTTP-Session: a9e9a513-9216-428b-92ee-a338e9e6a3d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15329 | 2024.07.15 22:27:47.443816 [ 3 ] {} <Trace> HTTP-Session: a9e9a513-9216-428b-92ee-a338e9e6a3d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15330 | 2024.07.15 22:27:47.443988 [ 3 ] {e9a51da6-59a4-4e4f-b9ad-1aec5c6adb24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15331 | 2024.07.15 22:27:47.444033 [ 3 ] {e9a51da6-59a4-4e4f-b9ad-1aec5c6adb24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15332 | 2024.07.15 22:27:47.444174 [ 3 ] {e9a51da6-59a4-4e4f-b9ad-1aec5c6adb24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15333 | 2024.07.15 22:27:47.444577 [ 3 ] {e9a51da6-59a4-4e4f-b9ad-1aec5c6adb24} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15334 | 2024.07.15 22:27:47.444613 [ 3 ] {e9a51da6-59a4-4e4f-b9ad-1aec5c6adb24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15335 | 2024.07.15 22:27:47.444982 [ 3 ] {e9a51da6-59a4-4e4f-b9ad-1aec5c6adb24} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15336 | 2024.07.15 22:27:47.445311 [ 3 ] {e9a51da6-59a4-4e4f-b9ad-1aec5c6adb24} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15337 | 2024.07.15 22:27:47.445481 [ 3 ] {e9a51da6-59a4-4e4f-b9ad-1aec5c6adb24} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001574 sec., 102922.49047013976 rows/sec., 7.17 MiB/sec. | ||
15338 | 2024.07.15 22:27:47.445648 [ 3 ] {e9a51da6-59a4-4e4f-b9ad-1aec5c6adb24} <Debug> DynamicQueryHandler: Done processing query | ||
15339 | 2024.07.15 22:27:47.445671 [ 3 ] {e9a51da6-59a4-4e4f-b9ad-1aec5c6adb24} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15340 | 2024.07.15 22:27:47.445687 [ 3 ] {} <Debug> HTTP-Session: a9e9a513-9216-428b-92ee-a338e9e6a3d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15341 | 2024.07.15 22:27:47.445794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15342 | 2024.07.15 22:27:47.445842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15343 | 2024.07.15 22:27:47.445862 [ 3 ] {} <Debug> HTTP-Session: a6379024-564f-4625-80a0-f14fe6c54c0a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15344 | 2024.07.15 22:27:47.445878 [ 3 ] {} <Debug> HTTP-Session: a6379024-564f-4625-80a0-f14fe6c54c0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15345 | 2024.07.15 22:27:47.445892 [ 3 ] {} <Debug> HTTP-Session: a6379024-564f-4625-80a0-f14fe6c54c0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15346 | 2024.07.15 22:27:47.445922 [ 3 ] {} <Trace> HTTP-Session: a6379024-564f-4625-80a0-f14fe6c54c0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15347 | 2024.07.15 22:27:47.446022 [ 3 ] {dd3f0fd2-c83a-41ef-b077-a92946ec1bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15348 | 2024.07.15 22:27:47.446066 [ 3 ] {dd3f0fd2-c83a-41ef-b077-a92946ec1bc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15349 | 2024.07.15 22:27:47.446191 [ 3 ] {dd3f0fd2-c83a-41ef-b077-a92946ec1bc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15350 | 2024.07.15 22:27:47.446473 [ 3 ] {dd3f0fd2-c83a-41ef-b077-a92946ec1bc0} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15351 | 2024.07.15 22:27:47.446509 [ 3 ] {dd3f0fd2-c83a-41ef-b077-a92946ec1bc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15352 | 2024.07.15 22:27:47.446857 [ 3 ] {dd3f0fd2-c83a-41ef-b077-a92946ec1bc0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
15353 | 2024.07.15 22:27:47.447168 [ 3 ] {dd3f0fd2-c83a-41ef-b077-a92946ec1bc0} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15354 | 2024.07.15 22:27:47.447323 [ 3 ] {dd3f0fd2-c83a-41ef-b077-a92946ec1bc0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001325 sec., 17358.490566037737 rows/sec., 938.97 KiB/sec. | ||
15355 | 2024.07.15 22:27:47.447490 [ 3 ] {dd3f0fd2-c83a-41ef-b077-a92946ec1bc0} <Debug> DynamicQueryHandler: Done processing query | ||
15356 | 2024.07.15 22:27:47.447514 [ 3 ] {dd3f0fd2-c83a-41ef-b077-a92946ec1bc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15357 | 2024.07.15 22:27:47.447529 [ 3 ] {} <Debug> HTTP-Session: a6379024-564f-4625-80a0-f14fe6c54c0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15358 | 2024.07.15 22:27:47.447639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15359 | 2024.07.15 22:27:47.447686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15360 | 2024.07.15 22:27:47.447705 [ 3 ] {} <Debug> HTTP-Session: c6f3baf3-9797-452e-94fc-8bf11a0d913a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15361 | 2024.07.15 22:27:47.447722 [ 3 ] {} <Debug> HTTP-Session: c6f3baf3-9797-452e-94fc-8bf11a0d913a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15362 | 2024.07.15 22:27:47.447735 [ 3 ] {} <Debug> HTTP-Session: c6f3baf3-9797-452e-94fc-8bf11a0d913a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15363 | 2024.07.15 22:27:47.447764 [ 3 ] {} <Trace> HTTP-Session: c6f3baf3-9797-452e-94fc-8bf11a0d913a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15364 | 2024.07.15 22:27:47.447896 [ 3 ] {9bd3e01b-dfed-4d2b-91c3-1ffcf59c4241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15365 | 2024.07.15 22:27:47.447940 [ 3 ] {9bd3e01b-dfed-4d2b-91c3-1ffcf59c4241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15366 | 2024.07.15 22:27:47.448065 [ 3 ] {9bd3e01b-dfed-4d2b-91c3-1ffcf59c4241} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15367 | 2024.07.15 22:27:47.448351 [ 3 ] {9bd3e01b-dfed-4d2b-91c3-1ffcf59c4241} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15368 | 2024.07.15 22:27:47.448386 [ 3 ] {9bd3e01b-dfed-4d2b-91c3-1ffcf59c4241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15369 | 2024.07.15 22:27:47.448741 [ 3 ] {9bd3e01b-dfed-4d2b-91c3-1ffcf59c4241} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15370 | 2024.07.15 22:27:47.449059 [ 3 ] {9bd3e01b-dfed-4d2b-91c3-1ffcf59c4241} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15371 | 2024.07.15 22:27:47.449211 [ 3 ] {9bd3e01b-dfed-4d2b-91c3-1ffcf59c4241} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
15372 | 2024.07.15 22:27:47.449371 [ 3 ] {9bd3e01b-dfed-4d2b-91c3-1ffcf59c4241} <Debug> DynamicQueryHandler: Done processing query | ||
15373 | 2024.07.15 22:27:47.449394 [ 3 ] {9bd3e01b-dfed-4d2b-91c3-1ffcf59c4241} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15374 | 2024.07.15 22:27:47.449410 [ 3 ] {} <Debug> HTTP-Session: c6f3baf3-9797-452e-94fc-8bf11a0d913a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15375 | 2024.07.15 22:27:50.648010 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15376 | 2024.07.15 22:27:50.648115 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15377 | 2024.07.15 22:27:52.413283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 7219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15378 | 2024.07.15 22:27:52.413392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15379 | 2024.07.15 22:27:52.413416 [ 3 ] {} <Debug> HTTP-Session: 88c9149a-749e-44b7-81ed-7f438cac66df Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15380 | 2024.07.15 22:27:52.413440 [ 3 ] {} <Debug> HTTP-Session: 88c9149a-749e-44b7-81ed-7f438cac66df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15381 | 2024.07.15 22:27:52.413455 [ 3 ] {} <Debug> HTTP-Session: 88c9149a-749e-44b7-81ed-7f438cac66df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15382 | 2024.07.15 22:27:52.413509 [ 3 ] {} <Trace> HTTP-Session: 88c9149a-749e-44b7-81ed-7f438cac66df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15383 | 2024.07.15 22:27:52.413700 [ 3 ] {21dbc8f3-42dd-4be7-a4f4-51fd89add00a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15384 | 2024.07.15 22:27:52.413766 [ 3 ] {21dbc8f3-42dd-4be7-a4f4-51fd89add00a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15385 | 2024.07.15 22:27:52.413964 [ 3 ] {21dbc8f3-42dd-4be7-a4f4-51fd89add00a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15386 | 2024.07.15 22:27:52.414473 [ 3 ] {21dbc8f3-42dd-4be7-a4f4-51fd89add00a} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15387 | 2024.07.15 22:27:52.414511 [ 3 ] {21dbc8f3-42dd-4be7-a4f4-51fd89add00a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15388 | 2024.07.15 22:27:52.414880 [ 3 ] {21dbc8f3-42dd-4be7-a4f4-51fd89add00a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15389 | 2024.07.15 22:27:52.415207 [ 3 ] {21dbc8f3-42dd-4be7-a4f4-51fd89add00a} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15390 | 2024.07.15 22:27:52.415352 [ 3 ] {21dbc8f3-42dd-4be7-a4f4-51fd89add00a} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001714 sec., 29171.528588098015 rows/sec., 2.31 MiB/sec. | ||
15391 | 2024.07.15 22:27:52.415577 [ 3 ] {21dbc8f3-42dd-4be7-a4f4-51fd89add00a} <Debug> DynamicQueryHandler: Done processing query | ||
15392 | 2024.07.15 22:27:52.415603 [ 3 ] {21dbc8f3-42dd-4be7-a4f4-51fd89add00a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15393 | 2024.07.15 22:27:52.415619 [ 3 ] {} <Debug> HTTP-Session: 88c9149a-749e-44b7-81ed-7f438cac66df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15394 | 2024.07.15 22:27:52.415746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15395 | 2024.07.15 22:27:52.415796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15396 | 2024.07.15 22:27:52.415816 [ 3 ] {} <Debug> HTTP-Session: 88a03f7b-6123-4a2b-b081-5e8e1c00936a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15397 | 2024.07.15 22:27:52.415832 [ 3 ] {} <Debug> HTTP-Session: 88a03f7b-6123-4a2b-b081-5e8e1c00936a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15398 | 2024.07.15 22:27:52.415847 [ 3 ] {} <Debug> HTTP-Session: 88a03f7b-6123-4a2b-b081-5e8e1c00936a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15399 | 2024.07.15 22:27:52.415878 [ 3 ] {} <Trace> HTTP-Session: 88a03f7b-6123-4a2b-b081-5e8e1c00936a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15400 | 2024.07.15 22:27:52.415971 [ 3 ] {0201bc7d-1a98-44b5-81e6-9eee05504bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15401 | 2024.07.15 22:27:52.416014 [ 3 ] {0201bc7d-1a98-44b5-81e6-9eee05504bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15402 | 2024.07.15 22:27:52.416147 [ 3 ] {0201bc7d-1a98-44b5-81e6-9eee05504bb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15403 | 2024.07.15 22:27:52.416450 [ 3 ] {0201bc7d-1a98-44b5-81e6-9eee05504bb5} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15404 | 2024.07.15 22:27:52.416493 [ 3 ] {0201bc7d-1a98-44b5-81e6-9eee05504bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15405 | 2024.07.15 22:27:52.416794 [ 3 ] {0201bc7d-1a98-44b5-81e6-9eee05504bb5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
15406 | 2024.07.15 22:27:52.417103 [ 3 ] {0201bc7d-1a98-44b5-81e6-9eee05504bb5} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15407 | 2024.07.15 22:27:52.417252 [ 3 ] {0201bc7d-1a98-44b5-81e6-9eee05504bb5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001303 sec., 1534.9194167306218 rows/sec., 125.16 KiB/sec. | ||
15408 | 2024.07.15 22:27:52.417421 [ 3 ] {0201bc7d-1a98-44b5-81e6-9eee05504bb5} <Debug> DynamicQueryHandler: Done processing query | ||
15409 | 2024.07.15 22:27:52.417445 [ 3 ] {0201bc7d-1a98-44b5-81e6-9eee05504bb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15410 | 2024.07.15 22:27:52.417467 [ 3 ] {} <Debug> HTTP-Session: 88a03f7b-6123-4a2b-b081-5e8e1c00936a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15411 | 2024.07.15 22:27:52.417624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15412 | 2024.07.15 22:27:52.417673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15413 | 2024.07.15 22:27:52.417693 [ 3 ] {} <Debug> HTTP-Session: 6e5f43d6-329c-4655-a056-7075c2f8dbf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15414 | 2024.07.15 22:27:52.417709 [ 3 ] {} <Debug> HTTP-Session: 6e5f43d6-329c-4655-a056-7075c2f8dbf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15415 | 2024.07.15 22:27:52.417723 [ 3 ] {} <Debug> HTTP-Session: 6e5f43d6-329c-4655-a056-7075c2f8dbf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15416 | 2024.07.15 22:27:52.417753 [ 3 ] {} <Trace> HTTP-Session: 6e5f43d6-329c-4655-a056-7075c2f8dbf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15417 | 2024.07.15 22:27:52.417899 [ 3 ] {b0ed08be-e921-460e-a510-177805fe4558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15418 | 2024.07.15 22:27:52.417941 [ 3 ] {b0ed08be-e921-460e-a510-177805fe4558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15419 | 2024.07.15 22:27:52.418064 [ 3 ] {b0ed08be-e921-460e-a510-177805fe4558} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15420 | 2024.07.15 22:27:52.418653 [ 3 ] {b0ed08be-e921-460e-a510-177805fe4558} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15421 | 2024.07.15 22:27:52.418690 [ 3 ] {b0ed08be-e921-460e-a510-177805fe4558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15422 | 2024.07.15 22:27:52.419026 [ 3 ] {b0ed08be-e921-460e-a510-177805fe4558} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15423 | 2024.07.15 22:27:52.419334 [ 3 ] {b0ed08be-e921-460e-a510-177805fe4558} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15424 | 2024.07.15 22:27:52.419485 [ 3 ] {b0ed08be-e921-460e-a510-177805fe4558} <Debug> executeQuery: Read 207 rows, 18.11 KiB in 0.001655 sec., 125075.52870090635 rows/sec., 10.68 MiB/sec. | ||
15425 | 2024.07.15 22:27:52.419736 [ 3 ] {b0ed08be-e921-460e-a510-177805fe4558} <Debug> DynamicQueryHandler: Done processing query | ||
15426 | 2024.07.15 22:27:52.419792 [ 3 ] {b0ed08be-e921-460e-a510-177805fe4558} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15427 | 2024.07.15 22:27:52.419847 [ 3 ] {} <Debug> HTTP-Session: 6e5f43d6-329c-4655-a056-7075c2f8dbf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15428 | 2024.07.15 22:27:52.420024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15429 | 2024.07.15 22:27:52.420083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15430 | 2024.07.15 22:27:52.420102 [ 3 ] {} <Debug> HTTP-Session: 5ec022d6-fbca-4aed-b1d7-fef7575d1da2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15431 | 2024.07.15 22:27:52.420119 [ 3 ] {} <Debug> HTTP-Session: 5ec022d6-fbca-4aed-b1d7-fef7575d1da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15432 | 2024.07.15 22:27:52.420133 [ 3 ] {} <Debug> HTTP-Session: 5ec022d6-fbca-4aed-b1d7-fef7575d1da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15433 | 2024.07.15 22:27:52.420164 [ 3 ] {} <Trace> HTTP-Session: 5ec022d6-fbca-4aed-b1d7-fef7575d1da2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15434 | 2024.07.15 22:27:52.420260 [ 3 ] {0112efb1-5b7b-4d01-83d5-f8aaafeb958a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15435 | 2024.07.15 22:27:52.420304 [ 3 ] {0112efb1-5b7b-4d01-83d5-f8aaafeb958a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15436 | 2024.07.15 22:27:52.420449 [ 3 ] {0112efb1-5b7b-4d01-83d5-f8aaafeb958a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15437 | 2024.07.15 22:27:52.420763 [ 3 ] {0112efb1-5b7b-4d01-83d5-f8aaafeb958a} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15438 | 2024.07.15 22:27:52.420800 [ 3 ] {0112efb1-5b7b-4d01-83d5-f8aaafeb958a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15439 | 2024.07.15 22:27:52.421099 [ 3 ] {0112efb1-5b7b-4d01-83d5-f8aaafeb958a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
15440 | 2024.07.15 22:27:52.421396 [ 3 ] {0112efb1-5b7b-4d01-83d5-f8aaafeb958a} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15441 | 2024.07.15 22:27:52.421570 [ 3 ] {0112efb1-5b7b-4d01-83d5-f8aaafeb958a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00133 sec., 1503.7593984962407 rows/sec., 105.00 KiB/sec. | ||
15442 | 2024.07.15 22:27:52.421742 [ 3 ] {0112efb1-5b7b-4d01-83d5-f8aaafeb958a} <Debug> DynamicQueryHandler: Done processing query | ||
15443 | 2024.07.15 22:27:52.421767 [ 3 ] {0112efb1-5b7b-4d01-83d5-f8aaafeb958a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15444 | 2024.07.15 22:27:52.421783 [ 3 ] {} <Debug> HTTP-Session: 5ec022d6-fbca-4aed-b1d7-fef7575d1da2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15445 | 2024.07.15 22:27:52.421908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 19681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15446 | 2024.07.15 22:27:52.421955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15447 | 2024.07.15 22:27:52.421974 [ 3 ] {} <Debug> HTTP-Session: 095c997b-c172-4235-a0be-62b84f4a614a Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15448 | 2024.07.15 22:27:52.421990 [ 3 ] {} <Debug> HTTP-Session: 095c997b-c172-4235-a0be-62b84f4a614a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15449 | 2024.07.15 22:27:52.422004 [ 3 ] {} <Debug> HTTP-Session: 095c997b-c172-4235-a0be-62b84f4a614a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15450 | 2024.07.15 22:27:52.422035 [ 3 ] {} <Trace> HTTP-Session: 095c997b-c172-4235-a0be-62b84f4a614a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15451 | 2024.07.15 22:27:52.422186 [ 3 ] {5aed9c09-c851-4d72-b71e-41288e74dc28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15452 | 2024.07.15 22:27:52.422230 [ 3 ] {5aed9c09-c851-4d72-b71e-41288e74dc28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15453 | 2024.07.15 22:27:52.422356 [ 3 ] {5aed9c09-c851-4d72-b71e-41288e74dc28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15454 | 2024.07.15 22:27:52.422719 [ 3 ] {5aed9c09-c851-4d72-b71e-41288e74dc28} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15455 | 2024.07.15 22:27:52.422755 [ 3 ] {5aed9c09-c851-4d72-b71e-41288e74dc28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15456 | 2024.07.15 22:27:52.423061 [ 3 ] {5aed9c09-c851-4d72-b71e-41288e74dc28} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15457 | 2024.07.15 22:27:52.423363 [ 3 ] {5aed9c09-c851-4d72-b71e-41288e74dc28} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15458 | 2024.07.15 22:27:52.423507 [ 3 ] {5aed9c09-c851-4d72-b71e-41288e74dc28} <Debug> executeQuery: Read 116 rows, 9.28 KiB in 0.00139 sec., 83453.23741007195 rows/sec., 6.52 MiB/sec. | ||
15459 | 2024.07.15 22:27:52.423672 [ 3 ] {5aed9c09-c851-4d72-b71e-41288e74dc28} <Debug> DynamicQueryHandler: Done processing query | ||
15460 | 2024.07.15 22:27:52.423695 [ 3 ] {5aed9c09-c851-4d72-b71e-41288e74dc28} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15461 | 2024.07.15 22:27:52.423711 [ 3 ] {} <Debug> HTTP-Session: 095c997b-c172-4235-a0be-62b84f4a614a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15462 | 2024.07.15 22:27:52.423853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15463 | 2024.07.15 22:27:52.423901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15464 | 2024.07.15 22:27:52.423920 [ 3 ] {} <Debug> HTTP-Session: 41766d6f-533e-498b-b1d4-d3f0dadde0e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15465 | 2024.07.15 22:27:52.423936 [ 3 ] {} <Debug> HTTP-Session: 41766d6f-533e-498b-b1d4-d3f0dadde0e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15466 | 2024.07.15 22:27:52.423950 [ 3 ] {} <Debug> HTTP-Session: 41766d6f-533e-498b-b1d4-d3f0dadde0e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15467 | 2024.07.15 22:27:52.423981 [ 3 ] {} <Trace> HTTP-Session: 41766d6f-533e-498b-b1d4-d3f0dadde0e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15468 | 2024.07.15 22:27:52.424136 [ 3 ] {d91a5c07-d796-4dbe-ab0f-7d7179a57507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15469 | 2024.07.15 22:27:52.424184 [ 3 ] {d91a5c07-d796-4dbe-ab0f-7d7179a57507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15470 | 2024.07.15 22:27:52.424329 [ 3 ] {d91a5c07-d796-4dbe-ab0f-7d7179a57507} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15471 | 2024.07.15 22:27:52.424692 [ 3 ] {d91a5c07-d796-4dbe-ab0f-7d7179a57507} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15472 | 2024.07.15 22:27:52.424727 [ 3 ] {d91a5c07-d796-4dbe-ab0f-7d7179a57507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15473 | 2024.07.15 22:27:52.425106 [ 3 ] {d91a5c07-d796-4dbe-ab0f-7d7179a57507} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15474 | 2024.07.15 22:27:52.425428 [ 3 ] {d91a5c07-d796-4dbe-ab0f-7d7179a57507} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15475 | 2024.07.15 22:27:52.425577 [ 3 ] {d91a5c07-d796-4dbe-ab0f-7d7179a57507} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001507 sec., 106834.7710683477 rows/sec., 7.44 MiB/sec. | ||
15476 | 2024.07.15 22:27:52.425737 [ 3 ] {d91a5c07-d796-4dbe-ab0f-7d7179a57507} <Debug> DynamicQueryHandler: Done processing query | ||
15477 | 2024.07.15 22:27:52.425761 [ 3 ] {d91a5c07-d796-4dbe-ab0f-7d7179a57507} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15478 | 2024.07.15 22:27:52.425777 [ 3 ] {} <Debug> HTTP-Session: 41766d6f-533e-498b-b1d4-d3f0dadde0e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15479 | 2024.07.15 22:27:52.425955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 80845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15480 | 2024.07.15 22:27:52.426002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15481 | 2024.07.15 22:27:52.426021 [ 3 ] {} <Debug> HTTP-Session: 92151ac0-7f85-4fc0-b395-add422333609 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15482 | 2024.07.15 22:27:52.426038 [ 3 ] {} <Debug> HTTP-Session: 92151ac0-7f85-4fc0-b395-add422333609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15483 | 2024.07.15 22:27:52.426052 [ 3 ] {} <Debug> HTTP-Session: 92151ac0-7f85-4fc0-b395-add422333609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15484 | 2024.07.15 22:27:52.426081 [ 3 ] {} <Trace> HTTP-Session: 92151ac0-7f85-4fc0-b395-add422333609 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15485 | 2024.07.15 22:27:52.426529 [ 3 ] {c39f5328-1652-46b6-8ca3-8806b4de7ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15486 | 2024.07.15 22:27:52.426593 [ 3 ] {c39f5328-1652-46b6-8ca3-8806b4de7ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15487 | 2024.07.15 22:27:52.426987 [ 3 ] {c39f5328-1652-46b6-8ca3-8806b4de7ace} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15488 | 2024.07.15 22:27:52.428226 [ 3 ] {c39f5328-1652-46b6-8ca3-8806b4de7ace} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15489 | 2024.07.15 22:27:52.428262 [ 3 ] {c39f5328-1652-46b6-8ca3-8806b4de7ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15490 | 2024.07.15 22:27:52.428903 [ 3 ] {c39f5328-1652-46b6-8ca3-8806b4de7ace} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
15491 | 2024.07.15 22:27:52.429298 [ 3 ] {c39f5328-1652-46b6-8ca3-8806b4de7ace} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15492 | 2024.07.15 22:27:52.429481 [ 3 ] {c39f5328-1652-46b6-8ca3-8806b4de7ace} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003301 sec., 15146.925174189639 rows/sec., 27.14 MiB/sec. | ||
15493 | 2024.07.15 22:27:52.429706 [ 3 ] {c39f5328-1652-46b6-8ca3-8806b4de7ace} <Debug> DynamicQueryHandler: Done processing query | ||
15494 | 2024.07.15 22:27:52.429730 [ 3 ] {c39f5328-1652-46b6-8ca3-8806b4de7ace} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
15495 | 2024.07.15 22:27:52.429746 [ 3 ] {} <Debug> HTTP-Session: 92151ac0-7f85-4fc0-b395-add422333609 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15496 | 2024.07.15 22:27:52.429862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15497 | 2024.07.15 22:27:52.429909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15498 | 2024.07.15 22:27:52.429927 [ 3 ] {} <Debug> HTTP-Session: 14566710-bf56-472a-a609-bd2ff14502ae Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15499 | 2024.07.15 22:27:52.429943 [ 3 ] {} <Debug> HTTP-Session: 14566710-bf56-472a-a609-bd2ff14502ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15500 | 2024.07.15 22:27:52.429957 [ 3 ] {} <Debug> HTTP-Session: 14566710-bf56-472a-a609-bd2ff14502ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15501 | 2024.07.15 22:27:52.429987 [ 3 ] {} <Trace> HTTP-Session: 14566710-bf56-472a-a609-bd2ff14502ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15502 | 2024.07.15 22:27:52.430101 [ 3 ] {5c4b3ebd-75af-4748-b8a6-2633a9b62656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15503 | 2024.07.15 22:27:52.430145 [ 3 ] {5c4b3ebd-75af-4748-b8a6-2633a9b62656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15504 | 2024.07.15 22:27:52.430271 [ 3 ] {5c4b3ebd-75af-4748-b8a6-2633a9b62656} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15505 | 2024.07.15 22:27:52.430554 [ 3 ] {5c4b3ebd-75af-4748-b8a6-2633a9b62656} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15506 | 2024.07.15 22:27:52.430590 [ 3 ] {5c4b3ebd-75af-4748-b8a6-2633a9b62656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15507 | 2024.07.15 22:27:52.430935 [ 3 ] {5c4b3ebd-75af-4748-b8a6-2633a9b62656} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15508 | 2024.07.15 22:27:52.431249 [ 3 ] {5c4b3ebd-75af-4748-b8a6-2633a9b62656} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15509 | 2024.07.15 22:27:52.431400 [ 3 ] {5c4b3ebd-75af-4748-b8a6-2633a9b62656} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec. | ||
15510 | 2024.07.15 22:27:52.431609 [ 3 ] {5c4b3ebd-75af-4748-b8a6-2633a9b62656} <Debug> DynamicQueryHandler: Done processing query | ||
15511 | 2024.07.15 22:27:52.431665 [ 3 ] {5c4b3ebd-75af-4748-b8a6-2633a9b62656} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15512 | 2024.07.15 22:27:52.431723 [ 3 ] {} <Debug> HTTP-Session: 14566710-bf56-472a-a609-bd2ff14502ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15513 | 2024.07.15 22:27:57.414892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15514 | 2024.07.15 22:27:57.415036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15515 | 2024.07.15 22:27:57.415066 [ 3 ] {} <Debug> HTTP-Session: dbfab771-eab5-42da-8590-0c09c3744de9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15516 | 2024.07.15 22:27:57.415096 [ 3 ] {} <Debug> HTTP-Session: dbfab771-eab5-42da-8590-0c09c3744de9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15517 | 2024.07.15 22:27:57.415114 [ 3 ] {} <Debug> HTTP-Session: dbfab771-eab5-42da-8590-0c09c3744de9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15518 | 2024.07.15 22:27:57.415170 [ 3 ] {} <Trace> HTTP-Session: dbfab771-eab5-42da-8590-0c09c3744de9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15519 | 2024.07.15 22:27:57.415369 [ 3 ] {ba449862-e2c4-44ed-a72b-d9def88426bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15520 | 2024.07.15 22:27:57.415447 [ 3 ] {ba449862-e2c4-44ed-a72b-d9def88426bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15521 | 2024.07.15 22:27:57.415665 [ 3 ] {ba449862-e2c4-44ed-a72b-d9def88426bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15522 | 2024.07.15 22:27:57.416148 [ 3 ] {ba449862-e2c4-44ed-a72b-d9def88426bf} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15523 | 2024.07.15 22:27:57.416192 [ 3 ] {ba449862-e2c4-44ed-a72b-d9def88426bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15524 | 2024.07.15 22:27:57.416562 [ 3 ] {ba449862-e2c4-44ed-a72b-d9def88426bf} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15525 | 2024.07.15 22:27:57.416895 [ 3 ] {ba449862-e2c4-44ed-a72b-d9def88426bf} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15526 | 2024.07.15 22:27:57.417080 [ 3 ] {ba449862-e2c4-44ed-a72b-d9def88426bf} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001769 sec., 3391.7467495760316 rows/sec., 192.11 KiB/sec. | ||
15527 | 2024.07.15 22:27:57.417310 [ 3 ] {ba449862-e2c4-44ed-a72b-d9def88426bf} <Debug> DynamicQueryHandler: Done processing query | ||
15528 | 2024.07.15 22:27:57.417351 [ 3 ] {ba449862-e2c4-44ed-a72b-d9def88426bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15529 | 2024.07.15 22:27:57.417383 [ 3 ] {} <Debug> HTTP-Session: dbfab771-eab5-42da-8590-0c09c3744de9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15530 | 2024.07.15 22:27:57.417548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15531 | 2024.07.15 22:27:57.417603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15532 | 2024.07.15 22:27:57.417623 [ 3 ] {} <Debug> HTTP-Session: 81dad403-0d8e-4cdb-83e4-d073e0073c85 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15533 | 2024.07.15 22:27:57.417641 [ 3 ] {} <Debug> HTTP-Session: 81dad403-0d8e-4cdb-83e4-d073e0073c85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15534 | 2024.07.15 22:27:57.417655 [ 3 ] {} <Debug> HTTP-Session: 81dad403-0d8e-4cdb-83e4-d073e0073c85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15535 | 2024.07.15 22:27:57.417689 [ 3 ] {} <Trace> HTTP-Session: 81dad403-0d8e-4cdb-83e4-d073e0073c85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15536 | 2024.07.15 22:27:57.417836 [ 3 ] {b7f2a5a1-c75b-49f4-bc88-651895acd520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15537 | 2024.07.15 22:27:57.417882 [ 3 ] {b7f2a5a1-c75b-49f4-bc88-651895acd520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15538 | 2024.07.15 22:27:57.418011 [ 3 ] {b7f2a5a1-c75b-49f4-bc88-651895acd520} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15539 | 2024.07.15 22:27:57.418420 [ 3 ] {b7f2a5a1-c75b-49f4-bc88-651895acd520} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15540 | 2024.07.15 22:27:57.418457 [ 3 ] {b7f2a5a1-c75b-49f4-bc88-651895acd520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15541 | 2024.07.15 22:27:57.418794 [ 3 ] {b7f2a5a1-c75b-49f4-bc88-651895acd520} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15542 | 2024.07.15 22:27:57.419104 [ 3 ] {b7f2a5a1-c75b-49f4-bc88-651895acd520} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15543 | 2024.07.15 22:27:57.419267 [ 3 ] {b7f2a5a1-c75b-49f4-bc88-651895acd520} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001492 sec., 107908.84718498659 rows/sec., 9.53 MiB/sec. | ||
15544 | 2024.07.15 22:27:57.419433 [ 3 ] {b7f2a5a1-c75b-49f4-bc88-651895acd520} <Debug> DynamicQueryHandler: Done processing query | ||
15545 | 2024.07.15 22:27:57.419459 [ 3 ] {b7f2a5a1-c75b-49f4-bc88-651895acd520} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15546 | 2024.07.15 22:27:57.419474 [ 3 ] {} <Debug> HTTP-Session: 81dad403-0d8e-4cdb-83e4-d073e0073c85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15547 | 2024.07.15 22:27:57.419629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15548 | 2024.07.15 22:27:57.419679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15549 | 2024.07.15 22:27:57.419698 [ 3 ] {} <Debug> HTTP-Session: e6d1c2e3-bfa9-4769-a753-367351ebeb7b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15550 | 2024.07.15 22:27:57.419715 [ 3 ] {} <Debug> HTTP-Session: e6d1c2e3-bfa9-4769-a753-367351ebeb7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15551 | 2024.07.15 22:27:57.419728 [ 3 ] {} <Debug> HTTP-Session: e6d1c2e3-bfa9-4769-a753-367351ebeb7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15552 | 2024.07.15 22:27:57.419760 [ 3 ] {} <Trace> HTTP-Session: e6d1c2e3-bfa9-4769-a753-367351ebeb7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15553 | 2024.07.15 22:27:57.419958 [ 3 ] {c0e79144-1d59-40d8-8c77-34ae5ad7ac00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15554 | 2024.07.15 22:27:57.419999 [ 3 ] {c0e79144-1d59-40d8-8c77-34ae5ad7ac00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15555 | 2024.07.15 22:27:57.420123 [ 3 ] {c0e79144-1d59-40d8-8c77-34ae5ad7ac00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15556 | 2024.07.15 22:27:57.420683 [ 3 ] {c0e79144-1d59-40d8-8c77-34ae5ad7ac00} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15557 | 2024.07.15 22:27:57.420719 [ 3 ] {c0e79144-1d59-40d8-8c77-34ae5ad7ac00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15558 | 2024.07.15 22:27:57.421039 [ 3 ] {c0e79144-1d59-40d8-8c77-34ae5ad7ac00} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15559 | 2024.07.15 22:27:57.421343 [ 3 ] {c0e79144-1d59-40d8-8c77-34ae5ad7ac00} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15560 | 2024.07.15 22:27:57.421503 [ 3 ] {c0e79144-1d59-40d8-8c77-34ae5ad7ac00} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001648 sec., 231796.11650485438 rows/sec., 16.28 MiB/sec. | ||
15561 | 2024.07.15 22:27:57.421665 [ 3 ] {c0e79144-1d59-40d8-8c77-34ae5ad7ac00} <Debug> DynamicQueryHandler: Done processing query | ||
15562 | 2024.07.15 22:27:57.421689 [ 3 ] {c0e79144-1d59-40d8-8c77-34ae5ad7ac00} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15563 | 2024.07.15 22:27:57.421705 [ 3 ] {} <Debug> HTTP-Session: e6d1c2e3-bfa9-4769-a753-367351ebeb7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15564 | 2024.07.15 22:27:57.421813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15565 | 2024.07.15 22:27:57.421861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15566 | 2024.07.15 22:27:57.421880 [ 3 ] {} <Debug> HTTP-Session: 9822605e-22e6-4f3c-a5bd-27cbb50ae867 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15567 | 2024.07.15 22:27:57.421896 [ 3 ] {} <Debug> HTTP-Session: 9822605e-22e6-4f3c-a5bd-27cbb50ae867 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15568 | 2024.07.15 22:27:57.421910 [ 3 ] {} <Debug> HTTP-Session: 9822605e-22e6-4f3c-a5bd-27cbb50ae867 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15569 | 2024.07.15 22:27:57.421940 [ 3 ] {} <Trace> HTTP-Session: 9822605e-22e6-4f3c-a5bd-27cbb50ae867 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15570 | 2024.07.15 22:27:57.422032 [ 3 ] {22a6d9be-5f42-494c-b53b-5476eb0fd479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15571 | 2024.07.15 22:27:57.422078 [ 3 ] {22a6d9be-5f42-494c-b53b-5476eb0fd479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15572 | 2024.07.15 22:27:57.422208 [ 3 ] {22a6d9be-5f42-494c-b53b-5476eb0fd479} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15573 | 2024.07.15 22:27:57.422471 [ 3 ] {22a6d9be-5f42-494c-b53b-5476eb0fd479} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15574 | 2024.07.15 22:27:57.422506 [ 3 ] {22a6d9be-5f42-494c-b53b-5476eb0fd479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15575 | 2024.07.15 22:27:57.422854 [ 3 ] {22a6d9be-5f42-494c-b53b-5476eb0fd479} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
15576 | 2024.07.15 22:27:57.423167 [ 3 ] {22a6d9be-5f42-494c-b53b-5476eb0fd479} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15577 | 2024.07.15 22:27:57.423322 [ 3 ] {22a6d9be-5f42-494c-b53b-5476eb0fd479} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 196.20 KiB/sec. | ||
15578 | 2024.07.15 22:27:57.423470 [ 3 ] {22a6d9be-5f42-494c-b53b-5476eb0fd479} <Debug> DynamicQueryHandler: Done processing query | ||
15579 | 2024.07.15 22:27:57.423495 [ 3 ] {22a6d9be-5f42-494c-b53b-5476eb0fd479} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15580 | 2024.07.15 22:27:57.423510 [ 3 ] {} <Debug> HTTP-Session: 9822605e-22e6-4f3c-a5bd-27cbb50ae867 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15581 | 2024.07.15 22:27:57.423618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15582 | 2024.07.15 22:27:57.423665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15583 | 2024.07.15 22:27:57.423683 [ 3 ] {} <Debug> HTTP-Session: b8df6122-c238-46cd-aeaa-46b0e69ad616 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15584 | 2024.07.15 22:27:57.423699 [ 3 ] {} <Debug> HTTP-Session: b8df6122-c238-46cd-aeaa-46b0e69ad616 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15585 | 2024.07.15 22:27:57.423712 [ 3 ] {} <Debug> HTTP-Session: b8df6122-c238-46cd-aeaa-46b0e69ad616 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15586 | 2024.07.15 22:27:57.423742 [ 3 ] {} <Trace> HTTP-Session: b8df6122-c238-46cd-aeaa-46b0e69ad616 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15587 | 2024.07.15 22:27:57.423855 [ 3 ] {ca52b145-5410-4a37-9c17-310dcacd5d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
15588 | 2024.07.15 22:27:57.423901 [ 3 ] {ca52b145-5410-4a37-9c17-310dcacd5d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
15589 | 2024.07.15 22:27:57.424041 [ 3 ] {ca52b145-5410-4a37-9c17-310dcacd5d4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15590 | 2024.07.15 22:27:57.424359 [ 3 ] {ca52b145-5410-4a37-9c17-310dcacd5d4f} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15591 | 2024.07.15 22:27:57.424394 [ 3 ] {ca52b145-5410-4a37-9c17-310dcacd5d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15592 | 2024.07.15 22:27:57.424747 [ 3 ] {ca52b145-5410-4a37-9c17-310dcacd5d4f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
15593 | 2024.07.15 22:27:57.425070 [ 3 ] {ca52b145-5410-4a37-9c17-310dcacd5d4f} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15594 | 2024.07.15 22:27:57.425227 [ 3 ] {ca52b145-5410-4a37-9c17-310dcacd5d4f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001415 sec., 54416.96113074205 rows/sec., 3.35 MiB/sec. | ||
15595 | 2024.07.15 22:27:57.425389 [ 3 ] {ca52b145-5410-4a37-9c17-310dcacd5d4f} <Debug> DynamicQueryHandler: Done processing query | ||
15596 | 2024.07.15 22:27:57.425412 [ 3 ] {ca52b145-5410-4a37-9c17-310dcacd5d4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15597 | 2024.07.15 22:27:57.425427 [ 3 ] {} <Debug> HTTP-Session: b8df6122-c238-46cd-aeaa-46b0e69ad616 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15598 | 2024.07.15 22:27:57.425550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15599 | 2024.07.15 22:27:57.425599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15600 | 2024.07.15 22:27:57.425617 [ 3 ] {} <Debug> HTTP-Session: 01409b40-4dbb-444d-9035-f3570dba2c51 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15601 | 2024.07.15 22:27:57.425633 [ 3 ] {} <Debug> HTTP-Session: 01409b40-4dbb-444d-9035-f3570dba2c51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15602 | 2024.07.15 22:27:57.425646 [ 3 ] {} <Debug> HTTP-Session: 01409b40-4dbb-444d-9035-f3570dba2c51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15603 | 2024.07.15 22:27:57.425677 [ 3 ] {} <Trace> HTTP-Session: 01409b40-4dbb-444d-9035-f3570dba2c51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15604 | 2024.07.15 22:27:57.425837 [ 3 ] {1de8759c-67ad-4361-ba62-e186f4d52440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15605 | 2024.07.15 22:27:57.425882 [ 3 ] {1de8759c-67ad-4361-ba62-e186f4d52440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15606 | 2024.07.15 22:27:57.426020 [ 3 ] {1de8759c-67ad-4361-ba62-e186f4d52440} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15607 | 2024.07.15 22:27:57.426407 [ 3 ] {1de8759c-67ad-4361-ba62-e186f4d52440} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15608 | 2024.07.15 22:27:57.426442 [ 3 ] {1de8759c-67ad-4361-ba62-e186f4d52440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15609 | 2024.07.15 22:27:57.426810 [ 3 ] {1de8759c-67ad-4361-ba62-e186f4d52440} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15610 | 2024.07.15 22:27:57.427134 [ 3 ] {1de8759c-67ad-4361-ba62-e186f4d52440} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15611 | 2024.07.15 22:27:57.427293 [ 3 ] {1de8759c-67ad-4361-ba62-e186f4d52440} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00154 sec., 103896.1038961039 rows/sec., 7.24 MiB/sec. | ||
15612 | 2024.07.15 22:27:57.427446 [ 3 ] {1de8759c-67ad-4361-ba62-e186f4d52440} <Debug> DynamicQueryHandler: Done processing query | ||
15613 | 2024.07.15 22:27:57.427470 [ 3 ] {1de8759c-67ad-4361-ba62-e186f4d52440} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15614 | 2024.07.15 22:27:57.427486 [ 3 ] {} <Debug> HTTP-Session: 01409b40-4dbb-444d-9035-f3570dba2c51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15615 | 2024.07.15 22:27:57.427588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15616 | 2024.07.15 22:27:57.427634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15617 | 2024.07.15 22:27:57.427653 [ 3 ] {} <Debug> HTTP-Session: 0632e215-ad77-42ee-bc97-79be457b4395 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15618 | 2024.07.15 22:27:57.427669 [ 3 ] {} <Debug> HTTP-Session: 0632e215-ad77-42ee-bc97-79be457b4395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15619 | 2024.07.15 22:27:57.427683 [ 3 ] {} <Debug> HTTP-Session: 0632e215-ad77-42ee-bc97-79be457b4395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15620 | 2024.07.15 22:27:57.427713 [ 3 ] {} <Trace> HTTP-Session: 0632e215-ad77-42ee-bc97-79be457b4395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15621 | 2024.07.15 22:27:57.427811 [ 3 ] {90fdca76-e5fb-4f8e-a7b8-b767ad897285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15622 | 2024.07.15 22:27:57.427856 [ 3 ] {90fdca76-e5fb-4f8e-a7b8-b767ad897285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15623 | 2024.07.15 22:27:57.427978 [ 3 ] {90fdca76-e5fb-4f8e-a7b8-b767ad897285} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15624 | 2024.07.15 22:27:57.428230 [ 3 ] {90fdca76-e5fb-4f8e-a7b8-b767ad897285} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15625 | 2024.07.15 22:27:57.428266 [ 3 ] {90fdca76-e5fb-4f8e-a7b8-b767ad897285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15626 | 2024.07.15 22:27:57.428612 [ 3 ] {90fdca76-e5fb-4f8e-a7b8-b767ad897285} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
15627 | 2024.07.15 22:27:57.428921 [ 3 ] {90fdca76-e5fb-4f8e-a7b8-b767ad897285} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15628 | 2024.07.15 22:27:57.429078 [ 3 ] {90fdca76-e5fb-4f8e-a7b8-b767ad897285} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001293 sec., 17788.089713843772 rows/sec., 962.21 KiB/sec. | ||
15629 | 2024.07.15 22:27:57.429235 [ 3 ] {90fdca76-e5fb-4f8e-a7b8-b767ad897285} <Debug> DynamicQueryHandler: Done processing query | ||
15630 | 2024.07.15 22:27:57.429259 [ 3 ] {90fdca76-e5fb-4f8e-a7b8-b767ad897285} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15631 | 2024.07.15 22:27:57.429274 [ 3 ] {} <Debug> HTTP-Session: 0632e215-ad77-42ee-bc97-79be457b4395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15632 | 2024.07.15 22:27:57.429381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15633 | 2024.07.15 22:27:57.429429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15634 | 2024.07.15 22:27:57.429448 [ 3 ] {} <Debug> HTTP-Session: d1953b40-8636-4ee2-984d-b76f911ad68b Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15635 | 2024.07.15 22:27:57.429463 [ 3 ] {} <Debug> HTTP-Session: d1953b40-8636-4ee2-984d-b76f911ad68b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15636 | 2024.07.15 22:27:57.429478 [ 3 ] {} <Debug> HTTP-Session: d1953b40-8636-4ee2-984d-b76f911ad68b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15637 | 2024.07.15 22:27:57.429508 [ 3 ] {} <Trace> HTTP-Session: d1953b40-8636-4ee2-984d-b76f911ad68b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15638 | 2024.07.15 22:27:57.429617 [ 3 ] {7f54d0c4-ee1c-4fe5-892e-9f6dee6e2a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15639 | 2024.07.15 22:27:57.429661 [ 3 ] {7f54d0c4-ee1c-4fe5-892e-9f6dee6e2a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15640 | 2024.07.15 22:27:57.429784 [ 3 ] {7f54d0c4-ee1c-4fe5-892e-9f6dee6e2a82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15641 | 2024.07.15 22:27:57.430065 [ 3 ] {7f54d0c4-ee1c-4fe5-892e-9f6dee6e2a82} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15642 | 2024.07.15 22:27:57.430099 [ 3 ] {7f54d0c4-ee1c-4fe5-892e-9f6dee6e2a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15643 | 2024.07.15 22:27:57.430446 [ 3 ] {7f54d0c4-ee1c-4fe5-892e-9f6dee6e2a82} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15644 | 2024.07.15 22:27:57.430761 [ 3 ] {7f54d0c4-ee1c-4fe5-892e-9f6dee6e2a82} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15645 | 2024.07.15 22:27:57.430907 [ 3 ] {7f54d0c4-ee1c-4fe5-892e-9f6dee6e2a82} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
15646 | 2024.07.15 22:27:57.431132 [ 3 ] {7f54d0c4-ee1c-4fe5-892e-9f6dee6e2a82} <Debug> DynamicQueryHandler: Done processing query | ||
15647 | 2024.07.15 22:27:57.431189 [ 3 ] {7f54d0c4-ee1c-4fe5-892e-9f6dee6e2a82} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15648 | 2024.07.15 22:27:57.431249 [ 3 ] {} <Debug> HTTP-Session: d1953b40-8636-4ee2-984d-b76f911ad68b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15649 | 2024.07.15 22:28:02.413680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 7219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15650 | 2024.07.15 22:28:02.413819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15651 | 2024.07.15 22:28:02.413850 [ 3 ] {} <Debug> HTTP-Session: a6c7c787-c26e-4ea6-b3a0-63a7e6febf82 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15652 | 2024.07.15 22:28:02.413881 [ 3 ] {} <Debug> HTTP-Session: a6c7c787-c26e-4ea6-b3a0-63a7e6febf82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15653 | 2024.07.15 22:28:02.413900 [ 3 ] {} <Debug> HTTP-Session: a6c7c787-c26e-4ea6-b3a0-63a7e6febf82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15654 | 2024.07.15 22:28:02.413956 [ 3 ] {} <Trace> HTTP-Session: a6c7c787-c26e-4ea6-b3a0-63a7e6febf82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15655 | 2024.07.15 22:28:02.414170 [ 3 ] {2315aa74-8849-43f8-9de1-ecf2bb2bcc0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15656 | 2024.07.15 22:28:02.414245 [ 3 ] {2315aa74-8849-43f8-9de1-ecf2bb2bcc0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15657 | 2024.07.15 22:28:02.414468 [ 3 ] {2315aa74-8849-43f8-9de1-ecf2bb2bcc0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15658 | 2024.07.15 22:28:02.415000 [ 3 ] {2315aa74-8849-43f8-9de1-ecf2bb2bcc0a} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15659 | 2024.07.15 22:28:02.415042 [ 3 ] {2315aa74-8849-43f8-9de1-ecf2bb2bcc0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15660 | 2024.07.15 22:28:02.415418 [ 3 ] {2315aa74-8849-43f8-9de1-ecf2bb2bcc0a} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15661 | 2024.07.15 22:28:02.415751 [ 3 ] {2315aa74-8849-43f8-9de1-ecf2bb2bcc0a} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15662 | 2024.07.15 22:28:02.415897 [ 3 ] {2315aa74-8849-43f8-9de1-ecf2bb2bcc0a} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001799 sec., 27793.218454697053 rows/sec., 2.20 MiB/sec. | ||
15663 | 2024.07.15 22:28:02.416189 [ 3 ] {2315aa74-8849-43f8-9de1-ecf2bb2bcc0a} <Debug> DynamicQueryHandler: Done processing query | ||
15664 | 2024.07.15 22:28:02.416245 [ 3 ] {2315aa74-8849-43f8-9de1-ecf2bb2bcc0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15665 | 2024.07.15 22:28:02.416309 [ 3 ] {} <Debug> HTTP-Session: a6c7c787-c26e-4ea6-b3a0-63a7e6febf82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15666 | 2024.07.15 22:28:02.416520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30536, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15667 | 2024.07.15 22:28:02.416578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15668 | 2024.07.15 22:28:02.416598 [ 3 ] {} <Debug> HTTP-Session: 9cff9eaf-c92c-4280-ace5-282638e1d83c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15669 | 2024.07.15 22:28:02.416617 [ 3 ] {} <Debug> HTTP-Session: 9cff9eaf-c92c-4280-ace5-282638e1d83c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15670 | 2024.07.15 22:28:02.416631 [ 3 ] {} <Debug> HTTP-Session: 9cff9eaf-c92c-4280-ace5-282638e1d83c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15671 | 2024.07.15 22:28:02.416667 [ 3 ] {} <Trace> HTTP-Session: 9cff9eaf-c92c-4280-ace5-282638e1d83c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15672 | 2024.07.15 22:28:02.416833 [ 3 ] {493ab92b-a75b-4cf9-a74f-92fa1a1bb0f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15673 | 2024.07.15 22:28:02.416882 [ 3 ] {493ab92b-a75b-4cf9-a74f-92fa1a1bb0f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15674 | 2024.07.15 22:28:02.417027 [ 3 ] {493ab92b-a75b-4cf9-a74f-92fa1a1bb0f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15675 | 2024.07.15 22:28:02.417467 [ 3 ] {493ab92b-a75b-4cf9-a74f-92fa1a1bb0f5} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15676 | 2024.07.15 22:28:02.417503 [ 3 ] {493ab92b-a75b-4cf9-a74f-92fa1a1bb0f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15677 | 2024.07.15 22:28:02.417830 [ 3 ] {493ab92b-a75b-4cf9-a74f-92fa1a1bb0f5} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
15678 | 2024.07.15 22:28:02.418132 [ 3 ] {493ab92b-a75b-4cf9-a74f-92fa1a1bb0f5} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15679 | 2024.07.15 22:28:02.418261 [ 3 ] {493ab92b-a75b-4cf9-a74f-92fa1a1bb0f5} <Debug> executeQuery: Read 206 rows, 18.03 KiB in 0.001507 sec., 136695.4213669542 rows/sec., 11.69 MiB/sec. | ||
15680 | 2024.07.15 22:28:02.418261 [ 130 ] {} <Debug> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
15681 | 2024.07.15 22:28:02.418324 [ 130 ] {} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15682 | 2024.07.15 22:28:02.418357 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15683 | 2024.07.15 22:28:02.418451 [ 3 ] {493ab92b-a75b-4cf9-a74f-92fa1a1bb0f5} <Debug> DynamicQueryHandler: Done processing query | ||
15684 | 2024.07.15 22:28:02.418480 [ 3 ] {493ab92b-a75b-4cf9-a74f-92fa1a1bb0f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15685 | 2024.07.15 22:28:02.418480 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
15686 | 2024.07.15 22:28:02.418497 [ 3 ] {} <Debug> HTTP-Session: 9cff9eaf-c92c-4280-ace5-282638e1d83c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15687 | 2024.07.15 22:28:02.418620 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15688 | 2024.07.15 22:28:02.418659 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 361 rows starting from the beginning of the part | ||
15689 | 2024.07.15 22:28:02.418670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 19344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15690 | 2024.07.15 22:28:02.418751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15691 | 2024.07.15 22:28:02.418849 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 206 rows starting from the beginning of the part | ||
15692 | 2024.07.15 22:28:02.418863 [ 3 ] {} <Debug> HTTP-Session: a0eff0fe-2091-4103-972b-328ddc65cdcd Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15693 | 2024.07.15 22:28:02.418946 [ 3 ] {} <Debug> HTTP-Session: a0eff0fe-2091-4103-972b-328ddc65cdcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15694 | 2024.07.15 22:28:02.419031 [ 3 ] {} <Debug> HTTP-Session: a0eff0fe-2091-4103-972b-328ddc65cdcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15695 | 2024.07.15 22:28:02.419199 [ 3 ] {} <Trace> HTTP-Session: a0eff0fe-2091-4103-972b-328ddc65cdcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15696 | 2024.07.15 22:28:02.419223 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 163 rows starting from the beginning of the part | ||
15697 | 2024.07.15 22:28:02.419355 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 207 rows starting from the beginning of the part | ||
15698 | 2024.07.15 22:28:02.419522 [ 3 ] {7f9d23da-82a1-491e-962c-b2cd7a45485f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15699 | 2024.07.15 22:28:02.419688 [ 3 ] {7f9d23da-82a1-491e-962c-b2cd7a45485f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15700 | 2024.07.15 22:28:02.419702 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 161 rows starting from the beginning of the part | ||
15701 | 2024.07.15 22:28:02.419932 [ 186 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 206 rows starting from the beginning of the part | ||
15702 | 2024.07.15 22:28:02.420279 [ 3 ] {7f9d23da-82a1-491e-962c-b2cd7a45485f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15703 | 2024.07.15 22:28:02.420741 [ 3 ] {7f9d23da-82a1-491e-962c-b2cd7a45485f} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15704 | 2024.07.15 22:28:02.420783 [ 3 ] {7f9d23da-82a1-491e-962c-b2cd7a45485f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15705 | 2024.07.15 22:28:02.421241 [ 3 ] {7f9d23da-82a1-491e-962c-b2cd7a45485f} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
15706 | 2024.07.15 22:28:02.421634 [ 199 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1304 rows, containing 4 columns (4 merged, 0 gathered) in 0.003212474 sec., 405917.68213532626 rows/sec., 35.09 MiB/sec. | ||
15707 | 2024.07.15 22:28:02.421705 [ 3 ] {7f9d23da-82a1-491e-962c-b2cd7a45485f} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15708 | 2024.07.15 22:28:02.421920 [ 130 ] {} <Debug> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
15709 | 2024.07.15 22:28:02.421935 [ 3 ] {7f9d23da-82a1-491e-962c-b2cd7a45485f} <Debug> executeQuery: Read 114 rows, 9.12 KiB in 0.002586 sec., 44083.526682134565 rows/sec., 3.44 MiB/sec. | ||
15710 | 2024.07.15 22:28:02.421976 [ 130 ] {} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15711 | 2024.07.15 22:28:02.422005 [ 193 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
15712 | 2024.07.15 22:28:02.422034 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15713 | 2024.07.15 22:28:02.422417 [ 3 ] {7f9d23da-82a1-491e-962c-b2cd7a45485f} <Debug> DynamicQueryHandler: Done processing query | ||
15714 | 2024.07.15 22:28:02.422422 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
15715 | 2024.07.15 22:28:02.422469 [ 3 ] {7f9d23da-82a1-491e-962c-b2cd7a45485f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15716 | 2024.07.15 22:28:02.422522 [ 3 ] {} <Debug> HTTP-Session: a0eff0fe-2091-4103-972b-328ddc65cdcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15717 | 2024.07.15 22:28:02.422853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15718 | 2024.07.15 22:28:02.423020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15719 | 2024.07.15 22:28:02.423100 [ 3 ] {} <Debug> HTTP-Session: ff3bfdaf-4d33-4f4f-b163-d19dd37b14f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15720 | 2024.07.15 22:28:02.423128 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15721 | 2024.07.15 22:28:02.423152 [ 3 ] {} <Debug> HTTP-Session: ff3bfdaf-4d33-4f4f-b163-d19dd37b14f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15722 | 2024.07.15 22:28:02.423215 [ 3 ] {} <Debug> HTTP-Session: ff3bfdaf-4d33-4f4f-b163-d19dd37b14f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15723 | 2024.07.15 22:28:02.423221 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 514 rows starting from the beginning of the part | ||
15724 | 2024.07.15 22:28:02.423313 [ 3 ] {} <Trace> HTTP-Session: ff3bfdaf-4d33-4f4f-b163-d19dd37b14f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15725 | 2024.07.15 22:28:02.423524 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 114 rows starting from the beginning of the part | ||
15726 | 2024.07.15 22:28:02.423761 [ 3 ] {bbca472b-1621-4e62-9646-0a2736b76f02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15727 | 2024.07.15 22:28:02.423825 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 386 rows starting from the beginning of the part | ||
15728 | 2024.07.15 22:28:02.423863 [ 193 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_91_18} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15729 | 2024.07.15 22:28:02.424036 [ 3 ] {bbca472b-1621-4e62-9646-0a2736b76f02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15730 | 2024.07.15 22:28:02.424566 [ 193 ] {d5e8b9b9-a446-4e36-8949-f2f4835541a3::all_1_91_18} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
15731 | 2024.07.15 22:28:02.424645 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 116 rows starting from the beginning of the part | ||
15732 | 2024.07.15 22:28:02.425157 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
15733 | 2024.07.15 22:28:02.425305 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 382 rows starting from the beginning of the part | ||
15734 | 2024.07.15 22:28:02.425575 [ 198 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 114 rows starting from the beginning of the part | ||
15735 | 2024.07.15 22:28:02.425944 [ 3 ] {bbca472b-1621-4e62-9646-0a2736b76f02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15736 | 2024.07.15 22:28:02.426501 [ 3 ] {bbca472b-1621-4e62-9646-0a2736b76f02} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15737 | 2024.07.15 22:28:02.426550 [ 3 ] {bbca472b-1621-4e62-9646-0a2736b76f02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15738 | 2024.07.15 22:28:02.427114 [ 3 ] {bbca472b-1621-4e62-9646-0a2736b76f02} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
15739 | 2024.07.15 22:28:02.427532 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1626 rows, containing 4 columns (4 merged, 0 gathered) in 0.005299306 sec., 306832.63053690427 rows/sec., 22.23 MiB/sec. | ||
15740 | 2024.07.15 22:28:02.427723 [ 3 ] {bbca472b-1621-4e62-9646-0a2736b76f02} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15741 | 2024.07.15 22:28:02.427798 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
15742 | 2024.07.15 22:28:02.427981 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
15743 | 2024.07.15 22:28:02.428044 [ 3 ] {bbca472b-1621-4e62-9646-0a2736b76f02} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004498 sec., 35571.365051133835 rows/sec., 2.48 MiB/sec. | ||
15744 | 2024.07.15 22:28:02.428047 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15745 | 2024.07.15 22:28:02.428110 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15746 | 2024.07.15 22:28:02.428654 [ 3 ] {bbca472b-1621-4e62-9646-0a2736b76f02} <Debug> DynamicQueryHandler: Done processing query | ||
15747 | 2024.07.15 22:28:02.428786 [ 3 ] {bbca472b-1621-4e62-9646-0a2736b76f02} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15748 | 2024.07.15 22:28:02.428915 [ 3 ] {} <Debug> HTTP-Session: ff3bfdaf-4d33-4f4f-b163-d19dd37b14f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15749 | 2024.07.15 22:28:02.429407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 80832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15750 | 2024.07.15 22:28:02.429528 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_91_18} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15751 | 2024.07.15 22:28:02.429657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15752 | 2024.07.15 22:28:02.429828 [ 3 ] {} <Debug> HTTP-Session: cf1b1475-41ae-40b3-b31c-7ac1bb427cd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15753 | 2024.07.15 22:28:02.429934 [ 3 ] {} <Debug> HTTP-Session: cf1b1475-41ae-40b3-b31c-7ac1bb427cd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15754 | 2024.07.15 22:28:02.429954 [ 199 ] {b5af9f86-1b80-445d-a31b-3239573b3906::all_1_91_18} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
15755 | 2024.07.15 22:28:02.429965 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
15756 | 2024.07.15 22:28:02.430036 [ 3 ] {} <Debug> HTTP-Session: cf1b1475-41ae-40b3-b31c-7ac1bb427cd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15757 | 2024.07.15 22:28:02.430246 [ 3 ] {} <Trace> HTTP-Session: cf1b1475-41ae-40b3-b31c-7ac1bb427cd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15758 | 2024.07.15 22:28:02.430453 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
15759 | 2024.07.15 22:28:02.430757 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15760 | 2024.07.15 22:28:02.430796 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_86_17, total 14143 rows starting from the beginning of the part | ||
15761 | 2024.07.15 22:28:02.430903 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
15762 | 2024.07.15 22:28:02.431146 [ 3 ] {2925e2a2-0150-4bbe-b5f5-bfae985da922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15763 | 2024.07.15 22:28:02.431177 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 162 rows starting from the beginning of the part | ||
15764 | 2024.07.15 22:28:02.431369 [ 3 ] {2925e2a2-0150-4bbe-b5f5-bfae985da922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15765 | 2024.07.15 22:28:02.431407 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 161 rows starting from the beginning of the part | ||
15766 | 2024.07.15 22:28:02.431668 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
15767 | 2024.07.15 22:28:02.432012 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
15768 | 2024.07.15 22:28:02.433042 [ 3 ] {2925e2a2-0150-4bbe-b5f5-bfae985da922} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15769 | 2024.07.15 22:28:02.434078 [ 3 ] {2925e2a2-0150-4bbe-b5f5-bfae985da922} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15770 | 2024.07.15 22:28:02.434124 [ 3 ] {2925e2a2-0150-4bbe-b5f5-bfae985da922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15771 | 2024.07.15 22:28:02.434997 [ 3 ] {2925e2a2-0150-4bbe-b5f5-bfae985da922} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
15772 | 2024.07.15 22:28:02.435782 [ 3 ] {2925e2a2-0150-4bbe-b5f5-bfae985da922} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15773 | 2024.07.15 22:28:02.435931 [ 130 ] {} <Debug> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
15774 | 2024.07.15 22:28:02.435934 [ 3 ] {2925e2a2-0150-4bbe-b5f5-bfae985da922} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.005336 sec., 9370.314842578711 rows/sec., 16.79 MiB/sec. | ||
15775 | 2024.07.15 22:28:02.435976 [ 130 ] {} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15776 | 2024.07.15 22:28:02.436033 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15777 | 2024.07.15 22:28:02.436417 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::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 | ||
15778 | 2024.07.15 22:28:02.436485 [ 3 ] {2925e2a2-0150-4bbe-b5f5-bfae985da922} <Debug> DynamicQueryHandler: Done processing query | ||
15779 | 2024.07.15 22:28:02.436533 [ 3 ] {2925e2a2-0150-4bbe-b5f5-bfae985da922} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
15780 | 2024.07.15 22:28:02.436558 [ 3 ] {} <Debug> HTTP-Session: cf1b1475-41ae-40b3-b31c-7ac1bb427cd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15781 | 2024.07.15 22:28:02.436776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15782 | 2024.07.15 22:28:02.436920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15783 | 2024.07.15 22:28:02.436994 [ 3 ] {} <Debug> HTTP-Session: c3363125-defb-4830-95dd-36b824cce0df Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15784 | 2024.07.15 22:28:02.437054 [ 3 ] {} <Debug> HTTP-Session: c3363125-defb-4830-95dd-36b824cce0df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15785 | 2024.07.15 22:28:02.437111 [ 3 ] {} <Debug> HTTP-Session: c3363125-defb-4830-95dd-36b824cce0df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15786 | 2024.07.15 22:28:02.437251 [ 3 ] {} <Trace> HTTP-Session: c3363125-defb-4830-95dd-36b824cce0df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15787 | 2024.07.15 22:28:02.437674 [ 3 ] {a31afcd0-eded-4332-b328-670ddae99083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15788 | 2024.07.15 22:28:02.437850 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15789 | 2024.07.15 22:28:02.437879 [ 3 ] {a31afcd0-eded-4332-b328-670ddae99083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15790 | 2024.07.15 22:28:02.438358 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1128 rows starting from the beginning of the part | ||
15791 | 2024.07.15 22:28:02.438414 [ 190 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14946 rows, containing 5 columns (5 merged, 0 gathered) in 0.009736124 sec., 1535107.810870116 rows/sec., 106.95 MiB/sec. | ||
15792 | 2024.07.15 22:28:02.439057 [ 3 ] {a31afcd0-eded-4332-b328-670ddae99083} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15793 | 2024.07.15 22:28:02.439235 [ 197 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
15794 | 2024.07.15 22:28:02.439563 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 50 rows starting from the beginning of the part | ||
15795 | 2024.07.15 22:28:02.440686 [ 3 ] {a31afcd0-eded-4332-b328-670ddae99083} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15796 | 2024.07.15 22:28:02.440788 [ 3 ] {a31afcd0-eded-4332-b328-670ddae99083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15797 | 2024.07.15 22:28:02.441189 [ 197 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15798 | 2024.07.15 22:28:02.441294 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 50 rows starting from the beginning of the part | ||
15799 | 2024.07.15 22:28:02.441444 [ 197 ] {64525914-daff-4261-9efa-f5d55c4eb5e8::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
15800 | 2024.07.15 22:28:02.441742 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.02 MiB. | ||
15801 | 2024.07.15 22:28:02.442359 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 50 rows starting from the beginning of the part | ||
15802 | 2024.07.15 22:28:02.442375 [ 3 ] {a31afcd0-eded-4332-b328-670ddae99083} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
15803 | 2024.07.15 22:28:02.443095 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 50 rows starting from the beginning of the part | ||
15804 | 2024.07.15 22:28:02.443618 [ 3 ] {a31afcd0-eded-4332-b328-670ddae99083} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15805 | 2024.07.15 22:28:02.443670 [ 200 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 50 rows starting from the beginning of the part | ||
15806 | 2024.07.15 22:28:02.443928 [ 130 ] {} <Debug> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
15807 | 2024.07.15 22:28:02.444064 [ 130 ] {} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15808 | 2024.07.15 22:28:02.444149 [ 3 ] {a31afcd0-eded-4332-b328-670ddae99083} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006638 sec., 9038.86712865321 rows/sec., 623.78 KiB/sec. | ||
15809 | 2024.07.15 22:28:02.444163 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15810 | 2024.07.15 22:28:02.444986 [ 197 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
15811 | 2024.07.15 22:28:02.445055 [ 3 ] {a31afcd0-eded-4332-b328-670ddae99083} <Debug> DynamicQueryHandler: Done processing query | ||
15812 | 2024.07.15 22:28:02.445148 [ 3 ] {a31afcd0-eded-4332-b328-670ddae99083} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15813 | 2024.07.15 22:28:02.445214 [ 3 ] {} <Debug> HTTP-Session: c3363125-defb-4830-95dd-36b824cce0df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15814 | 2024.07.15 22:28:02.445834 [ 197 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15815 | 2024.07.15 22:28:02.445964 [ 197 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5018 rows starting from the beginning of the part | ||
15816 | 2024.07.15 22:28:02.446382 [ 197 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
15817 | 2024.07.15 22:28:02.446797 [ 197 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
15818 | 2024.07.15 22:28:02.447248 [ 197 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
15819 | 2024.07.15 22:28:02.447599 [ 197 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
15820 | 2024.07.15 22:28:02.447915 [ 197 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
15821 | 2024.07.15 22:28:02.451307 [ 197 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5318 rows, containing 4 columns (4 merged, 0 gathered) in 0.006999269 sec., 759793.6298776343 rows/sec., 51.23 MiB/sec. | ||
15822 | 2024.07.15 22:28:02.451817 [ 188 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
15823 | 2024.07.15 22:28:02.452533 [ 188 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_91_18} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15824 | 2024.07.15 22:28:02.452683 [ 188 ] {8ad98d15-9bf6-405a-9f67-238f21cc348b::all_1_91_18} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
15825 | 2024.07.15 22:28:02.452790 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
15826 | 2024.07.15 22:28:02.455842 [ 197 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1378 rows, containing 19 columns (19 merged, 0 gathered) in 0.019705762 sec., 69928.78529640213 rows/sec., 125.31 MiB/sec. | ||
15827 | 2024.07.15 22:28:02.457130 [ 192 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
15828 | 2024.07.15 22:28:02.457697 [ 192 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15829 | 2024.07.15 22:28:02.457780 [ 192 ] {b3cd3ef2-28ea-437e-a809-6b343604ae03::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
15830 | 2024.07.15 22:28:02.457900 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.01 MiB. | ||
15831 | 2024.07.15 22:28:03.000204 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.92 MiB, peak 221.50 MiB, free memory in arenas 0.00 B, will set to 209.27 MiB (RSS), difference: 1.35 MiB | ||
15832 | 2024.07.15 22:28:05.648385 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15833 | 2024.07.15 22:28:05.648481 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15834 | 2024.07.15 22:28:07.416807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15835 | 2024.07.15 22:28:07.416929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15836 | 2024.07.15 22:28:07.416957 [ 3 ] {} <Debug> HTTP-Session: c50dd2e8-887c-43fa-9e68-7b5438b419ad Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15837 | 2024.07.15 22:28:07.416985 [ 3 ] {} <Debug> HTTP-Session: c50dd2e8-887c-43fa-9e68-7b5438b419ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15838 | 2024.07.15 22:28:07.417002 [ 3 ] {} <Debug> HTTP-Session: c50dd2e8-887c-43fa-9e68-7b5438b419ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15839 | 2024.07.15 22:28:07.417058 [ 3 ] {} <Trace> HTTP-Session: c50dd2e8-887c-43fa-9e68-7b5438b419ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15840 | 2024.07.15 22:28:07.417257 [ 3 ] {7d9640d0-eb29-4f12-9f83-0b97c9c135f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15841 | 2024.07.15 22:28:07.417331 [ 3 ] {7d9640d0-eb29-4f12-9f83-0b97c9c135f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15842 | 2024.07.15 22:28:07.417550 [ 3 ] {7d9640d0-eb29-4f12-9f83-0b97c9c135f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15843 | 2024.07.15 22:28:07.418057 [ 3 ] {7d9640d0-eb29-4f12-9f83-0b97c9c135f1} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15844 | 2024.07.15 22:28:07.418099 [ 3 ] {7d9640d0-eb29-4f12-9f83-0b97c9c135f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15845 | 2024.07.15 22:28:07.418474 [ 3 ] {7d9640d0-eb29-4f12-9f83-0b97c9c135f1} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15846 | 2024.07.15 22:28:07.418818 [ 3 ] {7d9640d0-eb29-4f12-9f83-0b97c9c135f1} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15847 | 2024.07.15 22:28:07.419006 [ 3 ] {7d9640d0-eb29-4f12-9f83-0b97c9c135f1} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.0018 sec., 3333.3333333333335 rows/sec., 188.80 KiB/sec. | ||
15848 | 2024.07.15 22:28:07.419252 [ 3 ] {7d9640d0-eb29-4f12-9f83-0b97c9c135f1} <Debug> DynamicQueryHandler: Done processing query | ||
15849 | 2024.07.15 22:28:07.419286 [ 3 ] {7d9640d0-eb29-4f12-9f83-0b97c9c135f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15850 | 2024.07.15 22:28:07.419312 [ 3 ] {} <Debug> HTTP-Session: c50dd2e8-887c-43fa-9e68-7b5438b419ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15851 | 2024.07.15 22:28:07.419486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 29331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15852 | 2024.07.15 22:28:07.419541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15853 | 2024.07.15 22:28:07.419561 [ 3 ] {} <Debug> HTTP-Session: 9f053970-85f6-4343-ad85-a5d128266088 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15854 | 2024.07.15 22:28:07.419579 [ 3 ] {} <Debug> HTTP-Session: 9f053970-85f6-4343-ad85-a5d128266088 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15855 | 2024.07.15 22:28:07.419594 [ 3 ] {} <Debug> HTTP-Session: 9f053970-85f6-4343-ad85-a5d128266088 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15856 | 2024.07.15 22:28:07.419628 [ 3 ] {} <Trace> HTTP-Session: 9f053970-85f6-4343-ad85-a5d128266088 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15857 | 2024.07.15 22:28:07.419782 [ 3 ] {55209dac-68ee-4edd-9a8e-37de18a9b480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15858 | 2024.07.15 22:28:07.419828 [ 3 ] {55209dac-68ee-4edd-9a8e-37de18a9b480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15859 | 2024.07.15 22:28:07.419963 [ 3 ] {55209dac-68ee-4edd-9a8e-37de18a9b480} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15860 | 2024.07.15 22:28:07.420379 [ 3 ] {55209dac-68ee-4edd-9a8e-37de18a9b480} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15861 | 2024.07.15 22:28:07.420415 [ 3 ] {55209dac-68ee-4edd-9a8e-37de18a9b480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15862 | 2024.07.15 22:28:07.420743 [ 3 ] {55209dac-68ee-4edd-9a8e-37de18a9b480} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
15863 | 2024.07.15 22:28:07.421056 [ 3 ] {55209dac-68ee-4edd-9a8e-37de18a9b480} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15864 | 2024.07.15 22:28:07.421200 [ 3 ] {55209dac-68ee-4edd-9a8e-37de18a9b480} <Debug> executeQuery: Read 197 rows, 17.37 KiB in 0.001488 sec., 132392.47311827957 rows/sec., 11.40 MiB/sec. | ||
15865 | 2024.07.15 22:28:07.421367 [ 3 ] {55209dac-68ee-4edd-9a8e-37de18a9b480} <Debug> DynamicQueryHandler: Done processing query | ||
15866 | 2024.07.15 22:28:07.421392 [ 3 ] {55209dac-68ee-4edd-9a8e-37de18a9b480} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15867 | 2024.07.15 22:28:07.421408 [ 3 ] {} <Debug> HTTP-Session: 9f053970-85f6-4343-ad85-a5d128266088 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15868 | 2024.07.15 22:28:07.421567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 65596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15869 | 2024.07.15 22:28:07.421617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15870 | 2024.07.15 22:28:07.421636 [ 3 ] {} <Debug> HTTP-Session: 642d629c-f935-473a-a448-42ecd5c1a7b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15871 | 2024.07.15 22:28:07.421653 [ 3 ] {} <Debug> HTTP-Session: 642d629c-f935-473a-a448-42ecd5c1a7b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15872 | 2024.07.15 22:28:07.421666 [ 3 ] {} <Debug> HTTP-Session: 642d629c-f935-473a-a448-42ecd5c1a7b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15873 | 2024.07.15 22:28:07.421699 [ 3 ] {} <Trace> HTTP-Session: 642d629c-f935-473a-a448-42ecd5c1a7b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15874 | 2024.07.15 22:28:07.421916 [ 3 ] {d0fc1ea7-b2f3-4e4f-8719-11fd6b6afdf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15875 | 2024.07.15 22:28:07.421960 [ 3 ] {d0fc1ea7-b2f3-4e4f-8719-11fd6b6afdf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15876 | 2024.07.15 22:28:07.422086 [ 3 ] {d0fc1ea7-b2f3-4e4f-8719-11fd6b6afdf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15877 | 2024.07.15 22:28:07.422646 [ 3 ] {d0fc1ea7-b2f3-4e4f-8719-11fd6b6afdf0} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15878 | 2024.07.15 22:28:07.422682 [ 3 ] {d0fc1ea7-b2f3-4e4f-8719-11fd6b6afdf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15879 | 2024.07.15 22:28:07.423024 [ 3 ] {d0fc1ea7-b2f3-4e4f-8719-11fd6b6afdf0} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
15880 | 2024.07.15 22:28:07.423328 [ 3 ] {d0fc1ea7-b2f3-4e4f-8719-11fd6b6afdf0} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15881 | 2024.07.15 22:28:07.423490 [ 3 ] {d0fc1ea7-b2f3-4e4f-8719-11fd6b6afdf0} <Debug> executeQuery: Read 406 rows, 29.37 KiB in 0.00169 sec., 240236.68639053253 rows/sec., 16.97 MiB/sec. | ||
15882 | 2024.07.15 22:28:07.423671 [ 3 ] {d0fc1ea7-b2f3-4e4f-8719-11fd6b6afdf0} <Debug> DynamicQueryHandler: Done processing query | ||
15883 | 2024.07.15 22:28:07.423696 [ 3 ] {d0fc1ea7-b2f3-4e4f-8719-11fd6b6afdf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
15884 | 2024.07.15 22:28:07.423712 [ 3 ] {} <Debug> HTTP-Session: 642d629c-f935-473a-a448-42ecd5c1a7b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15885 | 2024.07.15 22:28:07.423829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15886 | 2024.07.15 22:28:07.423879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15887 | 2024.07.15 22:28:07.423898 [ 3 ] {} <Debug> HTTP-Session: 8c1a9102-fb1b-4448-a7ed-783b47751ec6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15888 | 2024.07.15 22:28:07.423915 [ 3 ] {} <Debug> HTTP-Session: 8c1a9102-fb1b-4448-a7ed-783b47751ec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15889 | 2024.07.15 22:28:07.423929 [ 3 ] {} <Debug> HTTP-Session: 8c1a9102-fb1b-4448-a7ed-783b47751ec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15890 | 2024.07.15 22:28:07.423960 [ 3 ] {} <Trace> HTTP-Session: 8c1a9102-fb1b-4448-a7ed-783b47751ec6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15891 | 2024.07.15 22:28:07.424057 [ 3 ] {bc73d4e0-3518-4526-90a5-cd5e2af6755e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15892 | 2024.07.15 22:28:07.424102 [ 3 ] {bc73d4e0-3518-4526-90a5-cd5e2af6755e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15893 | 2024.07.15 22:28:07.424230 [ 3 ] {bc73d4e0-3518-4526-90a5-cd5e2af6755e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15894 | 2024.07.15 22:28:07.424504 [ 3 ] {bc73d4e0-3518-4526-90a5-cd5e2af6755e} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15895 | 2024.07.15 22:28:07.424540 [ 3 ] {bc73d4e0-3518-4526-90a5-cd5e2af6755e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15896 | 2024.07.15 22:28:07.424893 [ 3 ] {bc73d4e0-3518-4526-90a5-cd5e2af6755e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
15897 | 2024.07.15 22:28:07.425211 [ 3 ] {bc73d4e0-3518-4526-90a5-cd5e2af6755e} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15898 | 2024.07.15 22:28:07.425374 [ 3 ] {bc73d4e0-3518-4526-90a5-cd5e2af6755e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 192.97 KiB/sec. | ||
15899 | 2024.07.15 22:28:07.425542 [ 3 ] {bc73d4e0-3518-4526-90a5-cd5e2af6755e} <Debug> DynamicQueryHandler: Done processing query | ||
15900 | 2024.07.15 22:28:07.425566 [ 3 ] {bc73d4e0-3518-4526-90a5-cd5e2af6755e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15901 | 2024.07.15 22:28:07.425582 [ 3 ] {} <Debug> HTTP-Session: 8c1a9102-fb1b-4448-a7ed-783b47751ec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15902 | 2024.07.15 22:28:07.425688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15903 | 2024.07.15 22:28:07.425735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15904 | 2024.07.15 22:28:07.425755 [ 3 ] {} <Debug> HTTP-Session: 1a7f6b6b-8e71-4d04-b242-82414a4d01dc Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15905 | 2024.07.15 22:28:07.425771 [ 3 ] {} <Debug> HTTP-Session: 1a7f6b6b-8e71-4d04-b242-82414a4d01dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15906 | 2024.07.15 22:28:07.425784 [ 3 ] {} <Debug> HTTP-Session: 1a7f6b6b-8e71-4d04-b242-82414a4d01dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15907 | 2024.07.15 22:28:07.425814 [ 3 ] {} <Trace> HTTP-Session: 1a7f6b6b-8e71-4d04-b242-82414a4d01dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15908 | 2024.07.15 22:28:07.425930 [ 3 ] {1e266e64-2d96-4fab-8550-0af66dfebc19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
15909 | 2024.07.15 22:28:07.425977 [ 3 ] {1e266e64-2d96-4fab-8550-0af66dfebc19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
15910 | 2024.07.15 22:28:07.426121 [ 3 ] {1e266e64-2d96-4fab-8550-0af66dfebc19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15911 | 2024.07.15 22:28:07.426441 [ 3 ] {1e266e64-2d96-4fab-8550-0af66dfebc19} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15912 | 2024.07.15 22:28:07.426475 [ 3 ] {1e266e64-2d96-4fab-8550-0af66dfebc19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15913 | 2024.07.15 22:28:07.426844 [ 3 ] {1e266e64-2d96-4fab-8550-0af66dfebc19} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
15914 | 2024.07.15 22:28:07.427179 [ 3 ] {1e266e64-2d96-4fab-8550-0af66dfebc19} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15915 | 2024.07.15 22:28:07.427349 [ 3 ] {1e266e64-2d96-4fab-8550-0af66dfebc19} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001456 sec., 52884.61538461538 rows/sec., 3.26 MiB/sec. | ||
15916 | 2024.07.15 22:28:07.427518 [ 3 ] {1e266e64-2d96-4fab-8550-0af66dfebc19} <Debug> DynamicQueryHandler: Done processing query | ||
15917 | 2024.07.15 22:28:07.427542 [ 3 ] {1e266e64-2d96-4fab-8550-0af66dfebc19} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15918 | 2024.07.15 22:28:07.427557 [ 3 ] {} <Debug> HTTP-Session: 1a7f6b6b-8e71-4d04-b242-82414a4d01dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15919 | 2024.07.15 22:28:07.427700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 37580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15920 | 2024.07.15 22:28:07.427748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15921 | 2024.07.15 22:28:07.427766 [ 3 ] {} <Debug> HTTP-Session: 998e94d6-bd19-4a1a-93f9-c07243f844d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15922 | 2024.07.15 22:28:07.427782 [ 3 ] {} <Debug> HTTP-Session: 998e94d6-bd19-4a1a-93f9-c07243f844d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15923 | 2024.07.15 22:28:07.427796 [ 3 ] {} <Debug> HTTP-Session: 998e94d6-bd19-4a1a-93f9-c07243f844d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15924 | 2024.07.15 22:28:07.427826 [ 3 ] {} <Trace> HTTP-Session: 998e94d6-bd19-4a1a-93f9-c07243f844d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15925 | 2024.07.15 22:28:07.428007 [ 3 ] {1459adfe-a647-45b8-85fc-91ecbf5a574f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15926 | 2024.07.15 22:28:07.428056 [ 3 ] {1459adfe-a647-45b8-85fc-91ecbf5a574f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15927 | 2024.07.15 22:28:07.428198 [ 3 ] {1459adfe-a647-45b8-85fc-91ecbf5a574f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15928 | 2024.07.15 22:28:07.428555 [ 3 ] {1459adfe-a647-45b8-85fc-91ecbf5a574f} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15929 | 2024.07.15 22:28:07.428591 [ 3 ] {1459adfe-a647-45b8-85fc-91ecbf5a574f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15930 | 2024.07.15 22:28:07.428963 [ 3 ] {1459adfe-a647-45b8-85fc-91ecbf5a574f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
15931 | 2024.07.15 22:28:07.429293 [ 3 ] {1459adfe-a647-45b8-85fc-91ecbf5a574f} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15932 | 2024.07.15 22:28:07.429442 [ 3 ] {1459adfe-a647-45b8-85fc-91ecbf5a574f} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001518 sec., 129117.25955204216 rows/sec., 9.01 MiB/sec. | ||
15933 | 2024.07.15 22:28:07.429624 [ 3 ] {1459adfe-a647-45b8-85fc-91ecbf5a574f} <Debug> DynamicQueryHandler: Done processing query | ||
15934 | 2024.07.15 22:28:07.429661 [ 3 ] {1459adfe-a647-45b8-85fc-91ecbf5a574f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
15935 | 2024.07.15 22:28:07.429694 [ 3 ] {} <Debug> HTTP-Session: 998e94d6-bd19-4a1a-93f9-c07243f844d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15936 | 2024.07.15 22:28:07.429824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15937 | 2024.07.15 22:28:07.429881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15938 | 2024.07.15 22:28:07.429902 [ 3 ] {} <Debug> HTTP-Session: eee079f4-e751-4fec-88c4-a057e25dc169 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15939 | 2024.07.15 22:28:07.429918 [ 3 ] {} <Debug> HTTP-Session: eee079f4-e751-4fec-88c4-a057e25dc169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15940 | 2024.07.15 22:28:07.429932 [ 3 ] {} <Debug> HTTP-Session: eee079f4-e751-4fec-88c4-a057e25dc169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15941 | 2024.07.15 22:28:07.429963 [ 3 ] {} <Trace> HTTP-Session: eee079f4-e751-4fec-88c4-a057e25dc169 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15942 | 2024.07.15 22:28:07.430071 [ 3 ] {7864dd4b-9e23-453f-b87a-45e8bff5c5a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15943 | 2024.07.15 22:28:07.430116 [ 3 ] {7864dd4b-9e23-453f-b87a-45e8bff5c5a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15944 | 2024.07.15 22:28:07.430245 [ 3 ] {7864dd4b-9e23-453f-b87a-45e8bff5c5a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15945 | 2024.07.15 22:28:07.430490 [ 3 ] {7864dd4b-9e23-453f-b87a-45e8bff5c5a8} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15946 | 2024.07.15 22:28:07.430526 [ 3 ] {7864dd4b-9e23-453f-b87a-45e8bff5c5a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15947 | 2024.07.15 22:28:07.430899 [ 3 ] {7864dd4b-9e23-453f-b87a-45e8bff5c5a8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
15948 | 2024.07.15 22:28:07.431231 [ 3 ] {7864dd4b-9e23-453f-b87a-45e8bff5c5a8} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15949 | 2024.07.15 22:28:07.431387 [ 3 ] {7864dd4b-9e23-453f-b87a-45e8bff5c5a8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00134 sec., 17164.17910447761 rows/sec., 928.46 KiB/sec. | ||
15950 | 2024.07.15 22:28:07.431538 [ 3 ] {7864dd4b-9e23-453f-b87a-45e8bff5c5a8} <Debug> DynamicQueryHandler: Done processing query | ||
15951 | 2024.07.15 22:28:07.431563 [ 3 ] {7864dd4b-9e23-453f-b87a-45e8bff5c5a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15952 | 2024.07.15 22:28:07.431591 [ 3 ] {} <Debug> HTTP-Session: eee079f4-e751-4fec-88c4-a057e25dc169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15953 | 2024.07.15 22:28:07.431703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15954 | 2024.07.15 22:28:07.431751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15955 | 2024.07.15 22:28:07.431770 [ 3 ] {} <Debug> HTTP-Session: 63b2c580-349d-45b4-ad5f-1f3d18f3a7f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15956 | 2024.07.15 22:28:07.431787 [ 3 ] {} <Debug> HTTP-Session: 63b2c580-349d-45b4-ad5f-1f3d18f3a7f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15957 | 2024.07.15 22:28:07.431801 [ 3 ] {} <Debug> HTTP-Session: 63b2c580-349d-45b4-ad5f-1f3d18f3a7f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15958 | 2024.07.15 22:28:07.431830 [ 3 ] {} <Trace> HTTP-Session: 63b2c580-349d-45b4-ad5f-1f3d18f3a7f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15959 | 2024.07.15 22:28:07.431940 [ 3 ] {5f57fea7-a64f-4401-99cb-8cf652162648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15960 | 2024.07.15 22:28:07.431984 [ 3 ] {5f57fea7-a64f-4401-99cb-8cf652162648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15961 | 2024.07.15 22:28:07.432110 [ 3 ] {5f57fea7-a64f-4401-99cb-8cf652162648} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15962 | 2024.07.15 22:28:07.432373 [ 3 ] {5f57fea7-a64f-4401-99cb-8cf652162648} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15963 | 2024.07.15 22:28:07.432408 [ 3 ] {5f57fea7-a64f-4401-99cb-8cf652162648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15964 | 2024.07.15 22:28:07.432774 [ 3 ] {5f57fea7-a64f-4401-99cb-8cf652162648} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
15965 | 2024.07.15 22:28:07.433090 [ 3 ] {5f57fea7-a64f-4401-99cb-8cf652162648} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15966 | 2024.07.15 22:28:07.433254 [ 3 ] {5f57fea7-a64f-4401-99cb-8cf652162648} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. | ||
15967 | 2024.07.15 22:28:07.433491 [ 3 ] {5f57fea7-a64f-4401-99cb-8cf652162648} <Debug> DynamicQueryHandler: Done processing query | ||
15968 | 2024.07.15 22:28:07.433517 [ 3 ] {5f57fea7-a64f-4401-99cb-8cf652162648} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15969 | 2024.07.15 22:28:07.433532 [ 3 ] {} <Debug> HTTP-Session: 63b2c580-349d-45b4-ad5f-1f3d18f3a7f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15970 | 2024.07.15 22:28:12.413374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 7219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15971 | 2024.07.15 22:28:12.413505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15972 | 2024.07.15 22:28:12.413531 [ 3 ] {} <Debug> HTTP-Session: e94a0a51-e46b-42a7-8d91-aed15f72f588 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15973 | 2024.07.15 22:28:12.413556 [ 3 ] {} <Debug> HTTP-Session: e94a0a51-e46b-42a7-8d91-aed15f72f588 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15974 | 2024.07.15 22:28:12.413572 [ 3 ] {} <Debug> HTTP-Session: e94a0a51-e46b-42a7-8d91-aed15f72f588 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15975 | 2024.07.15 22:28:12.413629 [ 3 ] {} <Trace> HTTP-Session: e94a0a51-e46b-42a7-8d91-aed15f72f588 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15976 | 2024.07.15 22:28:12.413830 [ 3 ] {793b5155-bf04-4ff3-9f56-2bd009b4170f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15977 | 2024.07.15 22:28:12.413898 [ 3 ] {793b5155-bf04-4ff3-9f56-2bd009b4170f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15978 | 2024.07.15 22:28:12.414094 [ 3 ] {793b5155-bf04-4ff3-9f56-2bd009b4170f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15979 | 2024.07.15 22:28:12.414499 [ 3 ] {793b5155-bf04-4ff3-9f56-2bd009b4170f} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15980 | 2024.07.15 22:28:12.414545 [ 3 ] {793b5155-bf04-4ff3-9f56-2bd009b4170f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
15981 | 2024.07.15 22:28:12.414935 [ 3 ] {793b5155-bf04-4ff3-9f56-2bd009b4170f} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15982 | 2024.07.15 22:28:12.415269 [ 3 ] {793b5155-bf04-4ff3-9f56-2bd009b4170f} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15983 | 2024.07.15 22:28:12.415456 [ 3 ] {793b5155-bf04-4ff3-9f56-2bd009b4170f} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.00168 sec., 29761.90476190476 rows/sec., 2.36 MiB/sec. | ||
15984 | 2024.07.15 22:28:12.415487 [ 144 ] {} <Debug> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15985 | 2024.07.15 22:28:12.415628 [ 144 ] {} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15986 | 2024.07.15 22:28:12.415688 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
15987 | 2024.07.15 22:28:12.415783 [ 3 ] {793b5155-bf04-4ff3-9f56-2bd009b4170f} <Debug> DynamicQueryHandler: Done processing query | ||
15988 | 2024.07.15 22:28:12.415849 [ 3 ] {793b5155-bf04-4ff3-9f56-2bd009b4170f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15989 | 2024.07.15 22:28:12.415914 [ 3 ] {} <Debug> HTTP-Session: e94a0a51-e46b-42a7-8d91-aed15f72f588 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15990 | 2024.07.15 22:28:12.416011 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::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 | ||
15991 | 2024.07.15 22:28:12.416123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15992 | 2024.07.15 22:28:12.416316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15993 | 2024.07.15 22:28:12.416423 [ 3 ] {} <Debug> HTTP-Session: f0447e70-8daa-439b-b5da-29b0aefade78 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
15994 | 2024.07.15 22:28:12.416512 [ 3 ] {} <Debug> HTTP-Session: f0447e70-8daa-439b-b5da-29b0aefade78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15995 | 2024.07.15 22:28:12.416557 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15996 | 2024.07.15 22:28:12.416579 [ 3 ] {} <Debug> HTTP-Session: f0447e70-8daa-439b-b5da-29b0aefade78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15997 | 2024.07.15 22:28:12.416668 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 56 rows starting from the beginning of the part | ||
15998 | 2024.07.15 22:28:12.416731 [ 3 ] {} <Trace> HTTP-Session: f0447e70-8daa-439b-b5da-29b0aefade78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15999 | 2024.07.15 22:28:12.417179 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 50 rows starting from the beginning of the part | ||
16000 | 2024.07.15 22:28:12.417223 [ 3 ] {66a9372e-4e75-45cb-aa00-fcd69811977e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16001 | 2024.07.15 22:28:12.417485 [ 3 ] {66a9372e-4e75-45cb-aa00-fcd69811977e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16002 | 2024.07.15 22:28:12.417644 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 6 rows starting from the beginning of the part | ||
16003 | 2024.07.15 22:28:12.418206 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 50 rows starting from the beginning of the part | ||
16004 | 2024.07.15 22:28:12.418794 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 6 rows starting from the beginning of the part | ||
16005 | 2024.07.15 22:28:12.419374 [ 194 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 50 rows starting from the beginning of the part | ||
16006 | 2024.07.15 22:28:12.419582 [ 3 ] {66a9372e-4e75-45cb-aa00-fcd69811977e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16007 | 2024.07.15 22:28:12.420076 [ 3 ] {66a9372e-4e75-45cb-aa00-fcd69811977e} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16008 | 2024.07.15 22:28:12.420117 [ 3 ] {66a9372e-4e75-45cb-aa00-fcd69811977e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16009 | 2024.07.15 22:28:12.420591 [ 3 ] {66a9372e-4e75-45cb-aa00-fcd69811977e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
16010 | 2024.07.15 22:28:12.421089 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 4 columns (4 merged, 0 gathered) in 0.005264555 sec., 41409.00797883202 rows/sec., 3.18 MiB/sec. | ||
16011 | 2024.07.15 22:28:12.421311 [ 3 ] {66a9372e-4e75-45cb-aa00-fcd69811977e} <Trace> oximeter.fields_ipaddr (81b8c1e1-6224-48b9-a010-f63cda835fd7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16012 | 2024.07.15 22:28:12.421381 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16013 | 2024.07.15 22:28:12.421629 [ 3 ] {66a9372e-4e75-45cb-aa00-fcd69811977e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004624 sec., 432.52595155709344 rows/sec., 35.27 KiB/sec. | ||
16014 | 2024.07.15 22:28:12.422269 [ 3 ] {66a9372e-4e75-45cb-aa00-fcd69811977e} <Debug> DynamicQueryHandler: Done processing query | ||
16015 | 2024.07.15 22:28:12.422355 [ 3 ] {66a9372e-4e75-45cb-aa00-fcd69811977e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16016 | 2024.07.15 22:28:12.422475 [ 3 ] {} <Debug> HTTP-Session: f0447e70-8daa-439b-b5da-29b0aefade78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16017 | 2024.07.15 22:28:12.422763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30669, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16018 | 2024.07.15 22:28:12.422863 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_86_17} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16019 | 2024.07.15 22:28:12.422878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16020 | 2024.07.15 22:28:12.422944 [ 3 ] {} <Debug> HTTP-Session: f0a95c09-16ac-41ec-b44f-9ef1106cfce4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
16021 | 2024.07.15 22:28:12.422993 [ 3 ] {} <Debug> HTTP-Session: f0a95c09-16ac-41ec-b44f-9ef1106cfce4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16022 | 2024.07.15 22:28:12.423016 [ 3 ] {} <Debug> HTTP-Session: f0a95c09-16ac-41ec-b44f-9ef1106cfce4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16023 | 2024.07.15 22:28:12.423042 [ 192 ] {9803df1a-0c03-42e9-8b8e-634c956c47bf::all_1_86_17} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16024 | 2024.07.15 22:28:12.423071 [ 3 ] {} <Trace> HTTP-Session: f0a95c09-16ac-41ec-b44f-9ef1106cfce4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16025 | 2024.07.15 22:28:12.423209 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
16026 | 2024.07.15 22:28:12.423319 [ 3 ] {e4619b5d-7425-45a1-b52b-4d44599ef1a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16027 | 2024.07.15 22:28:12.423370 [ 3 ] {e4619b5d-7425-45a1-b52b-4d44599ef1a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16028 | 2024.07.15 22:28:12.423520 [ 3 ] {e4619b5d-7425-45a1-b52b-4d44599ef1a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16029 | 2024.07.15 22:28:12.423936 [ 3 ] {e4619b5d-7425-45a1-b52b-4d44599ef1a6} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16030 | 2024.07.15 22:28:12.423973 [ 3 ] {e4619b5d-7425-45a1-b52b-4d44599ef1a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16031 | 2024.07.15 22:28:12.424296 [ 3 ] {e4619b5d-7425-45a1-b52b-4d44599ef1a6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16032 | 2024.07.15 22:28:12.424602 [ 3 ] {e4619b5d-7425-45a1-b52b-4d44599ef1a6} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16033 | 2024.07.15 22:28:12.424768 [ 3 ] {e4619b5d-7425-45a1-b52b-4d44599ef1a6} <Debug> executeQuery: Read 207 rows, 18.11 KiB in 0.001545 sec., 133980.58252427186 rows/sec., 11.44 MiB/sec. | ||
16034 | 2024.07.15 22:28:12.424935 [ 3 ] {e4619b5d-7425-45a1-b52b-4d44599ef1a6} <Debug> DynamicQueryHandler: Done processing query | ||
16035 | 2024.07.15 22:28:12.424960 [ 3 ] {e4619b5d-7425-45a1-b52b-4d44599ef1a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16036 | 2024.07.15 22:28:12.424976 [ 3 ] {} <Debug> HTTP-Session: f0a95c09-16ac-41ec-b44f-9ef1106cfce4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16037 | 2024.07.15 22:28:12.425114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16038 | 2024.07.15 22:28:12.425161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16039 | 2024.07.15 22:28:12.425180 [ 3 ] {} <Debug> HTTP-Session: 2e35c083-9f78-49ec-9841-b85ac463dca7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
16040 | 2024.07.15 22:28:12.425196 [ 3 ] {} <Debug> HTTP-Session: 2e35c083-9f78-49ec-9841-b85ac463dca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16041 | 2024.07.15 22:28:12.425210 [ 3 ] {} <Debug> HTTP-Session: 2e35c083-9f78-49ec-9841-b85ac463dca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16042 | 2024.07.15 22:28:12.425241 [ 3 ] {} <Trace> HTTP-Session: 2e35c083-9f78-49ec-9841-b85ac463dca7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16043 | 2024.07.15 22:28:12.425333 [ 3 ] {6fdcfdae-87df-48bc-a5ba-dceb42efbf8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16044 | 2024.07.15 22:28:12.425374 [ 3 ] {6fdcfdae-87df-48bc-a5ba-dceb42efbf8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16045 | 2024.07.15 22:28:12.425497 [ 3 ] {6fdcfdae-87df-48bc-a5ba-dceb42efbf8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16046 | 2024.07.15 22:28:12.425739 [ 3 ] {6fdcfdae-87df-48bc-a5ba-dceb42efbf8a} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16047 | 2024.07.15 22:28:12.425775 [ 3 ] {6fdcfdae-87df-48bc-a5ba-dceb42efbf8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16048 | 2024.07.15 22:28:12.426066 [ 3 ] {6fdcfdae-87df-48bc-a5ba-dceb42efbf8a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
16049 | 2024.07.15 22:28:12.426361 [ 3 ] {6fdcfdae-87df-48bc-a5ba-dceb42efbf8a} <Trace> oximeter.fields_u16 (58927e36-78a2-4030-91ab-ca8195305b51): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16050 | 2024.07.15 22:28:12.426510 [ 3 ] {6fdcfdae-87df-48bc-a5ba-dceb42efbf8a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001197 sec., 1670.843776106934 rows/sec., 116.67 KiB/sec. | ||
16051 | 2024.07.15 22:28:12.426706 [ 3 ] {6fdcfdae-87df-48bc-a5ba-dceb42efbf8a} <Debug> DynamicQueryHandler: Done processing query | ||
16052 | 2024.07.15 22:28:12.426736 [ 3 ] {6fdcfdae-87df-48bc-a5ba-dceb42efbf8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16053 | 2024.07.15 22:28:12.426752 [ 3 ] {} <Debug> HTTP-Session: 2e35c083-9f78-49ec-9841-b85ac463dca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16054 | 2024.07.15 22:28:12.426883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 19685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16055 | 2024.07.15 22:28:12.426930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16056 | 2024.07.15 22:28:12.426949 [ 3 ] {} <Debug> HTTP-Session: cbe4efff-4432-40d6-90d3-5a9321b401e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
16057 | 2024.07.15 22:28:12.426966 [ 3 ] {} <Debug> HTTP-Session: cbe4efff-4432-40d6-90d3-5a9321b401e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16058 | 2024.07.15 22:28:12.426980 [ 3 ] {} <Debug> HTTP-Session: cbe4efff-4432-40d6-90d3-5a9321b401e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16059 | 2024.07.15 22:28:12.427010 [ 3 ] {} <Trace> HTTP-Session: cbe4efff-4432-40d6-90d3-5a9321b401e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16060 | 2024.07.15 22:28:12.427128 [ 3 ] {18a429fa-2c24-4752-8527-7bb44c4dfd55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16061 | 2024.07.15 22:28:12.427170 [ 3 ] {18a429fa-2c24-4752-8527-7bb44c4dfd55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16062 | 2024.07.15 22:28:12.427292 [ 3 ] {18a429fa-2c24-4752-8527-7bb44c4dfd55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16063 | 2024.07.15 22:28:12.427690 [ 3 ] {18a429fa-2c24-4752-8527-7bb44c4dfd55} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16064 | 2024.07.15 22:28:12.427726 [ 3 ] {18a429fa-2c24-4752-8527-7bb44c4dfd55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16065 | 2024.07.15 22:28:12.428043 [ 3 ] {18a429fa-2c24-4752-8527-7bb44c4dfd55} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16066 | 2024.07.15 22:28:12.428341 [ 3 ] {18a429fa-2c24-4752-8527-7bb44c4dfd55} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16067 | 2024.07.15 22:28:12.428506 [ 3 ] {18a429fa-2c24-4752-8527-7bb44c4dfd55} <Debug> executeQuery: Read 116 rows, 9.28 KiB in 0.001415 sec., 81978.79858657243 rows/sec., 6.41 MiB/sec. | ||
16068 | 2024.07.15 22:28:12.428685 [ 3 ] {18a429fa-2c24-4752-8527-7bb44c4dfd55} <Debug> DynamicQueryHandler: Done processing query | ||
16069 | 2024.07.15 22:28:12.428709 [ 3 ] {18a429fa-2c24-4752-8527-7bb44c4dfd55} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16070 | 2024.07.15 22:28:12.428725 [ 3 ] {} <Debug> HTTP-Session: cbe4efff-4432-40d6-90d3-5a9321b401e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16071 | 2024.07.15 22:28:12.428880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16072 | 2024.07.15 22:28:12.428928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16073 | 2024.07.15 22:28:12.428947 [ 3 ] {} <Debug> HTTP-Session: a4d53f87-42f9-455b-9338-fdba460e8cd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
16074 | 2024.07.15 22:28:12.428963 [ 3 ] {} <Debug> HTTP-Session: a4d53f87-42f9-455b-9338-fdba460e8cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16075 | 2024.07.15 22:28:12.428977 [ 3 ] {} <Debug> HTTP-Session: a4d53f87-42f9-455b-9338-fdba460e8cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16076 | 2024.07.15 22:28:12.429008 [ 3 ] {} <Trace> HTTP-Session: a4d53f87-42f9-455b-9338-fdba460e8cd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16077 | 2024.07.15 22:28:12.429144 [ 3 ] {35ca5e91-33b7-406a-9760-3f3c48c52dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16078 | 2024.07.15 22:28:12.429190 [ 3 ] {35ca5e91-33b7-406a-9760-3f3c48c52dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16079 | 2024.07.15 22:28:12.429333 [ 3 ] {35ca5e91-33b7-406a-9760-3f3c48c52dff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16080 | 2024.07.15 22:28:12.429715 [ 3 ] {35ca5e91-33b7-406a-9760-3f3c48c52dff} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16081 | 2024.07.15 22:28:12.429749 [ 3 ] {35ca5e91-33b7-406a-9760-3f3c48c52dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16082 | 2024.07.15 22:28:12.430126 [ 3 ] {35ca5e91-33b7-406a-9760-3f3c48c52dff} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16083 | 2024.07.15 22:28:12.430451 [ 3 ] {35ca5e91-33b7-406a-9760-3f3c48c52dff} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16084 | 2024.07.15 22:28:12.430606 [ 3 ] {35ca5e91-33b7-406a-9760-3f3c48c52dff} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001515 sec., 106270.62706270626 rows/sec., 7.40 MiB/sec. | ||
16085 | 2024.07.15 22:28:12.430770 [ 3 ] {35ca5e91-33b7-406a-9760-3f3c48c52dff} <Debug> DynamicQueryHandler: Done processing query | ||
16086 | 2024.07.15 22:28:12.430794 [ 3 ] {35ca5e91-33b7-406a-9760-3f3c48c52dff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16087 | 2024.07.15 22:28:12.430809 [ 3 ] {} <Debug> HTTP-Session: a4d53f87-42f9-455b-9338-fdba460e8cd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16088 | 2024.07.15 22:28:12.430985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 80865, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16089 | 2024.07.15 22:28:12.431031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16090 | 2024.07.15 22:28:12.431050 [ 3 ] {} <Debug> HTTP-Session: 04c80ce1-fae8-4e6a-8d36-5c9c8d6aebec Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
16091 | 2024.07.15 22:28:12.431066 [ 3 ] {} <Debug> HTTP-Session: 04c80ce1-fae8-4e6a-8d36-5c9c8d6aebec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16092 | 2024.07.15 22:28:12.431080 [ 3 ] {} <Debug> HTTP-Session: 04c80ce1-fae8-4e6a-8d36-5c9c8d6aebec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16093 | 2024.07.15 22:28:12.431110 [ 3 ] {} <Trace> HTTP-Session: 04c80ce1-fae8-4e6a-8d36-5c9c8d6aebec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16094 | 2024.07.15 22:28:12.431551 [ 3 ] {3b938fb2-2649-44ca-8b60-6515dafe4f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16095 | 2024.07.15 22:28:12.431622 [ 3 ] {3b938fb2-2649-44ca-8b60-6515dafe4f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16096 | 2024.07.15 22:28:12.432020 [ 3 ] {3b938fb2-2649-44ca-8b60-6515dafe4f64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16097 | 2024.07.15 22:28:12.432851 [ 3 ] {3b938fb2-2649-44ca-8b60-6515dafe4f64} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16098 | 2024.07.15 22:28:12.432887 [ 3 ] {3b938fb2-2649-44ca-8b60-6515dafe4f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16099 | 2024.07.15 22:28:12.433536 [ 3 ] {3b938fb2-2649-44ca-8b60-6515dafe4f64} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16100 | 2024.07.15 22:28:12.433944 [ 3 ] {3b938fb2-2649-44ca-8b60-6515dafe4f64} <Trace> oximeter.measurements_histogramf64 (b3cd3ef2-28ea-437e-a809-6b343604ae03): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16101 | 2024.07.15 22:28:12.434115 [ 3 ] {3b938fb2-2649-44ca-8b60-6515dafe4f64} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.002907 sec., 17199.862401100792 rows/sec., 30.82 MiB/sec. | ||
16102 | 2024.07.15 22:28:12.434338 [ 3 ] {3b938fb2-2649-44ca-8b60-6515dafe4f64} <Debug> DynamicQueryHandler: Done processing query | ||
16103 | 2024.07.15 22:28:12.434361 [ 3 ] {3b938fb2-2649-44ca-8b60-6515dafe4f64} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
16104 | 2024.07.15 22:28:12.434377 [ 3 ] {} <Debug> HTTP-Session: 04c80ce1-fae8-4e6a-8d36-5c9c8d6aebec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16105 | 2024.07.15 22:28:12.434509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16106 | 2024.07.15 22:28:12.434557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16107 | 2024.07.15 22:28:12.434577 [ 3 ] {} <Debug> HTTP-Session: 6099cbb4-bb73-4aef-8f5b-cac86e353e05 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
16108 | 2024.07.15 22:28:12.434593 [ 3 ] {} <Debug> HTTP-Session: 6099cbb4-bb73-4aef-8f5b-cac86e353e05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16109 | 2024.07.15 22:28:12.434606 [ 3 ] {} <Debug> HTTP-Session: 6099cbb4-bb73-4aef-8f5b-cac86e353e05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16110 | 2024.07.15 22:28:12.434644 [ 3 ] {} <Trace> HTTP-Session: 6099cbb4-bb73-4aef-8f5b-cac86e353e05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16111 | 2024.07.15 22:28:12.434753 [ 3 ] {c7b4a68a-51ec-42d7-8612-a2395ff23e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16112 | 2024.07.15 22:28:12.434798 [ 3 ] {c7b4a68a-51ec-42d7-8612-a2395ff23e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16113 | 2024.07.15 22:28:12.434924 [ 3 ] {c7b4a68a-51ec-42d7-8612-a2395ff23e60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16114 | 2024.07.15 22:28:12.435254 [ 3 ] {c7b4a68a-51ec-42d7-8612-a2395ff23e60} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16115 | 2024.07.15 22:28:12.435290 [ 3 ] {c7b4a68a-51ec-42d7-8612-a2395ff23e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16116 | 2024.07.15 22:28:12.435659 [ 3 ] {c7b4a68a-51ec-42d7-8612-a2395ff23e60} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16117 | 2024.07.15 22:28:12.435972 [ 3 ] {c7b4a68a-51ec-42d7-8612-a2395ff23e60} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16118 | 2024.07.15 22:28:12.436116 [ 3 ] {c7b4a68a-51ec-42d7-8612-a2395ff23e60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. | ||
16119 | 2024.07.15 22:28:12.436292 [ 3 ] {c7b4a68a-51ec-42d7-8612-a2395ff23e60} <Debug> DynamicQueryHandler: Done processing query | ||
16120 | 2024.07.15 22:28:12.436315 [ 3 ] {c7b4a68a-51ec-42d7-8612-a2395ff23e60} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16121 | 2024.07.15 22:28:12.436331 [ 3 ] {} <Debug> HTTP-Session: 6099cbb4-bb73-4aef-8f5b-cac86e353e05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16122 | 2024.07.15 22:28:17.415792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16123 | 2024.07.15 22:28:17.415930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16124 | 2024.07.15 22:28:17.415961 [ 3 ] {} <Debug> HTTP-Session: b247ffa3-42b8-44fe-bee2-9a0c3792e858 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
16125 | 2024.07.15 22:28:17.415989 [ 3 ] {} <Debug> HTTP-Session: b247ffa3-42b8-44fe-bee2-9a0c3792e858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16126 | 2024.07.15 22:28:17.416007 [ 3 ] {} <Debug> HTTP-Session: b247ffa3-42b8-44fe-bee2-9a0c3792e858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16127 | 2024.07.15 22:28:17.416063 [ 3 ] {} <Trace> HTTP-Session: b247ffa3-42b8-44fe-bee2-9a0c3792e858 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16128 | 2024.07.15 22:28:17.416261 [ 3 ] {09a3d112-88bb-4bd2-aa5d-68a3b5877ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16129 | 2024.07.15 22:28:17.416336 [ 3 ] {09a3d112-88bb-4bd2-aa5d-68a3b5877ab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16130 | 2024.07.15 22:28:17.416538 [ 3 ] {09a3d112-88bb-4bd2-aa5d-68a3b5877ab6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16131 | 2024.07.15 22:28:17.416962 [ 3 ] {09a3d112-88bb-4bd2-aa5d-68a3b5877ab6} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16132 | 2024.07.15 22:28:17.417007 [ 3 ] {09a3d112-88bb-4bd2-aa5d-68a3b5877ab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16133 | 2024.07.15 22:28:17.417373 [ 3 ] {09a3d112-88bb-4bd2-aa5d-68a3b5877ab6} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16134 | 2024.07.15 22:28:17.417705 [ 3 ] {09a3d112-88bb-4bd2-aa5d-68a3b5877ab6} <Trace> oximeter.fields_i64 (9803df1a-0c03-42e9-8b8e-634c956c47bf): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16135 | 2024.07.15 22:28:17.417867 [ 3 ] {09a3d112-88bb-4bd2-aa5d-68a3b5877ab6} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001663 sec., 3607.9374624173183 rows/sec., 204.36 KiB/sec. | ||
16136 | 2024.07.15 22:28:17.418061 [ 3 ] {09a3d112-88bb-4bd2-aa5d-68a3b5877ab6} <Debug> DynamicQueryHandler: Done processing query | ||
16137 | 2024.07.15 22:28:17.418088 [ 3 ] {09a3d112-88bb-4bd2-aa5d-68a3b5877ab6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16138 | 2024.07.15 22:28:17.418105 [ 3 ] {} <Debug> HTTP-Session: b247ffa3-42b8-44fe-bee2-9a0c3792e858 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16139 | 2024.07.15 22:28:17.418281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 24354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16140 | 2024.07.15 22:28:17.418333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16141 | 2024.07.15 22:28:17.418354 [ 3 ] {} <Debug> HTTP-Session: 7fa12cdf-0078-4869-8760-2c90d374a956 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
16142 | 2024.07.15 22:28:17.418373 [ 3 ] {} <Debug> HTTP-Session: 7fa12cdf-0078-4869-8760-2c90d374a956 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16143 | 2024.07.15 22:28:17.418387 [ 3 ] {} <Debug> HTTP-Session: 7fa12cdf-0078-4869-8760-2c90d374a956 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16144 | 2024.07.15 22:28:17.418422 [ 3 ] {} <Trace> HTTP-Session: 7fa12cdf-0078-4869-8760-2c90d374a956 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16145 | 2024.07.15 22:28:17.418567 [ 3 ] {e9325ca6-db77-45fe-ab78-9442545eb9d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16146 | 2024.07.15 22:28:17.418611 [ 3 ] {e9325ca6-db77-45fe-ab78-9442545eb9d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16147 | 2024.07.15 22:28:17.418745 [ 3 ] {e9325ca6-db77-45fe-ab78-9442545eb9d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16148 | 2024.07.15 22:28:17.419153 [ 3 ] {e9325ca6-db77-45fe-ab78-9442545eb9d8} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16149 | 2024.07.15 22:28:17.419189 [ 3 ] {e9325ca6-db77-45fe-ab78-9442545eb9d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16150 | 2024.07.15 22:28:17.419514 [ 3 ] {e9325ca6-db77-45fe-ab78-9442545eb9d8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16151 | 2024.07.15 22:28:17.419833 [ 3 ] {e9325ca6-db77-45fe-ab78-9442545eb9d8} <Trace> oximeter.fields_string (d5e8b9b9-a446-4e36-8949-f2f4835541a3): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16152 | 2024.07.15 22:28:17.419987 [ 3 ] {e9325ca6-db77-45fe-ab78-9442545eb9d8} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001485 sec., 108417.50841750842 rows/sec., 9.57 MiB/sec. | ||
16153 | 2024.07.15 22:28:17.420206 [ 3 ] {e9325ca6-db77-45fe-ab78-9442545eb9d8} <Debug> DynamicQueryHandler: Done processing query | ||
16154 | 2024.07.15 22:28:17.420231 [ 3 ] {e9325ca6-db77-45fe-ab78-9442545eb9d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
16155 | 2024.07.15 22:28:17.420273 [ 3 ] {} <Debug> HTTP-Session: 7fa12cdf-0078-4869-8760-2c90d374a956 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16156 | 2024.07.15 22:28:17.420515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 61558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16157 | 2024.07.15 22:28:17.420569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16158 | 2024.07.15 22:28:17.420588 [ 3 ] {} <Debug> HTTP-Session: e6b7e5e4-1013-4612-86ff-375cf835a269 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
16159 | 2024.07.15 22:28:17.420605 [ 3 ] {} <Debug> HTTP-Session: e6b7e5e4-1013-4612-86ff-375cf835a269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16160 | 2024.07.15 22:28:17.420619 [ 3 ] {} <Debug> HTTP-Session: e6b7e5e4-1013-4612-86ff-375cf835a269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16161 | 2024.07.15 22:28:17.420660 [ 3 ] {} <Trace> HTTP-Session: e6b7e5e4-1013-4612-86ff-375cf835a269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16162 | 2024.07.15 22:28:17.420856 [ 3 ] {1b69f730-3ab9-4f2f-b2b8-e86f905bf02f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16163 | 2024.07.15 22:28:17.420899 [ 3 ] {1b69f730-3ab9-4f2f-b2b8-e86f905bf02f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16164 | 2024.07.15 22:28:17.421043 [ 3 ] {1b69f730-3ab9-4f2f-b2b8-e86f905bf02f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16165 | 2024.07.15 22:28:17.421577 [ 3 ] {1b69f730-3ab9-4f2f-b2b8-e86f905bf02f} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16166 | 2024.07.15 22:28:17.421614 [ 3 ] {1b69f730-3ab9-4f2f-b2b8-e86f905bf02f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16167 | 2024.07.15 22:28:17.421945 [ 3 ] {1b69f730-3ab9-4f2f-b2b8-e86f905bf02f} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16168 | 2024.07.15 22:28:17.422242 [ 3 ] {1b69f730-3ab9-4f2f-b2b8-e86f905bf02f} <Trace> oximeter.fields_uuid (b5af9f86-1b80-445d-a31b-3239573b3906): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16169 | 2024.07.15 22:28:17.422393 [ 3 ] {1b69f730-3ab9-4f2f-b2b8-e86f905bf02f} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001641 sec., 232784.8872638635 rows/sec., 16.35 MiB/sec. | ||
16170 | 2024.07.15 22:28:17.422549 [ 3 ] {1b69f730-3ab9-4f2f-b2b8-e86f905bf02f} <Debug> DynamicQueryHandler: Done processing query | ||
16171 | 2024.07.15 22:28:17.422573 [ 3 ] {1b69f730-3ab9-4f2f-b2b8-e86f905bf02f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
16172 | 2024.07.15 22:28:17.422590 [ 3 ] {} <Debug> HTTP-Session: e6b7e5e4-1013-4612-86ff-375cf835a269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16173 | 2024.07.15 22:28:17.422788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16174 | 2024.07.15 22:28:17.422836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16175 | 2024.07.15 22:28:17.422855 [ 3 ] {} <Debug> HTTP-Session: 25fe951f-d012-49aa-8ea6-b30dada594b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
16176 | 2024.07.15 22:28:17.422872 [ 3 ] {} <Debug> HTTP-Session: 25fe951f-d012-49aa-8ea6-b30dada594b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16177 | 2024.07.15 22:28:17.422886 [ 3 ] {} <Debug> HTTP-Session: 25fe951f-d012-49aa-8ea6-b30dada594b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16178 | 2024.07.15 22:28:17.422916 [ 3 ] {} <Trace> HTTP-Session: 25fe951f-d012-49aa-8ea6-b30dada594b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16179 | 2024.07.15 22:28:17.423009 [ 3 ] {45f5b464-f1c7-45c5-aa17-4a26a6c78dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16180 | 2024.07.15 22:28:17.423053 [ 3 ] {45f5b464-f1c7-45c5-aa17-4a26a6c78dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16181 | 2024.07.15 22:28:17.423181 [ 3 ] {45f5b464-f1c7-45c5-aa17-4a26a6c78dd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16182 | 2024.07.15 22:28:17.423449 [ 3 ] {45f5b464-f1c7-45c5-aa17-4a26a6c78dd6} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16183 | 2024.07.15 22:28:17.423485 [ 3 ] {45f5b464-f1c7-45c5-aa17-4a26a6c78dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16184 | 2024.07.15 22:28:17.423848 [ 3 ] {45f5b464-f1c7-45c5-aa17-4a26a6c78dd6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
16185 | 2024.07.15 22:28:17.424164 [ 3 ] {45f5b464-f1c7-45c5-aa17-4a26a6c78dd6} <Trace> oximeter.measurements_bool (7949e47f-7d0e-41d4-a67a-de41006eabf7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16186 | 2024.07.15 22:28:17.424329 [ 3 ] {45f5b464-f1c7-45c5-aa17-4a26a6c78dd6} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 192.97 KiB/sec. | ||
16187 | 2024.07.15 22:28:17.424602 [ 3 ] {45f5b464-f1c7-45c5-aa17-4a26a6c78dd6} <Debug> DynamicQueryHandler: Done processing query | ||
16188 | 2024.07.15 22:28:17.424675 [ 3 ] {45f5b464-f1c7-45c5-aa17-4a26a6c78dd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16189 | 2024.07.15 22:28:17.424727 [ 3 ] {} <Debug> HTTP-Session: 25fe951f-d012-49aa-8ea6-b30dada594b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16190 | 2024.07.15 22:28:17.424871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16191 | 2024.07.15 22:28:17.424922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16192 | 2024.07.15 22:28:17.424941 [ 3 ] {} <Debug> HTTP-Session: 7c746f96-d3e7-485f-9ec7-a81a91865b57 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
16193 | 2024.07.15 22:28:17.424959 [ 3 ] {} <Debug> HTTP-Session: 7c746f96-d3e7-485f-9ec7-a81a91865b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16194 | 2024.07.15 22:28:17.424972 [ 3 ] {} <Debug> HTTP-Session: 7c746f96-d3e7-485f-9ec7-a81a91865b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16195 | 2024.07.15 22:28:17.425004 [ 3 ] {} <Trace> HTTP-Session: 7c746f96-d3e7-485f-9ec7-a81a91865b57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16196 | 2024.07.15 22:28:17.425142 [ 3 ] {b285c139-b79c-4c0a-9096-16a54b0b96ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
16197 | 2024.07.15 22:28:17.425190 [ 3 ] {b285c139-b79c-4c0a-9096-16a54b0b96ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
16198 | 2024.07.15 22:28:17.425352 [ 3 ] {b285c139-b79c-4c0a-9096-16a54b0b96ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16199 | 2024.07.15 22:28:17.425766 [ 3 ] {b285c139-b79c-4c0a-9096-16a54b0b96ed} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16200 | 2024.07.15 22:28:17.425802 [ 3 ] {b285c139-b79c-4c0a-9096-16a54b0b96ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16201 | 2024.07.15 22:28:17.426164 [ 3 ] {b285c139-b79c-4c0a-9096-16a54b0b96ed} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
16202 | 2024.07.15 22:28:17.426510 [ 3 ] {b285c139-b79c-4c0a-9096-16a54b0b96ed} <Trace> oximeter.measurements_cumulativei64 (91dd9b2e-3b67-4b1e-8352-486b7f9ab6c8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16203 | 2024.07.15 22:28:17.426672 [ 3 ] {b285c139-b79c-4c0a-9096-16a54b0b96ed} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001592 sec., 48366.834170854265 rows/sec., 2.98 MiB/sec. | ||
16204 | 2024.07.15 22:28:17.426981 [ 3 ] {b285c139-b79c-4c0a-9096-16a54b0b96ed} <Debug> DynamicQueryHandler: Done processing query | ||
16205 | 2024.07.15 22:28:17.427032 [ 3 ] {b285c139-b79c-4c0a-9096-16a54b0b96ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16206 | 2024.07.15 22:28:17.427055 [ 3 ] {} <Debug> HTTP-Session: 7c746f96-d3e7-485f-9ec7-a81a91865b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16207 | 2024.07.15 22:28:17.427251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16208 | 2024.07.15 22:28:17.427299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16209 | 2024.07.15 22:28:17.427318 [ 3 ] {} <Debug> HTTP-Session: 12a6a35c-9304-4f70-99bb-4bfa9e5e3ad9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
16210 | 2024.07.15 22:28:17.427335 [ 3 ] {} <Debug> HTTP-Session: 12a6a35c-9304-4f70-99bb-4bfa9e5e3ad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16211 | 2024.07.15 22:28:17.427349 [ 3 ] {} <Debug> HTTP-Session: 12a6a35c-9304-4f70-99bb-4bfa9e5e3ad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16212 | 2024.07.15 22:28:17.427381 [ 3 ] {} <Trace> HTTP-Session: 12a6a35c-9304-4f70-99bb-4bfa9e5e3ad9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16213 | 2024.07.15 22:28:17.427522 [ 3 ] {16ea27f8-c3f2-49a4-b75f-99994d297afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16214 | 2024.07.15 22:28:17.427569 [ 3 ] {16ea27f8-c3f2-49a4-b75f-99994d297afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16215 | 2024.07.15 22:28:17.427734 [ 3 ] {16ea27f8-c3f2-49a4-b75f-99994d297afc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16216 | 2024.07.15 22:28:17.428145 [ 3 ] {16ea27f8-c3f2-49a4-b75f-99994d297afc} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16217 | 2024.07.15 22:28:17.428181 [ 3 ] {16ea27f8-c3f2-49a4-b75f-99994d297afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16218 | 2024.07.15 22:28:17.428546 [ 3 ] {16ea27f8-c3f2-49a4-b75f-99994d297afc} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16219 | 2024.07.15 22:28:17.428882 [ 3 ] {16ea27f8-c3f2-49a4-b75f-99994d297afc} <Trace> oximeter.measurements_cumulativeu64 (64525914-daff-4261-9efa-f5d55c4eb5e8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16220 | 2024.07.15 22:28:17.429035 [ 3 ] {16ea27f8-c3f2-49a4-b75f-99994d297afc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
16221 | 2024.07.15 22:28:17.429212 [ 3 ] {16ea27f8-c3f2-49a4-b75f-99994d297afc} <Debug> DynamicQueryHandler: Done processing query | ||
16222 | 2024.07.15 22:28:17.429236 [ 3 ] {16ea27f8-c3f2-49a4-b75f-99994d297afc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16223 | 2024.07.15 22:28:17.429253 [ 3 ] {} <Debug> HTTP-Session: 12a6a35c-9304-4f70-99bb-4bfa9e5e3ad9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16224 | 2024.07.15 22:28:17.429360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16225 | 2024.07.15 22:28:17.429408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16226 | 2024.07.15 22:28:17.429428 [ 3 ] {} <Debug> HTTP-Session: b3974bec-c31d-474a-840e-ac73acf3252c Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
16227 | 2024.07.15 22:28:17.429445 [ 3 ] {} <Debug> HTTP-Session: b3974bec-c31d-474a-840e-ac73acf3252c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16228 | 2024.07.15 22:28:17.429459 [ 3 ] {} <Debug> HTTP-Session: b3974bec-c31d-474a-840e-ac73acf3252c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16229 | 2024.07.15 22:28:17.429489 [ 3 ] {} <Trace> HTTP-Session: b3974bec-c31d-474a-840e-ac73acf3252c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16230 | 2024.07.15 22:28:17.429587 [ 3 ] {787112c3-b7fb-45b1-811e-579b22f7a6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16231 | 2024.07.15 22:28:17.429632 [ 3 ] {787112c3-b7fb-45b1-811e-579b22f7a6c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16232 | 2024.07.15 22:28:17.429769 [ 3 ] {787112c3-b7fb-45b1-811e-579b22f7a6c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16233 | 2024.07.15 22:28:17.430047 [ 3 ] {787112c3-b7fb-45b1-811e-579b22f7a6c0} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16234 | 2024.07.15 22:28:17.430082 [ 3 ] {787112c3-b7fb-45b1-811e-579b22f7a6c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16235 | 2024.07.15 22:28:17.430434 [ 3 ] {787112c3-b7fb-45b1-811e-579b22f7a6c0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
16236 | 2024.07.15 22:28:17.430765 [ 3 ] {787112c3-b7fb-45b1-811e-579b22f7a6c0} <Trace> oximeter.measurements_i64 (e48265b3-8446-4236-9a91-1ffc815e1c4d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16237 | 2024.07.15 22:28:17.430922 [ 3 ] {787112c3-b7fb-45b1-811e-579b22f7a6c0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001357 sec., 16949.15254237288 rows/sec., 916.83 KiB/sec. | ||
16238 | 2024.07.15 22:28:17.431082 [ 3 ] {787112c3-b7fb-45b1-811e-579b22f7a6c0} <Debug> DynamicQueryHandler: Done processing query | ||
16239 | 2024.07.15 22:28:17.431107 [ 3 ] {787112c3-b7fb-45b1-811e-579b22f7a6c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16240 | 2024.07.15 22:28:17.431122 [ 3 ] {} <Debug> HTTP-Session: b3974bec-c31d-474a-840e-ac73acf3252c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16241 | 2024.07.15 22:28:17.431245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50904, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16242 | 2024.07.15 22:28:17.431293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16243 | 2024.07.15 22:28:17.431313 [ 3 ] {} <Debug> HTTP-Session: 18f9d846-0ce6-4feb-ab39-a9d4b981ab55 Authenticating user 'default' from [fd00:1122:3344:101::d]:50904 | ||
16244 | 2024.07.15 22:28:17.431330 [ 3 ] {} <Debug> HTTP-Session: 18f9d846-0ce6-4feb-ab39-a9d4b981ab55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16245 | 2024.07.15 22:28:17.431344 [ 3 ] {} <Debug> HTTP-Session: 18f9d846-0ce6-4feb-ab39-a9d4b981ab55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16246 | 2024.07.15 22:28:17.431375 [ 3 ] {} <Trace> HTTP-Session: 18f9d846-0ce6-4feb-ab39-a9d4b981ab55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16247 | 2024.07.15 22:28:17.431493 [ 3 ] {851685b4-13fb-48ef-ad0e-f09457633b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16248 | 2024.07.15 22:28:17.431536 [ 3 ] {851685b4-13fb-48ef-ad0e-f09457633b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16249 | 2024.07.15 22:28:17.431672 [ 3 ] {851685b4-13fb-48ef-ad0e-f09457633b9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16250 | 2024.07.15 22:28:17.431968 [ 3 ] {851685b4-13fb-48ef-ad0e-f09457633b9a} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16251 | 2024.07.15 22:28:17.432003 [ 3 ] {851685b4-13fb-48ef-ad0e-f09457633b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16252 | 2024.07.15 22:28:17.432364 [ 3 ] {851685b4-13fb-48ef-ad0e-f09457633b9a} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16253 | 2024.07.15 22:28:17.432686 [ 3 ] {851685b4-13fb-48ef-ad0e-f09457633b9a} <Trace> oximeter.measurements_u64 (8ad98d15-9bf6-405a-9f67-238f21cc348b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16254 | 2024.07.15 22:28:17.432836 [ 3 ] {851685b4-13fb-48ef-ad0e-f09457633b9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
16255 | 2024.07.15 22:28:17.433095 [ 3 ] {851685b4-13fb-48ef-ad0e-f09457633b9a} <Debug> DynamicQueryHandler: Done processing query | ||
16256 | 2024.07.15 22:28:17.433160 [ 3 ] {851685b4-13fb-48ef-ad0e-f09457633b9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16257 | 2024.07.15 22:28:17.433222 [ 3 ] {} <Debug> HTTP-Session: 18f9d846-0ce6-4feb-ab39-a9d4b981ab55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |